v1alpha1

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package v1alpha1 contains the v1alpha1 group Sample resources of the NatsSecrets provider. +kubebuilder:object:generate=true +groupName=nkey.natssecrets.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	Group   = "nkey.natssecrets.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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}
)
View Source
var (
	OperatorSigningKeyKind             = reflect.TypeOf(OperatorSigningKey{}).Name()
	OperatorSigningKeyGroupKind        = schema.GroupKind{Group: Group, Kind: OperatorSigningKeyKind}.String()
	OperatorSigningKeyKindAPIVersion   = OperatorSigningKeyKind + "." + SchemeGroupVersion.String()
	OperatorSigningKeyGroupVersionKind = SchemeGroupVersion.WithKind(OperatorSigningKeyKind)
)

OperatorSigningKey type metadata.

Functions

This section is empty.

Types

type OperatorSigningKey

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

	Spec   OperatorSigningKeySpec   `json:"spec"`
	Status OperatorSigningKeyStatus `json:"status,omitempty"`
}

An OperatorSigningKey is an API type for operator signing keys. +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +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="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:printcolumn:name="OPERATOR",type="string",priority=1,JSONPath=".status.atProvider.operator" +kubebuilder:printcolumn:name="NKEY",type="string",priority=1,JSONPath=".status.atProvider.nkey" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,natssecrets}

func (*OperatorSigningKey) DeepCopy

func (in *OperatorSigningKey) DeepCopy() *OperatorSigningKey

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

func (*OperatorSigningKey) DeepCopyInto

func (in *OperatorSigningKey) DeepCopyInto(out *OperatorSigningKey)

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

func (*OperatorSigningKey) DeepCopyObject

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

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

func (*OperatorSigningKey) GetCondition

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

GetCondition of this OperatorSigningKey.

func (*OperatorSigningKey) GetDeletionPolicy

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

GetDeletionPolicy of this OperatorSigningKey.

func (*OperatorSigningKey) GetProviderConfigReference

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

GetProviderConfigReference of this OperatorSigningKey.

func (*OperatorSigningKey) GetProviderReference

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

GetProviderReference of this OperatorSigningKey. Deprecated: Use GetProviderConfigReference.

func (*OperatorSigningKey) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this OperatorSigningKey.

func (*OperatorSigningKey) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this OperatorSigningKey.

func (*OperatorSigningKey) SetConditions

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

SetConditions of this OperatorSigningKey.

func (*OperatorSigningKey) SetDeletionPolicy

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

SetDeletionPolicy of this OperatorSigningKey.

func (*OperatorSigningKey) SetProviderConfigReference

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

SetProviderConfigReference of this OperatorSigningKey.

func (*OperatorSigningKey) SetProviderReference

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

SetProviderReference of this OperatorSigningKey. Deprecated: Use SetProviderConfigReference.

func (*OperatorSigningKey) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this OperatorSigningKey.

func (*OperatorSigningKey) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this OperatorSigningKey.

type OperatorSigningKeyList

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

OperatorSigningKeyList contains a list of OperatorSigningKey

func (*OperatorSigningKeyList) DeepCopy

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

func (*OperatorSigningKeyList) DeepCopyInto

func (in *OperatorSigningKeyList) DeepCopyInto(out *OperatorSigningKeyList)

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

func (*OperatorSigningKeyList) DeepCopyObject

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

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

func (*OperatorSigningKeyList) GetItems

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

GetItems of this OperatorSigningKeyList.

type OperatorSigningKeyObservation

type OperatorSigningKeyObservation struct {
	Operator string `json:"operator,omitempty"`
	NKey     string `json:"nkey,omitempty"`
	NKeyPath string `json:"nkeyPath,omitempty"`
}

OperatorSigningKeyObservation are the observable fields of a OperatorSigningKey.

func (*OperatorSigningKeyObservation) DeepCopy

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

func (*OperatorSigningKeyObservation) DeepCopyInto

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

type OperatorSigningKeyParameters

type OperatorSigningKeyParameters struct {
	// The name of the operator
	Operator string `json:"operator"`
	// Specifies how the operator signing key is generated
	Config config.OperatorSigningKeyConfig `json:"config,omitempty"`
}

OperatorSigningKeyParameters are the configurable fields of a Operator.

func (*OperatorSigningKeyParameters) DeepCopy

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

func (*OperatorSigningKeyParameters) DeepCopyInto

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

type OperatorSigningKeySpec

type OperatorSigningKeySpec struct {
	xpv1.ResourceSpec `json:",inline"`
	ForProvider       OperatorSigningKeyParameters `json:"forProvider"`
}

A OperatorSigningKeySpec defines the desired state of a OperatorSigningKey.

func (*OperatorSigningKeySpec) DeepCopy

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

func (*OperatorSigningKeySpec) DeepCopyInto

func (in *OperatorSigningKeySpec) DeepCopyInto(out *OperatorSigningKeySpec)

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

type OperatorSigningKeyStatus

type OperatorSigningKeyStatus struct {
	xpv1.ResourceStatus `json:",inline"`

	AtProvider OperatorSigningKeyObservation `json:"atProvider,omitempty"`

	// Status of this instance.
	Status string `json:"status,omitempty"`
}

A OperatorSigningKeyStatus represents the observed state of a OperatorSigningKey.

func (*OperatorSigningKeyStatus) DeepCopy

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

func (*OperatorSigningKeyStatus) DeepCopyInto

func (in *OperatorSigningKeyStatus) DeepCopyInto(out *OperatorSigningKeyStatus)

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

Directories

Path Synopsis
+k8s:deepcopy-gen=package
+k8s:deepcopy-gen=package

Jump to

Keyboard shortcuts

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