Documentation
¶
Index ¶
- type ClusterLister
- type ClusterListerExpansion
- type ClusterNamespaceLister
- type ClusterNamespaceListerExpansion
- type InstanceFleetLister
- type InstanceFleetListerExpansion
- type InstanceFleetNamespaceLister
- type InstanceFleetNamespaceListerExpansion
- type InstanceGroupLister
- type InstanceGroupListerExpansion
- type InstanceGroupNamespaceLister
- type InstanceGroupNamespaceListerExpansion
- type ManagedScalingPolicyLister
- type ManagedScalingPolicyListerExpansion
- type ManagedScalingPolicyNamespaceLister
- type ManagedScalingPolicyNamespaceListerExpansion
- type SecurityConfigurationLister
- type SecurityConfigurationListerExpansion
- type SecurityConfigurationNamespaceLister
- type SecurityConfigurationNamespaceListerExpansion
- type StudioLister
- type StudioListerExpansion
- type StudioNamespaceLister
- type StudioNamespaceListerExpansion
- type StudioSessionMappingLister
- type StudioSessionMappingListerExpansion
- type StudioSessionMappingNamespaceLister
- type StudioSessionMappingNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterLister ¶
type ClusterLister interface { // List lists all Clusters in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Cluster, err error) // Clusters returns an object that can list and get Clusters. Clusters(namespace string) ClusterNamespaceLister ClusterListerExpansion }
ClusterLister helps list Clusters. All objects returned here must be treated as read-only.
func NewClusterLister ¶
func NewClusterLister(indexer cache.Indexer) ClusterLister
NewClusterLister returns a new ClusterLister.
type ClusterListerExpansion ¶
type ClusterListerExpansion interface{}
ClusterListerExpansion allows custom methods to be added to ClusterLister.
type ClusterNamespaceLister ¶
type ClusterNamespaceLister interface { // List lists all Clusters in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Cluster, err error) // Get retrieves the Cluster from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Cluster, error) ClusterNamespaceListerExpansion }
ClusterNamespaceLister helps list and get Clusters. All objects returned here must be treated as read-only.
type ClusterNamespaceListerExpansion ¶
type ClusterNamespaceListerExpansion interface{}
ClusterNamespaceListerExpansion allows custom methods to be added to ClusterNamespaceLister.
type InstanceFleetLister ¶
type InstanceFleetLister interface { // List lists all InstanceFleets in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.InstanceFleet, err error) // InstanceFleets returns an object that can list and get InstanceFleets. InstanceFleets(namespace string) InstanceFleetNamespaceLister InstanceFleetListerExpansion }
InstanceFleetLister helps list InstanceFleets. All objects returned here must be treated as read-only.
func NewInstanceFleetLister ¶
func NewInstanceFleetLister(indexer cache.Indexer) InstanceFleetLister
NewInstanceFleetLister returns a new InstanceFleetLister.
type InstanceFleetListerExpansion ¶
type InstanceFleetListerExpansion interface{}
InstanceFleetListerExpansion allows custom methods to be added to InstanceFleetLister.
type InstanceFleetNamespaceLister ¶
type InstanceFleetNamespaceLister interface { // List lists all InstanceFleets in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.InstanceFleet, err error) // Get retrieves the InstanceFleet from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.InstanceFleet, error) InstanceFleetNamespaceListerExpansion }
InstanceFleetNamespaceLister helps list and get InstanceFleets. All objects returned here must be treated as read-only.
type InstanceFleetNamespaceListerExpansion ¶
type InstanceFleetNamespaceListerExpansion interface{}
InstanceFleetNamespaceListerExpansion allows custom methods to be added to InstanceFleetNamespaceLister.
type InstanceGroupLister ¶
type InstanceGroupLister interface { // List lists all InstanceGroups in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.InstanceGroup, err error) // InstanceGroups returns an object that can list and get InstanceGroups. InstanceGroups(namespace string) InstanceGroupNamespaceLister InstanceGroupListerExpansion }
InstanceGroupLister helps list InstanceGroups. All objects returned here must be treated as read-only.
func NewInstanceGroupLister ¶
func NewInstanceGroupLister(indexer cache.Indexer) InstanceGroupLister
NewInstanceGroupLister returns a new InstanceGroupLister.
type InstanceGroupListerExpansion ¶
type InstanceGroupListerExpansion interface{}
InstanceGroupListerExpansion allows custom methods to be added to InstanceGroupLister.
type InstanceGroupNamespaceLister ¶
type InstanceGroupNamespaceLister interface { // List lists all InstanceGroups in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.InstanceGroup, err error) // Get retrieves the InstanceGroup from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.InstanceGroup, error) InstanceGroupNamespaceListerExpansion }
InstanceGroupNamespaceLister helps list and get InstanceGroups. All objects returned here must be treated as read-only.
type InstanceGroupNamespaceListerExpansion ¶
type InstanceGroupNamespaceListerExpansion interface{}
InstanceGroupNamespaceListerExpansion allows custom methods to be added to InstanceGroupNamespaceLister.
type ManagedScalingPolicyLister ¶
type ManagedScalingPolicyLister interface { // List lists all ManagedScalingPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ManagedScalingPolicy, err error) // ManagedScalingPolicies returns an object that can list and get ManagedScalingPolicies. ManagedScalingPolicies(namespace string) ManagedScalingPolicyNamespaceLister ManagedScalingPolicyListerExpansion }
ManagedScalingPolicyLister helps list ManagedScalingPolicies. All objects returned here must be treated as read-only.
func NewManagedScalingPolicyLister ¶
func NewManagedScalingPolicyLister(indexer cache.Indexer) ManagedScalingPolicyLister
NewManagedScalingPolicyLister returns a new ManagedScalingPolicyLister.
type ManagedScalingPolicyListerExpansion ¶
type ManagedScalingPolicyListerExpansion interface{}
ManagedScalingPolicyListerExpansion allows custom methods to be added to ManagedScalingPolicyLister.
type ManagedScalingPolicyNamespaceLister ¶
type ManagedScalingPolicyNamespaceLister interface { // List lists all ManagedScalingPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ManagedScalingPolicy, err error) // Get retrieves the ManagedScalingPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ManagedScalingPolicy, error) ManagedScalingPolicyNamespaceListerExpansion }
ManagedScalingPolicyNamespaceLister helps list and get ManagedScalingPolicies. All objects returned here must be treated as read-only.
type ManagedScalingPolicyNamespaceListerExpansion ¶
type ManagedScalingPolicyNamespaceListerExpansion interface{}
ManagedScalingPolicyNamespaceListerExpansion allows custom methods to be added to ManagedScalingPolicyNamespaceLister.
type SecurityConfigurationLister ¶
type SecurityConfigurationLister interface { // List lists all SecurityConfigurations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SecurityConfiguration, err error) // SecurityConfigurations returns an object that can list and get SecurityConfigurations. SecurityConfigurations(namespace string) SecurityConfigurationNamespaceLister SecurityConfigurationListerExpansion }
SecurityConfigurationLister helps list SecurityConfigurations. All objects returned here must be treated as read-only.
func NewSecurityConfigurationLister ¶
func NewSecurityConfigurationLister(indexer cache.Indexer) SecurityConfigurationLister
NewSecurityConfigurationLister returns a new SecurityConfigurationLister.
type SecurityConfigurationListerExpansion ¶
type SecurityConfigurationListerExpansion interface{}
SecurityConfigurationListerExpansion allows custom methods to be added to SecurityConfigurationLister.
type SecurityConfigurationNamespaceLister ¶
type SecurityConfigurationNamespaceLister interface { // List lists all SecurityConfigurations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SecurityConfiguration, err error) // Get retrieves the SecurityConfiguration from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SecurityConfiguration, error) SecurityConfigurationNamespaceListerExpansion }
SecurityConfigurationNamespaceLister helps list and get SecurityConfigurations. All objects returned here must be treated as read-only.
type SecurityConfigurationNamespaceListerExpansion ¶
type SecurityConfigurationNamespaceListerExpansion interface{}
SecurityConfigurationNamespaceListerExpansion allows custom methods to be added to SecurityConfigurationNamespaceLister.
type StudioLister ¶ added in v0.5.0
type StudioLister interface { // List lists all Studios in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Studio, err error) // Studios returns an object that can list and get Studios. Studios(namespace string) StudioNamespaceLister StudioListerExpansion }
StudioLister helps list Studios. All objects returned here must be treated as read-only.
func NewStudioLister ¶ added in v0.5.0
func NewStudioLister(indexer cache.Indexer) StudioLister
NewStudioLister returns a new StudioLister.
type StudioListerExpansion ¶ added in v0.5.0
type StudioListerExpansion interface{}
StudioListerExpansion allows custom methods to be added to StudioLister.
type StudioNamespaceLister ¶ added in v0.5.0
type StudioNamespaceLister interface { // List lists all Studios in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Studio, err error) // Get retrieves the Studio from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Studio, error) StudioNamespaceListerExpansion }
StudioNamespaceLister helps list and get Studios. All objects returned here must be treated as read-only.
type StudioNamespaceListerExpansion ¶ added in v0.5.0
type StudioNamespaceListerExpansion interface{}
StudioNamespaceListerExpansion allows custom methods to be added to StudioNamespaceLister.
type StudioSessionMappingLister ¶ added in v0.5.0
type StudioSessionMappingLister interface { // List lists all StudioSessionMappings in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.StudioSessionMapping, err error) // StudioSessionMappings returns an object that can list and get StudioSessionMappings. StudioSessionMappings(namespace string) StudioSessionMappingNamespaceLister StudioSessionMappingListerExpansion }
StudioSessionMappingLister helps list StudioSessionMappings. All objects returned here must be treated as read-only.
func NewStudioSessionMappingLister ¶ added in v0.5.0
func NewStudioSessionMappingLister(indexer cache.Indexer) StudioSessionMappingLister
NewStudioSessionMappingLister returns a new StudioSessionMappingLister.
type StudioSessionMappingListerExpansion ¶ added in v0.5.0
type StudioSessionMappingListerExpansion interface{}
StudioSessionMappingListerExpansion allows custom methods to be added to StudioSessionMappingLister.
type StudioSessionMappingNamespaceLister ¶ added in v0.5.0
type StudioSessionMappingNamespaceLister interface { // List lists all StudioSessionMappings in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.StudioSessionMapping, err error) // Get retrieves the StudioSessionMapping from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.StudioSessionMapping, error) StudioSessionMappingNamespaceListerExpansion }
StudioSessionMappingNamespaceLister helps list and get StudioSessionMappings. All objects returned here must be treated as read-only.
type StudioSessionMappingNamespaceListerExpansion ¶ added in v0.5.0
type StudioSessionMappingNamespaceListerExpansion interface{}
StudioSessionMappingNamespaceListerExpansion allows custom methods to be added to StudioSessionMappingNamespaceLister.