Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MarkhorSecretInterface ¶
type MarkhorSecretInterface interface { List(opts metav1.ListOptions) (*v1.MarkhorSecretList, error) // Get(name string, options metav1.GetOptions) (*v1.MarkhorSecret, error) // Create(*v1.MarkhorSecret) (*v1.MarkhorSecret, error) Watch(opts metav1.ListOptions) (watch.Interface, error) }
type MarkhorV1Client ¶
type MarkhorV1Client struct {
// contains filtered or unexported fields
}
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*MarkhorV1Client, error)
func (*MarkhorV1Client) MarkhorSecrets ¶
func (c *MarkhorV1Client) MarkhorSecrets() MarkhorSecretInterface
type MarkhorV1Interface ¶
type MarkhorV1Interface interface {
MarkhorSecrets() MarkhorSecretInterface
}
Click to show internal directories.
Click to hide internal directories.