Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( SchemeBuilder runtime.SchemeBuilder AddToScheme = localSchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: "logs.vdp.vmware.com", Version: "v1beta1"}
Functions ¶
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
type FluentdConfig ¶
type FluentdConfig struct { metav1.TypeMeta `json:",inline"` // +optional metav1.ObjectMeta `json:"metadata,omitempty"` Spec FluentdConfigSpec `json:"spec,omitempty"` }
FluentdConfig defines the CRD
func (*FluentdConfig) DeepCopy ¶
func (in *FluentdConfig) DeepCopy() *FluentdConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FluentdConfig.
func (*FluentdConfig) DeepCopyInto ¶
func (in *FluentdConfig) DeepCopyInto(out *FluentdConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*FluentdConfig) DeepCopyObject ¶
func (in *FluentdConfig) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type FluentdConfigList ¶
type FluentdConfigList struct { metav1.TypeMeta `json:",inline"` // +optional metav1.ListMeta `json:"metadata,omitempty"` Items []FluentdConfig `json:"items"` }
FluentdConfigList is the mandatory plural type
func (*FluentdConfigList) DeepCopy ¶
func (in *FluentdConfigList) DeepCopy() *FluentdConfigList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FluentdConfigList.
func (*FluentdConfigList) DeepCopyInto ¶
func (in *FluentdConfigList) DeepCopyInto(out *FluentdConfigList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*FluentdConfigList) DeepCopyObject ¶
func (in *FluentdConfigList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type FluentdConfigSpec ¶
type FluentdConfigSpec struct {
FluentConf string `json:"fluentconf,omitempty"`
}
FluentdConfigSpec implements the fluent.conf file as CRD
func (*FluentdConfigSpec) DeepCopy ¶
func (in *FluentdConfigSpec) DeepCopy() *FluentdConfigSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FluentdConfigSpec.
func (*FluentdConfigSpec) DeepCopyInto ¶
func (in *FluentdConfigSpec) DeepCopyInto(out *FluentdConfigSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.