package
0.0.0-20211115234243-e8aa77b4ef79
Repository: https://github.com/kgibm/containerdiagoperator.git
Documentation: pkg.go.dev

# Variables

AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.

# Structs

ContainerDiagnostic is the Schema for the containerdiagnostics API +kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:printcolumn:name="Command",type=string,JSONPath=`.spec.command` +kubebuilder:printcolumn:name="StatusMessage",type=string,JSONPath=`.status.statusMessage` +kubebuilder:printcolumn:name="Result",type=string,JSONPath=`.status.result` +kubebuilder:printcolumn:name="Download",type=string,JSONPath=`.status.download`.
ContainerDiagnosticList contains a list of ContainerDiagnostic +kubebuilder:object:root=true.
ContainerDiagnosticSpec defines the desired state of ContainerDiagnostic.
ContainerDiagnosticStatus defines the observed state of ContainerDiagnostic.
No description provided by the author