Skip to content

Commit

Permalink
Update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Rial authored and crobby committed Nov 7, 2024
1 parent 70a7c63 commit 944ce71
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const (
FreeIpaConfigFieldOwnerReferences = "ownerReferences"
FreeIpaConfigFieldPort = "port"
FreeIpaConfigFieldRemoved = "removed"
FreeIpaConfigFieldSearchUsingServiceAccount = "searchUsingServiceAccount"
FreeIpaConfigFieldServers = "servers"
FreeIpaConfigFieldServiceAccountDistinguishedName = "serviceAccountDistinguishedName"
FreeIpaConfigFieldServiceAccountPassword = "serviceAccountPassword"
Expand Down Expand Up @@ -66,6 +67,7 @@ type FreeIpaConfig struct {
OwnerReferences []OwnerReference `json:"ownerReferences,omitempty" yaml:"ownerReferences,omitempty"`
Port int64 `json:"port,omitempty" yaml:"port,omitempty"`
Removed string `json:"removed,omitempty" yaml:"removed,omitempty"`
SearchUsingServiceAccount bool `json:"searchUsingServiceAccount,omitempty" yaml:"searchUsingServiceAccount,omitempty"`
Servers []string `json:"servers,omitempty" yaml:"servers,omitempty"`
ServiceAccountDistinguishedName string `json:"serviceAccountDistinguishedName,omitempty" yaml:"serviceAccountDistinguishedName,omitempty"`
ServiceAccountPassword string `json:"serviceAccountPassword,omitempty" yaml:"serviceAccountPassword,omitempty"`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const (
LdapConfigFieldOwnerReferences = "ownerReferences"
LdapConfigFieldPort = "port"
LdapConfigFieldRemoved = "removed"
LdapConfigFieldSearchUsingServiceAccount = "searchUsingServiceAccount"
LdapConfigFieldServers = "servers"
LdapConfigFieldServiceAccountDistinguishedName = "serviceAccountDistinguishedName"
LdapConfigFieldServiceAccountPassword = "serviceAccountPassword"
Expand Down Expand Up @@ -73,6 +74,7 @@ type LdapConfig struct {
OwnerReferences []OwnerReference `json:"ownerReferences,omitempty" yaml:"ownerReferences,omitempty"`
Port int64 `json:"port,omitempty" yaml:"port,omitempty"`
Removed string `json:"removed,omitempty" yaml:"removed,omitempty"`
SearchUsingServiceAccount bool `json:"searchUsingServiceAccount,omitempty" yaml:"searchUsingServiceAccount,omitempty"`
Servers []string `json:"servers,omitempty" yaml:"servers,omitempty"`
ServiceAccountDistinguishedName string `json:"serviceAccountDistinguishedName,omitempty" yaml:"serviceAccountDistinguishedName,omitempty"`
ServiceAccountPassword string `json:"serviceAccountPassword,omitempty" yaml:"serviceAccountPassword,omitempty"`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const (
LdapFieldsFieldGroupSearchFilter = "groupSearchFilter"
LdapFieldsFieldNestedGroupMembershipEnabled = "nestedGroupMembershipEnabled"
LdapFieldsFieldPort = "port"
LdapFieldsFieldSearchUsingServiceAccount = "searchUsingServiceAccount"
LdapFieldsFieldServers = "servers"
LdapFieldsFieldServiceAccountDistinguishedName = "serviceAccountDistinguishedName"
LdapFieldsFieldServiceAccountPassword = "serviceAccountPassword"
Expand Down Expand Up @@ -43,6 +44,7 @@ type LdapFields struct {
GroupSearchFilter string `json:"groupSearchFilter,omitempty" yaml:"groupSearchFilter,omitempty"`
NestedGroupMembershipEnabled bool `json:"nestedGroupMembershipEnabled,omitempty" yaml:"nestedGroupMembershipEnabled,omitempty"`
Port int64 `json:"port,omitempty" yaml:"port,omitempty"`
SearchUsingServiceAccount bool `json:"searchUsingServiceAccount,omitempty" yaml:"searchUsingServiceAccount,omitempty"`
Servers []string `json:"servers,omitempty" yaml:"servers,omitempty"`
ServiceAccountDistinguishedName string `json:"serviceAccountDistinguishedName,omitempty" yaml:"serviceAccountDistinguishedName,omitempty"`
ServiceAccountPassword string `json:"serviceAccountPassword,omitempty" yaml:"serviceAccountPassword,omitempty"`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const (
OpenLdapConfigFieldOwnerReferences = "ownerReferences"
OpenLdapConfigFieldPort = "port"
OpenLdapConfigFieldRemoved = "removed"
OpenLdapConfigFieldSearchUsingServiceAccount = "searchUsingServiceAccount"
OpenLdapConfigFieldServers = "servers"
OpenLdapConfigFieldServiceAccountDistinguishedName = "serviceAccountDistinguishedName"
OpenLdapConfigFieldServiceAccountPassword = "serviceAccountPassword"
Expand Down Expand Up @@ -68,6 +69,7 @@ type OpenLdapConfig struct {
OwnerReferences []OwnerReference `json:"ownerReferences,omitempty" yaml:"ownerReferences,omitempty"`
Port int64 `json:"port,omitempty" yaml:"port,omitempty"`
Removed string `json:"removed,omitempty" yaml:"removed,omitempty"`
SearchUsingServiceAccount bool `json:"searchUsingServiceAccount,omitempty" yaml:"searchUsingServiceAccount,omitempty"`
Servers []string `json:"servers,omitempty" yaml:"servers,omitempty"`
ServiceAccountDistinguishedName string `json:"serviceAccountDistinguishedName,omitempty" yaml:"serviceAccountDistinguishedName,omitempty"`
ServiceAccountPassword string `json:"serviceAccountPassword,omitempty" yaml:"serviceAccountPassword,omitempty"`
Expand Down

0 comments on commit 944ce71

Please # to comment.