Documentation
¶
Index ¶
- func RenderFile(manifestFilename string) (string, error)
- type IngressBackendIssue
- type ResourceStatusQuery
- func (q ResourceStatusQuery) GetIncludeObjFunc() func(string, ...string) string
- func (q ResourceStatusQuery) GetIncludeOwnersFunc() func(map[string]interface{}) string
- func (q ResourceStatusQuery) GetKubeGetFirstFunc() func(string, ...string) interface{}
- func (q ResourceStatusQuery) GetKubeGetFunc() func(string, ...string) []interface{}
- func (q ResourceStatusQuery) PrintRenderedQueriedResources() []error
- func (q ResourceStatusQuery) PrintRenderedResource(resourceInfo *resource.Info) error
- func (q ResourceStatusQuery) PrintRenderedResourceInfos(resourceInfos []*resource.Info) []error
- func (q ResourceStatusQuery) RenderOtherResources(namespace, kind, name string) []error
- func (q ResourceStatusQuery) RenderResource(obj runtime.Object) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderFile ¶ added in v0.6.1
Types ¶
type IngressBackendIssue ¶ added in v0.4.1
type IngressBackendIssue struct { IssueType string Backend v1beta1.IngressBackend }
type ResourceStatusQuery ¶ added in v0.6.1
type ResourceStatusQuery struct {
// contains filtered or unexported fields
}
func NewResourceStatusQuery ¶ added in v0.6.1
func NewResourceStatusQuery( clientGetter *genericclioptions.ConfigFlags, namespace string, allNamespaces bool, enforceNamespace bool, filenames []string, selector string, fieldSelector string, args []string, ) *ResourceStatusQuery
func (ResourceStatusQuery) GetIncludeObjFunc ¶ added in v0.6.1
func (q ResourceStatusQuery) GetIncludeObjFunc() func(string, ...string) string
func (ResourceStatusQuery) GetIncludeOwnersFunc ¶ added in v0.6.1
func (q ResourceStatusQuery) GetIncludeOwnersFunc() func(map[string]interface{}) string
func (ResourceStatusQuery) GetKubeGetFirstFunc ¶ added in v0.6.1
func (q ResourceStatusQuery) GetKubeGetFirstFunc() func(string, ...string) interface{}
func (ResourceStatusQuery) GetKubeGetFunc ¶ added in v0.6.1
func (q ResourceStatusQuery) GetKubeGetFunc() func(string, ...string) []interface{}
func (ResourceStatusQuery) PrintRenderedQueriedResources ¶ added in v0.6.1
func (q ResourceStatusQuery) PrintRenderedQueriedResources() []error
func (ResourceStatusQuery) PrintRenderedResource ¶ added in v0.6.1
func (q ResourceStatusQuery) PrintRenderedResource(resourceInfo *resource.Info) error
func (ResourceStatusQuery) PrintRenderedResourceInfos ¶ added in v0.6.1
func (q ResourceStatusQuery) PrintRenderedResourceInfos(resourceInfos []*resource.Info) []error
func (ResourceStatusQuery) RenderOtherResources ¶ added in v0.6.1
func (q ResourceStatusQuery) RenderOtherResources(namespace, kind, name string) []error
func (ResourceStatusQuery) RenderResource ¶ added in v0.6.1
func (q ResourceStatusQuery) RenderResource(obj runtime.Object) (string, error)
Click to show internal directories.
Click to hide internal directories.