v1alpha1

package
v0.0.0-...-7cc50c7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 17, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package v1alpha1 contains the v1alpha1 group Sample resources of the NokiaContainerServices provider. +kubebuilder:object:generate=true +groupName=infra.nokiacontainerservices.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	Group   = "infra.nokiacontainerservices.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	CloudKind             = reflect.TypeOf(Cloud{}).Name()
	CloudGroupKind        = schema.GroupKind{Group: Group, Kind: CloudKind}.String()
	CloudKindAPIVersion   = CloudKind + "." + SchemeGroupVersion.String()
	CloudGroupVersionKind = SchemeGroupVersion.WithKind(CloudKind)
)

Cloud type metadata.

View Source
var (
	// SchemeGroupVersion is group version used to register these objects
	SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion}
)

Functions

This section is empty.

Types

type Cloud

type Cloud struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   CloudSpec   `json:"spec"`
	Status CloudStatus `json:"status,omitempty"`
}

A Cloud is an example API type. +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,nokiacontainerservices}

func (*Cloud) DeepCopy

func (in *Cloud) DeepCopy() *Cloud

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Cloud.

func (*Cloud) DeepCopyInto

func (in *Cloud) DeepCopyInto(out *Cloud)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Cloud) DeepCopyObject

func (in *Cloud) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*Cloud) GetCondition

func (mg *Cloud) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this Cloud.

func (*Cloud) GetDeletionPolicy

func (mg *Cloud) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this Cloud.

func (*Cloud) GetManagementPolicy

func (mg *Cloud) GetManagementPolicy() xpv1.ManagementPolicy

GetManagementPolicy of this Cloud.

func (*Cloud) GetProviderConfigReference

func (mg *Cloud) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this Cloud.

func (*Cloud) GetProviderReference

func (mg *Cloud) GetProviderReference() *xpv1.Reference

GetProviderReference of this Cloud. Deprecated: Use GetProviderConfigReference.

func (*Cloud) GetPublishConnectionDetailsTo

func (mg *Cloud) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this Cloud.

func (*Cloud) GetWriteConnectionSecretToReference

func (mg *Cloud) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this Cloud.

func (*Cloud) SetConditions

func (mg *Cloud) SetConditions(c ...xpv1.Condition)

SetConditions of this Cloud.

func (*Cloud) SetDeletionPolicy

func (mg *Cloud) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this Cloud.

func (*Cloud) SetManagementPolicy

func (mg *Cloud) SetManagementPolicy(r xpv1.ManagementPolicy)

SetManagementPolicy of this Cloud.

func (*Cloud) SetProviderConfigReference

func (mg *Cloud) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this Cloud.

func (*Cloud) SetProviderReference

func (mg *Cloud) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this Cloud. Deprecated: Use SetProviderConfigReference.

func (*Cloud) SetPublishConnectionDetailsTo

func (mg *Cloud) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this Cloud.

func (*Cloud) SetWriteConnectionSecretToReference

func (mg *Cloud) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this Cloud.

type CloudList

type CloudList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []Cloud `json:"items"`
}

CloudList contains a list of Cloud

func (*CloudList) DeepCopy

func (in *CloudList) DeepCopy() *CloudList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CloudList.

func (*CloudList) DeepCopyInto

func (in *CloudList) DeepCopyInto(out *CloudList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*CloudList) DeepCopyObject

func (in *CloudList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*CloudList) GetItems

func (l *CloudList) GetItems() []resource.Managed

GetItems of this CloudList.

type CloudObservation

type CloudObservation struct {
	ObservableField string `json:"observableField,omitempty"`
}

CloudObservation are the observable fields of a Cloud.

func (*CloudObservation) DeepCopy

func (in *CloudObservation) DeepCopy() *CloudObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CloudObservation.

func (*CloudObservation) DeepCopyInto

func (in *CloudObservation) DeepCopyInto(out *CloudObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CloudParameters

type CloudParameters struct {
	ConfigurableField string `json:"configurableField"`
}

CloudParameters are the configurable fields of a Cloud.

func (*CloudParameters) DeepCopy

func (in *CloudParameters) DeepCopy() *CloudParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CloudParameters.

func (*CloudParameters) DeepCopyInto

func (in *CloudParameters) DeepCopyInto(out *CloudParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CloudSpec

type CloudSpec struct {
	xpv1.ResourceSpec `json:",inline"`
	ForProvider       CloudParameters `json:"forProvider"`
}

A CloudSpec defines the desired state of a Cloud.

func (*CloudSpec) DeepCopy

func (in *CloudSpec) DeepCopy() *CloudSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CloudSpec.

func (*CloudSpec) DeepCopyInto

func (in *CloudSpec) DeepCopyInto(out *CloudSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CloudStatus

type CloudStatus struct {
	xpv1.ResourceStatus `json:",inline"`
	AtProvider          CloudObservation `json:"atProvider,omitempty"`
}

A CloudStatus represents the observed state of a Cloud.

func (*CloudStatus) DeepCopy

func (in *CloudStatus) DeepCopy() *CloudStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CloudStatus.

func (*CloudStatus) DeepCopyInto

func (in *CloudStatus) DeepCopyInto(out *CloudStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL