Skip to content

Commit

Permalink
Remove catalog,mca crds
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitsakala committed Nov 6, 2024
1 parent f0b2ddf commit c01eb6e
Show file tree
Hide file tree
Showing 70 changed files with 166 additions and 3,513 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ const (
AciNetworkProviderFieldOpflexMode = "opflexMode"
AciNetworkProviderFieldOpflexOpensslCompat = "opflexOpensslCompat"
AciNetworkProviderFieldOpflexServerPort = "opflexServerPort"
AciNetworkProviderFieldOpflexStartupEnabled = "opflexStartupEnabled"
AciNetworkProviderFieldOpflexStartupPolicyDuration = "opflexStartupPolicyDuration"
AciNetworkProviderFieldOpflexStartupResolveAftConn = "opflexStartupResolveAftConn"
AciNetworkProviderFieldOpflexSwitchSyncDelay = "opflexSwitchSyncDelay"
AciNetworkProviderFieldOpflexSwitchSyncDynamic = "opflexSwitchSyncDynamic"
AciNetworkProviderFieldOverlayVRFName = "overlayVrfName"
AciNetworkProviderFieldPBRTrackingNonSnat = "pbrTrackingNonSnat"
AciNetworkProviderFieldPodSubnetChunkSize = "podSubnetChunkSize"
Expand All @@ -101,6 +106,7 @@ const (
AciNetworkProviderFieldTenant = "tenant"
AciNetworkProviderFieldToken = "token"
AciNetworkProviderFieldTolerationSeconds = "tolerationSeconds"
AciNetworkProviderFieldUnknownMacUnicastAction = "unknownMacUnicastAction"
AciNetworkProviderFieldUseAciAnywhereCRD = "useAciAnywhereCrd"
AciNetworkProviderFieldUseAciCniPriorityClass = "useAciCniPriorityClass"
AciNetworkProviderFieldUseClusterRole = "useClusterRole"
Expand Down Expand Up @@ -190,6 +196,11 @@ type AciNetworkProvider struct {
OpflexMode string `json:"opflexMode,omitempty" yaml:"opflexMode,omitempty"`
OpflexOpensslCompat string `json:"opflexOpensslCompat,omitempty" yaml:"opflexOpensslCompat,omitempty"`
OpflexServerPort string `json:"opflexServerPort,omitempty" yaml:"opflexServerPort,omitempty"`
OpflexStartupEnabled string `json:"opflexStartupEnabled,omitempty" yaml:"opflexStartupEnabled,omitempty"`
OpflexStartupPolicyDuration string `json:"opflexStartupPolicyDuration,omitempty" yaml:"opflexStartupPolicyDuration,omitempty"`
OpflexStartupResolveAftConn string `json:"opflexStartupResolveAftConn,omitempty" yaml:"opflexStartupResolveAftConn,omitempty"`
OpflexSwitchSyncDelay string `json:"opflexSwitchSyncDelay,omitempty" yaml:"opflexSwitchSyncDelay,omitempty"`
OpflexSwitchSyncDynamic string `json:"opflexSwitchSyncDynamic,omitempty" yaml:"opflexSwitchSyncDynamic,omitempty"`
OverlayVRFName string `json:"overlayVrfName,omitempty" yaml:"overlayVrfName,omitempty"`
PBRTrackingNonSnat string `json:"pbrTrackingNonSnat,omitempty" yaml:"pbrTrackingNonSnat,omitempty"`
PodSubnetChunkSize string `json:"podSubnetChunkSize,omitempty" yaml:"podSubnetChunkSize,omitempty"`
Expand All @@ -214,6 +225,7 @@ type AciNetworkProvider struct {
Tenant string `json:"tenant,omitempty" yaml:"tenant,omitempty"`
Token string `json:"token,omitempty" yaml:"token,omitempty"`
TolerationSeconds string `json:"tolerationSeconds,omitempty" yaml:"tolerationSeconds,omitempty"`
UnknownMacUnicastAction string `json:"unknownMacUnicastAction,omitempty" yaml:"unknownMacUnicastAction,omitempty"`
UseAciAnywhereCRD string `json:"useAciAnywhereCrd,omitempty" yaml:"useAciAnywhereCrd,omitempty"`
UseAciCniPriorityClass string `json:"useAciCniPriorityClass,omitempty" yaml:"useAciCniPriorityClass,omitempty"`
UseClusterRole string `json:"useClusterRole,omitempty" yaml:"useClusterRole,omitempty"`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const (
ActiveDirectoryConfigFieldGroupSearchBase = "groupSearchBase"
ActiveDirectoryConfigFieldGroupSearchFilter = "groupSearchFilter"
ActiveDirectoryConfigFieldLabels = "labels"
ActiveDirectoryConfigFieldLogoutAllSupported = "logoutAllSupported"
ActiveDirectoryConfigFieldName = "name"
ActiveDirectoryConfigFieldNestedGroupMembershipEnabled = "nestedGroupMembershipEnabled"
ActiveDirectoryConfigFieldOwnerReferences = "ownerReferences"
Expand Down Expand Up @@ -62,6 +63,7 @@ type ActiveDirectoryConfig struct {
GroupSearchBase string `json:"groupSearchBase,omitempty" yaml:"groupSearchBase,omitempty"`
GroupSearchFilter string `json:"groupSearchFilter,omitempty" yaml:"groupSearchFilter,omitempty"`
Labels map[string]string `json:"labels,omitempty" yaml:"labels,omitempty"`
LogoutAllSupported bool `json:"logoutAllSupported,omitempty" yaml:"logoutAllSupported,omitempty"`
Name string `json:"name,omitempty" yaml:"name,omitempty"`
NestedGroupMembershipEnabled *bool `json:"nestedGroupMembershipEnabled,omitempty" yaml:"nestedGroupMembershipEnabled,omitempty"`
OwnerReferences []OwnerReference `json:"ownerReferences,omitempty" yaml:"ownerReferences,omitempty"`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ const (
ADFSConfigFieldGroupsField = "groupsField"
ADFSConfigFieldIDPMetadataContent = "idpMetadataContent"
ADFSConfigFieldLabels = "labels"
ADFSConfigFieldLogoutAllEnabled = "logoutAllEnabled"
ADFSConfigFieldLogoutAllForced = "logoutAllForced"
ADFSConfigFieldLogoutAllSupported = "logoutAllSupported"
ADFSConfigFieldName = "name"
ADFSConfigFieldOwnerReferences = "ownerReferences"
ADFSConfigFieldRancherAPIHost = "rancherApiHost"
Expand All @@ -38,6 +41,9 @@ type ADFSConfig struct {
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"`
LogoutAllEnabled bool `json:"logoutAllEnabled,omitempty" yaml:"logoutAllEnabled,omitempty"`
LogoutAllForced bool `json:"logoutAllForced,omitempty" yaml:"logoutAllForced,omitempty"`
LogoutAllSupported bool `json:"logoutAllSupported,omitempty" yaml:"logoutAllSupported,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"`
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const (
AuthConfigFieldCreatorID = "creatorId"
AuthConfigFieldEnabled = "enabled"
AuthConfigFieldLabels = "labels"
AuthConfigFieldLogoutAllSupported = "logoutAllSupported"
AuthConfigFieldName = "name"
AuthConfigFieldOwnerReferences = "ownerReferences"
AuthConfigFieldRemoved = "removed"
Expand All @@ -30,6 +31,7 @@ type AuthConfig struct {
CreatorID string `json:"creatorId,omitempty" yaml:"creatorId,omitempty"`
Enabled bool `json:"enabled,omitempty" yaml:"enabled,omitempty"`
Labels map[string]string `json:"labels,omitempty" yaml:"labels,omitempty"`
LogoutAllSupported bool `json:"logoutAllSupported,omitempty" yaml:"logoutAllSupported,omitempty"`
Name string `json:"name,omitempty" yaml:"name,omitempty"`
OwnerReferences []OwnerReference `json:"ownerReferences,omitempty" yaml:"ownerReferences,omitempty"`
Removed string `json:"removed,omitempty" yaml:"removed,omitempty"`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const (
AzureADConfigFieldGraphEndpoint = "graphEndpoint"
AzureADConfigFieldGroupMembershipFilter = "groupMembershipFilter"
AzureADConfigFieldLabels = "labels"
AzureADConfigFieldLogoutAllSupported = "logoutAllSupported"
AzureADConfigFieldName = "name"
AzureADConfigFieldOwnerReferences = "ownerReferences"
AzureADConfigFieldRancherURL = "rancherUrl"
Expand All @@ -42,6 +43,7 @@ type AzureADConfig struct {
GraphEndpoint string `json:"graphEndpoint,omitempty" yaml:"graphEndpoint,omitempty"`
GroupMembershipFilter string `json:"groupMembershipFilter,omitempty" yaml:"groupMembershipFilter,omitempty"`
Labels map[string]string `json:"labels,omitempty" yaml:"labels,omitempty"`
LogoutAllSupported bool `json:"logoutAllSupported,omitempty" yaml:"logoutAllSupported,omitempty"`
Name string `json:"name,omitempty" yaml:"name,omitempty"`
OwnerReferences []OwnerReference `json:"ownerReferences,omitempty" yaml:"ownerReferences,omitempty"`
RancherURL string `json:"rancherUrl,omitempty" yaml:"rancherUrl,omitempty"`
Expand Down
164 changes: 0 additions & 164 deletions clients/rancher/generated/management/v3/zz_generated_catalog.go

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit c01eb6e

Please sign in to comment.