Documentation
¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the appregistrations.azure v1alpha1 API group +kubebuilder:object:generate=true +groupName=appregistrations.azure.hmcts.net
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "appregistrations.azure.hmcts.net", Version: "v1alpha1"} // 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 ClientSecret ¶ added in v0.0.10
type ClientSecret struct { KeyVaultClientSecret *KeyVaultClientSecret `json:"keyVaultClientSecret,omitempty"` EnvVarClientSecret *string `json:"envVarClientSecret,omitempty"` }
ClientSecret defines the state of the client secret used to authenticate
func (*ClientSecret) DeepCopy ¶ added in v0.0.10
func (in *ClientSecret) DeepCopy() *ClientSecret
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientSecret.
func (*ClientSecret) DeepCopyInto ¶ added in v0.0.10
func (in *ClientSecret) DeepCopyInto(out *ClientSecret)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type KeyVaultClientSecret ¶ added in v0.0.10
type KeyVaultClientSecret struct { KeyVaultName string `json:"keyVaultName"` SecretName string `json:"secretName"` }
KeyVaultClientSecret defines the state of a client secret retrieved from an Azure Key Vault
func (*KeyVaultClientSecret) DeepCopy ¶ added in v0.0.10
func (in *KeyVaultClientSecret) DeepCopy() *KeyVaultClientSecret
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeyVaultClientSecret.
func (*KeyVaultClientSecret) DeepCopyInto ¶ added in v0.0.10
func (in *KeyVaultClientSecret) DeepCopyInto(out *KeyVaultClientSecret)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ReplyURLSync ¶
type ReplyURLSync struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ReplyURLSyncSpec `json:"spec,omitempty"` Status ReplyURLSyncStatus `json:"status,omitempty"` }
ReplyURLSync is the Schema for the replyurlsyncs API
func (*ReplyURLSync) DeepCopy ¶
func (in *ReplyURLSync) DeepCopy() *ReplyURLSync
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReplyURLSync.
func (*ReplyURLSync) DeepCopyInto ¶
func (in *ReplyURLSync) DeepCopyInto(out *ReplyURLSync)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ReplyURLSync) DeepCopyObject ¶
func (in *ReplyURLSync) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ReplyURLSyncList ¶
type ReplyURLSyncList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ReplyURLSync `json:"items"` }
ReplyURLSyncList contains a list of ReplyURLSync
func (*ReplyURLSyncList) DeepCopy ¶
func (in *ReplyURLSyncList) DeepCopy() *ReplyURLSyncList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReplyURLSyncList.
func (*ReplyURLSyncList) DeepCopyInto ¶
func (in *ReplyURLSyncList) DeepCopyInto(out *ReplyURLSyncList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ReplyURLSyncList) DeepCopyObject ¶
func (in *ReplyURLSyncList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ReplyURLSyncSpec ¶
type ReplyURLSyncSpec struct { TenantID *string `json:"tenantID"` ClientID *string `json:"clientID"` ObjectID *string `json:"objectID"` ClientSecret *ClientSecret `json:"clientSecret"` DomainFilter *string `json:"domainFilter,omitempty"` IngressClassFilter *string `json:"ingressClassFilter,omitempty"` ReplyURLFilter *string `json:"replyURLFilter,omitempty"` }
ReplyURLSyncSpec defines the desired state of ReplyURLSync
func (*ReplyURLSyncSpec) DeepCopy ¶
func (in *ReplyURLSyncSpec) DeepCopy() *ReplyURLSyncSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReplyURLSyncSpec.
func (*ReplyURLSyncSpec) DeepCopyInto ¶
func (in *ReplyURLSyncSpec) DeepCopyInto(out *ReplyURLSyncSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ReplyURLSyncStatus ¶
type ReplyURLSyncStatus struct { // INSERT ADDITIONAL STATUS FIELD - define observed state of cluster // Important: Run "make" to regenerate code after modifying this file SyncedHosts []string `json:"syncedHosts"` }
ReplyURLSyncStatus ReplyURLStatus defines the observed state of ReplyURLSync
func (*ReplyURLSyncStatus) DeepCopy ¶
func (in *ReplyURLSyncStatus) DeepCopy() *ReplyURLSyncStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReplyURLSyncStatus.
func (*ReplyURLSyncStatus) DeepCopyInto ¶
func (in *ReplyURLSyncStatus) DeepCopyInto(out *ReplyURLSyncStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.