Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseManifests ¶ added in v0.13.0
func ParseManifests(data []byte) ([]*unstructured.Unstructured, error)
Types ¶
type FakeClientFactory ¶
type FakeClientFactory struct { Client kubernetes.Interface DynamicClient dynamic.Interface DiscoveryClient discovery.CachedDiscoveryInterface RawDiscovery *discoveryfake.FakeDiscovery }
func NewFakeClientFactory ¶
func NewFakeClientFactory(objects ...runtime.Object) FakeClientFactory
NewFakeClientFactory creates new client factory which uses internally only the kube fake client interface
func (FakeClientFactory) GetClient ¶
func (f FakeClientFactory) GetClient() (kubernetes.Interface, error)
func (FakeClientFactory) GetDiscoveryClient ¶
func (f FakeClientFactory) GetDiscoveryClient() (discovery.CachedDiscoveryInterface, error)
func (FakeClientFactory) GetDynamicClient ¶
func (f FakeClientFactory) GetDynamicClient() (dynamic.Interface, error)
Click to show internal directories.
Click to hide internal directories.