topologycollectors

package
v0.0.0-...-7983b3b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type K8sVolume

type K8sVolume struct {
	metav1.TypeMeta `json:",inline"`
	// +optional
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
	v1.Volume         `json:"volume,omitempty" protobuf:"bytes,2,opt,name=volume"`
}

K8sVolume is a wrapper around v1.Volume to be used when building up source properties for the component

func (*K8sVolume) DeepCopyObject

func (k *K8sVolume) DeepCopyObject() runtime.Object

DeepCopyObject is needed in order to fulfill the runtime.Object interface

func (*K8sVolume) ProtoMessage

func (k *K8sVolume) ProtoMessage()

ProtoMessage defers to the Volume.ProtoMessage function

func (*K8sVolume) Reset

func (k *K8sVolume) Reset()

Reset defers to the Volume.Reset function

func (*K8sVolume) String

func (k *K8sVolume) String() string

String defers to the Volume.String function

type K8sVolumeSource

type K8sVolumeSource struct {
	metav1.TypeMeta `json:",inline"`
	// +optional
	metav1.ObjectMeta         `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
	v1.PersistentVolumeSource `json:"source,omitempty" protobuf:"bytes,2,opt,name=source"`
}

K8sVolumeSource is a wrapper around v1.PersistentVolumeSource to be used when building up source properties for the component

func (*K8sVolumeSource) DeepCopyObject

func (k *K8sVolumeSource) DeepCopyObject() runtime.Object

DeepCopyObject is needed in order to fulfill the runtime.Object interface

func (*K8sVolumeSource) ProtoMessage

func (k *K8sVolumeSource) ProtoMessage()

ProtoMessage defers to the PersistentVolumeSource.ProtoMessage function

func (*K8sVolumeSource) Reset

func (k *K8sVolumeSource) Reset()

Reset defers to the PersistentVolumeSource.Reset function

func (*K8sVolumeSource) String

func (k *K8sVolumeSource) String() string

String defers to the PersistentVolumeSource.String function

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL