mirror of
https://github.com/rancher/types.git
synced 2025-08-19 04:47:03 +00:00
go generate
This commit is contained in:
parent
38ff6b5c9e
commit
0fe6b540ae
@ -4828,6 +4828,31 @@ func (in *NotifierStatus) DeepCopy() *NotifierStatus {
|
||||
return out
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *OKTAConfig) DeepCopyInto(out *OKTAConfig) {
|
||||
*out = *in
|
||||
in.SamlConfig.DeepCopyInto(&out.SamlConfig)
|
||||
return
|
||||
}
|
||||
|
||||
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OKTAConfig.
|
||||
func (in *OKTAConfig) DeepCopy() *OKTAConfig {
|
||||
if in == nil {
|
||||
return nil
|
||||
}
|
||||
out := new(OKTAConfig)
|
||||
in.DeepCopyInto(out)
|
||||
return out
|
||||
}
|
||||
|
||||
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
||||
func (in *OKTAConfig) DeepCopyObject() runtime.Object {
|
||||
if c := in.DeepCopy(); c != nil {
|
||||
return c
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *OpenLdapConfig) DeepCopyInto(out *OpenLdapConfig) {
|
||||
*out = *in
|
||||
|
@ -315,6 +315,31 @@ func (in *LocalProvider) DeepCopyObject() runtime.Object {
|
||||
return nil
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *OKTAProvider) DeepCopyInto(out *OKTAProvider) {
|
||||
*out = *in
|
||||
in.SamlProvider.DeepCopyInto(&out.SamlProvider)
|
||||
return
|
||||
}
|
||||
|
||||
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OKTAProvider.
|
||||
func (in *OKTAProvider) DeepCopy() *OKTAProvider {
|
||||
if in == nil {
|
||||
return nil
|
||||
}
|
||||
out := new(OKTAProvider)
|
||||
in.DeepCopyInto(out)
|
||||
return out
|
||||
}
|
||||
|
||||
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
||||
func (in *OKTAProvider) DeepCopyObject() runtime.Object {
|
||||
if c := in.DeepCopy(); c != nil {
|
||||
return c
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *OpenLdapProvider) DeepCopyInto(out *OpenLdapProvider) {
|
||||
*out = *in
|
||||
|
48
client/management/v3/zz_generated_okta_config.go
Normal file
48
client/management/v3/zz_generated_okta_config.go
Normal file
@ -0,0 +1,48 @@
|
||||
package client
|
||||
|
||||
const (
|
||||
OKTAConfigType = "oktaConfig"
|
||||
OKTAConfigFieldAccessMode = "accessMode"
|
||||
OKTAConfigFieldAllowedPrincipalIDs = "allowedPrincipalIds"
|
||||
OKTAConfigFieldAnnotations = "annotations"
|
||||
OKTAConfigFieldCreated = "created"
|
||||
OKTAConfigFieldCreatorID = "creatorId"
|
||||
OKTAConfigFieldDisplayNameField = "displayNameField"
|
||||
OKTAConfigFieldEnabled = "enabled"
|
||||
OKTAConfigFieldGroupsField = "groupsField"
|
||||
OKTAConfigFieldIDPMetadataContent = "idpMetadataContent"
|
||||
OKTAConfigFieldLabels = "labels"
|
||||
OKTAConfigFieldName = "name"
|
||||
OKTAConfigFieldOwnerReferences = "ownerReferences"
|
||||
OKTAConfigFieldRancherAPIHost = "rancherApiHost"
|
||||
OKTAConfigFieldRemoved = "removed"
|
||||
OKTAConfigFieldSpCert = "spCert"
|
||||
OKTAConfigFieldSpKey = "spKey"
|
||||
OKTAConfigFieldType = "type"
|
||||
OKTAConfigFieldUIDField = "uidField"
|
||||
OKTAConfigFieldUUID = "uuid"
|
||||
OKTAConfigFieldUserNameField = "userNameField"
|
||||
)
|
||||
|
||||
type OKTAConfig struct {
|
||||
AccessMode string `json:"accessMode,omitempty" yaml:"accessMode,omitempty"`
|
||||
AllowedPrincipalIDs []string `json:"allowedPrincipalIds,omitempty" yaml:"allowedPrincipalIds,omitempty"`
|
||||
Annotations map[string]string `json:"annotations,omitempty" yaml:"annotations,omitempty"`
|
||||
Created string `json:"created,omitempty" yaml:"created,omitempty"`
|
||||
CreatorID string `json:"creatorId,omitempty" yaml:"creatorId,omitempty"`
|
||||
DisplayNameField string `json:"displayNameField,omitempty" yaml:"displayNameField,omitempty"`
|
||||
Enabled bool `json:"enabled,omitempty" yaml:"enabled,omitempty"`
|
||||
GroupsField string `json:"groupsField,omitempty" yaml:"groupsField,omitempty"`
|
||||
IDPMetadataContent string `json:"idpMetadataContent,omitempty" yaml:"idpMetadataContent,omitempty"`
|
||||
Labels map[string]string `json:"labels,omitempty" yaml:"labels,omitempty"`
|
||||
Name string `json:"name,omitempty" yaml:"name,omitempty"`
|
||||
OwnerReferences []OwnerReference `json:"ownerReferences,omitempty" yaml:"ownerReferences,omitempty"`
|
||||
RancherAPIHost string `json:"rancherApiHost,omitempty" yaml:"rancherApiHost,omitempty"`
|
||||
Removed string `json:"removed,omitempty" yaml:"removed,omitempty"`
|
||||
SpCert string `json:"spCert,omitempty" yaml:"spCert,omitempty"`
|
||||
SpKey string `json:"spKey,omitempty" yaml:"spKey,omitempty"`
|
||||
Type string `json:"type,omitempty" yaml:"type,omitempty"`
|
||||
UIDField string `json:"uidField,omitempty" yaml:"uidField,omitempty"`
|
||||
UUID string `json:"uuid,omitempty" yaml:"uuid,omitempty"`
|
||||
UserNameField string `json:"userNameField,omitempty" yaml:"userNameField,omitempty"`
|
||||
}
|
28
client/management/v3public/zz_generated_okta_provider.go
Normal file
28
client/management/v3public/zz_generated_okta_provider.go
Normal file
@ -0,0 +1,28 @@
|
||||
package client
|
||||
|
||||
const (
|
||||
OKTAProviderType = "oktaProvider"
|
||||
OKTAProviderFieldAnnotations = "annotations"
|
||||
OKTAProviderFieldCreated = "created"
|
||||
OKTAProviderFieldCreatorID = "creatorId"
|
||||
OKTAProviderFieldLabels = "labels"
|
||||
OKTAProviderFieldName = "name"
|
||||
OKTAProviderFieldOwnerReferences = "ownerReferences"
|
||||
OKTAProviderFieldRedirectURL = "redirectUrl"
|
||||
OKTAProviderFieldRemoved = "removed"
|
||||
OKTAProviderFieldType = "type"
|
||||
OKTAProviderFieldUUID = "uuid"
|
||||
)
|
||||
|
||||
type OKTAProvider struct {
|
||||
Annotations map[string]string `json:"annotations,omitempty" yaml:"annotations,omitempty"`
|
||||
Created string `json:"created,omitempty" yaml:"created,omitempty"`
|
||||
CreatorID string `json:"creatorId,omitempty" yaml:"creatorId,omitempty"`
|
||||
Labels map[string]string `json:"labels,omitempty" yaml:"labels,omitempty"`
|
||||
Name string `json:"name,omitempty" yaml:"name,omitempty"`
|
||||
OwnerReferences []OwnerReference `json:"ownerReferences,omitempty" yaml:"ownerReferences,omitempty"`
|
||||
RedirectURL string `json:"redirectUrl,omitempty" yaml:"redirectUrl,omitempty"`
|
||||
Removed string `json:"removed,omitempty" yaml:"removed,omitempty"`
|
||||
Type string `json:"type,omitempty" yaml:"type,omitempty"`
|
||||
UUID string `json:"uuid,omitempty" yaml:"uuid,omitempty"`
|
||||
}
|
Loading…
Reference in New Issue
Block a user