v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2018 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// localSchemeBuilder and AddToScheme will stay in k8s.io/kubernetes.
	SchemeBuilder runtime.SchemeBuilder

	AddToScheme = localSchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: "ui.kyma.cx", Version: "v1alpha1"}

SchemeGroupVersion is group version used to register these objects

Functions

func Resource

func Resource(resource string) schema.GroupResource

Resource takes an unqualified resource and returns a Group qualified GroupResource

Types

type IDPPreset

type IDPPreset struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata"`
	Spec              IDPPresetSpec `json:"spec"`
}

func (*IDPPreset) DeepCopy

func (in *IDPPreset) DeepCopy() *IDPPreset

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

func (*IDPPreset) DeepCopyInto

func (in *IDPPreset) DeepCopyInto(out *IDPPreset)

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

func (*IDPPreset) DeepCopyObject

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

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

func (*IDPPreset) GetObjectKind

func (rem *IDPPreset) GetObjectKind() schema.ObjectKind

type IDPPresetList

type IDPPresetList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata"`

	Items []IDPPreset `json:"items"`
}

func (*IDPPresetList) DeepCopy

func (in *IDPPresetList) DeepCopy() *IDPPresetList

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

func (*IDPPresetList) DeepCopyInto

func (in *IDPPresetList) DeepCopyInto(out *IDPPresetList)

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

func (*IDPPresetList) DeepCopyObject

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

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

type IDPPresetSpec

type IDPPresetSpec struct {
	Name    string `json:"name"`
	Issuer  string `json:"issuer"`
	JwksUri string `json:"jwksUri"`
}

func (*IDPPresetSpec) DeepCopy

func (in *IDPPresetSpec) DeepCopy() *IDPPresetSpec

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

func (*IDPPresetSpec) DeepCopyInto

func (in *IDPPresetSpec) DeepCopyInto(out *IDPPresetSpec)

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