Documentation ¶
Overview ¶
Copyright 2018 Oracle and/or its affiliates. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright 2018 Oracle and/or its affiliates. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
This package has the automatically generated clientset.
Index ¶
- type Clientset
- func (c *Clientset) Cloud() cloudv1alpha1.CloudV1alpha1Interfacedeprecated
- func (c *Clientset) CloudV1alpha1() cloudv1alpha1.CloudV1alpha1Interface
- func (c *Clientset) Discovery() discovery.DiscoveryInterface
- func (c *Clientset) Ocice() ocicev1alpha1.OciceV1alpha1Interfacedeprecated
- func (c *Clientset) OciceV1alpha1() ocicev1alpha1.OciceV1alpha1Interface
- func (c *Clientset) Ocicore() ocicorev1alpha1.OcicoreV1alpha1Interfacedeprecated
- func (c *Clientset) OcicoreV1alpha1() ocicorev1alpha1.OcicoreV1alpha1Interface
- func (c *Clientset) Ocidb() ocidbv1alpha1.OcidbV1alpha1Interfacedeprecated
- func (c *Clientset) OcidbV1alpha1() ocidbv1alpha1.OcidbV1alpha1Interface
- func (c *Clientset) Ociidentity() ociidentityv1alpha1.OciidentityV1alpha1Interfacedeprecated
- func (c *Clientset) OciidentityV1alpha1() ociidentityv1alpha1.OciidentityV1alpha1Interface
- func (c *Clientset) Ocilb() ocilbv1alpha1.OcilbV1alpha1Interfacedeprecated
- func (c *Clientset) OcilbV1alpha1() ocilbv1alpha1.OcilbV1alpha1Interface
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clientset ¶
type Clientset struct { *discovery.DiscoveryClient // contains filtered or unexported fields }
Clientset contains the clients for groups. Each group has exactly one version included in a Clientset.
func NewForConfig ¶
NewForConfig creates a new Clientset for the given config.
func NewForConfigOrDie ¶
NewForConfigOrDie creates a new Clientset for the given config and panics if there is an error in the config.
func (*Clientset) Cloud
deprecated
func (c *Clientset) Cloud() cloudv1alpha1.CloudV1alpha1Interface
Deprecated: Cloud retrieves the default version of CloudClient. Please explicitly pick a version.
func (*Clientset) CloudV1alpha1 ¶
func (c *Clientset) CloudV1alpha1() cloudv1alpha1.CloudV1alpha1Interface
CloudV1alpha1 retrieves the CloudV1alpha1Client
func (*Clientset) Discovery ¶
func (c *Clientset) Discovery() discovery.DiscoveryInterface
Discovery retrieves the DiscoveryClient
func (*Clientset) Ocice
deprecated
func (c *Clientset) Ocice() ocicev1alpha1.OciceV1alpha1Interface
Deprecated: Ocice retrieves the default version of OciceClient. Please explicitly pick a version.
func (*Clientset) OciceV1alpha1 ¶
func (c *Clientset) OciceV1alpha1() ocicev1alpha1.OciceV1alpha1Interface
OciceV1alpha1 retrieves the OciceV1alpha1Client
func (*Clientset) Ocicore
deprecated
func (c *Clientset) Ocicore() ocicorev1alpha1.OcicoreV1alpha1Interface
Deprecated: Ocicore retrieves the default version of OcicoreClient. Please explicitly pick a version.
func (*Clientset) OcicoreV1alpha1 ¶
func (c *Clientset) OcicoreV1alpha1() ocicorev1alpha1.OcicoreV1alpha1Interface
OcicoreV1alpha1 retrieves the OcicoreV1alpha1Client
func (*Clientset) Ocidb
deprecated
func (c *Clientset) Ocidb() ocidbv1alpha1.OcidbV1alpha1Interface
Deprecated: Ocidb retrieves the default version of OcidbClient. Please explicitly pick a version.
func (*Clientset) OcidbV1alpha1 ¶
func (c *Clientset) OcidbV1alpha1() ocidbv1alpha1.OcidbV1alpha1Interface
OcidbV1alpha1 retrieves the OcidbV1alpha1Client
func (*Clientset) Ociidentity
deprecated
func (c *Clientset) Ociidentity() ociidentityv1alpha1.OciidentityV1alpha1Interface
Deprecated: Ociidentity retrieves the default version of OciidentityClient. Please explicitly pick a version.
func (*Clientset) OciidentityV1alpha1 ¶
func (c *Clientset) OciidentityV1alpha1() ociidentityv1alpha1.OciidentityV1alpha1Interface
OciidentityV1alpha1 retrieves the OciidentityV1alpha1Client
func (*Clientset) Ocilb
deprecated
func (c *Clientset) Ocilb() ocilbv1alpha1.OcilbV1alpha1Interface
Deprecated: Ocilb retrieves the default version of OcilbClient. Please explicitly pick a version.
func (*Clientset) OcilbV1alpha1 ¶
func (c *Clientset) OcilbV1alpha1() ocilbv1alpha1.OcilbV1alpha1Interface
OcilbV1alpha1 retrieves the OcilbV1alpha1Client
type Interface ¶
type Interface interface { Discovery() discovery.DiscoveryInterface CloudV1alpha1() cloudv1alpha1.CloudV1alpha1Interface // Deprecated: please explicitly pick a version if possible. Cloud() cloudv1alpha1.CloudV1alpha1Interface OciceV1alpha1() ocicev1alpha1.OciceV1alpha1Interface // Deprecated: please explicitly pick a version if possible. Ocice() ocicev1alpha1.OciceV1alpha1Interface OcicoreV1alpha1() ocicorev1alpha1.OcicoreV1alpha1Interface // Deprecated: please explicitly pick a version if possible. Ocicore() ocicorev1alpha1.OcicoreV1alpha1Interface OcidbV1alpha1() ocidbv1alpha1.OcidbV1alpha1Interface // Deprecated: please explicitly pick a version if possible. Ocidb() ocidbv1alpha1.OcidbV1alpha1Interface OciidentityV1alpha1() ociidentityv1alpha1.OciidentityV1alpha1Interface // Deprecated: please explicitly pick a version if possible. Ociidentity() ociidentityv1alpha1.OciidentityV1alpha1Interface OcilbV1alpha1() ocilbv1alpha1.OcilbV1alpha1Interface // Deprecated: please explicitly pick a version if possible. Ocilb() ocilbv1alpha1.OcilbV1alpha1Interface }