Documentation
¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the zpages v1alpha1 API group
Index ¶
Constants ¶
View Source
const ( GroupName = "config.k8s.io" Version = "v1alpha1" )
Variables ¶
View Source
var ( // SchemeBuilder initializes a scheme builder SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) // AddToScheme is a global function that adds this group's types to a scheme AddToScheme = SchemeBuilder.AddToScheme )
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: Version}
SchemeGroupVersion is group version used to register these objects
Functions ¶
This section is empty.
Types ¶
type Flagz ¶
type Flagz struct {
// TypeMeta is the type metadata for the object.
metav1.TypeMeta `json:",inline"`
// Standard object's metadata.
// +optional
metav1.ObjectMeta `json:"metadata,omitempty"`
// Flags contains the command-line flags and their values.
// The keys are the flag names and the values are the flag values,
// possibly with confidential values redacted.
// +optional
Flags map[string]string `json:"flags,omitempty"`
}
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object Flagz is the structured response for the /flagz endpoint.
func (*Flagz) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Flagz.
func (*Flagz) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Flagz) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (Flagz) OpenAPIModelName ¶
OpenAPIModelName returns the OpenAPI model name for this type.
Click to show internal directories.
Click to hide internal directories.