Documentation ¶
Index ¶
- type EnvironmentLister
- type EnvironmentListerExpansion
- type EnvironmentNamespaceLister
- type EnvironmentNamespaceListerExpansion
- type InstanceIamBindingLister
- type InstanceIamBindingListerExpansion
- type InstanceIamBindingNamespaceLister
- type InstanceIamBindingNamespaceListerExpansion
- type InstanceIamMemberLister
- type InstanceIamMemberListerExpansion
- type InstanceIamMemberNamespaceLister
- type InstanceIamMemberNamespaceListerExpansion
- type InstanceIamPolicyLister
- type InstanceIamPolicyListerExpansion
- type InstanceIamPolicyNamespaceLister
- type InstanceIamPolicyNamespaceListerExpansion
- type InstanceLister
- type InstanceListerExpansion
- type InstanceNamespaceLister
- type InstanceNamespaceListerExpansion
- type LocationLister
- type LocationListerExpansion
- type LocationNamespaceLister
- type LocationNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 InstanceIamBindingLister ¶
type InstanceIamBindingLister interface { // List lists all InstanceIamBindings in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.InstanceIamBinding, err error) // InstanceIamBindings returns an object that can list and get InstanceIamBindings. InstanceIamBindings(namespace string) InstanceIamBindingNamespaceLister InstanceIamBindingListerExpansion }
InstanceIamBindingLister helps list InstanceIamBindings. All objects returned here must be treated as read-only.
func NewInstanceIamBindingLister ¶
func NewInstanceIamBindingLister(indexer cache.Indexer) InstanceIamBindingLister
NewInstanceIamBindingLister returns a new InstanceIamBindingLister.
type InstanceIamBindingListerExpansion ¶
type InstanceIamBindingListerExpansion interface{}
InstanceIamBindingListerExpansion allows custom methods to be added to InstanceIamBindingLister.
type InstanceIamBindingNamespaceLister ¶
type InstanceIamBindingNamespaceLister interface { // List lists all InstanceIamBindings in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.InstanceIamBinding, err error) // Get retrieves the InstanceIamBinding from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.InstanceIamBinding, error) InstanceIamBindingNamespaceListerExpansion }
InstanceIamBindingNamespaceLister helps list and get InstanceIamBindings. All objects returned here must be treated as read-only.
type InstanceIamBindingNamespaceListerExpansion ¶
type InstanceIamBindingNamespaceListerExpansion interface{}
InstanceIamBindingNamespaceListerExpansion allows custom methods to be added to InstanceIamBindingNamespaceLister.
type InstanceIamMemberLister ¶
type InstanceIamMemberLister interface { // List lists all InstanceIamMembers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.InstanceIamMember, err error) // InstanceIamMembers returns an object that can list and get InstanceIamMembers. InstanceIamMembers(namespace string) InstanceIamMemberNamespaceLister InstanceIamMemberListerExpansion }
InstanceIamMemberLister helps list InstanceIamMembers. All objects returned here must be treated as read-only.
func NewInstanceIamMemberLister ¶
func NewInstanceIamMemberLister(indexer cache.Indexer) InstanceIamMemberLister
NewInstanceIamMemberLister returns a new InstanceIamMemberLister.
type InstanceIamMemberListerExpansion ¶
type InstanceIamMemberListerExpansion interface{}
InstanceIamMemberListerExpansion allows custom methods to be added to InstanceIamMemberLister.
type InstanceIamMemberNamespaceLister ¶
type InstanceIamMemberNamespaceLister interface { // List lists all InstanceIamMembers in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.InstanceIamMember, err error) // Get retrieves the InstanceIamMember from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.InstanceIamMember, error) InstanceIamMemberNamespaceListerExpansion }
InstanceIamMemberNamespaceLister helps list and get InstanceIamMembers. All objects returned here must be treated as read-only.
type InstanceIamMemberNamespaceListerExpansion ¶
type InstanceIamMemberNamespaceListerExpansion interface{}
InstanceIamMemberNamespaceListerExpansion allows custom methods to be added to InstanceIamMemberNamespaceLister.
type InstanceIamPolicyLister ¶
type InstanceIamPolicyLister interface { // List lists all InstanceIamPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.InstanceIamPolicy, err error) // InstanceIamPolicies returns an object that can list and get InstanceIamPolicies. InstanceIamPolicies(namespace string) InstanceIamPolicyNamespaceLister InstanceIamPolicyListerExpansion }
InstanceIamPolicyLister helps list InstanceIamPolicies. All objects returned here must be treated as read-only.
func NewInstanceIamPolicyLister ¶
func NewInstanceIamPolicyLister(indexer cache.Indexer) InstanceIamPolicyLister
NewInstanceIamPolicyLister returns a new InstanceIamPolicyLister.
type InstanceIamPolicyListerExpansion ¶
type InstanceIamPolicyListerExpansion interface{}
InstanceIamPolicyListerExpansion allows custom methods to be added to InstanceIamPolicyLister.
type InstanceIamPolicyNamespaceLister ¶
type InstanceIamPolicyNamespaceLister interface { // List lists all InstanceIamPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.InstanceIamPolicy, err error) // Get retrieves the InstanceIamPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.InstanceIamPolicy, error) InstanceIamPolicyNamespaceListerExpansion }
InstanceIamPolicyNamespaceLister helps list and get InstanceIamPolicies. All objects returned here must be treated as read-only.
type InstanceIamPolicyNamespaceListerExpansion ¶
type InstanceIamPolicyNamespaceListerExpansion interface{}
InstanceIamPolicyNamespaceListerExpansion allows custom methods to be added to InstanceIamPolicyNamespaceLister.
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 LocationLister ¶
type LocationLister interface { // List lists all Locations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Location, err error) // Locations returns an object that can list and get Locations. Locations(namespace string) LocationNamespaceLister LocationListerExpansion }
LocationLister helps list Locations. All objects returned here must be treated as read-only.
func NewLocationLister ¶
func NewLocationLister(indexer cache.Indexer) LocationLister
NewLocationLister returns a new LocationLister.
type LocationListerExpansion ¶
type LocationListerExpansion interface{}
LocationListerExpansion allows custom methods to be added to LocationLister.
type LocationNamespaceLister ¶
type LocationNamespaceLister interface { // List lists all Locations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Location, err error) // Get retrieves the Location from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Location, error) LocationNamespaceListerExpansion }
LocationNamespaceLister helps list and get Locations. All objects returned here must be treated as read-only.
type LocationNamespaceListerExpansion ¶
type LocationNamespaceListerExpansion interface{}
LocationNamespaceListerExpansion allows custom methods to be added to LocationNamespaceLister.