Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecurityContextConstraintsLister ¶
type SecurityContextConstraintsLister interface { // List lists all SecurityContextConstraints in the indexer. List(selector labels.Selector) (ret []*v1.SecurityContextConstraints, err error) // Get retrieves the SecurityContextConstraints from the index for a given name. Get(name string) (*v1.SecurityContextConstraints, error) SecurityContextConstraintsListerExpansion }
SecurityContextConstraintsLister helps list SecurityContextConstraints.
func NewSecurityContextConstraintsLister ¶
func NewSecurityContextConstraintsLister(indexer cache.Indexer) SecurityContextConstraintsLister
NewSecurityContextConstraintsLister returns a new SecurityContextConstraintsLister.
type SecurityContextConstraintsListerExpansion ¶
type SecurityContextConstraintsListerExpansion interface{}
SecurityContextConstraintsListerExpansion allows custom methods to be added to SecurityContextConstraintsLister.
Click to show internal directories.
Click to hide internal directories.