Documentation ¶
Index ¶
- type PlatformDefaultSupportedIdpConfigLister
- type PlatformDefaultSupportedIdpConfigListerExpansion
- type PlatformDefaultSupportedIdpConfigNamespaceLister
- type PlatformDefaultSupportedIdpConfigNamespaceListerExpansion
- type PlatformInboundSamlConfigLister
- type PlatformInboundSamlConfigListerExpansion
- type PlatformInboundSamlConfigNamespaceLister
- type PlatformInboundSamlConfigNamespaceListerExpansion
- type PlatformOauthIdpConfigLister
- type PlatformOauthIdpConfigListerExpansion
- type PlatformOauthIdpConfigNamespaceLister
- type PlatformOauthIdpConfigNamespaceListerExpansion
- type PlatformTenantDefaultSupportedIdpConfigLister
- type PlatformTenantDefaultSupportedIdpConfigListerExpansion
- type PlatformTenantDefaultSupportedIdpConfigNamespaceLister
- type PlatformTenantDefaultSupportedIdpConfigNamespaceListerExpansion
- type PlatformTenantInboundSamlConfigLister
- type PlatformTenantInboundSamlConfigListerExpansion
- type PlatformTenantInboundSamlConfigNamespaceLister
- type PlatformTenantInboundSamlConfigNamespaceListerExpansion
- type PlatformTenantLister
- type PlatformTenantListerExpansion
- type PlatformTenantNamespaceLister
- type PlatformTenantNamespaceListerExpansion
- type PlatformTenantOauthIdpConfigLister
- type PlatformTenantOauthIdpConfigListerExpansion
- type PlatformTenantOauthIdpConfigNamespaceLister
- type PlatformTenantOauthIdpConfigNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PlatformDefaultSupportedIdpConfigLister ¶
type PlatformDefaultSupportedIdpConfigLister interface { // List lists all PlatformDefaultSupportedIdpConfigs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PlatformDefaultSupportedIdpConfig, err error) // PlatformDefaultSupportedIdpConfigs returns an object that can list and get PlatformDefaultSupportedIdpConfigs. PlatformDefaultSupportedIdpConfigs(namespace string) PlatformDefaultSupportedIdpConfigNamespaceLister PlatformDefaultSupportedIdpConfigListerExpansion }
PlatformDefaultSupportedIdpConfigLister helps list PlatformDefaultSupportedIdpConfigs. All objects returned here must be treated as read-only.
func NewPlatformDefaultSupportedIdpConfigLister ¶
func NewPlatformDefaultSupportedIdpConfigLister(indexer cache.Indexer) PlatformDefaultSupportedIdpConfigLister
NewPlatformDefaultSupportedIdpConfigLister returns a new PlatformDefaultSupportedIdpConfigLister.
type PlatformDefaultSupportedIdpConfigListerExpansion ¶
type PlatformDefaultSupportedIdpConfigListerExpansion interface{}
PlatformDefaultSupportedIdpConfigListerExpansion allows custom methods to be added to PlatformDefaultSupportedIdpConfigLister.
type PlatformDefaultSupportedIdpConfigNamespaceLister ¶
type PlatformDefaultSupportedIdpConfigNamespaceLister interface { // List lists all PlatformDefaultSupportedIdpConfigs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PlatformDefaultSupportedIdpConfig, err error) // Get retrieves the PlatformDefaultSupportedIdpConfig from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.PlatformDefaultSupportedIdpConfig, error) PlatformDefaultSupportedIdpConfigNamespaceListerExpansion }
PlatformDefaultSupportedIdpConfigNamespaceLister helps list and get PlatformDefaultSupportedIdpConfigs. All objects returned here must be treated as read-only.
type PlatformDefaultSupportedIdpConfigNamespaceListerExpansion ¶
type PlatformDefaultSupportedIdpConfigNamespaceListerExpansion interface{}
PlatformDefaultSupportedIdpConfigNamespaceListerExpansion allows custom methods to be added to PlatformDefaultSupportedIdpConfigNamespaceLister.
type PlatformInboundSamlConfigLister ¶
type PlatformInboundSamlConfigLister interface { // List lists all PlatformInboundSamlConfigs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PlatformInboundSamlConfig, err error) // PlatformInboundSamlConfigs returns an object that can list and get PlatformInboundSamlConfigs. PlatformInboundSamlConfigs(namespace string) PlatformInboundSamlConfigNamespaceLister PlatformInboundSamlConfigListerExpansion }
PlatformInboundSamlConfigLister helps list PlatformInboundSamlConfigs. All objects returned here must be treated as read-only.
func NewPlatformInboundSamlConfigLister ¶
func NewPlatformInboundSamlConfigLister(indexer cache.Indexer) PlatformInboundSamlConfigLister
NewPlatformInboundSamlConfigLister returns a new PlatformInboundSamlConfigLister.
type PlatformInboundSamlConfigListerExpansion ¶
type PlatformInboundSamlConfigListerExpansion interface{}
PlatformInboundSamlConfigListerExpansion allows custom methods to be added to PlatformInboundSamlConfigLister.
type PlatformInboundSamlConfigNamespaceLister ¶
type PlatformInboundSamlConfigNamespaceLister interface { // List lists all PlatformInboundSamlConfigs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PlatformInboundSamlConfig, err error) // Get retrieves the PlatformInboundSamlConfig from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.PlatformInboundSamlConfig, error) PlatformInboundSamlConfigNamespaceListerExpansion }
PlatformInboundSamlConfigNamespaceLister helps list and get PlatformInboundSamlConfigs. All objects returned here must be treated as read-only.
type PlatformInboundSamlConfigNamespaceListerExpansion ¶
type PlatformInboundSamlConfigNamespaceListerExpansion interface{}
PlatformInboundSamlConfigNamespaceListerExpansion allows custom methods to be added to PlatformInboundSamlConfigNamespaceLister.
type PlatformOauthIdpConfigLister ¶
type PlatformOauthIdpConfigLister interface { // List lists all PlatformOauthIdpConfigs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PlatformOauthIdpConfig, err error) // PlatformOauthIdpConfigs returns an object that can list and get PlatformOauthIdpConfigs. PlatformOauthIdpConfigs(namespace string) PlatformOauthIdpConfigNamespaceLister PlatformOauthIdpConfigListerExpansion }
PlatformOauthIdpConfigLister helps list PlatformOauthIdpConfigs. All objects returned here must be treated as read-only.
func NewPlatformOauthIdpConfigLister ¶
func NewPlatformOauthIdpConfigLister(indexer cache.Indexer) PlatformOauthIdpConfigLister
NewPlatformOauthIdpConfigLister returns a new PlatformOauthIdpConfigLister.
type PlatformOauthIdpConfigListerExpansion ¶
type PlatformOauthIdpConfigListerExpansion interface{}
PlatformOauthIdpConfigListerExpansion allows custom methods to be added to PlatformOauthIdpConfigLister.
type PlatformOauthIdpConfigNamespaceLister ¶
type PlatformOauthIdpConfigNamespaceLister interface { // List lists all PlatformOauthIdpConfigs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PlatformOauthIdpConfig, err error) // Get retrieves the PlatformOauthIdpConfig from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.PlatformOauthIdpConfig, error) PlatformOauthIdpConfigNamespaceListerExpansion }
PlatformOauthIdpConfigNamespaceLister helps list and get PlatformOauthIdpConfigs. All objects returned here must be treated as read-only.
type PlatformOauthIdpConfigNamespaceListerExpansion ¶
type PlatformOauthIdpConfigNamespaceListerExpansion interface{}
PlatformOauthIdpConfigNamespaceListerExpansion allows custom methods to be added to PlatformOauthIdpConfigNamespaceLister.
type PlatformTenantDefaultSupportedIdpConfigLister ¶
type PlatformTenantDefaultSupportedIdpConfigLister interface { // List lists all PlatformTenantDefaultSupportedIdpConfigs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PlatformTenantDefaultSupportedIdpConfig, err error) // PlatformTenantDefaultSupportedIdpConfigs returns an object that can list and get PlatformTenantDefaultSupportedIdpConfigs. PlatformTenantDefaultSupportedIdpConfigs(namespace string) PlatformTenantDefaultSupportedIdpConfigNamespaceLister PlatformTenantDefaultSupportedIdpConfigListerExpansion }
PlatformTenantDefaultSupportedIdpConfigLister helps list PlatformTenantDefaultSupportedIdpConfigs. All objects returned here must be treated as read-only.
func NewPlatformTenantDefaultSupportedIdpConfigLister ¶
func NewPlatformTenantDefaultSupportedIdpConfigLister(indexer cache.Indexer) PlatformTenantDefaultSupportedIdpConfigLister
NewPlatformTenantDefaultSupportedIdpConfigLister returns a new PlatformTenantDefaultSupportedIdpConfigLister.
type PlatformTenantDefaultSupportedIdpConfigListerExpansion ¶
type PlatformTenantDefaultSupportedIdpConfigListerExpansion interface{}
PlatformTenantDefaultSupportedIdpConfigListerExpansion allows custom methods to be added to PlatformTenantDefaultSupportedIdpConfigLister.
type PlatformTenantDefaultSupportedIdpConfigNamespaceLister ¶
type PlatformTenantDefaultSupportedIdpConfigNamespaceLister interface { // List lists all PlatformTenantDefaultSupportedIdpConfigs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PlatformTenantDefaultSupportedIdpConfig, err error) // Get retrieves the PlatformTenantDefaultSupportedIdpConfig from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.PlatformTenantDefaultSupportedIdpConfig, error) PlatformTenantDefaultSupportedIdpConfigNamespaceListerExpansion }
PlatformTenantDefaultSupportedIdpConfigNamespaceLister helps list and get PlatformTenantDefaultSupportedIdpConfigs. All objects returned here must be treated as read-only.
type PlatformTenantDefaultSupportedIdpConfigNamespaceListerExpansion ¶
type PlatformTenantDefaultSupportedIdpConfigNamespaceListerExpansion interface{}
PlatformTenantDefaultSupportedIdpConfigNamespaceListerExpansion allows custom methods to be added to PlatformTenantDefaultSupportedIdpConfigNamespaceLister.
type PlatformTenantInboundSamlConfigLister ¶
type PlatformTenantInboundSamlConfigLister interface { // List lists all PlatformTenantInboundSamlConfigs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PlatformTenantInboundSamlConfig, err error) // PlatformTenantInboundSamlConfigs returns an object that can list and get PlatformTenantInboundSamlConfigs. PlatformTenantInboundSamlConfigs(namespace string) PlatformTenantInboundSamlConfigNamespaceLister PlatformTenantInboundSamlConfigListerExpansion }
PlatformTenantInboundSamlConfigLister helps list PlatformTenantInboundSamlConfigs. All objects returned here must be treated as read-only.
func NewPlatformTenantInboundSamlConfigLister ¶
func NewPlatformTenantInboundSamlConfigLister(indexer cache.Indexer) PlatformTenantInboundSamlConfigLister
NewPlatformTenantInboundSamlConfigLister returns a new PlatformTenantInboundSamlConfigLister.
type PlatformTenantInboundSamlConfigListerExpansion ¶
type PlatformTenantInboundSamlConfigListerExpansion interface{}
PlatformTenantInboundSamlConfigListerExpansion allows custom methods to be added to PlatformTenantInboundSamlConfigLister.
type PlatformTenantInboundSamlConfigNamespaceLister ¶
type PlatformTenantInboundSamlConfigNamespaceLister interface { // List lists all PlatformTenantInboundSamlConfigs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PlatformTenantInboundSamlConfig, err error) // Get retrieves the PlatformTenantInboundSamlConfig from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.PlatformTenantInboundSamlConfig, error) PlatformTenantInboundSamlConfigNamespaceListerExpansion }
PlatformTenantInboundSamlConfigNamespaceLister helps list and get PlatformTenantInboundSamlConfigs. All objects returned here must be treated as read-only.
type PlatformTenantInboundSamlConfigNamespaceListerExpansion ¶
type PlatformTenantInboundSamlConfigNamespaceListerExpansion interface{}
PlatformTenantInboundSamlConfigNamespaceListerExpansion allows custom methods to be added to PlatformTenantInboundSamlConfigNamespaceLister.
type PlatformTenantLister ¶
type PlatformTenantLister interface { // List lists all PlatformTenants in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PlatformTenant, err error) // PlatformTenants returns an object that can list and get PlatformTenants. PlatformTenants(namespace string) PlatformTenantNamespaceLister PlatformTenantListerExpansion }
PlatformTenantLister helps list PlatformTenants. All objects returned here must be treated as read-only.
func NewPlatformTenantLister ¶
func NewPlatformTenantLister(indexer cache.Indexer) PlatformTenantLister
NewPlatformTenantLister returns a new PlatformTenantLister.
type PlatformTenantListerExpansion ¶
type PlatformTenantListerExpansion interface{}
PlatformTenantListerExpansion allows custom methods to be added to PlatformTenantLister.
type PlatformTenantNamespaceLister ¶
type PlatformTenantNamespaceLister interface { // List lists all PlatformTenants in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PlatformTenant, err error) // Get retrieves the PlatformTenant from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.PlatformTenant, error) PlatformTenantNamespaceListerExpansion }
PlatformTenantNamespaceLister helps list and get PlatformTenants. All objects returned here must be treated as read-only.
type PlatformTenantNamespaceListerExpansion ¶
type PlatformTenantNamespaceListerExpansion interface{}
PlatformTenantNamespaceListerExpansion allows custom methods to be added to PlatformTenantNamespaceLister.
type PlatformTenantOauthIdpConfigLister ¶
type PlatformTenantOauthIdpConfigLister interface { // List lists all PlatformTenantOauthIdpConfigs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PlatformTenantOauthIdpConfig, err error) // PlatformTenantOauthIdpConfigs returns an object that can list and get PlatformTenantOauthIdpConfigs. PlatformTenantOauthIdpConfigs(namespace string) PlatformTenantOauthIdpConfigNamespaceLister PlatformTenantOauthIdpConfigListerExpansion }
PlatformTenantOauthIdpConfigLister helps list PlatformTenantOauthIdpConfigs. All objects returned here must be treated as read-only.
func NewPlatformTenantOauthIdpConfigLister ¶
func NewPlatformTenantOauthIdpConfigLister(indexer cache.Indexer) PlatformTenantOauthIdpConfigLister
NewPlatformTenantOauthIdpConfigLister returns a new PlatformTenantOauthIdpConfigLister.
type PlatformTenantOauthIdpConfigListerExpansion ¶
type PlatformTenantOauthIdpConfigListerExpansion interface{}
PlatformTenantOauthIdpConfigListerExpansion allows custom methods to be added to PlatformTenantOauthIdpConfigLister.
type PlatformTenantOauthIdpConfigNamespaceLister ¶
type PlatformTenantOauthIdpConfigNamespaceLister interface { // List lists all PlatformTenantOauthIdpConfigs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PlatformTenantOauthIdpConfig, err error) // Get retrieves the PlatformTenantOauthIdpConfig from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.PlatformTenantOauthIdpConfig, error) PlatformTenantOauthIdpConfigNamespaceListerExpansion }
PlatformTenantOauthIdpConfigNamespaceLister helps list and get PlatformTenantOauthIdpConfigs. All objects returned here must be treated as read-only.
type PlatformTenantOauthIdpConfigNamespaceListerExpansion ¶
type PlatformTenantOauthIdpConfigNamespaceListerExpansion interface{}
PlatformTenantOauthIdpConfigNamespaceListerExpansion allows custom methods to be added to PlatformTenantOauthIdpConfigNamespaceLister.