Documentation ¶
Index ¶
- type BastionhostInstanceLister
- type BastionhostInstanceListerExpansion
- type BastionhostInstanceNamespaceLister
- type BastionhostInstanceNamespaceListerExpansion
- type DbauditInstanceLister
- type DbauditInstanceListerExpansion
- type DbauditInstanceNamespaceLister
- type DbauditInstanceNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BastionhostInstanceLister ¶
type BastionhostInstanceLister interface { // List lists all BastionhostInstances in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BastionhostInstance, err error) // BastionhostInstances returns an object that can list and get BastionhostInstances. BastionhostInstances(namespace string) BastionhostInstanceNamespaceLister BastionhostInstanceListerExpansion }
BastionhostInstanceLister helps list BastionhostInstances. All objects returned here must be treated as read-only.
func NewBastionhostInstanceLister ¶
func NewBastionhostInstanceLister(indexer cache.Indexer) BastionhostInstanceLister
NewBastionhostInstanceLister returns a new BastionhostInstanceLister.
type BastionhostInstanceListerExpansion ¶
type BastionhostInstanceListerExpansion interface{}
BastionhostInstanceListerExpansion allows custom methods to be added to BastionhostInstanceLister.
type BastionhostInstanceNamespaceLister ¶
type BastionhostInstanceNamespaceLister interface { // List lists all BastionhostInstances in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BastionhostInstance, err error) // Get retrieves the BastionhostInstance from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.BastionhostInstance, error) BastionhostInstanceNamespaceListerExpansion }
BastionhostInstanceNamespaceLister helps list and get BastionhostInstances. All objects returned here must be treated as read-only.
type BastionhostInstanceNamespaceListerExpansion ¶
type BastionhostInstanceNamespaceListerExpansion interface{}
BastionhostInstanceNamespaceListerExpansion allows custom methods to be added to BastionhostInstanceNamespaceLister.
type DbauditInstanceLister ¶
type DbauditInstanceLister interface { // List lists all DbauditInstances in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DbauditInstance, err error) // DbauditInstances returns an object that can list and get DbauditInstances. DbauditInstances(namespace string) DbauditInstanceNamespaceLister DbauditInstanceListerExpansion }
DbauditInstanceLister helps list DbauditInstances. All objects returned here must be treated as read-only.
func NewDbauditInstanceLister ¶
func NewDbauditInstanceLister(indexer cache.Indexer) DbauditInstanceLister
NewDbauditInstanceLister returns a new DbauditInstanceLister.
type DbauditInstanceListerExpansion ¶
type DbauditInstanceListerExpansion interface{}
DbauditInstanceListerExpansion allows custom methods to be added to DbauditInstanceLister.
type DbauditInstanceNamespaceLister ¶
type DbauditInstanceNamespaceLister interface { // List lists all DbauditInstances in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DbauditInstance, err error) // Get retrieves the DbauditInstance from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DbauditInstance, error) DbauditInstanceNamespaceListerExpansion }
DbauditInstanceNamespaceLister helps list and get DbauditInstances. All objects returned here must be treated as read-only.
type DbauditInstanceNamespaceListerExpansion ¶
type DbauditInstanceNamespaceListerExpansion interface{}
DbauditInstanceNamespaceListerExpansion allows custom methods to be added to DbauditInstanceNamespaceLister.