Documentation ¶
Index ¶
- type CenterAssessmentLister
- type CenterAssessmentListerExpansion
- type CenterAssessmentMetadataLister
- type CenterAssessmentMetadataListerExpansion
- type CenterAssessmentMetadataNamespaceLister
- type CenterAssessmentMetadataNamespaceListerExpansion
- type CenterAssessmentNamespaceLister
- type CenterAssessmentNamespaceListerExpansion
- type CenterAssessmentPolicyLister
- type CenterAssessmentPolicyListerExpansion
- type CenterAssessmentPolicyNamespaceLister
- type CenterAssessmentPolicyNamespaceListerExpansion
- type CenterAutoProvisioningLister
- type CenterAutoProvisioningListerExpansion
- type CenterAutoProvisioningNamespaceLister
- type CenterAutoProvisioningNamespaceListerExpansion
- type CenterAutomationLister
- type CenterAutomationListerExpansion
- type CenterAutomationNamespaceLister
- type CenterAutomationNamespaceListerExpansion
- type CenterContactLister
- type CenterContactListerExpansion
- type CenterContactNamespaceLister
- type CenterContactNamespaceListerExpansion
- type CenterServerVulnerabilityAssessmentLister
- type CenterServerVulnerabilityAssessmentListerExpansion
- type CenterServerVulnerabilityAssessmentNamespaceLister
- type CenterServerVulnerabilityAssessmentNamespaceListerExpansion
- type CenterSettingLister
- type CenterSettingListerExpansion
- type CenterSettingNamespaceLister
- type CenterSettingNamespaceListerExpansion
- type CenterSubscriptionPricingLister
- type CenterSubscriptionPricingListerExpansion
- type CenterSubscriptionPricingNamespaceLister
- type CenterSubscriptionPricingNamespaceListerExpansion
- type CenterWorkspaceLister
- type CenterWorkspaceListerExpansion
- type CenterWorkspaceNamespaceLister
- type CenterWorkspaceNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CenterAssessmentLister ¶
type CenterAssessmentLister interface { // List lists all CenterAssessments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CenterAssessment, err error) // CenterAssessments returns an object that can list and get CenterAssessments. CenterAssessments(namespace string) CenterAssessmentNamespaceLister CenterAssessmentListerExpansion }
CenterAssessmentLister helps list CenterAssessments. All objects returned here must be treated as read-only.
func NewCenterAssessmentLister ¶
func NewCenterAssessmentLister(indexer cache.Indexer) CenterAssessmentLister
NewCenterAssessmentLister returns a new CenterAssessmentLister.
type CenterAssessmentListerExpansion ¶
type CenterAssessmentListerExpansion interface{}
CenterAssessmentListerExpansion allows custom methods to be added to CenterAssessmentLister.
type CenterAssessmentMetadataLister ¶
type CenterAssessmentMetadataLister interface { // List lists all CenterAssessmentMetadatas in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CenterAssessmentMetadata, err error) // CenterAssessmentMetadatas returns an object that can list and get CenterAssessmentMetadatas. CenterAssessmentMetadatas(namespace string) CenterAssessmentMetadataNamespaceLister CenterAssessmentMetadataListerExpansion }
CenterAssessmentMetadataLister helps list CenterAssessmentMetadatas. All objects returned here must be treated as read-only.
func NewCenterAssessmentMetadataLister ¶
func NewCenterAssessmentMetadataLister(indexer cache.Indexer) CenterAssessmentMetadataLister
NewCenterAssessmentMetadataLister returns a new CenterAssessmentMetadataLister.
type CenterAssessmentMetadataListerExpansion ¶
type CenterAssessmentMetadataListerExpansion interface{}
CenterAssessmentMetadataListerExpansion allows custom methods to be added to CenterAssessmentMetadataLister.
type CenterAssessmentMetadataNamespaceLister ¶
type CenterAssessmentMetadataNamespaceLister interface { // List lists all CenterAssessmentMetadatas in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CenterAssessmentMetadata, err error) // Get retrieves the CenterAssessmentMetadata from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CenterAssessmentMetadata, error) CenterAssessmentMetadataNamespaceListerExpansion }
CenterAssessmentMetadataNamespaceLister helps list and get CenterAssessmentMetadatas. All objects returned here must be treated as read-only.
type CenterAssessmentMetadataNamespaceListerExpansion ¶
type CenterAssessmentMetadataNamespaceListerExpansion interface{}
CenterAssessmentMetadataNamespaceListerExpansion allows custom methods to be added to CenterAssessmentMetadataNamespaceLister.
type CenterAssessmentNamespaceLister ¶
type CenterAssessmentNamespaceLister interface { // List lists all CenterAssessments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CenterAssessment, err error) // Get retrieves the CenterAssessment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CenterAssessment, error) CenterAssessmentNamespaceListerExpansion }
CenterAssessmentNamespaceLister helps list and get CenterAssessments. All objects returned here must be treated as read-only.
type CenterAssessmentNamespaceListerExpansion ¶
type CenterAssessmentNamespaceListerExpansion interface{}
CenterAssessmentNamespaceListerExpansion allows custom methods to be added to CenterAssessmentNamespaceLister.
type CenterAssessmentPolicyLister ¶
type CenterAssessmentPolicyLister interface { // List lists all CenterAssessmentPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CenterAssessmentPolicy, err error) // CenterAssessmentPolicies returns an object that can list and get CenterAssessmentPolicies. CenterAssessmentPolicies(namespace string) CenterAssessmentPolicyNamespaceLister CenterAssessmentPolicyListerExpansion }
CenterAssessmentPolicyLister helps list CenterAssessmentPolicies. All objects returned here must be treated as read-only.
func NewCenterAssessmentPolicyLister ¶
func NewCenterAssessmentPolicyLister(indexer cache.Indexer) CenterAssessmentPolicyLister
NewCenterAssessmentPolicyLister returns a new CenterAssessmentPolicyLister.
type CenterAssessmentPolicyListerExpansion ¶
type CenterAssessmentPolicyListerExpansion interface{}
CenterAssessmentPolicyListerExpansion allows custom methods to be added to CenterAssessmentPolicyLister.
type CenterAssessmentPolicyNamespaceLister ¶
type CenterAssessmentPolicyNamespaceLister interface { // List lists all CenterAssessmentPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CenterAssessmentPolicy, err error) // Get retrieves the CenterAssessmentPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CenterAssessmentPolicy, error) CenterAssessmentPolicyNamespaceListerExpansion }
CenterAssessmentPolicyNamespaceLister helps list and get CenterAssessmentPolicies. All objects returned here must be treated as read-only.
type CenterAssessmentPolicyNamespaceListerExpansion ¶
type CenterAssessmentPolicyNamespaceListerExpansion interface{}
CenterAssessmentPolicyNamespaceListerExpansion allows custom methods to be added to CenterAssessmentPolicyNamespaceLister.
type CenterAutoProvisioningLister ¶
type CenterAutoProvisioningLister interface { // List lists all CenterAutoProvisionings in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CenterAutoProvisioning, err error) // CenterAutoProvisionings returns an object that can list and get CenterAutoProvisionings. CenterAutoProvisionings(namespace string) CenterAutoProvisioningNamespaceLister CenterAutoProvisioningListerExpansion }
CenterAutoProvisioningLister helps list CenterAutoProvisionings. All objects returned here must be treated as read-only.
func NewCenterAutoProvisioningLister ¶
func NewCenterAutoProvisioningLister(indexer cache.Indexer) CenterAutoProvisioningLister
NewCenterAutoProvisioningLister returns a new CenterAutoProvisioningLister.
type CenterAutoProvisioningListerExpansion ¶
type CenterAutoProvisioningListerExpansion interface{}
CenterAutoProvisioningListerExpansion allows custom methods to be added to CenterAutoProvisioningLister.
type CenterAutoProvisioningNamespaceLister ¶
type CenterAutoProvisioningNamespaceLister interface { // List lists all CenterAutoProvisionings in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CenterAutoProvisioning, err error) // Get retrieves the CenterAutoProvisioning from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CenterAutoProvisioning, error) CenterAutoProvisioningNamespaceListerExpansion }
CenterAutoProvisioningNamespaceLister helps list and get CenterAutoProvisionings. All objects returned here must be treated as read-only.
type CenterAutoProvisioningNamespaceListerExpansion ¶
type CenterAutoProvisioningNamespaceListerExpansion interface{}
CenterAutoProvisioningNamespaceListerExpansion allows custom methods to be added to CenterAutoProvisioningNamespaceLister.
type CenterAutomationLister ¶
type CenterAutomationLister interface { // List lists all CenterAutomations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CenterAutomation, err error) // CenterAutomations returns an object that can list and get CenterAutomations. CenterAutomations(namespace string) CenterAutomationNamespaceLister CenterAutomationListerExpansion }
CenterAutomationLister helps list CenterAutomations. All objects returned here must be treated as read-only.
func NewCenterAutomationLister ¶
func NewCenterAutomationLister(indexer cache.Indexer) CenterAutomationLister
NewCenterAutomationLister returns a new CenterAutomationLister.
type CenterAutomationListerExpansion ¶
type CenterAutomationListerExpansion interface{}
CenterAutomationListerExpansion allows custom methods to be added to CenterAutomationLister.
type CenterAutomationNamespaceLister ¶
type CenterAutomationNamespaceLister interface { // List lists all CenterAutomations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CenterAutomation, err error) // Get retrieves the CenterAutomation from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CenterAutomation, error) CenterAutomationNamespaceListerExpansion }
CenterAutomationNamespaceLister helps list and get CenterAutomations. All objects returned here must be treated as read-only.
type CenterAutomationNamespaceListerExpansion ¶
type CenterAutomationNamespaceListerExpansion interface{}
CenterAutomationNamespaceListerExpansion allows custom methods to be added to CenterAutomationNamespaceLister.
type CenterContactLister ¶
type CenterContactLister interface { // List lists all CenterContacts in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CenterContact, err error) // CenterContacts returns an object that can list and get CenterContacts. CenterContacts(namespace string) CenterContactNamespaceLister CenterContactListerExpansion }
CenterContactLister helps list CenterContacts. All objects returned here must be treated as read-only.
func NewCenterContactLister ¶
func NewCenterContactLister(indexer cache.Indexer) CenterContactLister
NewCenterContactLister returns a new CenterContactLister.
type CenterContactListerExpansion ¶
type CenterContactListerExpansion interface{}
CenterContactListerExpansion allows custom methods to be added to CenterContactLister.
type CenterContactNamespaceLister ¶
type CenterContactNamespaceLister interface { // List lists all CenterContacts in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CenterContact, err error) // Get retrieves the CenterContact from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CenterContact, error) CenterContactNamespaceListerExpansion }
CenterContactNamespaceLister helps list and get CenterContacts. All objects returned here must be treated as read-only.
type CenterContactNamespaceListerExpansion ¶
type CenterContactNamespaceListerExpansion interface{}
CenterContactNamespaceListerExpansion allows custom methods to be added to CenterContactNamespaceLister.
type CenterServerVulnerabilityAssessmentLister ¶
type CenterServerVulnerabilityAssessmentLister interface { // List lists all CenterServerVulnerabilityAssessments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CenterServerVulnerabilityAssessment, err error) // CenterServerVulnerabilityAssessments returns an object that can list and get CenterServerVulnerabilityAssessments. CenterServerVulnerabilityAssessments(namespace string) CenterServerVulnerabilityAssessmentNamespaceLister CenterServerVulnerabilityAssessmentListerExpansion }
CenterServerVulnerabilityAssessmentLister helps list CenterServerVulnerabilityAssessments. All objects returned here must be treated as read-only.
func NewCenterServerVulnerabilityAssessmentLister ¶
func NewCenterServerVulnerabilityAssessmentLister(indexer cache.Indexer) CenterServerVulnerabilityAssessmentLister
NewCenterServerVulnerabilityAssessmentLister returns a new CenterServerVulnerabilityAssessmentLister.
type CenterServerVulnerabilityAssessmentListerExpansion ¶
type CenterServerVulnerabilityAssessmentListerExpansion interface{}
CenterServerVulnerabilityAssessmentListerExpansion allows custom methods to be added to CenterServerVulnerabilityAssessmentLister.
type CenterServerVulnerabilityAssessmentNamespaceLister ¶
type CenterServerVulnerabilityAssessmentNamespaceLister interface { // List lists all CenterServerVulnerabilityAssessments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CenterServerVulnerabilityAssessment, err error) // Get retrieves the CenterServerVulnerabilityAssessment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CenterServerVulnerabilityAssessment, error) CenterServerVulnerabilityAssessmentNamespaceListerExpansion }
CenterServerVulnerabilityAssessmentNamespaceLister helps list and get CenterServerVulnerabilityAssessments. All objects returned here must be treated as read-only.
type CenterServerVulnerabilityAssessmentNamespaceListerExpansion ¶
type CenterServerVulnerabilityAssessmentNamespaceListerExpansion interface{}
CenterServerVulnerabilityAssessmentNamespaceListerExpansion allows custom methods to be added to CenterServerVulnerabilityAssessmentNamespaceLister.
type CenterSettingLister ¶
type CenterSettingLister interface { // List lists all CenterSettings in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CenterSetting, err error) // CenterSettings returns an object that can list and get CenterSettings. CenterSettings(namespace string) CenterSettingNamespaceLister CenterSettingListerExpansion }
CenterSettingLister helps list CenterSettings. All objects returned here must be treated as read-only.
func NewCenterSettingLister ¶
func NewCenterSettingLister(indexer cache.Indexer) CenterSettingLister
NewCenterSettingLister returns a new CenterSettingLister.
type CenterSettingListerExpansion ¶
type CenterSettingListerExpansion interface{}
CenterSettingListerExpansion allows custom methods to be added to CenterSettingLister.
type CenterSettingNamespaceLister ¶
type CenterSettingNamespaceLister interface { // List lists all CenterSettings in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CenterSetting, err error) // Get retrieves the CenterSetting from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CenterSetting, error) CenterSettingNamespaceListerExpansion }
CenterSettingNamespaceLister helps list and get CenterSettings. All objects returned here must be treated as read-only.
type CenterSettingNamespaceListerExpansion ¶
type CenterSettingNamespaceListerExpansion interface{}
CenterSettingNamespaceListerExpansion allows custom methods to be added to CenterSettingNamespaceLister.
type CenterSubscriptionPricingLister ¶
type CenterSubscriptionPricingLister interface { // List lists all CenterSubscriptionPricings in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CenterSubscriptionPricing, err error) // CenterSubscriptionPricings returns an object that can list and get CenterSubscriptionPricings. CenterSubscriptionPricings(namespace string) CenterSubscriptionPricingNamespaceLister CenterSubscriptionPricingListerExpansion }
CenterSubscriptionPricingLister helps list CenterSubscriptionPricings. All objects returned here must be treated as read-only.
func NewCenterSubscriptionPricingLister ¶
func NewCenterSubscriptionPricingLister(indexer cache.Indexer) CenterSubscriptionPricingLister
NewCenterSubscriptionPricingLister returns a new CenterSubscriptionPricingLister.
type CenterSubscriptionPricingListerExpansion ¶
type CenterSubscriptionPricingListerExpansion interface{}
CenterSubscriptionPricingListerExpansion allows custom methods to be added to CenterSubscriptionPricingLister.
type CenterSubscriptionPricingNamespaceLister ¶
type CenterSubscriptionPricingNamespaceLister interface { // List lists all CenterSubscriptionPricings in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CenterSubscriptionPricing, err error) // Get retrieves the CenterSubscriptionPricing from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CenterSubscriptionPricing, error) CenterSubscriptionPricingNamespaceListerExpansion }
CenterSubscriptionPricingNamespaceLister helps list and get CenterSubscriptionPricings. All objects returned here must be treated as read-only.
type CenterSubscriptionPricingNamespaceListerExpansion ¶
type CenterSubscriptionPricingNamespaceListerExpansion interface{}
CenterSubscriptionPricingNamespaceListerExpansion allows custom methods to be added to CenterSubscriptionPricingNamespaceLister.
type CenterWorkspaceLister ¶
type CenterWorkspaceLister interface { // List lists all CenterWorkspaces in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CenterWorkspace, err error) // CenterWorkspaces returns an object that can list and get CenterWorkspaces. CenterWorkspaces(namespace string) CenterWorkspaceNamespaceLister CenterWorkspaceListerExpansion }
CenterWorkspaceLister helps list CenterWorkspaces. All objects returned here must be treated as read-only.
func NewCenterWorkspaceLister ¶
func NewCenterWorkspaceLister(indexer cache.Indexer) CenterWorkspaceLister
NewCenterWorkspaceLister returns a new CenterWorkspaceLister.
type CenterWorkspaceListerExpansion ¶
type CenterWorkspaceListerExpansion interface{}
CenterWorkspaceListerExpansion allows custom methods to be added to CenterWorkspaceLister.
type CenterWorkspaceNamespaceLister ¶
type CenterWorkspaceNamespaceLister interface { // List lists all CenterWorkspaces in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CenterWorkspace, err error) // Get retrieves the CenterWorkspace from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CenterWorkspace, error) CenterWorkspaceNamespaceListerExpansion }
CenterWorkspaceNamespaceLister helps list and get CenterWorkspaces. All objects returned here must be treated as read-only.
type CenterWorkspaceNamespaceListerExpansion ¶
type CenterWorkspaceNamespaceListerExpansion interface{}
CenterWorkspaceNamespaceListerExpansion allows custom methods to be added to CenterWorkspaceNamespaceLister.