Documentation ¶
Index ¶
- Constants
- Variables
- func AddToScheme(scheme *runtime.Scheme) error
- func AddToSchemeWithGV(scheme *runtime.Scheme, schemeGroupVersion schema.GroupVersion) error
- type ClusterComputeClass
- type ClusterComputeClassList
- type ClusterImageRoleAuthorization
- func (in *ClusterImageRoleAuthorization) DeepCopy() *ClusterImageRoleAuthorization
- func (in *ClusterImageRoleAuthorization) DeepCopyInto(out *ClusterImageRoleAuthorization)
- func (in *ClusterImageRoleAuthorization) DeepCopyObject() runtime.Object
- func (in *ClusterImageRoleAuthorization) NamespaceScoped() bool
- type ClusterImageRoleAuthorizationList
- type ClusterVolumeClass
- type ClusterVolumeClassList
- func (in *ClusterVolumeClassList) DeepCopy() *ClusterVolumeClassList
- func (in *ClusterVolumeClassList) DeepCopyInto(out *ClusterVolumeClassList)
- func (in *ClusterVolumeClassList) DeepCopyObject() runtime.Object
- func (c *ClusterVolumeClassList) GetItems() []ClusterVolumeClass
- func (c *ClusterVolumeClassList) SetItems(items []ClusterVolumeClass)
- type ImageRoleAuthorization
- type ImageRoleAuthorizationList
- type ProjectComputeClass
- type ProjectComputeClassList
- type ProjectVolumeClass
- type ProjectVolumeClassList
- type QuotaRequest
- type QuotaRequestList
Constants ¶
const Version = "v1"
Variables ¶
var SchemeGroupVersion = schema.GroupVersion{ Group: admin_acorn_io.Group, Version: Version, }
Functions ¶
func AddToScheme ¶
func AddToSchemeWithGV ¶
func AddToSchemeWithGV(scheme *runtime.Scheme, schemeGroupVersion schema.GroupVersion) error
Types ¶
type ClusterComputeClass ¶
type ClusterComputeClass v1.ClusterComputeClassInstance
func (*ClusterComputeClass) DeepCopy ¶
func (in *ClusterComputeClass) DeepCopy() *ClusterComputeClass
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterComputeClass.
func (*ClusterComputeClass) DeepCopyInto ¶
func (in *ClusterComputeClass) DeepCopyInto(out *ClusterComputeClass)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ClusterComputeClass) DeepCopyObject ¶
func (in *ClusterComputeClass) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ClusterComputeClass) NamespaceScoped ¶
func (in *ClusterComputeClass) NamespaceScoped() bool
type ClusterComputeClassList ¶
type ClusterComputeClassList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ClusterComputeClass `json:"items"` }
func (*ClusterComputeClassList) DeepCopy ¶
func (in *ClusterComputeClassList) DeepCopy() *ClusterComputeClassList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterComputeClassList.
func (*ClusterComputeClassList) DeepCopyInto ¶
func (in *ClusterComputeClassList) DeepCopyInto(out *ClusterComputeClassList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ClusterComputeClassList) DeepCopyObject ¶
func (in *ClusterComputeClassList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ClusterImageRoleAuthorization ¶ added in v0.9.0
type ClusterImageRoleAuthorization internaladminv1.ClusterImageRoleAuthorizationInstance
func (*ClusterImageRoleAuthorization) DeepCopy ¶ added in v0.9.0
func (in *ClusterImageRoleAuthorization) DeepCopy() *ClusterImageRoleAuthorization
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterImageRoleAuthorization.
func (*ClusterImageRoleAuthorization) DeepCopyInto ¶ added in v0.9.0
func (in *ClusterImageRoleAuthorization) DeepCopyInto(out *ClusterImageRoleAuthorization)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ClusterImageRoleAuthorization) DeepCopyObject ¶ added in v0.9.0
func (in *ClusterImageRoleAuthorization) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ClusterImageRoleAuthorization) NamespaceScoped ¶ added in v0.9.0
func (in *ClusterImageRoleAuthorization) NamespaceScoped() bool
type ClusterImageRoleAuthorizationList ¶ added in v0.9.0
type ClusterImageRoleAuthorizationList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ClusterImageRoleAuthorization `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*ClusterImageRoleAuthorizationList) DeepCopy ¶ added in v0.9.0
func (in *ClusterImageRoleAuthorizationList) DeepCopy() *ClusterImageRoleAuthorizationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterImageRoleAuthorizationList.
func (*ClusterImageRoleAuthorizationList) DeepCopyInto ¶ added in v0.9.0
func (in *ClusterImageRoleAuthorizationList) DeepCopyInto(out *ClusterImageRoleAuthorizationList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ClusterImageRoleAuthorizationList) DeepCopyObject ¶ added in v0.9.0
func (in *ClusterImageRoleAuthorizationList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ClusterVolumeClass ¶
type ClusterVolumeClass adminv1.ClusterVolumeClassInstance
func (*ClusterVolumeClass) DeepCopy ¶
func (in *ClusterVolumeClass) DeepCopy() *ClusterVolumeClass
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterVolumeClass.
func (*ClusterVolumeClass) DeepCopyInto ¶
func (in *ClusterVolumeClass) DeepCopyInto(out *ClusterVolumeClass)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ClusterVolumeClass) DeepCopyObject ¶
func (in *ClusterVolumeClass) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ClusterVolumeClass) NamespaceScoped ¶
func (c *ClusterVolumeClass) NamespaceScoped() bool
type ClusterVolumeClassList ¶
type ClusterVolumeClassList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ClusterVolumeClass `json:"items"` }
func (*ClusterVolumeClassList) DeepCopy ¶
func (in *ClusterVolumeClassList) DeepCopy() *ClusterVolumeClassList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterVolumeClassList.
func (*ClusterVolumeClassList) DeepCopyInto ¶
func (in *ClusterVolumeClassList) DeepCopyInto(out *ClusterVolumeClassList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ClusterVolumeClassList) DeepCopyObject ¶
func (in *ClusterVolumeClassList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ClusterVolumeClassList) GetItems ¶
func (c *ClusterVolumeClassList) GetItems() []ClusterVolumeClass
func (*ClusterVolumeClassList) SetItems ¶
func (c *ClusterVolumeClassList) SetItems(items []ClusterVolumeClass)
type ImageRoleAuthorization ¶ added in v0.9.0
type ImageRoleAuthorization internaladminv1.ImageRoleAuthorizationInstance
func (*ImageRoleAuthorization) DeepCopy ¶ added in v0.9.0
func (in *ImageRoleAuthorization) DeepCopy() *ImageRoleAuthorization
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImageRoleAuthorization.
func (*ImageRoleAuthorization) DeepCopyInto ¶ added in v0.9.0
func (in *ImageRoleAuthorization) DeepCopyInto(out *ImageRoleAuthorization)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ImageRoleAuthorization) DeepCopyObject ¶ added in v0.9.0
func (in *ImageRoleAuthorization) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ImageRoleAuthorizationList ¶ added in v0.9.0
type ImageRoleAuthorizationList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ImageRoleAuthorization `json:"items"` }
func (*ImageRoleAuthorizationList) DeepCopy ¶ added in v0.9.0
func (in *ImageRoleAuthorizationList) DeepCopy() *ImageRoleAuthorizationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImageRoleAuthorizationList.
func (*ImageRoleAuthorizationList) DeepCopyInto ¶ added in v0.9.0
func (in *ImageRoleAuthorizationList) DeepCopyInto(out *ImageRoleAuthorizationList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ImageRoleAuthorizationList) DeepCopyObject ¶ added in v0.9.0
func (in *ImageRoleAuthorizationList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ProjectComputeClass ¶
type ProjectComputeClass v1.ProjectComputeClassInstance
func (*ProjectComputeClass) DeepCopy ¶
func (in *ProjectComputeClass) DeepCopy() *ProjectComputeClass
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectComputeClass.
func (*ProjectComputeClass) DeepCopyInto ¶
func (in *ProjectComputeClass) DeepCopyInto(out *ProjectComputeClass)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ProjectComputeClass) DeepCopyObject ¶
func (in *ProjectComputeClass) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ProjectComputeClassList ¶
type ProjectComputeClassList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ProjectComputeClass `json:"items"` }
func (*ProjectComputeClassList) DeepCopy ¶
func (in *ProjectComputeClassList) DeepCopy() *ProjectComputeClassList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectComputeClassList.
func (*ProjectComputeClassList) DeepCopyInto ¶
func (in *ProjectComputeClassList) DeepCopyInto(out *ProjectComputeClassList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ProjectComputeClassList) DeepCopyObject ¶
func (in *ProjectComputeClassList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ProjectVolumeClass ¶
type ProjectVolumeClass adminv1.ProjectVolumeClassInstance
func (*ProjectVolumeClass) DeepCopy ¶
func (in *ProjectVolumeClass) DeepCopy() *ProjectVolumeClass
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectVolumeClass.
func (*ProjectVolumeClass) DeepCopyInto ¶
func (in *ProjectVolumeClass) DeepCopyInto(out *ProjectVolumeClass)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ProjectVolumeClass) DeepCopyObject ¶
func (in *ProjectVolumeClass) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ProjectVolumeClassList ¶
type ProjectVolumeClassList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ProjectVolumeClass `json:"items"` }
func (*ProjectVolumeClassList) DeepCopy ¶
func (in *ProjectVolumeClassList) DeepCopy() *ProjectVolumeClassList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectVolumeClassList.
func (*ProjectVolumeClassList) DeepCopyInto ¶
func (in *ProjectVolumeClassList) DeepCopyInto(out *ProjectVolumeClassList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ProjectVolumeClassList) DeepCopyObject ¶
func (in *ProjectVolumeClassList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type QuotaRequest ¶ added in v0.9.2
type QuotaRequest internaladminv1.QuotaRequestInstance
func (*QuotaRequest) DeepCopy ¶ added in v0.9.2
func (in *QuotaRequest) DeepCopy() *QuotaRequest
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new QuotaRequest.
func (*QuotaRequest) DeepCopyInto ¶ added in v0.9.2
func (in *QuotaRequest) DeepCopyInto(out *QuotaRequest)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*QuotaRequest) DeepCopyObject ¶ added in v0.9.2
func (in *QuotaRequest) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type QuotaRequestList ¶ added in v0.9.2
type QuotaRequestList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []QuotaRequest `json:"items"` }
func (*QuotaRequestList) DeepCopy ¶ added in v0.9.2
func (in *QuotaRequestList) DeepCopy() *QuotaRequestList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new QuotaRequestList.
func (*QuotaRequestList) DeepCopyInto ¶ added in v0.9.2
func (in *QuotaRequestList) DeepCopyInto(out *QuotaRequestList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*QuotaRequestList) DeepCopyObject ¶ added in v0.9.2
func (in *QuotaRequestList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.