 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package v1alpha contains API Schema definitions for the acn v1alpha API group +kubebuilder:object:generate=true +groupName=acn.azure.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "acn.azure.com", Version: "v1alpha1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type ClusterSubnetState ¶
type ClusterSubnetState struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Status ClusterSubnetStateStatus `json:"status,omitempty"`
}
    ClusterSubnetState is the Schema for the ClusterSubnetState API +kubebuilder:object:root=true +kubebuilder:resource:scope=Namespaced +kubebuilder:subresource:status +kubebuilder:printcolumn:name="Exhausted",type=string,JSONPath=`.status.exhausted` +kubebuilder:printcolumn:name="Updated",type=string,JSONPath=`.status.timestamp`
func (*ClusterSubnetState) DeepCopy ¶
func (in *ClusterSubnetState) DeepCopy() *ClusterSubnetState
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterSubnetState.
func (*ClusterSubnetState) DeepCopyInto ¶
func (in *ClusterSubnetState) DeepCopyInto(out *ClusterSubnetState)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ClusterSubnetState) DeepCopyObject ¶
func (in *ClusterSubnetState) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ClusterSubnetStateList ¶
type ClusterSubnetStateList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []ClusterSubnetState `json:"items"`
}
    ClusterSubnetStateList contains a list of ClusterSubnetState
func (*ClusterSubnetStateList) DeepCopy ¶
func (in *ClusterSubnetStateList) DeepCopy() *ClusterSubnetStateList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterSubnetStateList.
func (*ClusterSubnetStateList) DeepCopyInto ¶
func (in *ClusterSubnetStateList) DeepCopyInto(out *ClusterSubnetStateList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ClusterSubnetStateList) DeepCopyObject ¶
func (in *ClusterSubnetStateList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ClusterSubnetStateStatus ¶
type ClusterSubnetStateStatus struct {
	Exhausted bool   `json:"exhausted"`
	Timestamp string `json:"timestamp"`
}
    ClusterSubnetStateStatus defines the observed state of ClusterSubnetState
func (*ClusterSubnetStateStatus) DeepCopy ¶
func (in *ClusterSubnetStateStatus) DeepCopy() *ClusterSubnetStateStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterSubnetStateStatus.
func (*ClusterSubnetStateStatus) DeepCopyInto ¶
func (in *ClusterSubnetStateStatus) DeepCopyInto(out *ClusterSubnetStateStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.