Documentation ¶
Overview ¶
Package v1alpha2 contains API Schema definitions for config.istio.io types +k8s:deepcopy-gen=package,register +groupName=config.istio.io
Index ¶
- Variables
- type Apikey
- type ApikeyList
- type Authorization
- type AuthorizationList
- type Bypass
- type BypassList
- type Checknothing
- type ChecknothingList
- type Circonus
- type CirconusList
- type Cloudwatch
- type CloudwatchList
- type Denier
- type DenierList
- type Dogstatsd
- type DogstatsdList
- type Edge
- type EdgeList
- type Fluentd
- type FluentdList
- type HTTPAPISpec
- type HTTPAPISpecBinding
- type HTTPAPISpecBindingList
- type HTTPAPISpecList
- type Kubernetes
- type KubernetesList
- type Kubernetesenv
- type KubernetesenvList
- type Listchecker
- type ListcheckerList
- type Listentry
- type ListentryList
- type Logentry
- type LogentryList
- type Memquota
- type MemquotaList
- type Metric
- type MetricList
- type Noop
- type NoopList
- type Opa
- type OpaList
- type Prometheus
- type PrometheusList
- type Quota
- type QuotaList
- type QuotaSpec
- type QuotaSpecBinding
- type QuotaSpecBindingList
- type QuotaSpecList
- type Rbac
- type RbacList
- type Redisquota
- type RedisquotaList
- type Reportnothing
- type ReportnothingList
- type Signalfx
- type SignalfxList
- type Solarwinds
- type SolarwindsList
- type Stackdriver
- type StackdriverList
- type Statsd
- type StatsdList
- type Stdio
- type StdioList
- type Tracespan
- type TracespanList
- type Zipkin
- type ZipkinList
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeGroupVersion is group version used to register istio config objects SchemeGroupVersion = schema.GroupVersion{Group: "config.istio.io", Version: "v1alpha2"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion} )
Functions ¶
This section is empty.
Types ¶
type Apikey ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*Apikey) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Apikey.
func (*Apikey) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Apikey) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ApikeyList ¶
type ApikeyList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Apikey `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*ApikeyList) DeepCopy ¶
func (in *ApikeyList) DeepCopy() *ApikeyList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApikeyList.
func (*ApikeyList) DeepCopyInto ¶
func (in *ApikeyList) DeepCopyInto(out *ApikeyList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ApikeyList) DeepCopyObject ¶
func (in *ApikeyList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Authorization ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*Authorization) DeepCopy ¶
func (in *Authorization) DeepCopy() *Authorization
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Authorization.
func (*Authorization) DeepCopyInto ¶
func (in *Authorization) DeepCopyInto(out *Authorization)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Authorization) DeepCopyObject ¶
func (in *Authorization) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AuthorizationList ¶
type AuthorizationList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Authorization `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*AuthorizationList) DeepCopy ¶
func (in *AuthorizationList) DeepCopy() *AuthorizationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthorizationList.
func (*AuthorizationList) DeepCopyInto ¶
func (in *AuthorizationList) DeepCopyInto(out *AuthorizationList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AuthorizationList) DeepCopyObject ¶
func (in *AuthorizationList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Bypass ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*Bypass) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Bypass.
func (*Bypass) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Bypass) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BypassList ¶
type BypassList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Bypass `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*BypassList) DeepCopy ¶
func (in *BypassList) DeepCopy() *BypassList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BypassList.
func (*BypassList) DeepCopyInto ¶
func (in *BypassList) DeepCopyInto(out *BypassList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BypassList) DeepCopyObject ¶
func (in *BypassList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Checknothing ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*Checknothing) DeepCopy ¶
func (in *Checknothing) DeepCopy() *Checknothing
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Checknothing.
func (*Checknothing) DeepCopyInto ¶
func (in *Checknothing) DeepCopyInto(out *Checknothing)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Checknothing) DeepCopyObject ¶
func (in *Checknothing) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ChecknothingList ¶
type ChecknothingList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Checknothing `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*ChecknothingList) DeepCopy ¶
func (in *ChecknothingList) DeepCopy() *ChecknothingList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ChecknothingList.
func (*ChecknothingList) DeepCopyInto ¶
func (in *ChecknothingList) DeepCopyInto(out *ChecknothingList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ChecknothingList) DeepCopyObject ¶
func (in *ChecknothingList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Circonus ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*Circonus) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Circonus.
func (*Circonus) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Circonus) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type CirconusList ¶
type CirconusList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Circonus `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*CirconusList) DeepCopy ¶
func (in *CirconusList) DeepCopy() *CirconusList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CirconusList.
func (*CirconusList) DeepCopyInto ¶
func (in *CirconusList) DeepCopyInto(out *CirconusList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CirconusList) DeepCopyObject ¶
func (in *CirconusList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Cloudwatch ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*Cloudwatch) DeepCopy ¶
func (in *Cloudwatch) DeepCopy() *Cloudwatch
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Cloudwatch.
func (*Cloudwatch) DeepCopyInto ¶
func (in *Cloudwatch) DeepCopyInto(out *Cloudwatch)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Cloudwatch) DeepCopyObject ¶
func (in *Cloudwatch) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type CloudwatchList ¶
type CloudwatchList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Cloudwatch `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*CloudwatchList) DeepCopy ¶
func (in *CloudwatchList) DeepCopy() *CloudwatchList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CloudwatchList.
func (*CloudwatchList) DeepCopyInto ¶
func (in *CloudwatchList) DeepCopyInto(out *CloudwatchList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CloudwatchList) DeepCopyObject ¶
func (in *CloudwatchList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Denier ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*Denier) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Denier.
func (*Denier) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Denier) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type DenierList ¶
type DenierList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Denier `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*DenierList) DeepCopy ¶
func (in *DenierList) DeepCopy() *DenierList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DenierList.
func (*DenierList) DeepCopyInto ¶
func (in *DenierList) DeepCopyInto(out *DenierList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DenierList) DeepCopyObject ¶
func (in *DenierList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Dogstatsd ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*Dogstatsd) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Dogstatsd.
func (*Dogstatsd) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Dogstatsd) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type DogstatsdList ¶
type DogstatsdList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Dogstatsd `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*DogstatsdList) DeepCopy ¶
func (in *DogstatsdList) DeepCopy() *DogstatsdList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DogstatsdList.
func (*DogstatsdList) DeepCopyInto ¶
func (in *DogstatsdList) DeepCopyInto(out *DogstatsdList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DogstatsdList) DeepCopyObject ¶
func (in *DogstatsdList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Edge ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*Edge) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Edge.
func (*Edge) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Edge) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type EdgeList ¶
type EdgeList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Edge `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*EdgeList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EdgeList.
func (*EdgeList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*EdgeList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Fluentd ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*Fluentd) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Fluentd.
func (*Fluentd) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Fluentd) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type FluentdList ¶
type FluentdList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Fluentd `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*FluentdList) DeepCopy ¶
func (in *FluentdList) DeepCopy() *FluentdList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FluentdList.
func (*FluentdList) DeepCopyInto ¶
func (in *FluentdList) DeepCopyInto(out *FluentdList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*FluentdList) DeepCopyObject ¶
func (in *FluentdList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type HTTPAPISpec ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*HTTPAPISpec) DeepCopy ¶
func (in *HTTPAPISpec) DeepCopy() *HTTPAPISpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HTTPAPISpec.
func (*HTTPAPISpec) DeepCopyInto ¶
func (in *HTTPAPISpec) DeepCopyInto(out *HTTPAPISpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*HTTPAPISpec) DeepCopyObject ¶
func (in *HTTPAPISpec) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type HTTPAPISpecBinding ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*HTTPAPISpecBinding) DeepCopy ¶
func (in *HTTPAPISpecBinding) DeepCopy() *HTTPAPISpecBinding
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HTTPAPISpecBinding.
func (*HTTPAPISpecBinding) DeepCopyInto ¶
func (in *HTTPAPISpecBinding) DeepCopyInto(out *HTTPAPISpecBinding)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*HTTPAPISpecBinding) DeepCopyObject ¶
func (in *HTTPAPISpecBinding) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type HTTPAPISpecBindingList ¶
type HTTPAPISpecBindingList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []HTTPAPISpecBinding `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*HTTPAPISpecBindingList) DeepCopy ¶
func (in *HTTPAPISpecBindingList) DeepCopy() *HTTPAPISpecBindingList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HTTPAPISpecBindingList.
func (*HTTPAPISpecBindingList) DeepCopyInto ¶
func (in *HTTPAPISpecBindingList) DeepCopyInto(out *HTTPAPISpecBindingList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*HTTPAPISpecBindingList) DeepCopyObject ¶
func (in *HTTPAPISpecBindingList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type HTTPAPISpecList ¶
type HTTPAPISpecList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []HTTPAPISpec `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*HTTPAPISpecList) DeepCopy ¶
func (in *HTTPAPISpecList) DeepCopy() *HTTPAPISpecList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HTTPAPISpecList.
func (*HTTPAPISpecList) DeepCopyInto ¶
func (in *HTTPAPISpecList) DeepCopyInto(out *HTTPAPISpecList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*HTTPAPISpecList) DeepCopyObject ¶
func (in *HTTPAPISpecList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Kubernetes ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*Kubernetes) DeepCopy ¶
func (in *Kubernetes) DeepCopy() *Kubernetes
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Kubernetes.
func (*Kubernetes) DeepCopyInto ¶
func (in *Kubernetes) DeepCopyInto(out *Kubernetes)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Kubernetes) DeepCopyObject ¶
func (in *Kubernetes) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type KubernetesList ¶
type KubernetesList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Kubernetes `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*KubernetesList) DeepCopy ¶
func (in *KubernetesList) DeepCopy() *KubernetesList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KubernetesList.
func (*KubernetesList) DeepCopyInto ¶
func (in *KubernetesList) DeepCopyInto(out *KubernetesList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*KubernetesList) DeepCopyObject ¶
func (in *KubernetesList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Kubernetesenv ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*Kubernetesenv) DeepCopy ¶
func (in *Kubernetesenv) DeepCopy() *Kubernetesenv
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Kubernetesenv.
func (*Kubernetesenv) DeepCopyInto ¶
func (in *Kubernetesenv) DeepCopyInto(out *Kubernetesenv)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Kubernetesenv) DeepCopyObject ¶
func (in *Kubernetesenv) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type KubernetesenvList ¶
type KubernetesenvList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Kubernetesenv `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*KubernetesenvList) DeepCopy ¶
func (in *KubernetesenvList) DeepCopy() *KubernetesenvList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KubernetesenvList.
func (*KubernetesenvList) DeepCopyInto ¶
func (in *KubernetesenvList) DeepCopyInto(out *KubernetesenvList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*KubernetesenvList) DeepCopyObject ¶
func (in *KubernetesenvList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Listchecker ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*Listchecker) DeepCopy ¶
func (in *Listchecker) DeepCopy() *Listchecker
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Listchecker.
func (*Listchecker) DeepCopyInto ¶
func (in *Listchecker) DeepCopyInto(out *Listchecker)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Listchecker) DeepCopyObject ¶
func (in *Listchecker) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ListcheckerList ¶
type ListcheckerList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Listchecker `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*ListcheckerList) DeepCopy ¶
func (in *ListcheckerList) DeepCopy() *ListcheckerList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ListcheckerList.
func (*ListcheckerList) DeepCopyInto ¶
func (in *ListcheckerList) DeepCopyInto(out *ListcheckerList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ListcheckerList) DeepCopyObject ¶
func (in *ListcheckerList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Listentry ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*Listentry) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Listentry.
func (*Listentry) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Listentry) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ListentryList ¶
type ListentryList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Listentry `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*ListentryList) DeepCopy ¶
func (in *ListentryList) DeepCopy() *ListentryList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ListentryList.
func (*ListentryList) DeepCopyInto ¶
func (in *ListentryList) DeepCopyInto(out *ListentryList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ListentryList) DeepCopyObject ¶
func (in *ListentryList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Logentry ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*Logentry) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Logentry.
func (*Logentry) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Logentry) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type LogentryList ¶
type LogentryList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Logentry `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*LogentryList) DeepCopy ¶
func (in *LogentryList) DeepCopy() *LogentryList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LogentryList.
func (*LogentryList) DeepCopyInto ¶
func (in *LogentryList) DeepCopyInto(out *LogentryList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LogentryList) DeepCopyObject ¶
func (in *LogentryList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Memquota ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*Memquota) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Memquota.
func (*Memquota) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Memquota) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type MemquotaList ¶
type MemquotaList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Memquota `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*MemquotaList) DeepCopy ¶
func (in *MemquotaList) DeepCopy() *MemquotaList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MemquotaList.
func (*MemquotaList) DeepCopyInto ¶
func (in *MemquotaList) DeepCopyInto(out *MemquotaList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*MemquotaList) DeepCopyObject ¶
func (in *MemquotaList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Metric ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*Metric) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Metric.
func (*Metric) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Metric) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type MetricList ¶
type MetricList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Metric `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*MetricList) DeepCopy ¶
func (in *MetricList) DeepCopy() *MetricList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MetricList.
func (*MetricList) DeepCopyInto ¶
func (in *MetricList) DeepCopyInto(out *MetricList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*MetricList) DeepCopyObject ¶
func (in *MetricList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Noop ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*Noop) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Noop.
func (*Noop) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Noop) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type NoopList ¶
type NoopList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Noop `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*NoopList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NoopList.
func (*NoopList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*NoopList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Opa ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*Opa) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Opa.
func (*Opa) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Opa) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type OpaList ¶
type OpaList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Opa `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*OpaList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OpaList.
func (*OpaList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*OpaList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Prometheus ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*Prometheus) DeepCopy ¶
func (in *Prometheus) DeepCopy() *Prometheus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Prometheus.
func (*Prometheus) DeepCopyInto ¶
func (in *Prometheus) DeepCopyInto(out *Prometheus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Prometheus) DeepCopyObject ¶
func (in *Prometheus) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PrometheusList ¶
type PrometheusList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Prometheus `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*PrometheusList) DeepCopy ¶
func (in *PrometheusList) DeepCopy() *PrometheusList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrometheusList.
func (*PrometheusList) DeepCopyInto ¶
func (in *PrometheusList) DeepCopyInto(out *PrometheusList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PrometheusList) DeepCopyObject ¶
func (in *PrometheusList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Quota ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*Quota) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Quota.
func (*Quota) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Quota) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type QuotaList ¶
type QuotaList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Quota `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*QuotaList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new QuotaList.
func (*QuotaList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*QuotaList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type QuotaSpec ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*QuotaSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new QuotaSpec.
func (*QuotaSpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*QuotaSpec) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type QuotaSpecBinding ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*QuotaSpecBinding) DeepCopy ¶
func (in *QuotaSpecBinding) DeepCopy() *QuotaSpecBinding
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new QuotaSpecBinding.
func (*QuotaSpecBinding) DeepCopyInto ¶
func (in *QuotaSpecBinding) DeepCopyInto(out *QuotaSpecBinding)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*QuotaSpecBinding) DeepCopyObject ¶
func (in *QuotaSpecBinding) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type QuotaSpecBindingList ¶
type QuotaSpecBindingList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []QuotaSpecBinding `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*QuotaSpecBindingList) DeepCopy ¶
func (in *QuotaSpecBindingList) DeepCopy() *QuotaSpecBindingList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new QuotaSpecBindingList.
func (*QuotaSpecBindingList) DeepCopyInto ¶
func (in *QuotaSpecBindingList) DeepCopyInto(out *QuotaSpecBindingList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*QuotaSpecBindingList) DeepCopyObject ¶
func (in *QuotaSpecBindingList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type QuotaSpecList ¶
type QuotaSpecList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []QuotaSpec `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*QuotaSpecList) DeepCopy ¶
func (in *QuotaSpecList) DeepCopy() *QuotaSpecList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new QuotaSpecList.
func (*QuotaSpecList) DeepCopyInto ¶
func (in *QuotaSpecList) DeepCopyInto(out *QuotaSpecList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*QuotaSpecList) DeepCopyObject ¶
func (in *QuotaSpecList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Rbac ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*Rbac) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Rbac.
func (*Rbac) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Rbac) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type RbacList ¶
type RbacList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Rbac `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*RbacList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RbacList.
func (*RbacList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RbacList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Redisquota ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*Redisquota) DeepCopy ¶
func (in *Redisquota) DeepCopy() *Redisquota
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Redisquota.
func (*Redisquota) DeepCopyInto ¶
func (in *Redisquota) DeepCopyInto(out *Redisquota)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Redisquota) DeepCopyObject ¶
func (in *Redisquota) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type RedisquotaList ¶
type RedisquotaList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Redisquota `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*RedisquotaList) DeepCopy ¶
func (in *RedisquotaList) DeepCopy() *RedisquotaList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedisquotaList.
func (*RedisquotaList) DeepCopyInto ¶
func (in *RedisquotaList) DeepCopyInto(out *RedisquotaList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RedisquotaList) DeepCopyObject ¶
func (in *RedisquotaList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Reportnothing ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*Reportnothing) DeepCopy ¶
func (in *Reportnothing) DeepCopy() *Reportnothing
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Reportnothing.
func (*Reportnothing) DeepCopyInto ¶
func (in *Reportnothing) DeepCopyInto(out *Reportnothing)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Reportnothing) DeepCopyObject ¶
func (in *Reportnothing) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ReportnothingList ¶
type ReportnothingList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Reportnothing `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*ReportnothingList) DeepCopy ¶
func (in *ReportnothingList) DeepCopy() *ReportnothingList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReportnothingList.
func (*ReportnothingList) DeepCopyInto ¶
func (in *ReportnothingList) DeepCopyInto(out *ReportnothingList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ReportnothingList) DeepCopyObject ¶
func (in *ReportnothingList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Signalfx ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*Signalfx) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Signalfx.
func (*Signalfx) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Signalfx) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SignalfxList ¶
type SignalfxList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Signalfx `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*SignalfxList) DeepCopy ¶
func (in *SignalfxList) DeepCopy() *SignalfxList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SignalfxList.
func (*SignalfxList) DeepCopyInto ¶
func (in *SignalfxList) DeepCopyInto(out *SignalfxList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SignalfxList) DeepCopyObject ¶
func (in *SignalfxList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Solarwinds ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*Solarwinds) DeepCopy ¶
func (in *Solarwinds) DeepCopy() *Solarwinds
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Solarwinds.
func (*Solarwinds) DeepCopyInto ¶
func (in *Solarwinds) DeepCopyInto(out *Solarwinds)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Solarwinds) DeepCopyObject ¶
func (in *Solarwinds) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SolarwindsList ¶
type SolarwindsList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Solarwinds `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*SolarwindsList) DeepCopy ¶
func (in *SolarwindsList) DeepCopy() *SolarwindsList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SolarwindsList.
func (*SolarwindsList) DeepCopyInto ¶
func (in *SolarwindsList) DeepCopyInto(out *SolarwindsList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SolarwindsList) DeepCopyObject ¶
func (in *SolarwindsList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Stackdriver ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*Stackdriver) DeepCopy ¶
func (in *Stackdriver) DeepCopy() *Stackdriver
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Stackdriver.
func (*Stackdriver) DeepCopyInto ¶
func (in *Stackdriver) DeepCopyInto(out *Stackdriver)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Stackdriver) DeepCopyObject ¶
func (in *Stackdriver) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type StackdriverList ¶
type StackdriverList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Stackdriver `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*StackdriverList) DeepCopy ¶
func (in *StackdriverList) DeepCopy() *StackdriverList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StackdriverList.
func (*StackdriverList) DeepCopyInto ¶
func (in *StackdriverList) DeepCopyInto(out *StackdriverList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*StackdriverList) DeepCopyObject ¶
func (in *StackdriverList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Statsd ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*Statsd) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Statsd.
func (*Statsd) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Statsd) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type StatsdList ¶
type StatsdList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Statsd `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*StatsdList) DeepCopy ¶
func (in *StatsdList) DeepCopy() *StatsdList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StatsdList.
func (*StatsdList) DeepCopyInto ¶
func (in *StatsdList) DeepCopyInto(out *StatsdList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*StatsdList) DeepCopyObject ¶
func (in *StatsdList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Stdio ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*Stdio) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Stdio.
func (*Stdio) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Stdio) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type StdioList ¶
type StdioList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Stdio `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*StdioList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StdioList.
func (*StdioList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*StdioList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Tracespan ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*Tracespan) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Tracespan.
func (*Tracespan) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Tracespan) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type TracespanList ¶
type TracespanList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Tracespan `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*TracespanList) DeepCopy ¶
func (in *TracespanList) DeepCopy() *TracespanList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TracespanList.
func (*TracespanList) DeepCopyInto ¶
func (in *TracespanList) DeepCopyInto(out *TracespanList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TracespanList) DeepCopyObject ¶
func (in *TracespanList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Zipkin ¶
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*Zipkin) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Zipkin.
func (*Zipkin) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Zipkin) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ZipkinList ¶
type ZipkinList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Zipkin `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*ZipkinList) DeepCopy ¶
func (in *ZipkinList) DeepCopy() *ZipkinList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZipkinList.
func (*ZipkinList) DeepCopyInto ¶
func (in *ZipkinList) DeepCopyInto(out *ZipkinList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ZipkinList) DeepCopyObject ¶
func (in *ZipkinList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.