// ClientBackedDryRunGetter implements the DryRunGetter interface for use in NewDryRunClient() and proxies all GET and LIST requests to the backing API server reachable via rest.Config
// ClientBackedDryRunGetter implements the DryRunGetter interface for use in NewDryRunClient() and proxies all GET and LIST requests to the backing API server reachable via rest.Config
typeClientBackedDryRunGetterstruct{
typeClientBackedDryRunGetterstruct{
clientclientset.Interface
clientclientset.Interface
dynamicClientdynamic.DynamicInterface
dynamicClientdynamic.Interface
}
}
// InitDryRunGetter should implement the DryRunGetter interface
// InitDryRunGetter should implement the DryRunGetter interface