Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the capabilities v1alpha1 API group +kubebuilder:object:generate=true +groupName=capabilities.3scale.net
Index ¶
- Constants
- Variables
- type Tenant
- func (t *Tenant) AdminPassSecretKey() client.ObjectKey
- func (in *Tenant) DeepCopy() *Tenant
- func (in *Tenant) DeepCopyInto(out *Tenant)
- func (in *Tenant) DeepCopyObject() runtime.Object
- func (t *Tenant) MasterSecretKey() client.ObjectKey
- func (t *Tenant) SetDefaults() bool
- func (t *Tenant) TenantSecretKey() client.ObjectKey
- type TenantList
- type TenantSpec
- type TenantStatus
Constants ¶
const (
TenantKind = "Tenant"
)
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "capabilities.3scale.net", 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 Tenant ¶
type Tenant struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec TenantSpec `json:"spec,omitempty"` Status TenantStatus `json:"status,omitempty"` }
Tenant is the Schema for the tenants API +kubebuilder:resource:path=tenants,scope=Namespaced +operator-sdk:csv:customresourcedefinitions:displayName="Tenant"
func (*Tenant) AdminPassSecretKey ¶ added in v0.9.0
func (*Tenant) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Tenant.
func (*Tenant) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Tenant) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Tenant) MasterSecretKey ¶ added in v0.9.0
func (*Tenant) SetDefaults ¶
SetDefaults sets the default vaules for the tenant spec and returns true if the spec was changed
func (*Tenant) TenantSecretKey ¶ added in v0.9.0
type TenantList ¶
type TenantList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Tenant `json:"items"` }
TenantList contains a list of Tenant
func (*TenantList) DeepCopy ¶
func (in *TenantList) DeepCopy() *TenantList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TenantList.
func (*TenantList) DeepCopyInto ¶
func (in *TenantList) DeepCopyInto(out *TenantList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TenantList) DeepCopyObject ¶
func (in *TenantList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type TenantSpec ¶
type TenantSpec struct { Username string `json:"username"` Email string `json:"email"` OrganizationName string `json:"organizationName"` SystemMasterUrl string `json:"systemMasterUrl"` TenantSecretRef v1.SecretReference `json:"tenantSecretRef"` PasswordCredentialsRef v1.SecretReference `json:"passwordCredentialsRef"` MasterCredentialsRef v1.SecretReference `json:"masterCredentialsRef"` }
TenantSpec defines the desired state of Tenant
func (*TenantSpec) DeepCopy ¶
func (in *TenantSpec) DeepCopy() *TenantSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TenantSpec.
func (*TenantSpec) DeepCopyInto ¶
func (in *TenantSpec) DeepCopyInto(out *TenantSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TenantStatus ¶
TenantStatus defines the observed state of Tenant
func (*TenantStatus) DeepCopy ¶
func (in *TenantStatus) DeepCopy() *TenantStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TenantStatus.
func (*TenantStatus) DeepCopyInto ¶
func (in *TenantStatus) DeepCopyInto(out *TenantStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.