Documentation ¶
Index ¶
- type AlertConditionLister
- type AlertConditionListerExpansion
- type AlertConditionNamespaceLister
- type AlertConditionNamespaceListerExpansion
- type MonitorLister
- type MonitorListerExpansion
- type MonitorNamespaceLister
- type MonitorNamespaceListerExpansion
- type MonitorScriptLister
- type MonitorScriptListerExpansion
- type MonitorScriptNamespaceLister
- type MonitorScriptNamespaceListerExpansion
- type MultilocationAlertConditionLister
- type MultilocationAlertConditionListerExpansion
- type MultilocationAlertConditionNamespaceLister
- type MultilocationAlertConditionNamespaceListerExpansion
- type SecureCredentialLister
- type SecureCredentialListerExpansion
- type SecureCredentialNamespaceLister
- type SecureCredentialNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlertConditionLister ¶
type AlertConditionLister interface { // List lists all AlertConditions in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AlertCondition, err error) // AlertConditions returns an object that can list and get AlertConditions. AlertConditions(namespace string) AlertConditionNamespaceLister AlertConditionListerExpansion }
AlertConditionLister helps list AlertConditions. All objects returned here must be treated as read-only.
func NewAlertConditionLister ¶
func NewAlertConditionLister(indexer cache.Indexer) AlertConditionLister
NewAlertConditionLister returns a new AlertConditionLister.
type AlertConditionListerExpansion ¶
type AlertConditionListerExpansion interface{}
AlertConditionListerExpansion allows custom methods to be added to AlertConditionLister.
type AlertConditionNamespaceLister ¶
type AlertConditionNamespaceLister interface { // List lists all AlertConditions in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AlertCondition, err error) // Get retrieves the AlertCondition from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AlertCondition, error) AlertConditionNamespaceListerExpansion }
AlertConditionNamespaceLister helps list and get AlertConditions. All objects returned here must be treated as read-only.
type AlertConditionNamespaceListerExpansion ¶
type AlertConditionNamespaceListerExpansion interface{}
AlertConditionNamespaceListerExpansion allows custom methods to be added to AlertConditionNamespaceLister.
type MonitorLister ¶
type MonitorLister interface { // List lists all Monitors in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Monitor, err error) // Monitors returns an object that can list and get Monitors. Monitors(namespace string) MonitorNamespaceLister MonitorListerExpansion }
MonitorLister helps list Monitors. All objects returned here must be treated as read-only.
func NewMonitorLister ¶
func NewMonitorLister(indexer cache.Indexer) MonitorLister
NewMonitorLister returns a new MonitorLister.
type MonitorListerExpansion ¶
type MonitorListerExpansion interface{}
MonitorListerExpansion allows custom methods to be added to MonitorLister.
type MonitorNamespaceLister ¶
type MonitorNamespaceLister interface { // List lists all Monitors in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Monitor, err error) // Get retrieves the Monitor from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Monitor, error) MonitorNamespaceListerExpansion }
MonitorNamespaceLister helps list and get Monitors. All objects returned here must be treated as read-only.
type MonitorNamespaceListerExpansion ¶
type MonitorNamespaceListerExpansion interface{}
MonitorNamespaceListerExpansion allows custom methods to be added to MonitorNamespaceLister.
type MonitorScriptLister ¶
type MonitorScriptLister interface { // List lists all MonitorScripts in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.MonitorScript, err error) // MonitorScripts returns an object that can list and get MonitorScripts. MonitorScripts(namespace string) MonitorScriptNamespaceLister MonitorScriptListerExpansion }
MonitorScriptLister helps list MonitorScripts. All objects returned here must be treated as read-only.
func NewMonitorScriptLister ¶
func NewMonitorScriptLister(indexer cache.Indexer) MonitorScriptLister
NewMonitorScriptLister returns a new MonitorScriptLister.
type MonitorScriptListerExpansion ¶
type MonitorScriptListerExpansion interface{}
MonitorScriptListerExpansion allows custom methods to be added to MonitorScriptLister.
type MonitorScriptNamespaceLister ¶
type MonitorScriptNamespaceLister interface { // List lists all MonitorScripts in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.MonitorScript, err error) // Get retrieves the MonitorScript from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.MonitorScript, error) MonitorScriptNamespaceListerExpansion }
MonitorScriptNamespaceLister helps list and get MonitorScripts. All objects returned here must be treated as read-only.
type MonitorScriptNamespaceListerExpansion ¶
type MonitorScriptNamespaceListerExpansion interface{}
MonitorScriptNamespaceListerExpansion allows custom methods to be added to MonitorScriptNamespaceLister.
type MultilocationAlertConditionLister ¶
type MultilocationAlertConditionLister interface { // List lists all MultilocationAlertConditions in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.MultilocationAlertCondition, err error) // MultilocationAlertConditions returns an object that can list and get MultilocationAlertConditions. MultilocationAlertConditions(namespace string) MultilocationAlertConditionNamespaceLister MultilocationAlertConditionListerExpansion }
MultilocationAlertConditionLister helps list MultilocationAlertConditions. All objects returned here must be treated as read-only.
func NewMultilocationAlertConditionLister ¶
func NewMultilocationAlertConditionLister(indexer cache.Indexer) MultilocationAlertConditionLister
NewMultilocationAlertConditionLister returns a new MultilocationAlertConditionLister.
type MultilocationAlertConditionListerExpansion ¶
type MultilocationAlertConditionListerExpansion interface{}
MultilocationAlertConditionListerExpansion allows custom methods to be added to MultilocationAlertConditionLister.
type MultilocationAlertConditionNamespaceLister ¶
type MultilocationAlertConditionNamespaceLister interface { // List lists all MultilocationAlertConditions in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.MultilocationAlertCondition, err error) // Get retrieves the MultilocationAlertCondition from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.MultilocationAlertCondition, error) MultilocationAlertConditionNamespaceListerExpansion }
MultilocationAlertConditionNamespaceLister helps list and get MultilocationAlertConditions. All objects returned here must be treated as read-only.
type MultilocationAlertConditionNamespaceListerExpansion ¶
type MultilocationAlertConditionNamespaceListerExpansion interface{}
MultilocationAlertConditionNamespaceListerExpansion allows custom methods to be added to MultilocationAlertConditionNamespaceLister.
type SecureCredentialLister ¶
type SecureCredentialLister interface { // List lists all SecureCredentials in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SecureCredential, err error) // SecureCredentials returns an object that can list and get SecureCredentials. SecureCredentials(namespace string) SecureCredentialNamespaceLister SecureCredentialListerExpansion }
SecureCredentialLister helps list SecureCredentials. All objects returned here must be treated as read-only.
func NewSecureCredentialLister ¶
func NewSecureCredentialLister(indexer cache.Indexer) SecureCredentialLister
NewSecureCredentialLister returns a new SecureCredentialLister.
type SecureCredentialListerExpansion ¶
type SecureCredentialListerExpansion interface{}
SecureCredentialListerExpansion allows custom methods to be added to SecureCredentialLister.
type SecureCredentialNamespaceLister ¶
type SecureCredentialNamespaceLister interface { // List lists all SecureCredentials in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SecureCredential, err error) // Get retrieves the SecureCredential from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SecureCredential, error) SecureCredentialNamespaceListerExpansion }
SecureCredentialNamespaceLister helps list and get SecureCredentials. All objects returned here must be treated as read-only.
type SecureCredentialNamespaceListerExpansion ¶
type SecureCredentialNamespaceListerExpansion interface{}
SecureCredentialNamespaceListerExpansion allows custom methods to be added to SecureCredentialNamespaceLister.