Documentation ¶
Index ¶
- type AutoscalingPolicyLister
- type AutoscalingPolicyListerExpansion
- type AutoscalingPolicyNamespaceLister
- type AutoscalingPolicyNamespaceListerExpansion
- type ClusterIamBindingLister
- type ClusterIamBindingListerExpansion
- type ClusterIamBindingNamespaceLister
- type ClusterIamBindingNamespaceListerExpansion
- type ClusterIamMemberLister
- type ClusterIamMemberListerExpansion
- type ClusterIamMemberNamespaceLister
- type ClusterIamMemberNamespaceListerExpansion
- type ClusterIamPolicyLister
- type ClusterIamPolicyListerExpansion
- type ClusterIamPolicyNamespaceLister
- type ClusterIamPolicyNamespaceListerExpansion
- type ClusterLister
- type ClusterListerExpansion
- type ClusterNamespaceLister
- type ClusterNamespaceListerExpansion
- type JobIamBindingLister
- type JobIamBindingListerExpansion
- type JobIamBindingNamespaceLister
- type JobIamBindingNamespaceListerExpansion
- type JobIamMemberLister
- type JobIamMemberListerExpansion
- type JobIamMemberNamespaceLister
- type JobIamMemberNamespaceListerExpansion
- type JobIamPolicyLister
- type JobIamPolicyListerExpansion
- type JobIamPolicyNamespaceLister
- type JobIamPolicyNamespaceListerExpansion
- type JobLister
- type JobListerExpansion
- type JobNamespaceLister
- type JobNamespaceListerExpansion
- type WorkflowTemplateLister
- type WorkflowTemplateListerExpansion
- type WorkflowTemplateNamespaceLister
- type WorkflowTemplateNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoscalingPolicyLister ¶
type AutoscalingPolicyLister interface { // List lists all AutoscalingPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AutoscalingPolicy, err error) // AutoscalingPolicies returns an object that can list and get AutoscalingPolicies. AutoscalingPolicies(namespace string) AutoscalingPolicyNamespaceLister AutoscalingPolicyListerExpansion }
AutoscalingPolicyLister helps list AutoscalingPolicies. All objects returned here must be treated as read-only.
func NewAutoscalingPolicyLister ¶
func NewAutoscalingPolicyLister(indexer cache.Indexer) AutoscalingPolicyLister
NewAutoscalingPolicyLister returns a new AutoscalingPolicyLister.
type AutoscalingPolicyListerExpansion ¶
type AutoscalingPolicyListerExpansion interface{}
AutoscalingPolicyListerExpansion allows custom methods to be added to AutoscalingPolicyLister.
type AutoscalingPolicyNamespaceLister ¶
type AutoscalingPolicyNamespaceLister interface { // List lists all AutoscalingPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AutoscalingPolicy, err error) // Get retrieves the AutoscalingPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AutoscalingPolicy, error) AutoscalingPolicyNamespaceListerExpansion }
AutoscalingPolicyNamespaceLister helps list and get AutoscalingPolicies. All objects returned here must be treated as read-only.
type AutoscalingPolicyNamespaceListerExpansion ¶
type AutoscalingPolicyNamespaceListerExpansion interface{}
AutoscalingPolicyNamespaceListerExpansion allows custom methods to be added to AutoscalingPolicyNamespaceLister.
type ClusterIamBindingLister ¶
type ClusterIamBindingLister interface { // List lists all ClusterIamBindings in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ClusterIamBinding, err error) // ClusterIamBindings returns an object that can list and get ClusterIamBindings. ClusterIamBindings(namespace string) ClusterIamBindingNamespaceLister ClusterIamBindingListerExpansion }
ClusterIamBindingLister helps list ClusterIamBindings. All objects returned here must be treated as read-only.
func NewClusterIamBindingLister ¶
func NewClusterIamBindingLister(indexer cache.Indexer) ClusterIamBindingLister
NewClusterIamBindingLister returns a new ClusterIamBindingLister.
type ClusterIamBindingListerExpansion ¶
type ClusterIamBindingListerExpansion interface{}
ClusterIamBindingListerExpansion allows custom methods to be added to ClusterIamBindingLister.
type ClusterIamBindingNamespaceLister ¶
type ClusterIamBindingNamespaceLister interface { // List lists all ClusterIamBindings in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ClusterIamBinding, err error) // Get retrieves the ClusterIamBinding from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ClusterIamBinding, error) ClusterIamBindingNamespaceListerExpansion }
ClusterIamBindingNamespaceLister helps list and get ClusterIamBindings. All objects returned here must be treated as read-only.
type ClusterIamBindingNamespaceListerExpansion ¶
type ClusterIamBindingNamespaceListerExpansion interface{}
ClusterIamBindingNamespaceListerExpansion allows custom methods to be added to ClusterIamBindingNamespaceLister.
type ClusterIamMemberLister ¶
type ClusterIamMemberLister interface { // List lists all ClusterIamMembers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ClusterIamMember, err error) // ClusterIamMembers returns an object that can list and get ClusterIamMembers. ClusterIamMembers(namespace string) ClusterIamMemberNamespaceLister ClusterIamMemberListerExpansion }
ClusterIamMemberLister helps list ClusterIamMembers. All objects returned here must be treated as read-only.
func NewClusterIamMemberLister ¶
func NewClusterIamMemberLister(indexer cache.Indexer) ClusterIamMemberLister
NewClusterIamMemberLister returns a new ClusterIamMemberLister.
type ClusterIamMemberListerExpansion ¶
type ClusterIamMemberListerExpansion interface{}
ClusterIamMemberListerExpansion allows custom methods to be added to ClusterIamMemberLister.
type ClusterIamMemberNamespaceLister ¶
type ClusterIamMemberNamespaceLister interface { // List lists all ClusterIamMembers in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ClusterIamMember, err error) // Get retrieves the ClusterIamMember from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ClusterIamMember, error) ClusterIamMemberNamespaceListerExpansion }
ClusterIamMemberNamespaceLister helps list and get ClusterIamMembers. All objects returned here must be treated as read-only.
type ClusterIamMemberNamespaceListerExpansion ¶
type ClusterIamMemberNamespaceListerExpansion interface{}
ClusterIamMemberNamespaceListerExpansion allows custom methods to be added to ClusterIamMemberNamespaceLister.
type ClusterIamPolicyLister ¶
type ClusterIamPolicyLister interface { // List lists all ClusterIamPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ClusterIamPolicy, err error) // ClusterIamPolicies returns an object that can list and get ClusterIamPolicies. ClusterIamPolicies(namespace string) ClusterIamPolicyNamespaceLister ClusterIamPolicyListerExpansion }
ClusterIamPolicyLister helps list ClusterIamPolicies. All objects returned here must be treated as read-only.
func NewClusterIamPolicyLister ¶
func NewClusterIamPolicyLister(indexer cache.Indexer) ClusterIamPolicyLister
NewClusterIamPolicyLister returns a new ClusterIamPolicyLister.
type ClusterIamPolicyListerExpansion ¶
type ClusterIamPolicyListerExpansion interface{}
ClusterIamPolicyListerExpansion allows custom methods to be added to ClusterIamPolicyLister.
type ClusterIamPolicyNamespaceLister ¶
type ClusterIamPolicyNamespaceLister interface { // List lists all ClusterIamPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ClusterIamPolicy, err error) // Get retrieves the ClusterIamPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ClusterIamPolicy, error) ClusterIamPolicyNamespaceListerExpansion }
ClusterIamPolicyNamespaceLister helps list and get ClusterIamPolicies. All objects returned here must be treated as read-only.
type ClusterIamPolicyNamespaceListerExpansion ¶
type ClusterIamPolicyNamespaceListerExpansion interface{}
ClusterIamPolicyNamespaceListerExpansion allows custom methods to be added to ClusterIamPolicyNamespaceLister.
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 JobIamBindingLister ¶
type JobIamBindingLister interface { // List lists all JobIamBindings in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.JobIamBinding, err error) // JobIamBindings returns an object that can list and get JobIamBindings. JobIamBindings(namespace string) JobIamBindingNamespaceLister JobIamBindingListerExpansion }
JobIamBindingLister helps list JobIamBindings. All objects returned here must be treated as read-only.
func NewJobIamBindingLister ¶
func NewJobIamBindingLister(indexer cache.Indexer) JobIamBindingLister
NewJobIamBindingLister returns a new JobIamBindingLister.
type JobIamBindingListerExpansion ¶
type JobIamBindingListerExpansion interface{}
JobIamBindingListerExpansion allows custom methods to be added to JobIamBindingLister.
type JobIamBindingNamespaceLister ¶
type JobIamBindingNamespaceLister interface { // List lists all JobIamBindings in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.JobIamBinding, err error) // Get retrieves the JobIamBinding from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.JobIamBinding, error) JobIamBindingNamespaceListerExpansion }
JobIamBindingNamespaceLister helps list and get JobIamBindings. All objects returned here must be treated as read-only.
type JobIamBindingNamespaceListerExpansion ¶
type JobIamBindingNamespaceListerExpansion interface{}
JobIamBindingNamespaceListerExpansion allows custom methods to be added to JobIamBindingNamespaceLister.
type JobIamMemberLister ¶
type JobIamMemberLister interface { // List lists all JobIamMembers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.JobIamMember, err error) // JobIamMembers returns an object that can list and get JobIamMembers. JobIamMembers(namespace string) JobIamMemberNamespaceLister JobIamMemberListerExpansion }
JobIamMemberLister helps list JobIamMembers. All objects returned here must be treated as read-only.
func NewJobIamMemberLister ¶
func NewJobIamMemberLister(indexer cache.Indexer) JobIamMemberLister
NewJobIamMemberLister returns a new JobIamMemberLister.
type JobIamMemberListerExpansion ¶
type JobIamMemberListerExpansion interface{}
JobIamMemberListerExpansion allows custom methods to be added to JobIamMemberLister.
type JobIamMemberNamespaceLister ¶
type JobIamMemberNamespaceLister interface { // List lists all JobIamMembers in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.JobIamMember, err error) // Get retrieves the JobIamMember from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.JobIamMember, error) JobIamMemberNamespaceListerExpansion }
JobIamMemberNamespaceLister helps list and get JobIamMembers. All objects returned here must be treated as read-only.
type JobIamMemberNamespaceListerExpansion ¶
type JobIamMemberNamespaceListerExpansion interface{}
JobIamMemberNamespaceListerExpansion allows custom methods to be added to JobIamMemberNamespaceLister.
type JobIamPolicyLister ¶
type JobIamPolicyLister interface { // List lists all JobIamPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.JobIamPolicy, err error) // JobIamPolicies returns an object that can list and get JobIamPolicies. JobIamPolicies(namespace string) JobIamPolicyNamespaceLister JobIamPolicyListerExpansion }
JobIamPolicyLister helps list JobIamPolicies. All objects returned here must be treated as read-only.
func NewJobIamPolicyLister ¶
func NewJobIamPolicyLister(indexer cache.Indexer) JobIamPolicyLister
NewJobIamPolicyLister returns a new JobIamPolicyLister.
type JobIamPolicyListerExpansion ¶
type JobIamPolicyListerExpansion interface{}
JobIamPolicyListerExpansion allows custom methods to be added to JobIamPolicyLister.
type JobIamPolicyNamespaceLister ¶
type JobIamPolicyNamespaceLister interface { // List lists all JobIamPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.JobIamPolicy, err error) // Get retrieves the JobIamPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.JobIamPolicy, error) JobIamPolicyNamespaceListerExpansion }
JobIamPolicyNamespaceLister helps list and get JobIamPolicies. All objects returned here must be treated as read-only.
type JobIamPolicyNamespaceListerExpansion ¶
type JobIamPolicyNamespaceListerExpansion interface{}
JobIamPolicyNamespaceListerExpansion allows custom methods to be added to JobIamPolicyNamespaceLister.
type JobLister ¶
type JobLister interface { // List lists all Jobs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Job, err error) // Jobs returns an object that can list and get Jobs. Jobs(namespace string) JobNamespaceLister JobListerExpansion }
JobLister helps list Jobs. All objects returned here must be treated as read-only.
func NewJobLister ¶
NewJobLister returns a new JobLister.
type JobListerExpansion ¶
type JobListerExpansion interface{}
JobListerExpansion allows custom methods to be added to JobLister.
type JobNamespaceLister ¶
type JobNamespaceLister interface { // List lists all Jobs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Job, err error) // Get retrieves the Job from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Job, error) JobNamespaceListerExpansion }
JobNamespaceLister helps list and get Jobs. All objects returned here must be treated as read-only.
type JobNamespaceListerExpansion ¶
type JobNamespaceListerExpansion interface{}
JobNamespaceListerExpansion allows custom methods to be added to JobNamespaceLister.
type WorkflowTemplateLister ¶
type WorkflowTemplateLister interface { // List lists all WorkflowTemplates in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.WorkflowTemplate, err error) // WorkflowTemplates returns an object that can list and get WorkflowTemplates. WorkflowTemplates(namespace string) WorkflowTemplateNamespaceLister WorkflowTemplateListerExpansion }
WorkflowTemplateLister helps list WorkflowTemplates. All objects returned here must be treated as read-only.
func NewWorkflowTemplateLister ¶
func NewWorkflowTemplateLister(indexer cache.Indexer) WorkflowTemplateLister
NewWorkflowTemplateLister returns a new WorkflowTemplateLister.
type WorkflowTemplateListerExpansion ¶
type WorkflowTemplateListerExpansion interface{}
WorkflowTemplateListerExpansion allows custom methods to be added to WorkflowTemplateLister.
type WorkflowTemplateNamespaceLister ¶
type WorkflowTemplateNamespaceLister interface { // List lists all WorkflowTemplates in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.WorkflowTemplate, err error) // Get retrieves the WorkflowTemplate from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.WorkflowTemplate, error) WorkflowTemplateNamespaceListerExpansion }
WorkflowTemplateNamespaceLister helps list and get WorkflowTemplates. All objects returned here must be treated as read-only.
type WorkflowTemplateNamespaceListerExpansion ¶
type WorkflowTemplateNamespaceListerExpansion interface{}
WorkflowTemplateNamespaceListerExpansion allows custom methods to be added to WorkflowTemplateNamespaceLister.