v1beta1

package
v0.4.3 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package v1beta1 contains API Schema definitions for the binding v1beta1 API group +kubebuilder:object:generate=true +groupName=binding.kubepreset.dev

Index

Constants

View Source
const ConditionReady = "Ready"

ConditionReady specifies that the resource is ready.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "binding.kubepreset.dev", Version: "v1beta1"}

	// 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 ProvisionedServiceSyncer

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

	Spec   ProvisionedServiceSyncerSpec   `json:"spec,omitempty"`
	Status ProvisionedServiceSyncerStatus `json:"status,omitempty"`
}

ProvisionedServiceSyncer is the Schema for the provisionedservicesyncers API

func (*ProvisionedServiceSyncer) DeepCopy

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

func (*ProvisionedServiceSyncer) DeepCopyInto

func (in *ProvisionedServiceSyncer) DeepCopyInto(out *ProvisionedServiceSyncer)

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

func (*ProvisionedServiceSyncer) DeepCopyObject

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

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

type ProvisionedServiceSyncerList

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

ProvisionedServiceSyncerList contains a list of ProvisionedServiceSyncer

func (*ProvisionedServiceSyncerList) DeepCopy

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

func (*ProvisionedServiceSyncerList) DeepCopyInto

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

func (*ProvisionedServiceSyncerList) DeepCopyObject

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

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

type ProvisionedServiceSyncerSpec

type ProvisionedServiceSyncerSpec struct {
	// API version of the referent.
	APIVersion string `json:"apiVersion"`

	// Kind of the referent.
	Kind string `json:"kind"`

	// Name of the referent.
	Name string `json:"name"`

	// Name of the referent.
	Namespace string `json:"namespace"`
}

ProvisionedServiceSyncerSpec defines the desired state of ProvisionedServiceSyncer

func (*ProvisionedServiceSyncerSpec) DeepCopy

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

func (*ProvisionedServiceSyncerSpec) DeepCopyInto

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

type ProvisionedServiceSyncerStatus

type ProvisionedServiceSyncerStatus struct {
	// Binding exposes the synced Secret from the other namespace
	// and comform to Provisioned Service duck-type of Service Binding Specification
	Binding *corev1.LocalObjectReference `json:"binding"`

	// SourceSecret points to original Provisioned Service Secret resource
	SourceSecret *corev1.LocalObjectReference `json:"sourceSecret"`

	// ObservedGeneration is the 'Generation' of the ProvisionedServiceSyncer that
	// was last processed by the controller.
	// +optional
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`

	// Conditions are the conditions of this ProvisionedServiceSyncer
	// +optional
	Conditions []metav1.Condition `json:"conditions,omitempty"`
}

ProvisionedServiceSyncerStatus defines the observed state of ProvisionedServiceSyncer

func (*ProvisionedServiceSyncerStatus) DeepCopy

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

func (*ProvisionedServiceSyncerStatus) DeepCopyInto

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