v1alpha1

package
v0.17.1 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the eventing v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=eventing.knative.dev

Package v1alpha1 contains API Schema definitions for the eventing v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=eventing.knative.dev

Index

Constants

View Source
const (
	InstallSucceeded     apis.ConditionType = "InstallSucceeded"
	DeploymentsAvailable apis.ConditionType = "DeploymentsAvailable"
)

Variables

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

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

Functions

func RegisterDefaults

func RegisterDefaults(scheme *runtime.Scheme) error

RegisterDefaults adds defaulters functions to the given scheme. Public to allow building arbitrary schemes. All generated defaulters are covering - they call all nested defaulters.

Types

type KnativeEventingKafka

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

	Spec   KnativeEventingKafkaSpec   `json:"spec,omitempty"`
	Status KnativeEventingKafkaStatus `json:"status,omitempty"`
}

KnativeEventingKafka is the Schema for the knativeeventingkafkas API +k8s:openapi-gen=true +kubebuilder:subresource:status

func (*KnativeEventingKafka) DeepCopy

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

func (*KnativeEventingKafka) DeepCopyInto

func (in *KnativeEventingKafka) DeepCopyInto(out *KnativeEventingKafka)

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

func (*KnativeEventingKafka) DeepCopyObject

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

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

type KnativeEventingKafkaList

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

KnativeEventingKafkaList contains a list of KnativeEventingKafka

func (*KnativeEventingKafkaList) DeepCopy

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

func (*KnativeEventingKafkaList) DeepCopyInto

func (in *KnativeEventingKafkaList) DeepCopyInto(out *KnativeEventingKafkaList)

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

func (*KnativeEventingKafkaList) DeepCopyObject

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

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

type KnativeEventingKafkaSpec

type KnativeEventingKafkaSpec struct {
	BootstrapServers string `json:"bootstrapServers"`
	// +optional
	SetAsDefaultChannelProvisioner bool `json:"setAsDefaultChannelProvisioner,omitempty"`
}

KnativeEventingKafkaSpec defines the desired state of KnativeEventingKafka +k8s:openapi-gen=true

func (*KnativeEventingKafkaSpec) DeepCopy

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

func (*KnativeEventingKafkaSpec) DeepCopyInto

func (in *KnativeEventingKafkaSpec) DeepCopyInto(out *KnativeEventingKafkaSpec)

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

type KnativeEventingKafkaStatus

type KnativeEventingKafkaStatus struct {

	// The version of the installed release
	// +optional
	Version string `json:"version"`
	// The latest available observations of a resource's current state.
	// +optional
	// +patchMergeKey=type
	// +patchStrategy=merge
	Conditions apis.Conditions `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type"`
}

KnativeEventingKafkaStatus defines the observed state of KnativeEventingKafka +k8s:openapi-gen=true

func (*KnativeEventingKafkaStatus) DeepCopy

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

func (*KnativeEventingKafkaStatus) DeepCopyInto

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

func (*KnativeEventingKafkaStatus) GetCondition

func (*KnativeEventingKafkaStatus) GetConditions

func (s *KnativeEventingKafkaStatus) GetConditions() apis.Conditions

GetConditions implements apis.ConditionsAccessor

func (*KnativeEventingKafkaStatus) InitializeConditions

func (is *KnativeEventingKafkaStatus) InitializeConditions()

func (*KnativeEventingKafkaStatus) IsAvailable

func (is *KnativeEventingKafkaStatus) IsAvailable() bool

func (*KnativeEventingKafkaStatus) IsDeploying

func (is *KnativeEventingKafkaStatus) IsDeploying() bool

func (*KnativeEventingKafkaStatus) IsInstalled

func (is *KnativeEventingKafkaStatus) IsInstalled() bool

func (*KnativeEventingKafkaStatus) IsReady

func (is *KnativeEventingKafkaStatus) IsReady() bool

func (*KnativeEventingKafkaStatus) MarkDeploymentsAvailable

func (is *KnativeEventingKafkaStatus) MarkDeploymentsAvailable()

func (*KnativeEventingKafkaStatus) MarkDeploymentsNotReady

func (is *KnativeEventingKafkaStatus) MarkDeploymentsNotReady()

func (*KnativeEventingKafkaStatus) MarkInstallFailed

func (is *KnativeEventingKafkaStatus) MarkInstallFailed(msg string)

func (*KnativeEventingKafkaStatus) MarkInstallSucceeded

func (is *KnativeEventingKafkaStatus) MarkInstallSucceeded()

func (*KnativeEventingKafkaStatus) SetConditions

func (s *KnativeEventingKafkaStatus) SetConditions(c apis.Conditions)

SetConditions implements apis.ConditionsAccessor

Jump to

Keyboard shortcuts

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