Documentation ¶
Index ¶
- type EndpointAttachmentLister
- type EndpointAttachmentListerExpansion
- type EndpointAttachmentNamespaceLister
- type EndpointAttachmentNamespaceListerExpansion
- type EnvgroupAttachmentLister
- type EnvgroupAttachmentListerExpansion
- type EnvgroupAttachmentNamespaceLister
- type EnvgroupAttachmentNamespaceListerExpansion
- type EnvgroupLister
- type EnvgroupListerExpansion
- type EnvgroupNamespaceLister
- type EnvgroupNamespaceListerExpansion
- type EnvironmentIamBindingLister
- type EnvironmentIamBindingListerExpansion
- type EnvironmentIamBindingNamespaceLister
- type EnvironmentIamBindingNamespaceListerExpansion
- type EnvironmentIamMemberLister
- type EnvironmentIamMemberListerExpansion
- type EnvironmentIamMemberNamespaceLister
- type EnvironmentIamMemberNamespaceListerExpansion
- type EnvironmentIamPolicyLister
- type EnvironmentIamPolicyListerExpansion
- type EnvironmentIamPolicyNamespaceLister
- type EnvironmentIamPolicyNamespaceListerExpansion
- type EnvironmentLister
- type EnvironmentListerExpansion
- type EnvironmentNamespaceLister
- type EnvironmentNamespaceListerExpansion
- type InstanceAttachmentLister
- type InstanceAttachmentListerExpansion
- type InstanceAttachmentNamespaceLister
- type InstanceAttachmentNamespaceListerExpansion
- type InstanceLister
- type InstanceListerExpansion
- type InstanceNamespaceLister
- type InstanceNamespaceListerExpansion
- type OrganizationLister
- type OrganizationListerExpansion
- type OrganizationNamespaceLister
- type OrganizationNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EndpointAttachmentLister ¶ added in v0.5.0
type EndpointAttachmentLister interface { // List lists all EndpointAttachments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EndpointAttachment, err error) // EndpointAttachments returns an object that can list and get EndpointAttachments. EndpointAttachments(namespace string) EndpointAttachmentNamespaceLister EndpointAttachmentListerExpansion }
EndpointAttachmentLister helps list EndpointAttachments. All objects returned here must be treated as read-only.
func NewEndpointAttachmentLister ¶ added in v0.5.0
func NewEndpointAttachmentLister(indexer cache.Indexer) EndpointAttachmentLister
NewEndpointAttachmentLister returns a new EndpointAttachmentLister.
type EndpointAttachmentListerExpansion ¶ added in v0.5.0
type EndpointAttachmentListerExpansion interface{}
EndpointAttachmentListerExpansion allows custom methods to be added to EndpointAttachmentLister.
type EndpointAttachmentNamespaceLister ¶ added in v0.5.0
type EndpointAttachmentNamespaceLister interface { // List lists all EndpointAttachments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EndpointAttachment, err error) // Get retrieves the EndpointAttachment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.EndpointAttachment, error) EndpointAttachmentNamespaceListerExpansion }
EndpointAttachmentNamespaceLister helps list and get EndpointAttachments. All objects returned here must be treated as read-only.
type EndpointAttachmentNamespaceListerExpansion ¶ added in v0.5.0
type EndpointAttachmentNamespaceListerExpansion interface{}
EndpointAttachmentNamespaceListerExpansion allows custom methods to be added to EndpointAttachmentNamespaceLister.
type EnvgroupAttachmentLister ¶
type EnvgroupAttachmentLister interface { // List lists all EnvgroupAttachments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EnvgroupAttachment, err error) // EnvgroupAttachments returns an object that can list and get EnvgroupAttachments. EnvgroupAttachments(namespace string) EnvgroupAttachmentNamespaceLister EnvgroupAttachmentListerExpansion }
EnvgroupAttachmentLister helps list EnvgroupAttachments. All objects returned here must be treated as read-only.
func NewEnvgroupAttachmentLister ¶
func NewEnvgroupAttachmentLister(indexer cache.Indexer) EnvgroupAttachmentLister
NewEnvgroupAttachmentLister returns a new EnvgroupAttachmentLister.
type EnvgroupAttachmentListerExpansion ¶
type EnvgroupAttachmentListerExpansion interface{}
EnvgroupAttachmentListerExpansion allows custom methods to be added to EnvgroupAttachmentLister.
type EnvgroupAttachmentNamespaceLister ¶
type EnvgroupAttachmentNamespaceLister interface { // List lists all EnvgroupAttachments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EnvgroupAttachment, err error) // Get retrieves the EnvgroupAttachment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.EnvgroupAttachment, error) EnvgroupAttachmentNamespaceListerExpansion }
EnvgroupAttachmentNamespaceLister helps list and get EnvgroupAttachments. All objects returned here must be treated as read-only.
type EnvgroupAttachmentNamespaceListerExpansion ¶
type EnvgroupAttachmentNamespaceListerExpansion interface{}
EnvgroupAttachmentNamespaceListerExpansion allows custom methods to be added to EnvgroupAttachmentNamespaceLister.
type EnvgroupLister ¶
type EnvgroupLister interface { // List lists all Envgroups in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Envgroup, err error) // Envgroups returns an object that can list and get Envgroups. Envgroups(namespace string) EnvgroupNamespaceLister EnvgroupListerExpansion }
EnvgroupLister helps list Envgroups. All objects returned here must be treated as read-only.
func NewEnvgroupLister ¶
func NewEnvgroupLister(indexer cache.Indexer) EnvgroupLister
NewEnvgroupLister returns a new EnvgroupLister.
type EnvgroupListerExpansion ¶
type EnvgroupListerExpansion interface{}
EnvgroupListerExpansion allows custom methods to be added to EnvgroupLister.
type EnvgroupNamespaceLister ¶
type EnvgroupNamespaceLister interface { // List lists all Envgroups in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Envgroup, err error) // Get retrieves the Envgroup from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Envgroup, error) EnvgroupNamespaceListerExpansion }
EnvgroupNamespaceLister helps list and get Envgroups. All objects returned here must be treated as read-only.
type EnvgroupNamespaceListerExpansion ¶
type EnvgroupNamespaceListerExpansion interface{}
EnvgroupNamespaceListerExpansion allows custom methods to be added to EnvgroupNamespaceLister.
type EnvironmentIamBindingLister ¶ added in v0.5.0
type EnvironmentIamBindingLister interface { // List lists all EnvironmentIamBindings in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EnvironmentIamBinding, err error) // EnvironmentIamBindings returns an object that can list and get EnvironmentIamBindings. EnvironmentIamBindings(namespace string) EnvironmentIamBindingNamespaceLister EnvironmentIamBindingListerExpansion }
EnvironmentIamBindingLister helps list EnvironmentIamBindings. All objects returned here must be treated as read-only.
func NewEnvironmentIamBindingLister ¶ added in v0.5.0
func NewEnvironmentIamBindingLister(indexer cache.Indexer) EnvironmentIamBindingLister
NewEnvironmentIamBindingLister returns a new EnvironmentIamBindingLister.
type EnvironmentIamBindingListerExpansion ¶ added in v0.5.0
type EnvironmentIamBindingListerExpansion interface{}
EnvironmentIamBindingListerExpansion allows custom methods to be added to EnvironmentIamBindingLister.
type EnvironmentIamBindingNamespaceLister ¶ added in v0.5.0
type EnvironmentIamBindingNamespaceLister interface { // List lists all EnvironmentIamBindings in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EnvironmentIamBinding, err error) // Get retrieves the EnvironmentIamBinding from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.EnvironmentIamBinding, error) EnvironmentIamBindingNamespaceListerExpansion }
EnvironmentIamBindingNamespaceLister helps list and get EnvironmentIamBindings. All objects returned here must be treated as read-only.
type EnvironmentIamBindingNamespaceListerExpansion ¶ added in v0.5.0
type EnvironmentIamBindingNamespaceListerExpansion interface{}
EnvironmentIamBindingNamespaceListerExpansion allows custom methods to be added to EnvironmentIamBindingNamespaceLister.
type EnvironmentIamMemberLister ¶ added in v0.5.0
type EnvironmentIamMemberLister interface { // List lists all EnvironmentIamMembers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EnvironmentIamMember, err error) // EnvironmentIamMembers returns an object that can list and get EnvironmentIamMembers. EnvironmentIamMembers(namespace string) EnvironmentIamMemberNamespaceLister EnvironmentIamMemberListerExpansion }
EnvironmentIamMemberLister helps list EnvironmentIamMembers. All objects returned here must be treated as read-only.
func NewEnvironmentIamMemberLister ¶ added in v0.5.0
func NewEnvironmentIamMemberLister(indexer cache.Indexer) EnvironmentIamMemberLister
NewEnvironmentIamMemberLister returns a new EnvironmentIamMemberLister.
type EnvironmentIamMemberListerExpansion ¶ added in v0.5.0
type EnvironmentIamMemberListerExpansion interface{}
EnvironmentIamMemberListerExpansion allows custom methods to be added to EnvironmentIamMemberLister.
type EnvironmentIamMemberNamespaceLister ¶ added in v0.5.0
type EnvironmentIamMemberNamespaceLister interface { // List lists all EnvironmentIamMembers in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EnvironmentIamMember, err error) // Get retrieves the EnvironmentIamMember from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.EnvironmentIamMember, error) EnvironmentIamMemberNamespaceListerExpansion }
EnvironmentIamMemberNamespaceLister helps list and get EnvironmentIamMembers. All objects returned here must be treated as read-only.
type EnvironmentIamMemberNamespaceListerExpansion ¶ added in v0.5.0
type EnvironmentIamMemberNamespaceListerExpansion interface{}
EnvironmentIamMemberNamespaceListerExpansion allows custom methods to be added to EnvironmentIamMemberNamespaceLister.
type EnvironmentIamPolicyLister ¶ added in v0.5.0
type EnvironmentIamPolicyLister interface { // List lists all EnvironmentIamPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EnvironmentIamPolicy, err error) // EnvironmentIamPolicies returns an object that can list and get EnvironmentIamPolicies. EnvironmentIamPolicies(namespace string) EnvironmentIamPolicyNamespaceLister EnvironmentIamPolicyListerExpansion }
EnvironmentIamPolicyLister helps list EnvironmentIamPolicies. All objects returned here must be treated as read-only.
func NewEnvironmentIamPolicyLister ¶ added in v0.5.0
func NewEnvironmentIamPolicyLister(indexer cache.Indexer) EnvironmentIamPolicyLister
NewEnvironmentIamPolicyLister returns a new EnvironmentIamPolicyLister.
type EnvironmentIamPolicyListerExpansion ¶ added in v0.5.0
type EnvironmentIamPolicyListerExpansion interface{}
EnvironmentIamPolicyListerExpansion allows custom methods to be added to EnvironmentIamPolicyLister.
type EnvironmentIamPolicyNamespaceLister ¶ added in v0.5.0
type EnvironmentIamPolicyNamespaceLister interface { // List lists all EnvironmentIamPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EnvironmentIamPolicy, err error) // Get retrieves the EnvironmentIamPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.EnvironmentIamPolicy, error) EnvironmentIamPolicyNamespaceListerExpansion }
EnvironmentIamPolicyNamespaceLister helps list and get EnvironmentIamPolicies. All objects returned here must be treated as read-only.
type EnvironmentIamPolicyNamespaceListerExpansion ¶ added in v0.5.0
type EnvironmentIamPolicyNamespaceListerExpansion interface{}
EnvironmentIamPolicyNamespaceListerExpansion allows custom methods to be added to EnvironmentIamPolicyNamespaceLister.
type EnvironmentLister ¶
type EnvironmentLister interface { // List lists all Environments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Environment, err error) // Environments returns an object that can list and get Environments. Environments(namespace string) EnvironmentNamespaceLister EnvironmentListerExpansion }
EnvironmentLister helps list Environments. All objects returned here must be treated as read-only.
func NewEnvironmentLister ¶
func NewEnvironmentLister(indexer cache.Indexer) EnvironmentLister
NewEnvironmentLister returns a new EnvironmentLister.
type EnvironmentListerExpansion ¶
type EnvironmentListerExpansion interface{}
EnvironmentListerExpansion allows custom methods to be added to EnvironmentLister.
type EnvironmentNamespaceLister ¶
type EnvironmentNamespaceLister interface { // List lists all Environments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Environment, err error) // Get retrieves the Environment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Environment, error) EnvironmentNamespaceListerExpansion }
EnvironmentNamespaceLister helps list and get Environments. All objects returned here must be treated as read-only.
type EnvironmentNamespaceListerExpansion ¶
type EnvironmentNamespaceListerExpansion interface{}
EnvironmentNamespaceListerExpansion allows custom methods to be added to EnvironmentNamespaceLister.
type InstanceAttachmentLister ¶
type InstanceAttachmentLister interface { // List lists all InstanceAttachments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.InstanceAttachment, err error) // InstanceAttachments returns an object that can list and get InstanceAttachments. InstanceAttachments(namespace string) InstanceAttachmentNamespaceLister InstanceAttachmentListerExpansion }
InstanceAttachmentLister helps list InstanceAttachments. All objects returned here must be treated as read-only.
func NewInstanceAttachmentLister ¶
func NewInstanceAttachmentLister(indexer cache.Indexer) InstanceAttachmentLister
NewInstanceAttachmentLister returns a new InstanceAttachmentLister.
type InstanceAttachmentListerExpansion ¶
type InstanceAttachmentListerExpansion interface{}
InstanceAttachmentListerExpansion allows custom methods to be added to InstanceAttachmentLister.
type InstanceAttachmentNamespaceLister ¶
type InstanceAttachmentNamespaceLister interface { // List lists all InstanceAttachments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.InstanceAttachment, err error) // Get retrieves the InstanceAttachment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.InstanceAttachment, error) InstanceAttachmentNamespaceListerExpansion }
InstanceAttachmentNamespaceLister helps list and get InstanceAttachments. All objects returned here must be treated as read-only.
type InstanceAttachmentNamespaceListerExpansion ¶
type InstanceAttachmentNamespaceListerExpansion interface{}
InstanceAttachmentNamespaceListerExpansion allows custom methods to be added to InstanceAttachmentNamespaceLister.
type InstanceLister ¶
type InstanceLister interface { // List lists all Instances in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Instance, err error) // Instances returns an object that can list and get Instances. Instances(namespace string) InstanceNamespaceLister InstanceListerExpansion }
InstanceLister helps list Instances. All objects returned here must be treated as read-only.
func NewInstanceLister ¶
func NewInstanceLister(indexer cache.Indexer) InstanceLister
NewInstanceLister returns a new InstanceLister.
type InstanceListerExpansion ¶
type InstanceListerExpansion interface{}
InstanceListerExpansion allows custom methods to be added to InstanceLister.
type InstanceNamespaceLister ¶
type InstanceNamespaceLister interface { // List lists all Instances in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Instance, err error) // Get retrieves the Instance from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Instance, error) InstanceNamespaceListerExpansion }
InstanceNamespaceLister helps list and get Instances. All objects returned here must be treated as read-only.
type InstanceNamespaceListerExpansion ¶
type InstanceNamespaceListerExpansion interface{}
InstanceNamespaceListerExpansion allows custom methods to be added to InstanceNamespaceLister.
type OrganizationLister ¶
type OrganizationLister interface { // List lists all Organizations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Organization, err error) // Organizations returns an object that can list and get Organizations. Organizations(namespace string) OrganizationNamespaceLister OrganizationListerExpansion }
OrganizationLister helps list Organizations. All objects returned here must be treated as read-only.
func NewOrganizationLister ¶
func NewOrganizationLister(indexer cache.Indexer) OrganizationLister
NewOrganizationLister returns a new OrganizationLister.
type OrganizationListerExpansion ¶
type OrganizationListerExpansion interface{}
OrganizationListerExpansion allows custom methods to be added to OrganizationLister.
type OrganizationNamespaceLister ¶
type OrganizationNamespaceLister interface { // List lists all Organizations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Organization, err error) // Get retrieves the Organization from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Organization, error) OrganizationNamespaceListerExpansion }
OrganizationNamespaceLister helps list and get Organizations. All objects returned here must be treated as read-only.
type OrganizationNamespaceListerExpansion ¶
type OrganizationNamespaceListerExpansion interface{}
OrganizationNamespaceListerExpansion allows custom methods to be added to OrganizationNamespaceLister.