Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // localSchemeBuilder and AddToScheme will stay in k8s.io/kubernetes. SchemeBuilder runtime.SchemeBuilder AddToScheme = localSchemeBuilder.AddToScheme )
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 ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IDPPreset.
func (*IDPPreset) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*IDPPreset) DeepCopyObject ¶
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.