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
- type RuntimeIamBindingLister
- type RuntimeIamBindingListerExpansion
- type RuntimeIamBindingNamespaceLister
- type RuntimeIamBindingNamespaceListerExpansion
- type RuntimeIamMemberLister
- type RuntimeIamMemberListerExpansion
- type RuntimeIamMemberNamespaceLister
- type RuntimeIamMemberNamespaceListerExpansion
- type RuntimeIamPolicyLister
- type RuntimeIamPolicyListerExpansion
- type RuntimeIamPolicyNamespaceLister
- type RuntimeIamPolicyNamespaceListerExpansion
- type RuntimeLister
- type RuntimeListerExpansion
- type RuntimeNamespaceLister
- type RuntimeNamespaceListerExpansion
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.
type RuntimeIamBindingLister ¶ added in v0.5.0
type RuntimeIamBindingLister interface {
// List lists all RuntimeIamBindings in the indexer.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.RuntimeIamBinding, err error)
// RuntimeIamBindings returns an object that can list and get RuntimeIamBindings.
RuntimeIamBindings(namespace string) RuntimeIamBindingNamespaceLister
RuntimeIamBindingListerExpansion
}
RuntimeIamBindingLister helps list RuntimeIamBindings. All objects returned here must be treated as read-only.
func NewRuntimeIamBindingLister ¶ added in v0.5.0
func NewRuntimeIamBindingLister(indexer cache.Indexer) RuntimeIamBindingLister
NewRuntimeIamBindingLister returns a new RuntimeIamBindingLister.
type RuntimeIamBindingListerExpansion ¶ added in v0.5.0
type RuntimeIamBindingListerExpansion interface{}
RuntimeIamBindingListerExpansion allows custom methods to be added to RuntimeIamBindingLister.
type RuntimeIamBindingNamespaceLister ¶ added in v0.5.0
type RuntimeIamBindingNamespaceLister interface {
// List lists all RuntimeIamBindings in the indexer for a given namespace.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.RuntimeIamBinding, err error)
// Get retrieves the RuntimeIamBinding from the indexer for a given namespace and name.
// Objects returned here must be treated as read-only.
Get(name string) (*v1alpha1.RuntimeIamBinding, error)
RuntimeIamBindingNamespaceListerExpansion
}
RuntimeIamBindingNamespaceLister helps list and get RuntimeIamBindings. All objects returned here must be treated as read-only.
type RuntimeIamBindingNamespaceListerExpansion ¶ added in v0.5.0
type RuntimeIamBindingNamespaceListerExpansion interface{}
RuntimeIamBindingNamespaceListerExpansion allows custom methods to be added to RuntimeIamBindingNamespaceLister.
type RuntimeIamMemberLister ¶ added in v0.5.0
type RuntimeIamMemberLister interface {
// List lists all RuntimeIamMembers in the indexer.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.RuntimeIamMember, err error)
// RuntimeIamMembers returns an object that can list and get RuntimeIamMembers.
RuntimeIamMembers(namespace string) RuntimeIamMemberNamespaceLister
RuntimeIamMemberListerExpansion
}
RuntimeIamMemberLister helps list RuntimeIamMembers. All objects returned here must be treated as read-only.
func NewRuntimeIamMemberLister ¶ added in v0.5.0
func NewRuntimeIamMemberLister(indexer cache.Indexer) RuntimeIamMemberLister
NewRuntimeIamMemberLister returns a new RuntimeIamMemberLister.
type RuntimeIamMemberListerExpansion ¶ added in v0.5.0
type RuntimeIamMemberListerExpansion interface{}
RuntimeIamMemberListerExpansion allows custom methods to be added to RuntimeIamMemberLister.
type RuntimeIamMemberNamespaceLister ¶ added in v0.5.0
type RuntimeIamMemberNamespaceLister interface {
// List lists all RuntimeIamMembers in the indexer for a given namespace.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.RuntimeIamMember, err error)
// Get retrieves the RuntimeIamMember from the indexer for a given namespace and name.
// Objects returned here must be treated as read-only.
Get(name string) (*v1alpha1.RuntimeIamMember, error)
RuntimeIamMemberNamespaceListerExpansion
}
RuntimeIamMemberNamespaceLister helps list and get RuntimeIamMembers. All objects returned here must be treated as read-only.
type RuntimeIamMemberNamespaceListerExpansion ¶ added in v0.5.0
type RuntimeIamMemberNamespaceListerExpansion interface{}
RuntimeIamMemberNamespaceListerExpansion allows custom methods to be added to RuntimeIamMemberNamespaceLister.
type RuntimeIamPolicyLister ¶ added in v0.5.0
type RuntimeIamPolicyLister interface {
// List lists all RuntimeIamPolicies in the indexer.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.RuntimeIamPolicy, err error)
// RuntimeIamPolicies returns an object that can list and get RuntimeIamPolicies.
RuntimeIamPolicies(namespace string) RuntimeIamPolicyNamespaceLister
RuntimeIamPolicyListerExpansion
}
RuntimeIamPolicyLister helps list RuntimeIamPolicies. All objects returned here must be treated as read-only.
func NewRuntimeIamPolicyLister ¶ added in v0.5.0
func NewRuntimeIamPolicyLister(indexer cache.Indexer) RuntimeIamPolicyLister
NewRuntimeIamPolicyLister returns a new RuntimeIamPolicyLister.
type RuntimeIamPolicyListerExpansion ¶ added in v0.5.0
type RuntimeIamPolicyListerExpansion interface{}
RuntimeIamPolicyListerExpansion allows custom methods to be added to RuntimeIamPolicyLister.
type RuntimeIamPolicyNamespaceLister ¶ added in v0.5.0
type RuntimeIamPolicyNamespaceLister interface {
// List lists all RuntimeIamPolicies in the indexer for a given namespace.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.RuntimeIamPolicy, err error)
// Get retrieves the RuntimeIamPolicy from the indexer for a given namespace and name.
// Objects returned here must be treated as read-only.
Get(name string) (*v1alpha1.RuntimeIamPolicy, error)
RuntimeIamPolicyNamespaceListerExpansion
}
RuntimeIamPolicyNamespaceLister helps list and get RuntimeIamPolicies. All objects returned here must be treated as read-only.
type RuntimeIamPolicyNamespaceListerExpansion ¶ added in v0.5.0
type RuntimeIamPolicyNamespaceListerExpansion interface{}
RuntimeIamPolicyNamespaceListerExpansion allows custom methods to be added to RuntimeIamPolicyNamespaceLister.
type RuntimeLister ¶ added in v0.5.0
type RuntimeLister interface {
// List lists all Runtimes in the indexer.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.Runtime, err error)
// Runtimes returns an object that can list and get Runtimes.
Runtimes(namespace string) RuntimeNamespaceLister
RuntimeListerExpansion
}
RuntimeLister helps list Runtimes. All objects returned here must be treated as read-only.
func NewRuntimeLister ¶ added in v0.5.0
func NewRuntimeLister(indexer cache.Indexer) RuntimeLister
NewRuntimeLister returns a new RuntimeLister.
type RuntimeListerExpansion ¶ added in v0.5.0
type RuntimeListerExpansion interface{}
RuntimeListerExpansion allows custom methods to be added to RuntimeLister.
type RuntimeNamespaceLister ¶ added in v0.5.0
type RuntimeNamespaceLister interface {
// List lists all Runtimes in the indexer for a given namespace.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.Runtime, err error)
// Get retrieves the Runtime from the indexer for a given namespace and name.
// Objects returned here must be treated as read-only.
Get(name string) (*v1alpha1.Runtime, error)
RuntimeNamespaceListerExpansion
}
RuntimeNamespaceLister helps list and get Runtimes. All objects returned here must be treated as read-only.
type RuntimeNamespaceListerExpansion ¶ added in v0.5.0
type RuntimeNamespaceListerExpansion interface{}
RuntimeNamespaceListerExpansion allows custom methods to be added to RuntimeNamespaceLister.
Source Files
¶
- environment.go
- expansion_generated.go
- instance.go
- instanceiambinding.go
- instanceiammember.go
- instanceiampolicy.go
- location.go
- runtime.go
- runtimeiambinding.go
- runtimeiammember.go
- runtimeiampolicy.go