v1

package
v0.0.0-...-022452b Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package v1 contains API Schema definitions for the trustbuilder v1 API group +kubebuilder:object:generate=true +groupName=trustbuilder.directv.com

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "trustbuilder.directv.com", Version: "v1"}

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

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

	Spec   CertificatePackageSpec   `json:"spec,omitempty"`
	Status CertificatePackageStatus `json:"status,omitempty"`
}

CertificatePackage is the Schema for the certificatepackages API

func (*CertificatePackage) DeepCopy

func (in *CertificatePackage) DeepCopy() *CertificatePackage

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

func (*CertificatePackage) DeepCopyInto

func (in *CertificatePackage) DeepCopyInto(out *CertificatePackage)

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

func (*CertificatePackage) DeepCopyObject

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

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

type CertificatePackageList

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

CertificatePackageList contains a list of CertificatePackage

func (*CertificatePackageList) DeepCopy

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

func (*CertificatePackageList) DeepCopyInto

func (in *CertificatePackageList) DeepCopyInto(out *CertificatePackageList)

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

func (*CertificatePackageList) DeepCopyObject

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

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

type CertificatePackageSpec

type CertificatePackageSpec struct {

	// PackageType package type (jks, pem)
	PackageType string `json:"packageType,omitempty"`
	// ResourceType resource type (secret, configmap)
	ResourceType      string               `json:"resourceType,omitempty"`
	ResourceName      string               `json:"resourceName,omitempty"`
	Key               string               `json:"key,omitempty"`
	Selector          metav1.LabelSelector `json:"selector,omitempty"`
	AddClusterCA      string               `json:"addClusterCA,omitempty"`
	PasswordSecret    string               `json:"passwordSecret,omitempty"`
	PasswordSecretKey string               `json:"passwordSecretKey,omitempty"`
}

CertificatePackageSpec defines the desired state of CertificatePackage

func (*CertificatePackageSpec) DeepCopy

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

func (*CertificatePackageSpec) DeepCopyInto

func (in *CertificatePackageSpec) DeepCopyInto(out *CertificatePackageSpec)

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

type CertificatePackageStatus

type CertificatePackageStatus struct {
}

CertificatePackageStatus defines the observed state of CertificatePackage

func (*CertificatePackageStatus) DeepCopy

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

func (*CertificatePackageStatus) DeepCopyInto

func (in *CertificatePackageStatus) DeepCopyInto(out *CertificatePackageStatus)

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