Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the staticconfig v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=staticconfig.aws.managed.openshift.io
Package v1alpha1 contains API Schema definitions for the staticconfig v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=staticconfig.aws.managed.openshift.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: "staticconfig.aws.managed.openshift.io", Version: "v1alpha1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion} )
Functions ¶
func GetOpenAPIDefinitions ¶
func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenAPIDefinition
Types ¶
type StaticConfig ¶
type StaticConfig struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec StaticConfigSpec `json:"spec,omitempty"` Status StaticConfigStatus `json:"status,omitempty"` }
StaticConfig is the Schema for the staticconfigs API +k8s:openapi-gen=true
func (*StaticConfig) DeepCopy ¶
func (in *StaticConfig) DeepCopy() *StaticConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StaticConfig.
func (*StaticConfig) DeepCopyInto ¶
func (in *StaticConfig) DeepCopyInto(out *StaticConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*StaticConfig) DeepCopyObject ¶
func (in *StaticConfig) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type StaticConfigList ¶
type StaticConfigList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []StaticConfig `json:"items"` }
StaticConfigList contains a list of StaticConfig
func (*StaticConfigList) DeepCopy ¶
func (in *StaticConfigList) DeepCopy() *StaticConfigList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StaticConfigList.
func (*StaticConfigList) DeepCopyInto ¶
func (in *StaticConfigList) DeepCopyInto(out *StaticConfigList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*StaticConfigList) DeepCopyObject ¶
func (in *StaticConfigList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type StaticConfigSpec ¶
type StaticConfigSpec struct { }
StaticConfigSpec defines the desired state of StaticConfig +k8s:openapi-gen=true
func (*StaticConfigSpec) DeepCopy ¶
func (in *StaticConfigSpec) DeepCopy() *StaticConfigSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StaticConfigSpec.
func (*StaticConfigSpec) DeepCopyInto ¶
func (in *StaticConfigSpec) DeepCopyInto(out *StaticConfigSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type StaticConfigStatus ¶
type StaticConfigStatus struct { }
StaticConfigStatus defines the observed state of StaticConfig +k8s:openapi-gen=true
func (*StaticConfigStatus) DeepCopy ¶
func (in *StaticConfigStatus) DeepCopy() *StaticConfigStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StaticConfigStatus.
func (*StaticConfigStatus) DeepCopyInto ¶
func (in *StaticConfigStatus) DeepCopyInto(out *StaticConfigStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.