SYMBOL INDEX (23896 symbols across 2191 files) FILE: cmd/installer/cmd/imager/root.go function Execute (line 226) | func Execute() { function init (line 232) | func init() { FILE: cmd/installer/cmd/installer/install.go function init (line 31) | func init() { function runInstallCmd (line 36) | func runInstallCmd(ctx context.Context) (err error) { FILE: cmd/installer/cmd/installer/root.go function setFlagsFromEnvironment (line 26) | func setFlagsFromEnvironment() error { function Execute (line 38) | func Execute() { function init (line 53) | func init() { FILE: cmd/installer/main.go function main (line 16) | func main() { FILE: cmd/installer/pkg/install/errata.go method errataNetIfnames (line 26) | func (i *Installer) errataNetIfnames(talosVersion *compatibility.TalosVe... function readHostTalosVersion (line 41) | func readHostTalosVersion() (*compatibility.TalosVersion, error) { function upgradeFromPreIfnamesTalos (line 80) | func upgradeFromPreIfnamesTalos(talosVersion *compatibility.TalosVersion... FILE: cmd/installer/pkg/install/install.go type Options (line 49) | type Options struct type Mode (line 80) | type Mode method IsImage (line 92) | func (m Mode) IsImage() bool { constant ModeInstall (line 84) | ModeInstall Mode = iota constant ModeUpgrade (line 86) | ModeUpgrade constant ModeImage (line 88) | ModeImage constant typeGPT (line 96) | typeGPT = "gpt" constant diskImageLabel (line 99) | diskImageLabel = "talos-image-disk" function Install (line 104) | func Install(ctx context.Context, p runtime.Platform, mode Mode, opts *O... type Installer (line 184) | type Installer struct method detectBootloader (line 218) | func (i *Installer) detectBootloader(mode Mode) (bootloaderpkg.Bootloa... method diskOperations (line 240) | func (i *Installer) diskOperations(mode Mode, bd *block.Device, info *... method blockDeviceData (line 278) | func (i *Installer) blockDeviceData(mode Mode) (*block.Device, *blkid.... method Install (line 315) | func (i *Installer) Install(ctx context.Context, mode Mode) (err error) { method handleMeta (line 385) | func (i *Installer) handleMeta(ctx context.Context, mode Mode, previou... method generateBootloaderOptions (line 508) | func (i *Installer) generateBootloaderOptions(ctx context.Context, mod... method getBootPartitions (line 540) | func (i *Installer) getBootPartitions(ctx context.Context, mode Mode, ... method installBootloader (line 567) | func (i *Installer) installBootloader(ctx context.Context, mode Mode, ... method createPartitions (line 583) | func (i *Installer) createPartitions(ctx context.Context, mode Mode, b... method formatPartitions (line 654) | func (i *Installer) formatPartitions(ctx context.Context, mode Mode, p... method handlePartitionDataPopulation (line 706) | func (i *Installer) handlePartitionDataPopulation(ctx context.Context,... method handleGrubBlocklist (line 764) | func (i *Installer) handleGrubBlocklist(gptdev gpt.Device, pt *gpt.Tab... method getPartitionOptions (line 859) | func (i *Installer) getPartitionOptions(ctx context.Context, mode Mode... method runPreflightChecks (line 949) | func (i *Installer) runPreflightChecks(mode Mode) error { function NewInstaller (line 190) | func NewInstaller(ctx context.Context, cmdline *procfs.Cmdline, mode Mod... function overlayPresent (line 968) | func overlayPresent() bool { FILE: cmd/installer/pkg/install/meta_value.go type MetaValues (line 16) | type MetaValues struct method Set (line 33) | func (s *MetaValues) Set(val string) error { method Type (line 52) | func (s *MetaValues) Type() string { method String (line 57) | func (s *MetaValues) String() string { method Append (line 62) | func (s *MetaValues) Append(val string) error { method Replace (line 75) | func (s *MetaValues) Replace(val []string) error { method GetSlice (line 94) | func (s *MetaValues) GetSlice() []string { method Encode (line 105) | func (s *MetaValues) Encode() string { method Decode (line 110) | func (s *MetaValues) Decode(val string) error { method GetMetaValues (line 122) | func (s *MetaValues) GetMetaValues() meta.Values { function FromMeta (line 28) | func FromMeta(values meta.Values) MetaValues { FILE: cmd/installer/pkg/install/meta_value_test.go function TestMetaValues (line 16) | func TestMetaValues(t *testing.T) { FILE: cmd/installer/pkg/install/preflight.go type PreflightChecks (line 25) | type PreflightChecks struct method Close (line 57) | func (checks *PreflightChecks) Close() error { method Run (line 66) | func (checks *PreflightChecks) Run(ctx context.Context) error { method talosVersion (line 89) | func (checks *PreflightChecks) talosVersion(ctx context.Context) error { function NewPreflightChecks (line 34) | func NewPreflightChecks(ctx context.Context) (*PreflightChecks, error) { function unpack (line 112) | func unpack[T any](s []T) T { FILE: cmd/talosctl/acompat/acompat.go function init (line 10) | func init() { FILE: cmd/talosctl/cmd/completion.go function init (line 80) | func init() { FILE: cmd/talosctl/cmd/constants/constants.go constant ImageFactoryEmptySchematicID (line 9) | ImageFactoryEmptySchematicID = "376567988ad370138ad8b2698212367b8edcb69b... constant ImageFactoryURL (line 12) | ImageFactoryURL = "https://factory.talos.dev/" FILE: cmd/talosctl/cmd/docs.go function frontmatter (line 33) | func frontmatter(title, description string) string { function linkHandler (line 52) | func linkHandler(name string) string { constant cliDescription (line 60) | cliDescription = "Talosctl CLI tool reference." function GenMarkdownReference (line 170) | func GenMarkdownReference(cmd *cobra.Command, w io.Writer, linkHandler f... function init (line 197) | func init() { FILE: cmd/talosctl/cmd/mgmt/cluster/cluster.go constant ProvisionerFlagName (line 19) | ProvisionerFlagName = "provisioner" type CmdOps (line 29) | type CmdOps struct function init (line 46) | func init() { function AddProvisionerFlag (line 58) | func AddProvisionerFlag(cmd *cobra.Command) { FILE: cmd/talosctl/cmd/mgmt/cluster/create/clusterops/configmaker/config_maker.go type DockerOptions (line 13) | type DockerOptions function GetDockerConfigs (line 16) | func GetDockerConfigs(options DockerOptions) (clusterops.ClusterConfigs,... type QemuOptions (line 26) | type QemuOptions function GetQemuConfigs (line 29) | func GetQemuConfigs(options QemuOptions) (clusterops.ClusterConfigs, err... FILE: cmd/talosctl/cmd/mgmt/cluster/create/clusterops/configmaker/internal/makers/common.go constant gatewayOffset (line 38) | gatewayOffset = 1 + iota constant nodesOffset (line 41) | nodesOffset function New (line 52) | func New[ExtraOps any](options MakerOptions[ExtraOps]) (Maker[ExtraOps],... type Maker (line 62) | type Maker struct method SetExtraOptionsProvider (line 85) | func (m *Maker[T]) SetExtraOptionsProvider(hooks ExtraOptionsProvider) { method Init (line 90) | func (m *Maker[T]) Init() error { method InitExtra (line 103) | func (m *Maker[T]) InitExtra() error { method InitCommon (line 137) | func (m *Maker[T]) InitCommon() error { method initProvisionOps (line 186) | func (m *Maker[T]) initProvisionOps() error { method initConfigBundleOps (line 194) | func (m *Maker[T]) initConfigBundleOps() error { method initVersionContract (line 205) | func (m *Maker[T]) initVersionContract() error { method GetClusterConfigs (line 224) | func (m *Maker[T]) GetClusterConfigs() (clusterops.ClusterConfigs, error) { method applyOmniConfigs (line 248) | func (m *Maker[T]) applyOmniConfigs() error { method finalizeMachineConfigs (line 276) | func (m *Maker[T]) finalizeMachineConfigs() (*bundle.Bundle, error) { method ForEachNode (line 341) | func (m *Maker[T]) ForEachNode(fn func(i int, node *provision.NodeReques... method ForEachWorkerNode (line 348) | func (m *Maker[T]) ForEachWorkerNode(fn func(i, workerI int, node *provi... method ForEachControlplaneNode (line 362) | func (m *Maker[T]) ForEachControlplaneNode(fn func(i, controlplaneIndex ... method initCIDRs (line 375) | func (m *Maker[T]) initCIDRs() error { method initGenOps (line 415) | func (m *Maker[T]) initGenOps() error { function getConfigPatchBundleOps (line 460) | func getConfigPatchBundleOps(cOps clusterops.Common) ([]bundle.Option, e... method initIPs (line 490) | func (m *Maker[T]) initIPs() error { function parseCPUShare (line 510) | func parseCPUShare(cpus string) (int64, error) { function getRegistryMirrorGenOps (line 524) | func getRegistryMirrorGenOps(cOps clusterops.Common) ([]generate.Option,... method initClusterRequest (line 539) | func (m *Maker[T]) initClusterRequest() { method initGatewayIPs (line 555) | func (m *Maker[T]) initGatewayIPs() error { method initEndpoints (line 572) | func (m *Maker[T]) initEndpoints() error { function parseResources (line 579) | func parseResources(res clusterops.NodeResources) (clusterops.ParsedNode... method initNodeRequests (line 591) | func (m *Maker[T]) initNodeRequests() error { function getNodeIPs (line 660) | func getNodeIPs(ips [][]netip.Addr, nodeIndex int) []netip.Addr { FILE: cmd/talosctl/cmd/mgmt/cluster/create/clusterops/configmaker/internal/makers/common_test.go type testProvisioner (line 24) | type testProvisioner struct method GenOptions (line 28) | func (p testProvisioner) GenOptions(r provision.NetworkRequest, _ *con... method GetTalosAPIEndpoints (line 32) | func (p testProvisioner) GetTalosAPIEndpoints(provision.NetworkRequest... method GetInClusterKubernetesControlPlaneEndpoint (line 36) | func (p testProvisioner) GetInClusterKubernetesControlPlaneEndpoint(ne... method GetExternalKubernetesControlPlaneEndpoint (line 40) | func (p testProvisioner) GetExternalKubernetesControlPlaneEndpoint(net... type nothingProvider (line 44) | type nothingProvider struct method InitExtra (line 46) | func (*nothingProvider) InitExtra() error { return nil } method AddExtraGenOps (line 47) | func (*nothingProvider) AddExtraGenOps() error { return nil } method AddExtraProvisionOpts (line 48) | func (*nothingProvider) AddExtraProvisionOpts() error { return nil } method AddExtraConfigBundleOpts (line 49) | func (*nothingProvider) AddExtraConfigBundleOpts() error { return nil } method ModifyClusterRequest (line 50) | func (*nothingProvider) ModifyClusterRequest() error { return nil } method ModifyNodes (line 51) | func (*nothingProvider) ModifyNodes() error { return nil } function getInitializedTestMaker (line 53) | func getInitializedTestMaker(t *testing.T, cOps clusterops.Common) maker... function TestCommonMaker (line 67) | func TestCommonMaker(t *testing.T) { function TestCommonMaker_MachineConfig (line 143) | func TestCommonMaker_MachineConfig(t *testing.T) { function assertConfigDefaultness (line 151) | func assertConfigDefaultness[ExtraOps any](t *testing.T, cOps clusterops... function assertMachineConfig (line 178) | func assertMachineConfig(t *testing.T, in *generate.Input, node provisio... FILE: cmd/talosctl/cmd/mgmt/cluster/create/clusterops/configmaker/internal/makers/docker.go type Docker (line 22) | type Docker struct method InitExtra (line 45) | func (m *Docker) InitExtra() error { return nil } method AddExtraConfigBundleOpts (line 48) | func (m *Docker) AddExtraConfigBundleOpts() error { return nil } method AddExtraGenOps (line 51) | func (m *Docker) AddExtraGenOps() error { method AddExtraProvisionOpts (line 58) | func (m *Docker) AddExtraProvisionOpts() error { method ModifyClusterRequest (line 70) | func (m *Docker) ModifyClusterRequest() error { method ModifyNodes (line 78) | func (m *Docker) ModifyNodes() error { function NewDocker (line 27) | func NewDocker(ops MakerOptions[clusterops.Docker]) (Docker, error) { function getWithAdditionalSubjectAltNamesGenOps (line 86) | func getWithAdditionalSubjectAltNamesGenOps(endpointList []string) []gen... FILE: cmd/talosctl/cmd/mgmt/cluster/create/clusterops/configmaker/internal/makers/docker_test.go function TestDockerMaker_MachineConfig (line 17) | func TestDockerMaker_MachineConfig(t *testing.T) { FILE: cmd/talosctl/cmd/mgmt/cluster/create/clusterops/configmaker/internal/makers/maker.go type ConfigMaker (line 10) | type ConfigMaker interface type ExtraOptionsProvider (line 15) | type ExtraOptionsProvider interface FILE: cmd/talosctl/cmd/mgmt/cluster/create/clusterops/configmaker/internal/makers/qemu.go constant vipOffset (line 45) | vipOffset = 50 type Qemu (line 51) | type Qemu struct method InitExtra (line 77) | func (m *Qemu) InitExtra() error { method initEndpoints (line 111) | func (m *Qemu) initEndpoints() { method AddExtraGenOps (line 127) | func (m *Qemu) AddExtraGenOps() error { method AddExtraProvisionOpts (line 177) | func (m *Qemu) AddExtraProvisionOpts() error { method AddExtraConfigBundleOpts (line 203) | func (m *Qemu) AddExtraConfigBundleOpts() error { method ModifyClusterRequest (line 237) | func (m *Qemu) ModifyClusterRequest() error { method validateNetworkChaosParams (line 295) | func (m *Qemu) validateNetworkChaosParams() error { method ModifyNodes (line 306) | func (m *Qemu) ModifyNodes() error { method addDiskEncryptionPatches (line 349) | func (m *Qemu) addDiskEncryptionPatches() error { method getDiskEncryptionPatch (line 395) | func (*Qemu) getDiskEncryptionPatch(spec struct { method getLegacyDiskEncryptionPatch (line 423) | func (m *Qemu) getLegacyDiskEncryptionPatch(keys []*v1alpha1.Encryptio... method initDisks (line 459) | func (m *Qemu) initDisks() error { method initExtraDisks (line 501) | func (m *Qemu) initExtraDisks() error { method getEncryptionKeys (line 577) | func (m *Qemu) getEncryptionKeys(diskEncryptionKeyTypes []string) ([]*... method initJSONLogs (line 659) | func (m *Qemu) initJSONLogs() { function NewQemu (line 59) | func NewQemu(ops MakerOptions[clusterops.Qemu]) (Qemu, error) { function convertEncryptionKeys (line 629) | func convertEncryptionKeys(keys []*v1alpha1.EncryptionKey) []block.Encry... function getNameserverIPs (line 687) | func getNameserverIPs(nameservers []string, gatewayIPs []netip.Addr) ([]... FILE: cmd/talosctl/cmd/mgmt/cluster/create/clusterops/configmaker/internal/makers/qemu_test.go function TestQemuMaker_MachineConfig (line 20) | func TestQemuMaker_MachineConfig(t *testing.T) { function TestQemuMaker_Disks (line 36) | func TestQemuMaker_Disks(t *testing.T) { FILE: cmd/talosctl/cmd/mgmt/cluster/create/clusterops/configmaker/internal/siderolinkbuilder/builder.go function New (line 38) | func New(ctx context.Context, wgHost string, useTLS bool) (*SiderolinkBu... type SiderolinkBuilder (line 96) | type SiderolinkBuilder struct method DefineIPv6ForUUID (line 112) | func (slb *SiderolinkBuilder) DefineIPv6ForUUID(id uuid.UUID) error { method SiderolinkRequest (line 129) | func (slb *SiderolinkBuilder) SiderolinkRequest() provision.Siderolink... method ConfigPatches (line 151) | func (slb *SiderolinkBuilder) ConfigPatches(tunnel bool) []configpatch... method ConfigDocument (line 161) | func (slb *SiderolinkBuilder) ConfigDocument(tunnel bool) config.Provi... method SetKernelArgs (line 221) | func (slb *SiderolinkBuilder) SetKernelArgs(extraKernelArgs *procfs.Cm... function getDynamicPort (line 257) | func getDynamicPort(ctx context.Context, network string) (int, error) { function handleCloseErr (line 295) | func handleCloseErr(err error, closeErr error) error { function checkPortsDontOverlap (line 308) | func checkPortsDontOverlap(ports ...int) error { FILE: cmd/talosctl/cmd/mgmt/cluster/create/clusterops/configmaker/internal/siderolinkbuilder/helpers_other.go function generateRandomNodeAddr (line 14) | func generateRandomNodeAddr(prefix netip.Prefix) (netip.Prefix, error) { function networkPrefix (line 18) | func networkPrefix(prefix string) (netip.Prefix, error) { FILE: cmd/talosctl/cmd/mgmt/cluster/create/clusterops/configmaker/internal/siderolinkbuilder/helpers_supported.go function generateRandomNodeAddr (line 15) | func generateRandomNodeAddr(prefix netip.Prefix) (netip.Prefix, error) { function networkPrefix (line 19) | func networkPrefix(prefix string) (netip.Prefix, error) { FILE: cmd/talosctl/cmd/mgmt/cluster/create/clusterops/configmaker/preset/disk_image_preset.go type DiskImage (line 16) | type DiskImage struct method Name (line 19) | func (DiskImage) Name() string { return "disk-image" } method Description (line 22) | func (DiskImage) Description() string { method ModifyOptions (line 27) | func (DiskImage) ModifyOptions(presetOps Options, cOps *clusterops.Com... FILE: cmd/talosctl/cmd/mgmt/cluster/create/clusterops/configmaker/preset/iso_preset.go type ISO (line 15) | type ISO struct method Name (line 18) | func (ISO) Name() string { return "iso" } method Description (line 21) | func (ISO) Description() string { method ModifyOptions (line 26) | func (ISO) ModifyOptions(presetOps Options, cOps *clusterops.Common, q... function getISOURL (line 37) | func getISOURL(presetOps Options, cOps *clusterops.Common, qOps *cluster... FILE: cmd/talosctl/cmd/mgmt/cluster/create/clusterops/configmaker/preset/iso_secureboot_preset.go type ISOSecureBoot (line 10) | type ISOSecureBoot struct method Name (line 13) | func (ISOSecureBoot) Name() string { return "iso-secureboot" } method Description (line 16) | func (ISOSecureBoot) Description() string { method ModifyOptions (line 21) | func (ISOSecureBoot) ModifyOptions(presetOps Options, cOps *clusterops... FILE: cmd/talosctl/cmd/mgmt/cluster/create/clusterops/configmaker/preset/maintenance_preset.go type Maintenance (line 10) | type Maintenance struct method Name (line 13) | func (Maintenance) Name() string { return "maintenance" } method Description (line 16) | func (Maintenance) Description() string { method ModifyOptions (line 21) | func (Maintenance) ModifyOptions(presetOps Options, cOps *clusterops.C... FILE: cmd/talosctl/cmd/mgmt/cluster/create/clusterops/configmaker/preset/preset.go constant secureBootSuffix (line 19) | secureBootSuffix = "-secureboot" type Preset (line 22) | type Preset interface type Options (line 31) | type Options struct function Apply (line 49) | func Apply(presetOps Options, cOps *clusterops.Common, qOps *clusterops.... function Validate (line 89) | func Validate(presetNames []string, presetOps Options) error { function applyDefaultSettings (line 121) | func applyDefaultSettings(presetOps Options, cOps *clusterops.Common, qO... FILE: cmd/talosctl/cmd/mgmt/cluster/create/clusterops/configmaker/preset/preset_test.go function TestValidatePresets (line 18) | func TestValidatePresets(t *testing.T) { function applyPreset (line 80) | func applyPreset(t *testing.T, presets ...string) (clusterops.Common, cl... function TestPXE (line 98) | func TestPXE(t *testing.T) { function TestSecureboot (line 107) | func TestSecureboot(t *testing.T) { function TestDiskImage (line 119) | func TestDiskImage(t *testing.T) { function TestMaintenance (line 125) | func TestMaintenance(t *testing.T) { FILE: cmd/talosctl/cmd/mgmt/cluster/create/clusterops/configmaker/preset/pxe_preset.go type PXE (line 16) | type PXE struct method Name (line 19) | func (PXE) Name() string { return "pxe" } method Description (line 22) | func (PXE) Description() string { method ModifyOptions (line 27) | func (PXE) ModifyOptions(presetOps Options, cOps *clusterops.Common, q... FILE: cmd/talosctl/cmd/mgmt/cluster/create/clusterops/options.go type ClusterConfigs (line 28) | type ClusterConfigs struct type NodeResources (line 35) | type NodeResources struct type ParsedNodeResources (line 41) | type ParsedNodeResources struct type Common (line 47) | type Common struct type Docker (line 89) | type Docker struct type Qemu (line 98) | type Qemu struct function GetCommon (line 152) | func GetCommon() Common { function GetQemu (line 182) | func GetQemu() Qemu { function GetDocker (line 204) | func GetDocker() Docker { FILE: cmd/talosctl/cmd/mgmt/cluster/create/cmd.go function getCommonUserFacingFlags (line 46) | func getCommonUserFacingFlags(pointer *clusterops.Common) *pflag.FlagSet { function addTalosconfigDestinationFlag (line 72) | func addTalosconfigDestinationFlag(flagset *pflag.FlagSet, bind *string,... function addControlplaneCpusFlag (line 82) | func addControlplaneCpusFlag(flagset *pflag.FlagSet, bind *string, flagN... function addWorkersCpusFlag (line 86) | func addWorkersCpusFlag(flagset *pflag.FlagSet, bind *string, flagName s... function addControlPlaneMemoryFlag (line 90) | func addControlPlaneMemoryFlag(flagset *pflag.FlagSet, bind *bytesize.By... function addWorkersMemoryFlag (line 94) | func addWorkersMemoryFlag(flagset *pflag.FlagSet, bind *bytesize.ByteSiz... function addConfigPatchFlag (line 98) | func addConfigPatchFlag(flagset *pflag.FlagSet, bind *[]string, flagName... function addConfigPatchControlPlaneFlag (line 102) | func addConfigPatchControlPlaneFlag(flagset *pflag.FlagSet, bind *[]stri... function addConfigPatchWorkerFlag (line 106) | func addConfigPatchWorkerFlag(flagset *pflag.FlagSet, bind *[]string, fl... function addWorkersFlag (line 110) | func addWorkersFlag(flagset *pflag.FlagSet, bind *int) { function addControlplanesFlag (line 114) | func addControlplanesFlag(flagset *pflag.FlagSet, bind *int) { function addKubernetesVersionFlag (line 118) | func addKubernetesVersionFlag(flagset *pflag.FlagSet, bind *string) { function addRegistryMirrorFlag (line 122) | func addRegistryMirrorFlag(flagset *pflag.FlagSet, bind *[]string) { function addNetworkMTUFlag (line 126) | func addNetworkMTUFlag(flagset *pflag.FlagSet, bind *int) { function addTalosVersionFlag (line 130) | func addTalosVersionFlag(flagset *pflag.FlagSet, bind *string, descripti... function addDisksFlag (line 136) | func addDisksFlag(flagset *pflag.FlagSet, bind *flags.Disks) { function addOmniJoinTokenFlag (line 141) | func addOmniJoinTokenFlag(cmd *cobra.Command, bindAPIEndpoint *string, c... FILE: cmd/talosctl/cmd/mgmt/cluster/create/cmd_dev.go type legacyOps (line 26) | type legacyOps struct function getCreateCmd (line 41) | func getCreateCmd(cmdName string, hidden bool) *cobra.Command { function init (line 355) | func init() { function validateQemuFlags (line 360) | func validateQemuFlags(allCmdFlags *pflag.FlagSet, unImplementedQemuFlag... function hideUnimplementedQemuFlags (line 378) | func hideUnimplementedQemuFlags(cmd *cobra.Command, unImplementedQemuFla... FILE: cmd/talosctl/cmd/mgmt/cluster/create/cmd_docker.go function init (line 19) | func init() { FILE: cmd/talosctl/cmd/mgmt/cluster/create/cmd_qemu.go type presetOptions (line 21) | type presetOptions struct function init (line 27) | func init() { FILE: cmd/talosctl/cmd/mgmt/cluster/create/create.go function downloadBootAssets (line 31) | func downloadBootAssets(ctx context.Context, qOps *clusterops.Qemu) error { function postCreate (line 129) | func postCreate( function bootstrapCluster (line 162) | func bootstrapCluster(ctx context.Context, clusterAccess *access.Adapter... FILE: cmd/talosctl/cmd/mgmt/cluster/create/create_dev.go function createDevCluster (line 28) | func createDevCluster(ctx context.Context, cOps clusterops.Common, qOps ... function saveConfig (line 86) | func saveConfig(talosConfigObj *clientconfig.Config, talosconfigPath str... function mergeKubeconfig (line 100) | func mergeKubeconfig(ctx context.Context, clusterAccess *access.Adapter)... FILE: cmd/talosctl/cmd/mgmt/cluster/create/create_docker.go function getDockerClusterRequest (line 19) | func getDockerClusterRequest(cOps clusterops.Common, dOps clusterops.Doc... FILE: cmd/talosctl/cmd/mgmt/cluster/create/create_qemu.go function createQemuCluster (line 27) | func createQemuCluster( function preCreate (line 101) | func preCreate(cOps clusterops.Common, clusterConfigs clusterops.Cluster... function writeMachineconfig (line 112) | func writeMachineconfig(clusterConfigs clusterops.ClusterConfigs, cOps c... FILE: cmd/talosctl/cmd/mgmt/cluster/create/flags/agent.go type Agent (line 10) | type Agent method String (line 12) | func (a *Agent) String() string { method Set (line 28) | func (a *Agent) Set(s string) error { method Type (line 46) | func (a *Agent) Type() string { return "agent" } method IsEnabled (line 49) | func (a *Agent) IsEnabled() bool { return *a != 0 } method IsTunnel (line 52) | func (a *Agent) IsTunnel() bool { return *a == 2 || *a == 4 } method IsTLS (line 55) | func (a *Agent) IsTLS() bool { return *a == 3 || *a == 4 } FILE: cmd/talosctl/cmd/mgmt/cluster/create/flags/disks.go type DiskRequest (line 17) | type DiskRequest struct function ParseDisksFlag (line 31) | func ParseDisksFlag(disks []string) ([]DiskRequest, error) { function parseKVParams (line 70) | func parseKVParams(req *DiskRequest, part string) error { type Disks (line 99) | type Disks struct method String (line 104) | func (f *Disks) String() string { method Set (line 135) | func (f *Disks) Set(value string) error { method Type (line 153) | func (f *Disks) Type() string { return "disks" } method Requests (line 156) | func (f *Disks) Requests() []DiskRequest { FILE: cmd/talosctl/cmd/mgmt/cluster/create/flags/disks_test.go function TestDisksFlag_ExtraOpts (line 17) | func TestDisksFlag_ExtraOpts(t *testing.T) { function TestDisksFlag_AccumulatesAndRequests (line 63) | func TestDisksFlag_AccumulatesAndRequests(t *testing.T) { function TestDisksFlag_Set (line 103) | func TestDisksFlag_Set(t *testing.T) { FILE: cmd/talosctl/cmd/mgmt/cluster/create/flags/virtiofs.go type VirtiofsRequest (line 14) | type VirtiofsRequest struct function ParseVirtiofsFlag (line 20) | func ParseVirtiofsFlag(disks []string) ([]VirtiofsRequest, error) { type Virtiofs (line 43) | type Virtiofs struct method String (line 48) | func (f *Virtiofs) String() string { method Set (line 63) | func (f *Virtiofs) Set(value string) error { method Type (line 81) | func (f *Virtiofs) Type() string { return "virtiofs" } method Requests (line 84) | func (f *Virtiofs) Requests() []VirtiofsRequest { FILE: cmd/talosctl/cmd/mgmt/cluster/create/flags/virtiofs_test.go function TestVirtiofsFlag_AccumulatesAndRequests (line 16) | func TestVirtiofsFlag_AccumulatesAndRequests(t *testing.T) { function TestVirtiofsFlag_SetInvalid (line 49) | func TestVirtiofsFlag_SetInvalid(t *testing.T) { FILE: cmd/talosctl/cmd/mgmt/cluster/destroy.go function destroy (line 34) | func destroy(ctx context.Context) error { function init (line 61) | func init() { FILE: cmd/talosctl/cmd/mgmt/cluster/internal/firewallpatch/firewallpatch.go function ingressRuleWithinCluster (line 20) | func ingressRuleWithinCluster(cidrs []netip.Prefix, gateways []netip.Add... function ingressRuleWideOpen (line 35) | func ingressRuleWideOpen() []network.IngressRule { function ingressOnly (line 46) | func ingressOnly(ips []netip.Addr) []network.IngressRule { function ControlPlane (line 59) | func ControlPlane(defaultAction nethelpers.DefaultAction, cidrs []netip.... function Worker (line 144) | func Worker(defaultAction nethelpers.DefaultAction, cidrs []netip.Prefix... FILE: cmd/talosctl/cmd/mgmt/cluster/show.go function show (line 37) | func show(ctx context.Context) error { function ShowCluster (line 54) | func ShowCluster(cluster provision.Cluster) error { function init (line 114) | func init() { FILE: cmd/talosctl/cmd/mgmt/debug/air-gapped.go function generateConfigPatch (line 80) | func generateConfigPatch(caPEM []byte) error { function runHTTPServer (line 126) | func runHTTPServer(ctx context.Context, certPEM, keyPEM []byte) error { function handleTunneling (line 156) | func handleTunneling(ctx context.Context, w http.ResponseWriter, r *http... type conn (line 215) | type conn interface type tlsConnWrapper (line 223) | type tlsConnWrapper struct method CloseRead (line 229) | func (t *tlsConnWrapper) CloseRead() error { method CloseWrite (line 233) | func (t *tlsConnWrapper) CloseWrite() error { function transfer (line 237) | func transfer(destination conn, source conn, label string) error { function handleHTTP (line 249) | func handleHTTP(w http.ResponseWriter, req *http.Request) { function copyHeaders (line 265) | func copyHeaders(dst, src http.Header) { function loggingMiddleware (line 273) | func loggingMiddleware(h http.Handler) http.Handler { function runHTTPProxy (line 283) | func runHTTPProxy(ctx context.Context) error { function runHTTPSProxy (line 306) | func runHTTPSProxy(ctx context.Context, certPEM, keyPEM []byte) error { function runHTTPSReverseProxy (line 340) | func runHTTPSReverseProxy(ctx context.Context, certPEM, keyPEM []byte) e... function init (line 373) | func init() { FILE: cmd/talosctl/cmd/mgmt/dhcpd_launch.go function init (line 54) | func init() { FILE: cmd/talosctl/cmd/mgmt/dnsd_launch.go function init (line 46) | func init() { FILE: cmd/talosctl/cmd/mgmt/gen/ca.go function init (line 68) | func init() { FILE: cmd/talosctl/cmd/mgmt/gen/config.go constant controlPlaneOutputType (line 35) | controlPlaneOutputType = "controlplane" constant workerOutputType (line 36) | workerOutputType = "worker" constant talosconfigOutputType (line 37) | talosconfigOutputType = "talosconfig" constant stdoutOutput (line 39) | stdoutOutput = "-" constant yamlExt (line 41) | yamlExt = ".yaml" type configOutputPaths (line 50) | type configOutputPaths struct function NewConfigCmd (line 80) | func NewConfigCmd(name string) *cobra.Command { function fixControlPlaneEndpoint (line 105) | func fixControlPlaneEndpoint(u *url.URL) *url.URL { function GenerateConfigBundle (line 124) | func GenerateConfigBundle(genOptions []generate.Option, function writeConfig (line 174) | func writeConfig(args []string) error { function validateFlags (line 260) | func validateFlags() error { function writeConfigBundle (line 290) | func writeConfigBundle(configBundle *bundle.Bundle, outputPaths configOu... function writeToDestination (line 329) | func writeToDestination(data []byte, destination string, permissions os.... function outputPaths (line 354) | func outputPaths() (configOutputPaths, error) { function validateClusterEndpoint (line 394) | func validateClusterEndpoint(endpoint string) error { function init (line 427) | func init() { FILE: cmd/talosctl/cmd/mgmt/gen/crt.go function init (line 103) | func init() { FILE: cmd/talosctl/cmd/mgmt/gen/csr.go function init (line 88) | func init() { FILE: cmd/talosctl/cmd/mgmt/gen/gen.go constant crtExt (line 16) | crtExt = ".crt" constant keyExt (line 17) | keyExt = ".key" function init (line 31) | func init() { function validateFileExists (line 35) | func validateFileExists(file string) error { function validateFilesExists (line 45) | func validateFilesExists(files []string) error { FILE: cmd/talosctl/cmd/mgmt/gen/key.go function init (line 47) | func init() { FILE: cmd/talosctl/cmd/mgmt/gen/keypair.go function init (line 69) | func init() { FILE: cmd/talosctl/cmd/mgmt/gen/secrets.go function writeSecretsBundleToFile (line 75) | func writeSecretsBundleToFile(bundle *secrets.Bundle) error { function init (line 94) | func init() { FILE: cmd/talosctl/cmd/mgmt/gen/secureboot.go function checkedWrite (line 87) | func checkedWrite(path string, data []byte, perm fs.FileMode) error { //... function generateSigningCerts (line 103) | func generateSigningCerts(path, prefix, commonName string, rsaBits int, ... function saveAsDER (line 133) | func saveAsDER(file string, pem []byte) error { function generateSecureBootDatabase (line 145) | func generateSecureBootDatabase(path, enrolledCertificatePath, signingKe... function init (line 176) | func init() { function convertPEMToDER (line 196) | func convertPEMToDER(data []byte) ([]byte, error) { FILE: cmd/talosctl/cmd/mgmt/inject/serviceaccount.go function init (line 63) | func init() { FILE: cmd/talosctl/cmd/mgmt/json_logs_launch.go function init (line 73) | func init() { FILE: cmd/talosctl/cmd/mgmt/kms_launch.go function init (line 91) | func init() { FILE: cmd/talosctl/cmd/mgmt/loadbalancer_launch.go function makeLogger (line 53) | func makeLogger() *zap.Logger { function init (line 61) | func init() { FILE: cmd/talosctl/cmd/mgmt/machineconfig/gen.go function init (line 9) | func init() { FILE: cmd/talosctl/cmd/mgmt/machineconfig/patch.go function init (line 67) | func init() { FILE: cmd/talosctl/cmd/mgmt/qemu_launch.go function init (line 27) | func init() { FILE: cmd/talosctl/cmd/mgmt/root.go function addCommand (line 25) | func addCommand(cmd *cobra.Command) { function init (line 29) | func init() { FILE: cmd/talosctl/cmd/mgmt/siderolink_launch.go function init (line 49) | func init() { function run (line 69) | func run(ctx context.Context) error { type handler (line 113) | type handler struct method HandlePeerAdded (line 117) | func (h *handler) HandlePeerAdded(event wireguard.PeerEvent) error { method HandlePeerRemoved (line 123) | func (h *handler) HandlePeerRemoved(wgtypes.Key) error { FILE: cmd/talosctl/cmd/mgmt/validate.go function init (line 61) | func init() { FILE: cmd/talosctl/cmd/mgmt/virtiofsd_launch.go function init (line 42) | func init() { FILE: cmd/talosctl/cmd/root.go function Execute (line 34) | func Execute() error { function init (line 51) | func init() { FILE: cmd/talosctl/cmd/talos/apply-config.go function init (line 122) | func init() { FILE: cmd/talosctl/cmd/talos/bootstrap.go function init (line 81) | func init() { FILE: cmd/talosctl/cmd/talos/cgroups.go function completeCgroupPresetArg (line 148) | func completeCgroupPresetArg(cmd *cobra.Command, args []string, toComple... function buildCgroupResolveMap (line 152) | func buildCgroupResolveMap(ctx context.Context, c *client.Client) map[st... function buildProcessResolveMap (line 177) | func buildProcessResolveMap(ctx context.Context, c *client.Client) map[s... function buildDevicesResolveMap (line 210) | func buildDevicesResolveMap(ctx context.Context, c *client.Client) map[s... function init (line 249) | func init() { FILE: cmd/talosctl/cmd/talos/cgroupsprinter/presets.go function GetPresetNames (line 23) | func GetPresetNames() []string { function GetPreset (line 40) | func GetPreset(name string) Schema { FILE: cmd/talosctl/cmd/talos/cgroupsprinter/presets_test.go function TestGetPresetNames (line 15) | func TestGetPresetNames(t *testing.T) { function TestGetPreset (line 19) | func TestGetPreset(t *testing.T) { FILE: cmd/talosctl/cmd/talos/cgroupsprinter/schema.go type Schema (line 14) | type Schema struct method Compile (line 19) | func (s *Schema) Compile() error { method HeaderLine (line 33) | func (s *Schema) HeaderLine() string { method Render (line 48) | func (s *Schema) Render(data any) (string, error) { type Column (line 65) | type Column struct method Render (line 74) | func (c *Column) Render(out io.Writer, data any) error { FILE: cmd/talosctl/cmd/talos/cgroupsprinter/tree.go type edgeType (line 17) | type edgeType constant edgeTypeNone (line 20) | edgeTypeNone edgeType = "" constant edgeTypeLink (line 21) | edgeTypeLink edgeType = "│" constant edgeTypeMid (line 22) | edgeTypeMid edgeType = "├──" constant edgeTypeEnd (line 23) | edgeTypeEnd edgeType = "└──" constant indentSize (line 25) | indentSize = 3 function PrintNode (line 31) | func PrintNode(name string, w io.Writer, schema *Schema, node, parent *c... FILE: cmd/talosctl/cmd/talos/config.go function openConfigAndContext (line 45) | func openConfigAndContext(context string) (*clientconfig.Config, error) { function sortInPlace (line 286) | func sortInPlace(slc []string) []string { function checkAndSetCrtAndKey (line 292) | func checkAndSetCrtAndKey(configContext *clientconfig.Context) error { type talosconfigInfo (line 470) | type talosconfigInfo struct function configInfo (line 480) | func configInfo(config *clientconfig.Config, now time.Time) (talosconfig... function configInfoCommand (line 528) | func configInfoCommand(config *clientconfig.Config, now time.Time) (stri... function CompleteConfigContext (line 591) | func CompleteConfigContext(*cobra.Command, []string, string) ([]string, ... function init (line 603) | func init() { function getContextData (line 636) | func getContextData(c *clientconfig.Config) (*clientconfig.Context, erro... FILE: cmd/talosctl/cmd/talos/config_test.go function TestConfigInfoCommand (line 18) | func TestConfigInfoCommand(t *testing.T) { FILE: cmd/talosctl/cmd/talos/conformance.go function init (line 65) | func init() { FILE: cmd/talosctl/cmd/talos/containers.go function containerRender (line 64) | func containerRender(remotePeer *peer.Peer, resp *machineapi.ContainersR... function init (line 93) | func init() { FILE: cmd/talosctl/cmd/talos/copy.go function init (line 87) | func init() { FILE: cmd/talosctl/cmd/talos/crashdump.go function init (line 34) | func init() { FILE: cmd/talosctl/cmd/talos/dashboard.go function init (line 50) | func init() { FILE: cmd/talosctl/cmd/talos/debug.go function init (line 36) | func init() { function runContainer (line 115) | func runContainer( function sigHandler (line 285) | func sigHandler(ctx context.Context, msgC chan<- *machine.DebugContainer... function stdinReader (line 348) | func stdinReader(ctx context.Context, msgC chan<- *machine.DebugContaine... function sendLoop (line 399) | func sendLoop( FILE: cmd/talosctl/cmd/talos/disks.go function init (line 23) | func init() { FILE: cmd/talosctl/cmd/talos/diskusage.go function init (line 125) | func init() { FILE: cmd/talosctl/cmd/talos/dmesg.go function init (line 44) | func init() { FILE: cmd/talosctl/cmd/talos/edit.go function editFn (line 42) | func editFn(c *client.Client) func(context.Context, string, resource.Res... function stripEditingComment (line 158) | func stripEditingComment(in []byte) []byte { function addEditingComment (line 180) | func addEditingComment(in string) string { function init (line 215) | func init() { FILE: cmd/talosctl/cmd/talos/etcd.go type alarmMessage (line 45) | type alarmMessage interface function displayAlarms (line 50) | func displayAlarms(messages []alarmMessage) error { constant etcdDowngradePattern (line 410) | etcdDowngradePattern = "%s\n" constant etcdDowngradeHeader (line 411) | etcdDowngradeHeader = "MESSAGE" function init (line 574) | func init() { FILE: cmd/talosctl/cmd/talos/events.go function init (line 122) | func init() { FILE: cmd/talosctl/cmd/talos/get.go function getResources (line 64) | func getResources(args []string) func(ctx context.Context, c *client.Cli... type nodeAndEvent (line 212) | type nodeAndEvent struct function aggregateEvents (line 217) | func aggregateEvents(ctx context.Context, outCh chan<- nodeAndEvent, wat... function completeResourceDefinition (line 233) | func completeResourceDefinition(withAliases bool) ([]string, cobra.Shell... function completeResourceID (line 259) | func completeResourceID(resourceType, namespace string) ([]string, cobra... function CompleteNodes (line 290) | func CompleteNodes(*cobra.Command, []string, string) ([]string, cobra.Sh... function init (line 317) | func init() { FILE: cmd/talosctl/cmd/talos/health.go type clusterNodes (line 29) | type clusterNodes struct method InitNodeInfos (line 38) | func (cl *clusterNodes) InitNodeInfos() error { method Nodes (line 71) | func (cl *clusterNodes) Nodes() []cluster.NodeInfo { method NodesByType (line 75) | func (cl *clusterNodes) NodesByType(t machine.Type) []cluster.NodeInfo { function runHealth (line 111) | func runHealth() error { function healthOnClient (line 119) | func healthOnClient(ctx context.Context, c *client.Client) error { function healthOnServer (line 150) | func healthOnServer(ctx context.Context, c *client.Client) error { function runE2E (line 191) | func runE2E() error { function init (line 214) | func init() { function buildClusterInfo (line 225) | func buildClusterInfo(clusterState clusterNodes) (cluster.Info, error) { FILE: cmd/talosctl/cmd/talos/image.go type imageCmdFlagsType (line 58) | type imageCmdFlagsType struct method apiNamespace (line 64) | func (flags imageCmdFlagsType) apiNamespace() (common.ContainerdNamesp... method containerdInstance (line 75) | func (flags imageCmdFlagsType) containerdInstance() (*common.Container... function imageList (line 118) | func imageList() error { function imageListLegacy (line 176) | func imageListLegacy() error { function imagePull (line 222) | func imagePull(imageRef string) error { function imagePullInternal (line 237) | func imagePullInternal( function imagePullLegacy (line 312) | func imagePullLegacy(imageRef string) error { function imageImportInternal (line 333) | func imageImportInternal( function imageRemove (line 430) | func imageRemove(imageRef string) error { constant layoutOCI (line 779) | layoutOCI = "oci" constant layoutFlat (line 780) | layoutFlat = "flat" function generateMirrorsConfigPatch (line 842) | func generateMirrorsConfigPatch(addr string, mirrors []string, secure bo... function generateCAConfigPatch (line 963) | func generateCAConfigPatch(caPEM []byte) error { function init (line 993) | func init() { FILE: cmd/talosctl/cmd/talos/inspect.go function init (line 63) | func init() { FILE: cmd/talosctl/cmd/talos/install.go function installInternal (line 44) | func installInternal(ctx context.Context, c *client.Client, disk string)... function init (line 114) | func init() { FILE: cmd/talosctl/cmd/talos/interfaces.go function init (line 30) | func init() { FILE: cmd/talosctl/cmd/talos/kubeconfig.go constant stdoutOutput (line 26) | stdoutOutput = "-" function extractAndMerge (line 127) | func extractAndMerge(data []byte, localPath string) error { function askOverwriteOrRename (line 163) | func askOverwriteOrRename(prompt string) (kubeconfig.ConflictDecision, e... function init (line 183) | func init() { FILE: cmd/talosctl/cmd/talos/lifecycle/lifecycle.go type ProgressWriter (line 20) | type ProgressWriter struct method UpdateJob (line 28) | func (w *ProgressWriter) UpdateJob(node string, status *machine.Lifecy... method PrintLayerProgress (line 37) | func (w *ProgressWriter) PrintLayerProgress(rep *reporter.Reporter) { type installJob (line 55) | type installJob struct FILE: cmd/talosctl/cmd/talos/list.go constant sixMonths (line 26) | sixMonths = 6 * time.Hour * 24 * 30 function init (line 183) | func init() { FILE: cmd/talosctl/cmd/talos/logs.go type lineSlicer (line 113) | type lineSlicer struct method chopper (line 132) | func (slicer *lineSlicer) chopper(r io.Reader, hostname string) { method getPipe (line 150) | func (slicer *lineSlicer) getPipe(node string) *io.PipeWriter { method cleanupChoppers (line 167) | func (slicer *lineSlicer) cleanupChoppers() { method run (line 175) | func (slicer *lineSlicer) run(stream machine.MachineService_LogsClient) { function newLineSlicer (line 120) | func newLineSlicer(stream machine.MachineService_LogsClient) (chan *comm... function getLogsContainers (line 211) | func getLogsContainers() []string { function init (line 233) | func init() { FILE: cmd/talosctl/cmd/talos/memory.go function briefRender (line 59) | func briefRender(remotePeer *peer.Peer, resp *machineapi.MemoryResponse)... function verboseRender (line 88) | func verboseRender(remotePeer *peer.Peer, resp *machineapi.MemoryRespons... function init (line 151) | func init() { FILE: cmd/talosctl/cmd/talos/meta.go function init (line 73) | func init() { FILE: cmd/talosctl/cmd/talos/mounts.go function init (line 46) | func init() { FILE: cmd/talosctl/cmd/talos/multiplex/multiplex.go type Response (line 9) | type Response struct FILE: cmd/talosctl/cmd/talos/multiplex/stream.go function Streaming (line 20) | func Streaming[ResponseT any](ctx context.Context, nodes []string, initi... FILE: cmd/talosctl/cmd/talos/multiplex/unary.go function Unary (line 17) | func Unary[ResponseT any](ctx context.Context, nodes []string, initiate ... FILE: cmd/talosctl/cmd/talos/netstat.go type netstat (line 41) | type netstat struct method getPodNetNsFromNode (line 209) | func (n *netstat) getPodNetNsFromNode(ctx context.Context) (err error) { method findPodNetNs (line 242) | func (n *netstat) findPodNetNs(findNamespaceAndPod string) (string, st... method printNetstat (line 260) | func (n *netstat) printNetstat(response *machine.NetstatResponse) error { function netstatFlagsToRequest (line 144) | func netstatFlagsToRequest() *machine.NetstatRequest { function netstatSummaryLabels (line 353) | func netstatSummaryLabels() (labels string) { function wildcardIfZero (line 387) | func wildcardIfZero(num uint32) string { function init (line 395) | func init() { FILE: cmd/talosctl/cmd/talos/output/json.go type JSON (line 21) | type JSON struct method WriteHeader (line 34) | func (j *JSON) WriteHeader(definition *meta.ResourceDefinition, withEv... method prepareEncodableData (line 41) | func (j *JSON) prepareEncodableData(node string, r resource.Resource, ... method WriteResource (line 84) | func (j *JSON) WriteResource(node string, r resource.Resource, event s... method Flush (line 94) | func (j *JSON) Flush() error { function NewJSON (line 27) | func NewJSON(writer io.Writer) *JSON { function writeAsIndentedJSON (line 76) | func writeAsIndentedJSON(wr io.Writer, data any) error { FILE: cmd/talosctl/cmd/talos/output/jsonpath.go type JSONPath (line 22) | type JSONPath struct method WriteHeader (line 38) | func (j *JSONPath) WriteHeader(definition *meta.ResourceDefinition, wi... method WriteResource (line 96) | func (j *JSONPath) WriteResource(node string, r resource.Resource, eve... method Flush (line 122) | func (j *JSONPath) Flush() error { function NewJSONPath (line 29) | func NewJSONPath(writer io.Writer, jsonPath *jsonpath.JSONPath) *JSONPath { function printResult (line 44) | func printResult(wr io.Writer, result reflect.Value) error { function valueToText (line 82) | func valueToText(v reflect.Value) ([]byte, error) { FILE: cmd/talosctl/cmd/talos/output/jsonpath_test.go function TestWriteResource (line 19) | func TestWriteResource(t *testing.T) { FILE: cmd/talosctl/cmd/talos/output/output.go type Writer (line 21) | type Writer interface function NewWriter (line 28) | func NewWriter(format string) (Writer, error) { function CompleteOutputArg (line 54) | func CompleteOutputArg(cmd *cobra.Command, args []string, toComplete str... FILE: cmd/talosctl/cmd/talos/output/table.go type Table (line 23) | type Table struct method WriteHeader (line 41) | func (table *Table) WriteHeader(definition *meta.ResourceDefinition, w... method WriteResource (line 82) | func (table *Table) WriteResource(node string, r resource.Resource, ev... method Flush (line 132) | func (table *Table) Flush() error { type dynamicColumn (line 30) | type dynamicColumn function NewTable (line 33) | func NewTable(writer io.Writer) *Table { FILE: cmd/talosctl/cmd/talos/output/yaml.go type YAML (line 22) | type YAML struct method WriteHeader (line 36) | func (y *YAML) WriteHeader(definition *meta.ResourceDefinition, withEv... method WriteResource (line 43) | func (y *YAML) WriteResource(node string, r resource.Resource, event s... method Flush (line 73) | func (y *YAML) Flush() error { function NewYAML (line 29) | func NewYAML(writer io.Writer) *YAML { type mcYamlRepr (line 77) | type mcYamlRepr struct method Spec (line 79) | func (m *mcYamlRepr) Spec() any { return &mcYamlSpec{res: m.Resource} } type mcYamlSpec (line 81) | type mcYamlSpec struct method MarshalYAML (line 83) | func (m *mcYamlSpec) MarshalYAML() (any, error) { FILE: cmd/talosctl/cmd/talos/patch.go function extractMachineConfigBody (line 40) | func extractMachineConfigBody(mc resource.Resource) ([]byte, error) { function patchFn (line 73) | func patchFn(c *client.Client, patches []configpatcher.Patch) func(conte... function init (line 166) | func init() { FILE: cmd/talosctl/cmd/talos/pcap.go constant snapLength (line 127) | snapLength = 262144 function dumpPackets (line 129) | func dumpPackets(ctx context.Context, r io.Reader) error { function parseBPFInstructions (line 167) | func parseBPFInstructions(in string) ([]*machine.BPFInstruction, error) { function init (line 198) | func init() { function forEachPacket (line 218) | func forEachPacket(ctx context.Context, p *gopacket.PacketSource, fn fun... FILE: cmd/talosctl/cmd/talos/processes.go function init (line 48) | func init() { type by (line 53) | type by method sort (line 55) | func (b by) sort(procs []*machineapi.ProcessInfo) { type procSorter (line 63) | type procSorter struct method Len (line 69) | func (s *procSorter) Len() int { method Swap (line 74) | func (s *procSorter) Swap(i, j int) { method Less (line 79) | func (s *procSorter) Less(i, j int) bool { function processesOutput (line 95) | func processesOutput(ctx context.Context, c *client.Client) (output stri... FILE: cmd/talosctl/cmd/talos/pull/pull.go type ProgressWriter (line 20) | type ProgressWriter struct method UpdateJob (line 28) | func (w *ProgressWriter) UpdateJob(node, layerID string, progress *mac... method PrintLayerProgress (line 55) | func (w *ProgressWriter) PrintLayerProgress(rep *reporter.Reporter) { type pullJob (line 81) | type pullJob struct type pullJobs (line 86) | type pullJobs method Len (line 88) | func (p pullJobs) Len() int { method Swap (line 92) | func (p pullJobs) Swap(i, j int) { method Less (line 96) | func (p pullJobs) Less(i, j int) bool { FILE: cmd/talosctl/cmd/talos/read.go function init (line 56) | func init() { FILE: cmd/talosctl/cmd/talos/reboot.go function rebootInternal (line 55) | func rebootInternal(wait, debug bool, timeout time.Duration, rep *report... function rebootGetActorID (line 81) | func rebootGetActorID(opts ...client.RebootMode) func(ctx context.Contex... function init (line 96) | func init() { FILE: cmd/talosctl/cmd/talos/reset.go type WipeMode (line 30) | type WipeMode method String (line 38) | func (m WipeMode) String() string { method Set (line 52) | func (m *WipeMode) Set(value string) error { method Type (line 64) | func (m *WipeMode) Type() string { constant wipeModeAll (line 33) | wipeModeAll = "all" constant wipeModeSystemDisk (line 34) | wipeModeSystemDisk = "system-disk" constant wipeModeUserDisks (line 35) | wipeModeUserDisks = "user-disks" function buildResetRequest (line 155) | func buildResetRequest() *machineapi.ResetRequest { function resetGetActorID (line 174) | func resetGetActorID(ctx context.Context, c *client.Client, req *machine... function init (line 187) | func init() { FILE: cmd/talosctl/cmd/talos/restart.go function init (line 55) | func init() { FILE: cmd/talosctl/cmd/talos/rollback.go function init (line 32) | func init() { FILE: cmd/talosctl/cmd/talos/root.go constant pathAutoCompleteLimit (line 36) | pathAutoCompleteLimit = 500 function WithClientNoNodes (line 41) | func WithClientNoNodes(action func(context.Context, *client.Client) erro... function WithClient (line 46) | func WithClient(action func(context.Context, *client.Client) error, dial... function WithClientAndNodes (line 51) | func WithClientAndNodes(action func(context.Context, *client.Client, []s... function WithClientMaintenance (line 56) | func WithClientMaintenance(enforceFingerprints []string, action func(con... function addCommand (line 63) | func addCommand(cmd *cobra.Command) { function completePathFromNode (line 94) | func completePathFromNode(inputPath string) []string { function getPathFromNode (line 117) | func getPathFromNode(path, filter string) map[string]struct{} { function getServiceFromNode (line 184) | func getServiceFromNode() []string { function getContainersFromNode (line 211) | func getContainersFromNode(kubernetes bool) []string { function mergeSuggestions (line 256) | func mergeSuggestions(s ...[]string) []string { function relativeTo (line 264) | func relativeTo(fullPath string, filter string) bool { FILE: cmd/talosctl/cmd/talos/rotate-ca.go function rotateCA (line 56) | func rotateCA(ctx context.Context, c *client.Client) error { function rotateTalosCA (line 102) | func rotateTalosCA(ctx context.Context, oldClient *client.Client, encode... function rotateKubernetesCA (line 146) | func rotateKubernetesCA(ctx context.Context, c *client.Client, encoderOp... function init (line 177) | func init() { FILE: cmd/talosctl/cmd/talos/routes.go function init (line 31) | func init() { FILE: cmd/talosctl/cmd/talos/service.go function serviceList (line 74) | func serviceList(ctx context.Context, c *client.Client) error { function serviceInfo (line 108) | func serviceInfo(ctx context.Context, c *client.Client, id string) error { function serviceStart (line 129) | func serviceStart(ctx context.Context, c *client.Client, id string) error { function serviceStop (line 159) | func serviceStop(ctx context.Context, c *client.Client, id string) error { function serviceRestart (line 189) | func serviceRestart(ctx context.Context, c *client.Client, id string) er... function init (line 219) | func init() { FILE: cmd/talosctl/cmd/talos/shutdown.go function shutdownGetActorID (line 64) | func shutdownGetActorID(ctx context.Context, c *client.Client) (string, ... function init (line 77) | func init() { FILE: cmd/talosctl/cmd/talos/stats.go function statsRender (line 63) | func statsRender(remotePeer *peer.Peer, resp *machineapi.StatsResponse) ... function init (line 93) | func init() { FILE: cmd/talosctl/cmd/talos/support.go function collectData (line 114) | func collectData(dest *os.File, progress chan bundle.Progress) error { function getKubernetesClient (line 145) | func getKubernetesClient(ctx context.Context, c *client.Client) (*k8s.Cl... function getDiscoveryConfig (line 175) | func getDiscoveryConfig() (*clusterresource.Config, error) { function openArchive (line 195) | func openArchive() (*os.File, error) { type supportBundleError (line 228) | type supportBundleError struct type supportBundleErrors (line 233) | type supportBundleErrors struct method handleProgress (line 237) | func (sbe *supportBundleErrors) handleProgress(p bundle.Progress) { method print (line 246) | func (sbe *supportBundleErrors) print() error { function showProgress (line 280) | func showProgress(progress <-chan bundle.Progress, errors *supportBundle... function init (line 338) | func init() { FILE: cmd/talosctl/cmd/talos/time.go function init (line 89) | func init() { FILE: cmd/talosctl/cmd/talos/track.go type trackableActionCmdFlags (line 13) | type trackableActionCmdFlags struct method addTrackActionFlags (line 19) | func (f *trackableActionCmdFlags) addTrackActionFlags(cmd *cobra.Comma... FILE: cmd/talosctl/cmd/talos/upgrade-k8s.go function init (line 46) | func init() { function upgradeKubernetes (line 73) | func upgradeKubernetes(ctx context.Context, c *client.Client) error { FILE: cmd/talosctl/cmd/talos/upgrade.go function upgradeRun (line 72) | func upgradeRun() error { function upgradeViaLifecycleService (line 80) | func upgradeViaLifecycleService(ctx context.Context, c *client.Client, n... function upgradeInternal (line 132) | func upgradeInternal(ctx context.Context, c *client.Client, containerdIn... function upgradeLegacy (line 204) | func upgradeLegacy() error { function runUpgradeLegacyNoWaitWithOpts (line 239) | func runUpgradeLegacyNoWaitWithOpts(opts []client.UpgradeOption) error { function doUpgradeLegacy (line 254) | func doUpgradeLegacy(ctx context.Context, c *client.Client, opts []clien... function upgradeGetActorID (line 294) | func upgradeGetActorID(ctx context.Context, c *client.Client, opts []cli... function init (line 307) | func init() { FILE: cmd/talosctl/cmd/talos/version.go function cmdVersion (line 62) | func cmdVersion(ctx context.Context, c *client.Client) error { function init (line 109) | func init() { FILE: cmd/talosctl/cmd/talos/wipe.go function cmdWipe (line 50) | func cmdWipe(args []string) func(ctx context.Context, c *client.Client) ... function wipeMethodValues (line 71) | func wipeMethodValues() []string { function init (line 83) | func init() { FILE: cmd/talosctl/main.go function main (line 15) | func main() { FILE: cmd/talosctl/pkg/mgmt/helpers/airgapped.go function GenerateSelfSignedCert (line 15) | func GenerateSelfSignedCert(sanIPs []net.IP, sanNames []string) ([]byte,... FILE: cmd/talosctl/pkg/mgmt/helpers/artifacts.go function ArtifactPath (line 18) | func ArtifactPath(name string) string { FILE: cmd/talosctl/pkg/mgmt/helpers/helpers_test.go function TestEmpty (line 9) | func TestEmpty(t *testing.T) { FILE: cmd/talosctl/pkg/mgmt/helpers/image.go function DefaultImage (line 15) | func DefaultImage(image string) string { function GetTag (line 20) | func GetTag() string { function getEnv (line 24) | func getEnv(key, fallback string) string { FILE: cmd/talosctl/pkg/mgmt/helpers/wireguard.go function NewWireguardConfigBundle (line 22) | func NewWireguardConfigBundle(ips []netip.Addr, wireguardCidr string, li... type WireguardConfigBundle (line 93) | type WireguardConfigBundle struct method PatchNode (line 98) | func (w *WireguardConfigBundle) PatchNode(ip netip.Addr) (configpatche... FILE: cmd/talosctl/pkg/talos/action/node.go type nodeTracker (line 27) | type nodeTracker struct method tailDebugLogs (line 36) | func (a *nodeTracker) tailDebugLogs() error { method run (line 67) | func (a *nodeTracker) run() error { method update (line 111) | func (a *nodeTracker) update(update reporter.Update) { method trackEventsWithRetry (line 121) | func (a *nodeTracker) trackEventsWithRetry(actorIDCh chan string) error { method runPostCheckWithRetry (line 187) | func (a *nodeTracker) runPostCheckWithRetry(preActionBootID string) er... method handleEvents (line 219) | func (a *nodeTracker) handleEvents(eventCh chan client.EventResult, ac... method handleEvent (line 256) | func (a *nodeTracker) handleEvent(event client.Event) error { FILE: cmd/talosctl/pkg/talos/action/tracker.go constant unauthorizedBootIDFallback (line 35) | unauthorizedBootIDFallback = "(unauthorized)" type nodeUpdate (line 78) | type nodeUpdate struct type Tracker (line 84) | type Tracker struct method Run (line 171) | func (a *Tracker) Run() error { method runReporter (line 277) | func (a *Tracker) runReporter(ctx context.Context) error { method processNodeUpdate (line 312) | func (a *Tracker) processNodeUpdate(update nodeUpdate) reporter.Update { type TrackerOption (line 98) | type TrackerOption function WithReporter (line 101) | func WithReporter(r *reporter.Reporter) TrackerOption { function WithTimeout (line 110) | func WithTimeout(timeout time.Duration) TrackerOption { function WithPostCheck (line 117) | func WithPostCheck(postCheckFn func(ctx context.Context, c *client.Clien... function WithDebug (line 124) | func WithDebug(debug bool) TrackerOption { function WithTerminalOverride (line 131) | func WithTerminalOverride(isTerminal bool) TrackerOption { function NewTracker (line 138) | func NewTracker( type ClientExecutor (line 162) | type ClientExecutor interface function getBootID (line 354) | func getBootID(ctx context.Context, c *client.Client) (string, error) { FILE: cmd/talosctl/pkg/talos/artifacts/arch.go type Arch (line 8) | type Arch constant ArchAmd64 (line 12) | ArchAmd64 Arch = "amd64" constant ArchArm64 (line 13) | ArchArm64 Arch = "arm64" FILE: cmd/talosctl/pkg/talos/artifacts/fetch.go type imageHandler (line 23) | type imageHandler constant FetchTimeout (line 26) | FetchTimeout = 20 * time.Minute type fetchManager (line 28) | type fetchManager struct method fetchImageByTag (line 55) | func (m *fetchManager) fetchImageByTag(imageName, tag string, imageHan... method fetchImageByDigest (line 75) | func (m *fetchManager) fetchImageByDigest(digestRef name.Digest, image... function newManager (line 33) | func newManager() (*fetchManager, error) { function imageExportHandler (line 96) | func imageExportHandler(exportHandler func(r io.Reader) error) imageHand... FILE: cmd/talosctl/pkg/talos/artifacts/images.go type ExtensionRef (line 22) | type ExtensionRef struct type OverlayRef (line 32) | type OverlayRef struct function FetchOfficialExtensions (line 39) | func FetchOfficialExtensions(tag string) ([]ExtensionRef, error) { function FetchOfficialOverlays (line 61) | func FetchOfficialOverlays(tag string) ([]OverlayRef, error) { type extensionsDescriptions (line 82) | type extensionsDescriptions type overlaysDescriptions (line 87) | type overlaysDescriptions struct type overlaysDescription (line 91) | type overlaysDescription struct function extractExtensionList (line 98) | func extractExtensionList(r io.Reader) ([]ExtensionRef, error) { function extractOverlayList (line 172) | func extractOverlayList(r io.Reader) ([]OverlayRef, error) { FILE: cmd/talosctl/pkg/talos/global/client.go type Args (line 23) | type Args struct method NodeList (line 33) | func (c *Args) NodeList() []string { method WithClientNoNodes (line 40) | func (c *Args) WithClientNoNodes(action func(context.Context, *client.... method getNodes (line 83) | func (c *Args) getNodes(cli *client.Client) ([]string, error) { method WithClient (line 101) | func (c *Args) WithClient(action func(context.Context, *client.Client)... method WithClientAndNodes (line 118) | func (c *Args) WithClientAndNodes(action func(context.Context, *client... method WithClientMaintenance (line 133) | func (c *Args) WithClientMaintenance(enforceFingerprints []string, act... FILE: cmd/talosctl/pkg/talos/helpers/archive.go function ExtractFileFromTarGz (line 20) | func ExtractFileFromTarGz(filename string, r io.ReadCloser) ([]byte, err... function ExtractTarGz (line 60) | func ExtractTarGz(localPath string, r io.ReadCloser) error { FILE: cmd/talosctl/pkg/talos/helpers/checks.go function FailIfMultiNodes (line 24) | func FailIfMultiNodes(ctx context.Context, command string) error { function CheckErrors (line 38) | func CheckErrors[T interface{ GetMetadata() *common.Metadata }](messages... type VersionOutsideRangeError (line 52) | type VersionOutsideRangeError struct function TalosVersionCheck (line 55) | func TalosVersionCheck(ctx context.Context, c *client.Client, desired se... function ClientVersionCheck (line 80) | func ClientVersionCheck(ctx context.Context, c *client.Client) error { FILE: cmd/talosctl/pkg/talos/helpers/confirm.go function Confirm (line 16) | func Confirm(prompt string) bool { FILE: cmd/talosctl/pkg/talos/helpers/error.go function AppendErrors (line 17) | func AppendErrors(err error, errs ...error) error { FILE: cmd/talosctl/pkg/talos/helpers/helpers_test.go type cfg (line 17) | type cfg struct function TestExtractFileFromTarGz (line 22) | func TestExtractFileFromTarGz(t *testing.T) { FILE: cmd/talosctl/pkg/talos/helpers/labels.go function FormatLabels (line 15) | func FormatLabels(labels map[string]string) string { FILE: cmd/talosctl/pkg/talos/helpers/mode.go type Mode (line 21) | type Mode struct method String (line 26) | func (m Mode) String() string { method Set (line 44) | func (m *Mode) Set(value string) error { method Type (line 56) | func (m *Mode) Type() string { constant modeAuto (line 64) | modeAuto = "auto" constant modeNoReboot (line 65) | modeNoReboot = "no-reboot" constant modeReboot (line 66) | modeReboot = "reboot" constant modeStaged (line 67) | modeStaged = "staged" constant modeTry (line 68) | modeTry = "try" function AddModeFlags (line 72) | func AddModeFlags(mode *Mode, command *cobra.Command) { function PrintApplyResults (line 88) | func PrintApplyResults(resp *machine.ApplyConfigurationResponse) { FILE: cmd/talosctl/pkg/talos/helpers/resources.go function ForEachResource (line 22) | func ForEachResource(ctx context.Context, FILE: cmd/talosctl/pkg/talos/helpers/stream.go type Stream (line 21) | type Stream interface type Message (line 27) | type Message interface function ReadGRPCStream (line 33) | func ReadGRPCStream[S Stream[T], T Message](stream S, handler func(T, st... type ErrNonFatalError (line 81) | type ErrNonFatalError struct method Error (line 86) | func (e *ErrNonFatalError) Error() string { function NonFatalError (line 91) | func NonFatalError(err error) error { FILE: cmd/talosctl/pkg/talos/yamlstrip/yamlstrip.go function Comments (line 20) | func Comments(b []byte) []byte { function stripViaDecoding (line 29) | func stripViaDecoding(b []byte) ([]byte, error) { function removeComments (line 57) | func removeComments(node *yaml.Node) { function stripManual (line 67) | func stripManual(b []byte) []byte { FILE: cmd/talosctl/pkg/talos/yamlstrip/yamlstrip_test.go function TestComments (line 18) | func TestComments(t *testing.T) { FILE: hack/cloud-image-uploader/aws.go function GetAWSDefaultRegions (line 52) | func GetAWSDefaultRegions(ctx context.Context) ([]string, error) { type AWSUploader (line 78) | type AWSUploader struct method Upload (line 91) | func (au *AWSUploader) Upload(ctx context.Context) error { method RegisterAMIs (line 111) | func (au *AWSUploader) RegisterAMIs(ctx context.Context) error { method registerAMI (line 200) | func (au *AWSUploader) registerAMI(ctx context.Context, region string,... method tagSnapshot (line 263) | func (au *AWSUploader) tagSnapshot(ctx context.Context, svc *ec2.Clien... method registerAMIArch (line 281) | func (au *AWSUploader) registerAMIArch(ctx context.Context, region str... function cleanupBucket (line 130) | func cleanupBucket(s3Svc *s3.Client, bucketName string) { FILE: hack/cloud-image-uploader/factory.go type FactoryDownloader (line 26) | type FactoryDownloader struct method Download (line 31) | func (f *FactoryDownloader) Download(ctx context.Context) error { method getArtifact (line 51) | func (f *FactoryDownloader) getArtifact(ctx context.Context, name stri... method saveArtifact (line 82) | func (f *FactoryDownloader) saveArtifact(name string, r io.Reader) err... FILE: hack/cloud-image-uploader/gcp.go type GCPUploder (line 30) | type GCPUploder struct method Upload (line 75) | func (u *GCPUploder) Upload(ctx context.Context) error { method uploadImage (line 126) | func (u *GCPUploder) uploadImage(ctx context.Context, arch, bucketName... method registerImage (line 158) | func (u *GCPUploder) registerImage(arch string) error { method checkImageExists (line 220) | func (u *GCPUploder) checkImageExists(imageName string) (bool, error) { method insertImage (line 236) | func (u *GCPUploder) insertImage(imageName, arch string) (operationID,... method deleteImage (line 282) | func (u *GCPUploder) deleteImage(imageName string) error { function NewGCPUploder (line 41) | func NewGCPUploder(options Options) (*GCPUploder, error) { FILE: hack/cloud-image-uploader/main.go type Result (line 26) | type Result type CloudImage (line 29) | type CloudImage struct function pushResult (line 43) | func pushResult(image CloudImage) { function main (line 50) | func main() { function run (line 57) | func run() error { FILE: hack/cloud-image-uploader/options.go type Options (line 14) | type Options struct method AWSImage (line 43) | func (o *Options) AWSImage(architecture string) string { method GCPImage (line 48) | func (o *Options) GCPImage(architecture string) string { method SchematicFor (line 53) | func (o *Options) SchematicFor(cloud string) string { FILE: internal/app/apid/debug.go function runDebugServer (line 14) | func runDebugServer(ctx context.Context) { FILE: internal/app/apid/main.go function Main (line 30) | func Main() { function apidMain (line 44) | func apidMain() error { FILE: internal/app/apid/pkg/backend/apid.go constant GracefulShutdownTimeout (line 36) | GracefulShutdownTimeout = 30 * time.Minute type APID (line 43) | type APID struct method String (line 65) | func (a *APID) String() string { method GetConnection (line 70) | func (a *APID) GetConnection(ctx context.Context, _ string) (context.C... method AppendInfo (line 173) | func (a *APID) AppendInfo(streaming bool, resp []byte) ([]byte, error) { method BuildError (line 239) | func (a *APID) BuildError(streaming bool, err error) ([]byte, error) { method Close (line 260) | func (a *APID) Close() { function NewAPID (line 53) | func NewAPID(target string, tlsConfigProvider func() (*tls.Config, error... function gracefulGRPCClose (line 270) | func gracefulGRPCClose(conn *grpc.ClientConn, timeout time.Duration) { FILE: internal/app/apid/pkg/backend/apid_factory.go type APIDFactory (line 17) | type APIDFactory struct method Get (line 40) | func (factory *APIDFactory) Get(target string) (proxy.Backend, error) { method Flush (line 65) | func (factory *APIDFactory) Flush() { type TLSConfigProvider (line 23) | type TLSConfigProvider interface function NewAPIDFactory (line 30) | func NewAPIDFactory(provider TLSConfigProvider) *APIDFactory { FILE: internal/app/apid/pkg/backend/apid_factory_test.go type APIDFactorySuite (line 18) | type APIDFactorySuite struct method SetupSuite (line 30) | func (suite *APIDFactorySuite) SetupSuite() { method TestGet (line 34) | func (suite *APIDFactorySuite) TestGet() { method TestGetConcurrent (line 51) | func (suite *APIDFactorySuite) TestGetConcurrent() { type fakeTLSConfigProvider (line 24) | type fakeTLSConfigProvider struct method ClientConfig (line 26) | func (fakeTLSConfigProvider) ClientConfig() (*tls.Config, error) { function TestAPIDFactorySuite (line 74) | func TestAPIDFactorySuite(t *testing.T) { FILE: internal/app/apid/pkg/backend/apid_test.go type APIDSuite (line 33) | type APIDSuite struct method SetupSuite (line 39) | func (suite *APIDSuite) SetupSuite() { method TestGetConnection (line 50) | func (suite *APIDSuite) TestGetConnection() { method TestAppendInfoUnary (line 109) | func (suite *APIDSuite) TestAppendInfoUnary() { method TestAppendInfoStreaming (line 134) | func (suite *APIDSuite) TestAppendInfoStreaming() { method TestAppendInfoStreamingMetadata (line 155) | func (suite *APIDSuite) TestAppendInfoStreamingMetadata() { method TestBuildErrorUnary (line 180) | func (suite *APIDSuite) TestBuildErrorUnary() { method TestBuildErrorStreaming (line 194) | func (suite *APIDSuite) TestBuildErrorStreaming() { function TestAPIDSuite (line 208) | func TestAPIDSuite(t *testing.T) { function TestAPIIdiosyncrasies (line 212) | func TestAPIIdiosyncrasies(t *testing.T) { function getOptions (line 262) | func getOptions(t *testing.T, descriptor protoreflect.Descriptor) (depre... function testDeprecated (line 303) | func testDeprecated(t *testing.T, descriptor protoreflect.Descriptor, cu... function testEnum (line 321) | func testEnum(t *testing.T, enum protoreflect.EnumDescriptor, currentVer... function testMessage (line 330) | func testMessage(t *testing.T, message protoreflect.MessageDescriptor, c... function TestDeprecatedAPIs (line 355) | func TestDeprecatedAPIs(t *testing.T) { FILE: internal/app/apid/pkg/director/director.go type Router (line 22) | type Router struct method Register (line 46) | func (r *Router) Register(srv *grpc.Server) { method Director (line 52) | func (r *Router) Director(ctx context.Context, fullMethodName string) ... method singleDirector (line 109) | func (r *Router) singleDirector(target string) (proxy.Mode, []proxy.Ba... method aggregateDirector (line 123) | func (r *Router) aggregateDirector(targets []string) (proxy.Mode, []pr... method StreamedDetector (line 143) | func (r *Router) StreamedDetector(fullMethodName string) bool { method RegisterStreamedRegex (line 151) | func (r *Router) RegisterStreamedRegex(regex string) { type RemoteBackendFactory (line 31) | type RemoteBackendFactory function NewRouter (line 34) | func NewRouter(backendFactory RemoteBackendFactory, localBackend proxy.B... FILE: internal/app/apid/pkg/director/director_test.go type DirectorSuite (line 21) | type DirectorSuite struct method SetupSuite (line 28) | func (suite *DirectorSuite) SetupSuite() { method TestStreamedDetector (line 42) | func (suite *DirectorSuite) TestStreamedDetector() { method TestDirectorAggregate (line 57) | func (suite *DirectorSuite) TestDirectorAggregate() { method TestDirectorSingleNode (line 78) | func (suite *DirectorSuite) TestDirectorSingleNode() { method TestDirectorLocal (line 95) | func (suite *DirectorSuite) TestDirectorLocal() { method TestDirectorNoRemoteBackend (line 106) | func (suite *DirectorSuite) TestDirectorNoRemoteBackend() { method TestDirectorNoRouting (line 160) | func (suite *DirectorSuite) TestDirectorNoRouting() { function TestDirectorSuite (line 200) | func TestDirectorSuite(t *testing.T) { FILE: internal/app/apid/pkg/director/local_address.go type LocalAddressProvider (line 18) | type LocalAddressProvider interface type localAddressProvider (line 23) | type localAddressProvider struct method watch (line 49) | func (p *localAddressProvider) watch(evCh <-chan state.Event) { method IsLocalTarget (line 84) | func (p *localAddressProvider) IsLocalTarget(target string) bool { function NewLocalAddressProvider (line 31) | func NewLocalAddressProvider(st state.State) (LocalAddressProvider, erro... FILE: internal/app/apid/pkg/director/mocks_test.go type mockBackend (line 14) | type mockBackend struct method String (line 18) | func (m *mockBackend) String() string { method GetConnection (line 22) | func (m *mockBackend) GetConnection(ctx context.Context, fullMethodNam... method AppendInfo (line 26) | func (m *mockBackend) AppendInfo(streaming bool, resp []byte) ([]byte,... method BuildError (line 30) | func (m *mockBackend) BuildError(streaming bool, err error) ([]byte, e... function mockBackendFactory (line 34) | func mockBackendFactory(target string) (proxy.Backend, error) { type mockLocalAddressProvider (line 38) | type mockLocalAddressProvider struct method IsLocalTarget (line 42) | func (m *mockLocalAddressProvider) IsLocalTarget(t string) bool { FILE: internal/app/apid/pkg/provider/provider.go type TLSConfig (line 26) | type TLSConfig struct method Watch (line 77) | func (tlsConfig *TLSConfig) Watch(ctx context.Context, onUpdate func()... method ServerConfig (line 110) | func (tlsConfig *TLSConfig) ServerConfig() (*stdlibtls.Config, error) { method ClientConfig (line 125) | func (tlsConfig *TLSConfig) ClientConfig() (*stdlibtls.Config, error) { function NewTLSConfig (line 33) | func NewTLSConfig(ctx context.Context, resources state.State, skipClient... type certificateProvider (line 142) | type certificateProvider struct method Update (line 150) | func (p *certificateProvider) Update(apiCerts *secrets.API) error { method GetCA (line 193) | func (p *certificateProvider) GetCA() ([]byte, error) { method GetCACertPool (line 200) | func (p *certificateProvider) GetCACertPool() (*stdx509.CertPool, erro... method GetCertificate (line 207) | func (p *certificateProvider) GetCertificate(*stdlibtls.ClientHelloInf... method HasClientCertificate (line 214) | func (p *certificateProvider) HasClientCertificate() bool { method GetClientCertificate (line 221) | func (p *certificateProvider) GetClientCertificate(*stdlibtls.Certific... FILE: internal/app/apid/pkg/provider/provider_test.go function TestEmpty (line 9) | func TestEmpty(t *testing.T) { FILE: internal/app/apid/service.go function runService (line 35) | func runService(ctx context.Context, resources state.State, config *runt... function verifyExtKeyUsage (line 172) | func verifyExtKeyUsage(_ [][]byte, verifiedChains [][]*x509.Certificate)... FILE: internal/app/auditd/auditd.go function Main (line 24) | func Main(ctx context.Context, _ runtime.Runtime, logWriter io.Writer) e... function Run (line 31) | func Run(ctx context.Context, logWriter io.Writer) error { function receiveEvents (line 88) | func receiveEvents(ctx context.Context, client *libaudit.AuditClient, lo... FILE: internal/app/dashboard/main.go function Main (line 33) | func Main() { function dashboardMain (line 39) | func dashboardMain() error { function showConfigURLTab (line 75) | func showConfigURLTab() bool { function sigtermAwareContext (line 94) | func sigtermAwareContext(ctx context.Context) (context.Context, context.... FILE: internal/app/debug/container_streams.go function newGrpcStreamWriter (line 23) | func newGrpcStreamWriter(srv grpc.BidiStreamingServer[machine.DebugConta... type grpcStdioStreamer (line 39) | type grpcStdioStreamer struct method stream (line 48) | func (g *grpcStdioStreamer) stream(ctx context.Context, statusC <-chan... method recvLoop (line 152) | func (g *grpcStdioStreamer) recvLoop(ctx context.Context, task contain... method processMessage (line 171) | func (g *grpcStdioStreamer) processMessage(ctx context.Context, task c... method sendLoop (line 205) | func (g *grpcStdioStreamer) sendLoop() error { FILE: internal/app/debug/debug.go type Service (line 35) | type Service struct method ContainerRun (line 40) | func (s *Service) ContainerRun(srv grpc.BidiStreamingServer[machine.De... function createDebugContainer (line 135) | func createDebugContainer( function runAndAttachContainer (line 207) | func runAndAttachContainer( function generateContainerID (line 256) | func generateContainerID() (string, error) { FILE: internal/app/images/images.go type Service (line 36) | type Service struct method List (line 52) | func (svc *Service) List(req *machine.ImageServiceListRequest, srv grp... method Pull (line 88) | func (svc *Service) Pull(req *machine.ImageServicePullRequest, srv grp... method Import (line 150) | func (svc *Service) Import(srv grpc.ClientStreamingServer[machine.Imag... method Remove (line 244) | func (svc *Service) Remove(ctx context.Context, req *machine.ImageServ... function NewService (line 44) | func NewService(controller runtime.Controller, logger *zap.Logger) *Serv... FILE: internal/app/images/verify.go method Verify (line 25) | func (svc *Service) Verify(ctx context.Context, req *machine.ImageServic... FILE: internal/app/init/main.go function init (line 36) | func init() { function run (line 42) | func run() error { function recovery (line 95) | func recovery() { function mountRootFS (line 122) | func mountRootFS() error { function bindMountFirmware (line 211) | func bindMountFirmware() error { function bindMountExtra (line 226) | func bindMountExtra() error { function cpuInfo (line 240) | func cpuInfo() { function main (line 258) | func main() { FILE: internal/app/internal/ctrhelper/ctrhelper.go function ContainerdInstanceHelper (line 26) | func ContainerdInstanceHelper(ctx context.Context, req *common.Container... FILE: internal/app/internal/machinehelper/machinehelper.go function CheckControlplane (line 23) | func CheckControlplane(ctx context.Context, resources state.State, apiNa... FILE: internal/app/lifecycle/container.go function generateContainerID (line 36) | func generateContainerID() (string, error) { type sendFunc (line 46) | type sendFunc type sendExitCodeFunc (line 49) | type sendExitCodeFunc type containerRunConfig (line 52) | type containerRunConfig struct function runInstallerContainer (line 68) | func runInstallerContainer(ctx context.Context, rc *containerRunConfig) ... function streamOutput (line 214) | func streamOutput(r io.Reader, send sendFunc) error { function buildMounts (line 236) | func buildMounts() []specs.Mount { function buildInstallerArgs (line 267) | func buildInstallerArgs(disk, platform string, options *install.Options)... function buildSpecOpts (line 307) | func buildSpecOpts(img client.Image, args []string, mounts []specs.Mount... FILE: internal/app/lifecycle/lifecycle.go type Service (line 26) | type Service struct method Install (line 47) | func (s *Service) Install(req *machine.LifecycleServiceInstallRequest,... method Upgrade (line 141) | func (s *Service) Upgrade(req *machine.LifecycleServiceUpgradeRequest,... method checkSupported (line 228) | func (s *Service) checkSupported(feature runtime.ModeCapability) error { function NewService (line 35) | func NewService(runtime runtime.Runtime, logger *zap.Logger) *Service { FILE: internal/app/machined/internal/server/v1alpha1/v1alpha1_cluster.go method HealthCheck (line 34) | func (s *Server) HealthCheck(in *clusterapi.HealthCheckRequest, srv clus... type healthReporter (line 85) | type healthReporter struct method Update (line 90) | func (hr *healthReporter) Update(condition conditions.Condition) { type clusterState (line 102) | type clusterState struct method Nodes (line 107) | func (cl *clusterState) Nodes() []cluster.NodeInfo { method NodesByType (line 111) | func (cl *clusterState) NodesByType(t machine.Type) []cluster.NodeInfo { method String (line 115) | func (cl *clusterState) String() string { function buildClusterInfo (line 126) | func buildClusterInfo(ctx context.Context, function k8sNodeToNodeInfo (line 201) | func k8sNodeToNodeInfo(node *corev1.Node) (*cluster.NodeInfo, error) { function getDiscoveryMemberList (line 236) | func getDiscoveryMemberList(ctx context.Context, runtime runtime.Runtime... function isControlPlaneNode (line 247) | func isControlPlaneNode(node *corev1.Node) bool { FILE: internal/app/machined/internal/server/v1alpha1/v1alpha1_images.go function containerdNamespaceHelper (line 25) | func containerdNamespaceHelper(ctx context.Context, ns common.Containerd... method ImageList (line 45) | func (s *Server) ImageList(req *machine.ImageListRequest, srv machine.Ma... method ImagePull (line 86) | func (s *Server) ImagePull(ctx context.Context, req *machine.ImagePullRe... FILE: internal/app/machined/internal/server/v1alpha1/v1alpha1_inspect.go type InspectServer (line 18) | type InspectServer struct method ControllerRuntimeDependencies (line 25) | func (s *InspectServer) ControllerRuntimeDependencies(ctx context.Cont... FILE: internal/app/machined/internal/server/v1alpha1/v1alpha1_meta.go method MetaWrite (line 20) | func (s *Server) MetaWrite(ctx context.Context, req *machine.MetaWriteRe... method MetaDelete (line 53) | func (s *Server) MetaDelete(ctx context.Context, req *machine.MetaDelete... FILE: internal/app/machined/internal/server/v1alpha1/v1alpha1_monitoring.go method Hostname (line 24) | func (s *Server) Hostname(ctx context.Context, in *emptypb.Empty) (*mach... method LoadAvg (line 42) | func (s *Server) LoadAvg(ctx context.Context, in *emptypb.Empty) (*machi... method SystemStat (line 67) | func (s *Server) SystemStat(ctx context.Context, in *emptypb.Empty) (*ma... method CPUFreqStats (line 146) | func (s *Server) CPUFreqStats(ctx context.Context, in *emptypb.Empty) (*... method CPUInfo (line 182) | func (s *Server) CPUInfo(ctx context.Context, in *emptypb.Empty) (*machi... method NetworkDeviceStats (line 235) | func (s *Server) NetworkDeviceStats(ctx context.Context, in *emptypb.Emp... method DiskStats (line 281) | func (s *Server) DiskStats(ctx context.Context, in *emptypb.Empty) (*mac... FILE: internal/app/machined/internal/server/v1alpha1/v1alpha1_server.go constant MinimumEtcdUpgradeLeaseLockSeconds (line 106) | MinimumEtcdUpgradeLeaseLockSeconds = 60 constant OSPathSeparator (line 109) | OSPathSeparator = string(os.PathSeparator) type Server (line 113) | type Server struct method checkSupported (line 130) | func (s *Server) checkSupported(feature runtime.ModeCapability) error { method Register (line 141) | func (s *Server) Register(obj *grpc.Server) { method ApplyConfiguration (line 173) | func (s *Server) ApplyConfiguration(ctx context.Context, in *machine.A... method Reboot (line 349) | func (s *Server) Reboot(ctx context.Context, in *machine.RebootRequest... method Rollback (line 380) | func (s *Server) Rollback(ctx context.Context, in *machine.RollbackReq... method Bootstrap (line 423) | func (s *Server) Bootstrap(ctx context.Context, in *machine.BootstrapR... method Shutdown (line 459) | func (s *Server) Shutdown(ctx context.Context, in *machine.ShutdownReq... method Upgrade (line 492) | func (s *Server) Upgrade(ctx context.Context, in *machine.UpgradeReque... method Reset (line 622) | func (s *Server) Reset(ctx context.Context, in *machine.ResetRequest) ... method ServiceList (line 726) | func (s *Server) ServiceList(ctx context.Context, in *emptypb.Empty) (... method ServiceStart (line 742) | func (s *Server) ServiceStart(ctx context.Context, in *machine.Service... method ServiceStop (line 760) | func (s *Server) ServiceStop(ctx context.Context, in *machine.ServiceS... method ServiceRestart (line 778) | func (s *Server) ServiceRestart(ctx context.Context, in *machine.Servi... method Copy (line 795) | func (s *Server) Copy(req *machine.CopyRequest, obj machine.MachineSer... method List (line 842) | func (s *Server) List(req *machine.ListRequest, obj machine.MachineSer... method DiskUsage (line 953) | func (s *Server) DiskUsage(req *machine.DiskUsageRequest, obj machine.... method Mounts (line 1130) | func (s *Server) Mounts(ctx context.Context, in *emptypb.Empty) (reply... method Version (line 1197) | func (s *Server) Version(ctx context.Context, in *emptypb.Empty) (repl... method Kubeconfig (line 1228) | func (s *Server) Kubeconfig(empty *emptypb.Empty, obj machine.MachineS... method Logs (line 1273) | func (s *Server) Logs(req *machine.LogsRequest, l machine.MachineServi... method LogsContainers (line 1319) | func (s *Server) LogsContainers(context.Context, *emptypb.Empty) (*mac... method Read (line 1370) | func (s *Server) Read(in *machine.ReadRequest, srv machine.MachineServ... method Events (line 1411) | func (s *Server) Events(req *machine.EventsRequest, l machine.MachineS... method Containers (line 1484) | func (s *Server) Containers(ctx context.Context, in *machine.Container... method Stats (line 1534) | func (s *Server) Stats(ctx context.Context, in *machine.StatsRequest) ... method Restart (line 1585) | func (s *Server) Restart(ctx context.Context, in *machine.RestartReque... method Dmesg (line 1617) | func (s *Server) Dmesg(req *machine.DmesgRequest, srv machine.MachineS... method Processes (line 1674) | func (s *Server) Processes(ctx context.Context, in *emptypb.Empty) (re... method Memory (line 1707) | func (s *Server) Memory(ctx context.Context, in *emptypb.Empty) (reply... method EtcdMemberList (line 1781) | func (s *Server) EtcdMemberList(ctx context.Context, in *machine.EtcdM... method EtcdRemoveMemberByID (line 1830) | func (s *Server) EtcdRemoveMemberByID(ctx context.Context, in *machine... method EtcdLeaveCluster (line 1860) | func (s *Server) EtcdLeaveCluster(ctx context.Context, in *machine.Etc... method EtcdForfeitLeadership (line 1886) | func (s *Server) EtcdForfeitLeadership(ctx context.Context, in *machin... method EtcdSnapshot (line 1920) | func (s *Server) EtcdSnapshot(in *machine.EtcdSnapshotRequest, srv mac... method EtcdRecover (line 1959) | func (s *Server) EtcdRecover(srv machine.MachineService_EtcdRecoverSer... method EtcdAlarmList (line 2047) | func (s *Server) EtcdAlarmList(ctx context.Context, in *emptypb.Empty)... method EtcdAlarmDisarm (line 2077) | func (s *Server) EtcdAlarmDisarm(ctx context.Context, in *emptypb.Empt... method EtcdDefragment (line 2110) | func (s *Server) EtcdDefragment(ctx context.Context, in *emptypb.Empty... method EtcdStatus (line 2138) | func (s *Server) EtcdStatus(ctx context.Context, in *emptypb.Empty) (*... method EtcdDowngradeCancel (line 2192) | func (s *Server) EtcdDowngradeCancel(ctx context.Context, _ *emptypb.E... method EtcdDowngradeEnable (line 2226) | func (s *Server) EtcdDowngradeEnable(ctx context.Context, in *machine.... method EtcdDowngradeValidate (line 2264) | func (s *Server) EtcdDowngradeValidate(ctx context.Context, in *machin... method GenerateClientConfiguration (line 2328) | func (s *Server) GenerateClientConfiguration(ctx context.Context, in *... method PacketCapture (line 2393) | func (s *Server) PacketCapture(in *machine.PacketCaptureRequest, srv m... method Netstat (line 2553) | func (s *Server) Netstat(ctx context.Context, req *machine.NetstatRequ... type modeWrapper (line 160) | type modeWrapper struct method RequiresInstall (line 166) | func (m modeWrapper) RequiresInstall() bool { function generateDiff (line 335) | func generateDiff(r runtime.Runtime, provider config.Provider) (string, ... type ResetOptions (line 593) | type ResetOptions struct method GetSystemDiskTargets (line 601) | func (opt *ResetOptions) GetSystemDiskTargets() []runtime.PartitionTar... method GetSystemDiskPaths (line 610) | func (opt *ResetOptions) GetSystemDiskPaths() []string { method String (line 615) | func (opt *ResetOptions) String() string { function k8slogs (line 1329) | func k8slogs(ctx context.Context, req *machine.LogsRequest) (chunker.Chu... function getContainerInspector (line 1349) | func getContainerInspector(ctx context.Context, namespace string, driver... function sendEmptyEvent (line 1474) | func sendEmptyEvent(req *machine.EventsRequest, l machine.MachineService... function mapAlarms (line 2022) | func mapAlarms(alarms []*etcdserverpb.AlarmMember) []*machine.EtcdMember... function validateDowngrade (line 2299) | func validateDowngrade(version string) error { type packetStreamWriter (line 2374) | type packetStreamWriter struct method Write (line 2378) | func (w *packetStreamWriter) Write(data []byte) (int, error) { function capturePackets (line 2456) | func capturePackets(ctx context.Context, w io.Writer, handle *afpacket.T... function tryLockUpgradeMutex (line 2519) | func tryLockUpgradeMutex(ctx context.Context, etcdClient *etcd.Client) (... FILE: internal/app/machined/internal/server/v1alpha1/v1alpha1_time.go type ConfigProvider (line 24) | type ConfigProvider interface type TimeServer (line 29) | type TimeServer struct method Register (line 36) | func (r *TimeServer) Register(s *grpc.Server) { method Time (line 41) | func (r *TimeServer) Time(ctx context.Context, in *emptypb.Empty) (rep... method TimeCheck (line 60) | func (r *TimeServer) TimeCheck(ctx context.Context, in *timeapi.TimeRe... FILE: internal/app/machined/internal/server/v1alpha1/v1alpha1_time_test.go type TimedSuite (line 29) | type TimedSuite struct method TestTime (line 53) | func (suite *TimedSuite) TestTime() { method TestTimeCheck (line 86) | func (suite *TimedSuite) TestTimeCheck() { function TestTimedSuite (line 33) | func TestTimedSuite(t *testing.T) { type mockConfigProvider (line 39) | type mockConfigProvider struct method Config (line 43) | func (provider *mockConfigProvider) Config() config.Config { function fakeTimedRPC (line 121) | func fakeTimedRPC(t *testing.T) (net.Listener, error) { FILE: internal/app/machined/main.go function init (line 47) | func init() { function recovery (line 52) | func recovery(ctx context.Context) { function syncNonVolatileStorageBuffers (line 70) | func syncNonVolatileStorageBuffers() { function handle (line 99) | func handle(ctx context.Context, err error) { function runDebugServer (line 152) | func runDebugServer(ctx context.Context) { function run (line 164) | func run() error { function runEntrypoint (line 198) | func runEntrypoint(ctx context.Context, c *v1alpha1runtime.Controller) e... function main (line 303) | func main() { FILE: internal/app/machined/pkg/adapters/block/volume_config.go function VolumeConfigSpec (line 17) | func VolumeConfigSpec(r *block.VolumeConfigSpec) volumeConfigSpec { type volumeConfigSpec (line 23) | type volumeConfigSpec struct method ApplyEncryptionConfig (line 28) | func (a volumeConfigSpec) ApplyEncryptionConfig(in config.EncryptionCo... FILE: internal/app/machined/pkg/adapters/block/volume_mount_status.go function VolumeMountStatus (line 20) | func VolumeMountStatus(r *block.VolumeMountStatus) volumeMountStatus { type volumeMountStatus (line 26) | type volumeMountStatus struct method WithRoot (line 31) | func (a volumeMountStatus) WithRoot(logger *zap.Logger, callback func(... FILE: internal/app/machined/pkg/adapters/cluster/identity.go function IdentitySpec (line 21) | func IdentitySpec(r *cluster.IdentitySpec) identity { type identity (line 27) | type identity struct method Generate (line 32) | func (a identity) Generate() error { method ConvertMachineID (line 45) | func (a identity) ConvertMachineID() ([]byte, error) { FILE: internal/app/machined/pkg/adapters/cluster/identity_test.go function TestIdentityGenerate (line 17) | func TestIdentityGenerate(t *testing.T) { function TestIdentityConvertMachineID (line 33) | func TestIdentityConvertMachineID(t *testing.T) { FILE: internal/app/machined/pkg/adapters/hardware/memorymodule.go function MemoryModule (line 16) | func MemoryModule(m *hardware.MemoryModule) memoryModule { type memoryModule (line 22) | type memoryModule struct method Update (line 27) | func (m memoryModule) Update(memory *smbios.MemoryDevice) { FILE: internal/app/machined/pkg/adapters/hardware/processor.go function Processor (line 16) | func Processor(p *hardware.Processor) processor { type processor (line 22) | type processor struct method Update (line 27) | func (p processor) Update(processor *smbios.ProcessorInformation) { FILE: internal/app/machined/pkg/adapters/hardware/system_information.go function SystemInformation (line 16) | func SystemInformation(p *hardware.SystemInformation) systemInformation { type systemInformation (line 22) | type systemInformation struct method Update (line 27) | func (p systemInformation) Update(systemInformation *smbios.SystemInfo... FILE: internal/app/machined/pkg/adapters/k8s/manifest.go function Manifest (line 25) | func Manifest(r *k8s.Manifest) manifest { type manifest (line 31) | type manifest struct method SetObjects (line 36) | func (a manifest) SetObjects(objects []runtime.Object) error { method SetYAML (line 60) | func (a manifest) SetYAML(yamlBytes []byte) error { method Objects (line 119) | func (a manifest) Objects() []*unstructured.Unstructured { FILE: internal/app/machined/pkg/adapters/k8s/manifest_test.go function TestManifestSetYAML (line 19) | func TestManifestSetYAML(t *testing.T) { function TestManifestSetYAMLEmptyComments (line 36) | func TestManifestSetYAMLEmptyComments(t *testing.T) { function TestManifestSetYAMLList (line 58) | func TestManifestSetYAMLList(t *testing.T) { FILE: internal/app/machined/pkg/adapters/k8s/static_pod.go function StaticPod (line 18) | func StaticPod(r *k8s.StaticPod) staticPod { type staticPod (line 24) | type staticPod struct method Pod (line 29) | func (a staticPod) Pod() (*v1.Pod, error) { method SetPod (line 43) | func (a staticPod) SetPod(podSpec *v1.Pod) error { FILE: internal/app/machined/pkg/adapters/k8s/static_pod_status.go function StaticPodStatus (line 18) | func StaticPodStatus(r *k8s.StaticPodStatus) staticPodStatus { type staticPodStatus (line 24) | type staticPodStatus struct method SetStatus (line 29) | func (a staticPodStatus) SetStatus(status *v1.PodStatus) error { method Status (line 41) | func (a staticPodStatus) Status() (*v1.PodStatus, error) { FILE: internal/app/machined/pkg/adapters/kubespan/identity.go function IdentitySpec (line 25) | func IdentitySpec(r *kubespan.IdentitySpec) identity { type identity (line 31) | type identity struct method GenerateKey (line 36) | func (a identity) GenerateKey() error { method UpdateAddress (line 49) | func (a identity) UpdateAddress(clusterID string, mac net.HardwareAddr... function wgEUI64 (line 59) | func wgEUI64(prefix netip.Prefix, mac net.HardwareAddr) (out netip.Prefi... FILE: internal/app/machined/pkg/adapters/kubespan/identity_test.go function TestIdentityGenerateKey (line 19) | func TestIdentityGenerateKey(t *testing.T) { function TestIdentityUpdateAddress (line 29) | func TestIdentityUpdateAddress(t *testing.T) { FILE: internal/app/machined/pkg/adapters/kubespan/peer_status.go function PeerStatusSpec (line 22) | func PeerStatusSpec(r *kubespan.PeerStatusSpec) peerStatus { type peerStatus (line 28) | type peerStatus struct method CalculateState (line 57) | func (a peerStatus) CalculateState() { method CalculateStateWithDurations (line 65) | func (a peerStatus) CalculateStateWithDurations(sinceLastHandshake, si... method UpdateFromWireguard (line 98) | func (a peerStatus) UpdateFromWireguard(peer wgtypes.Peer) { method UpdateEndpoint (line 111) | func (a peerStatus) UpdateEndpoint(endpoint netip.AddrPort) { method ShouldChangeEndpoint (line 119) | func (a peerStatus) ShouldChangeEndpoint() bool { method PickNewEndpoint (line 126) | func (a peerStatus) PickNewEndpoint(endpoints []netip.AddrPort) (newEn... constant EndpointConnectionTimeout (line 33) | EndpointConnectionTimeout = 15 * time.Second FILE: internal/app/machined/pkg/adapters/kubespan/peer_status_test.go function TestPeerStatus_PickNewEndpoint (line 20) | func TestPeerStatus_PickNewEndpoint(t *testing.T) { function TestPeerStatus_CalculateState (line 65) | func TestPeerStatus_CalculateState(t *testing.T) { FILE: internal/app/machined/pkg/adapters/network/bond_master_spec.go function BondMasterSpec (line 21) | func BondMasterSpec(r *network.BondMasterSpec) bondMaster { type bondMaster (line 27) | type bondMaster struct method FillDefaults (line 34) | func (a bondMaster) FillDefaults() { method Encode (line 77) | func (a bondMaster) Encode() ([]byte, error) { method Decode (line 185) | func (a bondMaster) Decode(data []byte) error { FILE: internal/app/machined/pkg/adapters/network/bond_master_spec_test.go function TestBondMasterSpec (line 18) | func TestBondMasterSpec(t *testing.T) { function TestBondMasterSpecDecodeClearsTargets (line 36) | func TestBondMasterSpecDecodeClearsTargets(t *testing.T) { FILE: internal/app/machined/pkg/adapters/network/bridge_master_spec.go function BridgeMasterSpec (line 17) | func BridgeMasterSpec(r *network.BridgeMasterSpec) bridgeMaster { type bridgeMaster (line 24) | type bridgeMaster struct method Encode (line 29) | func (a bridgeMaster) Encode() ([]byte, error) { method Decode (line 51) | func (a bridgeMaster) Decode(data []byte) error { FILE: internal/app/machined/pkg/adapters/network/bridge_master_spec_test.go function TestBridgeMasterSpec (line 16) | func TestBridgeMasterSpec(t *testing.T) { FILE: internal/app/machined/pkg/adapters/network/ipset.go function BuildIPSet (line 14) | func BuildIPSet(include, exclude []netip.Prefix) (*netipx.IPSet, error) { function SplitIPSet (line 29) | func SplitIPSet(set *netipx.IPSet) (ipv4, ipv6 []netipx.IPRange) { FILE: internal/app/machined/pkg/adapters/network/ipset_test.go function TestBuildIPSet (line 19) | func TestBuildIPSet(t *testing.T) { function TestSplitIPSet (line 36) | func TestSplitIPSet(t *testing.T) { FILE: internal/app/machined/pkg/adapters/network/network.go constant IPv4HeaderLen (line 10) | IPv4HeaderLen = 20 constant IPv6HeaderLen (line 11) | IPv6HeaderLen = 40 constant TCPHeaderLen (line 12) | TCPHeaderLen = 20 constant TCPOptionsLen (line 13) | TCPOptionsLen = 12 FILE: internal/app/machined/pkg/adapters/network/nftables_rule.go function NfTablesRule (line 30) | func NfTablesRule(r *network.NfTablesRule) nftablesRule { type nftablesRule (line 36) | type nftablesRule struct method Compile (line 258) | func (a nftablesRule) Compile() (*NfTablesCompiled, error) { type SetKind (line 41) | type SetKind constant SetKindIPv4 (line 45) | SetKindIPv4 SetKind = iota constant SetKindIPv6 (line 46) | SetKindIPv6 constant SetKindPort (line 47) | SetKindPort constant SetKindIfName (line 48) | SetKindIfName constant SetKindConntrackState (line 49) | SetKindConntrackState constant SetKindICMPType (line 50) | SetKindICMPType type NfTablesSet (line 54) | type NfTablesSet struct method IsInterval (line 64) | func (set NfTablesSet) IsInterval() bool { method KeyType (line 76) | func (set NfTablesSet) KeyType() nftables.SetDatatype { method SetElements (line 98) | func (set NfTablesSet) SetElements() []nftables.SetElement { function mergeAdjacentPorts (line 193) | func mergeAdjacentPorts(in [][2]uint16) [][2]uint16 { type NfTablesCompiled (line 214) | type NfTablesCompiled struct function ifname (line 754) | func ifname(name string) []byte { FILE: internal/app/machined/pkg/adapters/network/nftables_rule_test.go function TestNfTablesRuleCompile (line 22) | func TestNfTablesRuleCompile(t *testing.T) { //nolint:tparallel function TestNftablesSet (line 779) | func TestNftablesSet(t *testing.T) { //nolint:tparallel FILE: internal/app/machined/pkg/adapters/network/vlan_spec.go function VLANSpec (line 20) | func VLANSpec(r *network.VLANSpec) vlanSpec { type vlanSpec (line 26) | type vlanSpec struct method Encode (line 31) | func (a vlanSpec) Encode() ([]byte, error) { method Decode (line 46) | func (a vlanSpec) Decode(data []byte) error { FILE: internal/app/machined/pkg/adapters/network/vlan_spec_test.go function TestVLANSpec (line 17) | func TestVLANSpec(t *testing.T) { FILE: internal/app/machined/pkg/adapters/network/vrf_master_spec.go function VRFMasterSpec (line 18) | func VRFMasterSpec(r *network.VRFMasterSpec) vrfMaster { type vrfMaster (line 25) | type vrfMaster struct method Encode (line 30) | func (a vrfMaster) Encode() ([]byte, error) { method Decode (line 41) | func (a vrfMaster) Decode(data []byte) error { FILE: internal/app/machined/pkg/adapters/network/vrf_master_spec_test.go function TestVRFMasterSpec (line 16) | func TestVRFMasterSpec(t *testing.T) { FILE: internal/app/machined/pkg/adapters/network/wireguard_spec.go function WireguardSpec (line 21) | func WireguardSpec(r *network.WireguardSpec) wireguardSpec { type wireguardSpec (line 27) | type wireguardSpec struct method Encode (line 39) | func (a wireguardSpec) Encode(existing *network.WireguardSpec) (*wgtyp... method Decode (line 165) | func (a wireguardSpec) Decode(dev *wgtypes.Device, isStatus bool) { FILE: internal/app/machined/pkg/adapters/network/wireguard_spec_test.go function TestWireguardSpecDecode (line 22) | func TestWireguardSpecDecode(t *testing.T) { function TestWireguardSpecDecodeStatus (line 109) | func TestWireguardSpecDecodeStatus(t *testing.T) { function TestWireguardSpecEncode (line 137) | func TestWireguardSpecEncode(t *testing.T) { FILE: internal/app/machined/pkg/adapters/perf/cpu.go function CPU (line 16) | func CPU(r *perf.CPU) cpu { type cpu (line 22) | type cpu struct method Update (line 27) | func (a cpu) Update(stat *procfs.Stat) { FILE: internal/app/machined/pkg/adapters/perf/mem.go function Memory (line 17) | func Memory(r *perf.Memory) memory { type memory (line 23) | type memory struct method Update (line 28) | func (a memory) Update(info *procfs.Meminfo) { FILE: internal/app/machined/pkg/adapters/secrets/encryption_salt.go function EncryptionSalt (line 18) | func EncryptionSalt(r *secrets.EncryptionSaltSpec) encryptionSalt { type encryptionSalt (line 24) | type encryptionSalt struct method Generate (line 29) | func (a encryptionSalt) Generate() error { FILE: internal/app/machined/pkg/adapters/secrets/encryption_salt_test.go function TestEncryptionSaltGenerate (line 18) | func TestEncryptionSaltGenerate(t *testing.T) { FILE: internal/app/machined/pkg/adapters/wireguard/wireguard.go constant PeerDownInterval (line 16) | PeerDownInterval = (180 + 5 + 90) * time.Second FILE: internal/app/machined/pkg/automaton/blockautomaton/volume_mount.go type VolumeMountCallbackFunc (line 22) | type VolumeMountCallbackFunc type volumeMountContext (line 25) | type volumeMountContext struct type VolumeMounterOptions (line 37) | type VolumeMounterOptions struct type VolumeMounterOption (line 43) | type VolumeMounterOption function WithReadOnly (line 46) | func WithReadOnly(readOnly bool) VolumeMounterOption { function WithDetached (line 53) | func WithDetached(detached bool) VolumeMounterOption { function NewVolumeMounter (line 63) | func NewVolumeMounter(requester, volumeID string, callback VolumeMountCa... function createVolumeMountRequest (line 83) | func createVolumeMountRequest(ctx context.Context, r controller.ReaderWr... function waitForMountStatus (line 101) | func waitForMountStatus(ctx context.Context, r controller.ReaderWriter, ... function callbackWithMountStatus (line 128) | func callbackWithMountStatus(mountStatus *block.VolumeMountStatus) func( function removeMountStatusFinalizer (line 143) | func removeMountStatusFinalizer(ctx context.Context, r controller.Reader... function removeMountRequest (line 154) | func removeMountRequest(ctx context.Context, r controller.ReaderWriter, ... function waitForVolumeMountStatusRemoved (line 174) | func waitForVolumeMountStatusRemoved(ctx context.Context, r controller.R... FILE: internal/app/machined/pkg/automaton/blockautomaton/volume_mount_test.go function TestVolumeMounter (line 30) | func TestVolumeMounter(t *testing.T) { function TestVolumeMounterReadWrite (line 125) | func TestVolumeMounterReadWrite(t *testing.T) { FILE: internal/app/machined/pkg/automaton/machine.go type ControllerStateFunc (line 23) | type ControllerStateFunc type ControllerAutomaton (line 28) | type ControllerAutomaton struct function NewControllerAutomaton (line 34) | func NewControllerAutomaton[T any](initialState ControllerStateFunc[T], ... type Continue (line 42) | type Continue struct type RunOptions (line 45) | type RunOptions struct type RunOption (line 50) | type RunOption function WithAfterFunc (line 53) | func WithAfterFunc(afterFunc func() error) RunOption { method Run (line 65) | func (automaton *ControllerAutomaton[T]) Run(ctx context.Context, r cont... FILE: internal/app/machined/pkg/controllers/block/devices.go type DevicesController (line 28) | type DevicesController struct method Name (line 33) | func (ctrl *DevicesController) Name() string { method Inputs (line 38) | func (ctrl *DevicesController) Inputs() []controller.Input { method Outputs (line 43) | func (ctrl *DevicesController) Outputs() []controller.Output { method Run (line 55) | func (ctrl *DevicesController) Run(ctx context.Context, r controller.R... method bumpGeneration (line 118) | func (ctrl *DevicesController) bumpGeneration(ctx context.Context, r c... method resync (line 138) | func (ctrl *DevicesController) resync(ctx context.Context, r controlle... method processEvent (line 174) | func (ctrl *DevicesController) processEvent(ctx context.Context, r con... function atoiOrZero (line 245) | func atoiOrZero(s string) int { FILE: internal/app/machined/pkg/controllers/block/devices_test.go type DevicesSuite (line 20) | type DevicesSuite struct method TestDiscover (line 28) | func (suite *DevicesSuite) TestDiscover() { function TestDevicesSuite (line 24) | func TestDevicesSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/block/discovery.go type DiscoveryController (line 26) | type DiscoveryController struct method Name (line 29) | func (ctrl *DiscoveryController) Name() string { method Inputs (line 34) | func (ctrl *DiscoveryController) Inputs() []controller.Input { method Outputs (line 50) | func (ctrl *DiscoveryController) Outputs() []controller.Output { method Run (line 66) | func (ctrl *DiscoveryController) Run(ctx context.Context, r controller... method rescan (line 173) | func (ctrl *DiscoveryController) rescan(ctx context.Context, r control... method fillDiscoveredVolumeFromInfo (line 311) | func (ctrl *DiscoveryController) fillDiscoveredVolumeFromInfo(dv *bloc... FILE: internal/app/machined/pkg/controllers/block/disks.go type DisksController (line 28) | type DisksController struct method Name (line 31) | func (ctrl *DisksController) Name() string { method Inputs (line 36) | func (ctrl *DisksController) Inputs() []controller.Input { method Outputs (line 52) | func (ctrl *DisksController) Outputs() []controller.Output { method Run (line 64) | func (ctrl *DisksController) Run(ctx context.Context, r controller.Run... method updateSymlinks (line 134) | func (ctrl *DisksController) updateSymlinks(ctx context.Context, r con... method analyzeBlockDevice (line 162) | func (ctrl *DisksController) analyzeBlockDevice( function serialFromUdevdHelpers (line 265) | func serialFromUdevdHelpers(ctx context.Context, id, transport string) s... function runUdevdHelper (line 286) | func runUdevdHelper(ctx context.Context, helper string, args ...string) ... function parseEnv (line 300) | func parseEnv(r io.Reader) map[string]string { FILE: internal/app/machined/pkg/controllers/block/internal/inotify/inotify.go type watches (line 19) | type watches struct method remove (line 38) | func (w *watches) remove(wd uint32) { method removePath (line 49) | func (w *watches) removePath(path string) (uint32, bool) { method byWd (line 64) | func (w *watches) byWd(wd uint32) *watch { method updatePath (line 71) | func (w *watches) updatePath(path string, f func(*watch) (*watch, erro... type watch (line 24) | type watch struct function newWatches (line 31) | func newWatches() *watches { type Watcher (line 100) | type Watcher struct method Close (line 124) | func (w *Watcher) Close() error { method Run (line 141) | func (w *Watcher) Run() (<-chan string, <-chan error) { method Add (line 227) | func (w *Watcher) Add(name string, flags uint32) error { method Remove (line 256) | func (w *Watcher) Remove(name string) error { function NewWatcher (line 108) | func NewWatcher() (*Watcher, error) { FILE: internal/app/machined/pkg/controllers/block/internal/inotify/inotify_test.go function assertEvent (line 19) | func assertEvent(t *testing.T, watchCh <-chan string, errCh <-chan error... function assertNoEvent (line 32) | func assertNoEvent(t *testing.T, watchCh <-chan string, errCh <-chan err... function TestWatcherCloseWrite (line 44) | func TestWatcherCloseWrite(t *testing.T) { function TestWatcherDirectory (line 87) | func TestWatcherDirectory(t *testing.T) { FILE: internal/app/machined/pkg/controllers/block/internal/kobject/kobject.go constant readBufferSize (line 16) | readBufferSize = 64 * 1024 * 1024 constant ActionAdd (line 23) | ActionAdd = kobject.Add constant ActionRemove (line 24) | ActionRemove = kobject.Remove constant ActionChange (line 25) | ActionChange = kobject.Change constant ActionMove (line 26) | ActionMove = kobject.Move constant ActionOnline (line 27) | ActionOnline = kobject.Online constant ActionOffline (line 28) | ActionOffline = kobject.Offline constant ActionBind (line 29) | ActionBind = kobject.Bind constant ActionUnbind (line 30) | ActionUnbind = kobject.Unbind type Watcher (line 34) | type Watcher struct method Close (line 57) | func (w *Watcher) Close() error { method Run (line 68) | func (w *Watcher) Run(logger *zap.Logger) <-chan *Event { function NewWatcher (line 41) | func NewWatcher() (*Watcher, error) { FILE: internal/app/machined/pkg/controllers/block/internal/kobject/kobject_test.go function TestWatcher (line 16) | func TestWatcher(t *testing.T) { FILE: internal/app/machined/pkg/controllers/block/internal/sysblock/sysblock.go function Walk (line 23) | func Walk(root string) ([]*kobject.Event, error) { function readUevent (line 82) | func readUevent(path string) (map[string]string, error) { function readPartitions (line 105) | func readPartitions(path string) ([]*kobject.Event, error) { function ReadSecondaries (line 150) | func ReadSecondaries(devPath string) []string { FILE: internal/app/machined/pkg/controllers/block/internal/sysblock/sysblock_test.go function TestWalk (line 17) | func TestWalk(t *testing.T) { FILE: internal/app/machined/pkg/controllers/block/internal/volumes/close.go function Close (line 19) | func Close(ctx context.Context, logger *zap.Logger, volumeContext Manage... function CloseWithHandler (line 50) | func CloseWithHandler(ctx context.Context, logger *zap.Logger, volumeCon... FILE: internal/app/machined/pkg/controllers/block/internal/volumes/disk.go type DiskRejectedReason (line 17) | type DiskRejectedReason constant GeneralError (line 21) | GeneralError DiskRejectedReason = iota constant NotEnoughSpace (line 22) | NotEnoughSpace constant WrongFormat (line 23) | WrongFormat type CheckDiskResult (line 27) | type CheckDiskResult struct function CheckDiskForProvisioning (line 39) | func CheckDiskForProvisioning(logger *zap.Logger, diskPath string, volum... FILE: internal/app/machined/pkg/controllers/block/internal/volumes/disk_test.go function TestCheckDiskForProvisioning (line 17) | func TestCheckDiskForProvisioning(t *testing.T) { FILE: internal/app/machined/pkg/controllers/block/internal/volumes/encrypt.go function HandleEncryption (line 24) | func HandleEncryption(ctx context.Context, logger *zap.Logger, volumeCon... constant encryptionTimeout (line 49) | encryptionTimeout = time.Minute function HandleEncryptionWithHandler (line 54) | func HandleEncryptionWithHandler(ctx context.Context, logger *zap.Logger... FILE: internal/app/machined/pkg/controllers/block/internal/volumes/encryption_meta.go function MarshalEncryptionMeta (line 19) | func MarshalEncryptionMeta(cfg config.EncryptionConfig) ([]byte, error) { function UnmarshalEncryptionMeta (line 24) | func UnmarshalEncryptionMeta(data []byte) (config.EncryptionConfig, erro... function ConvertEncryptionConfiguration (line 42) | func ConvertEncryptionConfiguration(in config.EncryptionConfig, out *blo... FILE: internal/app/machined/pkg/controllers/block/internal/volumes/encryption_meta_test.go function legacyEncryptionConfig (line 20) | func legacyEncryptionConfig() config.EncryptionConfig { function modernEncryptionConfig (line 36) | func modernEncryptionConfig() config.EncryptionConfig { function assertEqualEncryptionConfigs (line 53) | func assertEqualEncryptionConfigs(t *testing.T, a, b config.EncryptionCo... constant legacyMarshalled (line 79) | legacyMarshalled = `{"EncryptionProvider":"","EncryptionKeys":[{"KeyStat... constant modernMarshalled (line 80) | modernMarshalled = `{"EncryptionProvider":"luks2","EncryptionKeys":[{"Ke... function TestMarshalEncryptionMeta (line 83) | func TestMarshalEncryptionMeta(t *testing.T) { function TestUnmarshalEncryptionMeta (line 97) | func TestUnmarshalEncryptionMeta(t *testing.T) { FILE: internal/app/machined/pkg/controllers/block/internal/volumes/format.go function Format (line 30) | func Format(ctx context.Context, logger *zap.Logger, volumeContext Manag... function GrowFilesystem (line 148) | func GrowFilesystem(ctx context.Context, logger *zap.Logger, volumeConte... FILE: internal/app/machined/pkg/controllers/block/internal/volumes/grow.go function Grow (line 23) | func Grow(ctx context.Context, logger *zap.Logger, volumeContext Manager... FILE: internal/app/machined/pkg/controllers/block/internal/volumes/grow_test.go function TestGrow (line 24) | func TestGrow(t *testing.T) { FILE: internal/app/machined/pkg/controllers/block/internal/volumes/helpers_test.go function checkRequirements (line 24) | func checkRequirements(t *testing.T) { function losetupAttachHelper (line 36) | func losetupAttachHelper(t *testing.T, rawImage string, readonly bool) l... function prepareRawImage (line 63) | func prepareRawImage(t *testing.T, size int64) string { function formatExt4 (line 85) | func formatExt4(t *testing.T, path string) { function prepareGPT (line 95) | func prepareGPT(t *testing.T, path string, funcs ...func(*gpt.Table)) { FILE: internal/app/machined/pkg/controllers/block/internal/volumes/locate.go function LocateAndProvision (line 22) | func LocateAndProvision(ctx context.Context, logger *zap.Logger, vc Mana... function handleSimpleVolumeTypes (line 62) | func handleSimpleVolumeTypes(vc ManagerContext) bool { function locateExistingVolume (line 93) | func locateExistingVolume(vc ManagerContext) (bool, error) { function locateDiskByDiskMatch (line 118) | func locateDiskByDiskMatch(vc ManagerContext) (bool, error) { function locateVolumeByMatch (line 170) | func locateVolumeByMatch(vc ManagerContext) (bool, error) { function applyLocatedStatus (line 203) | func applyLocatedStatus(vc ManagerContext, vol *blockpb.DiscoveredVolume... function provisionNewVolume (line 214) | func provisionNewVolume(ctx context.Context, logger *zap.Logger, vc Mana... function findCandidateDisks (line 251) | func findCandidateDisks(vc ManagerContext) ([]string, error) { function selectBestDisk (line 283) | func selectBestDisk(logger *zap.Logger, candidates []string, cfg *block.... function applyProvisioning (line 318) | func applyProvisioning(ctx context.Context, logger *zap.Logger, vc Manag... FILE: internal/app/machined/pkg/controllers/block/internal/volumes/locate_test.go function TestLocateAndProvision (line 22) | func TestLocateAndProvision(t *testing.T) { FILE: internal/app/machined/pkg/controllers/block/internal/volumes/partition.go type CreatePartitionResult (line 25) | type CreatePartitionResult struct function CreatePartition (line 34) | func CreatePartition(ctx context.Context, logger *zap.Logger, diskPath s... FILE: internal/app/machined/pkg/controllers/block/internal/volumes/partition_test.go function TestCreatePartition (line 23) | func TestCreatePartition(t *testing.T) { FILE: internal/app/machined/pkg/controllers/block/internal/volumes/volumeconfig/system_volumes.go function GetSystemVolumeTransformers (line 24) | func GetSystemVolumeTransformers(ctx context.Context, function GetStateVolumeTransformer (line 51) | func GetStateVolumeTransformer(encryptionMeta *runtime.MetaKey, inContai... function GetEphemeralVolumeTransformer (line 85) | func GetEphemeralVolumeTransformer(inContainer bool) volumeConfigTransfo... function GetOverlayVolumesTransformer (line 167) | func GetOverlayVolumesTransformer(inContainer bool) func(configconfig.Co... function manageStateNoConfig (line 196) | func manageStateNoConfig(encryptionMeta *runtime.MetaKey, isAgent bool) ... function manageStateConfigPresent (line 233) | func manageStateConfigPresent(cfg configconfig.Config) func(vc *block.Vo... function StandardDirectoryVolumesTransformer (line 370) | func StandardDirectoryVolumesTransformer(cfg configconfig.Config) ([]Vol... FILE: internal/app/machined/pkg/controllers/block/internal/volumes/volumeconfig/system_volumes_test.go function init (line 28) | func init() { function TestGetSystemVolumeTransformers (line 42) | func TestGetSystemVolumeTransformers(t *testing.T) { function TestGetStateVolumeTransformer (line 80) | func TestGetStateVolumeTransformer(t *testing.T) { function TestGetEphemeralVolumeTransformer (line 184) | func TestGetEphemeralVolumeTransformer(t *testing.T) { function TestStandardDirectoryVolumesTransformer (line 252) | func TestStandardDirectoryVolumesTransformer(t *testing.T) { function TestGetOverlayVolumesTransformer (line 330) | func TestGetOverlayVolumesTransformer(t *testing.T) { function TestStateVolumeTransformerWithEncryptionMeta (line 387) | func TestStateVolumeTransformerWithEncryptionMeta(t *testing.T) { function TestEphemeralVolumeTransformerWithExtraConfig (line 423) | func TestEphemeralVolumeTransformerWithExtraConfig(t *testing.T) { function testTransformFunc (line 451) | func testTransformFunc(t *testing.T, FILE: internal/app/machined/pkg/controllers/block/internal/volumes/volumeconfig/types.go type VolumeResource (line 24) | type VolumeResource struct type volumeConfigTransformer (line 31) | type volumeConfigTransformer type SkipUserVolumeMountRequest (line 34) | type SkipUserVolumeMountRequest struct function labelVolumeMatch (line 38) | func labelVolumeMatch(label string) cel.Expression { function labelVolumeMatchAndNonEmpty (line 42) | func labelVolumeMatchAndNonEmpty(label string) cel.Expression { function metaMatch (line 46) | func metaMatch() cel.Expression { function systemDiskMatch (line 50) | func systemDiskMatch() cel.Expression { type MetaProvider (line 55) | type MetaProvider interface FILE: internal/app/machined/pkg/controllers/block/internal/volumes/volumeconfig/user_volumes.go constant MiB (line 22) | MiB = 1024 * 1024 constant MinUserVolumeSize (line 23) | MinUserVolumeSize = 100 * MiB function UserVolumeTransformer (line 36) | func UserVolumeTransformer(c configconfig.Config) ([]VolumeResource, err... function RawVolumeTransformer (line 143) | func RawVolumeTransformer(c configconfig.Config) ([]VolumeResource, erro... function ExistingVolumeTransformer (line 185) | func ExistingVolumeTransformer(c configconfig.Config) ([]VolumeResource,... function ExternalVolumeTransformer (line 218) | func ExternalVolumeTransformer(c configconfig.Config) ([]VolumeResource,... function externalVolumeSource (line 264) | func externalVolumeSource(ext configconfig.ExternalVolumeConfig) string { function externalVolumeParameters (line 281) | func externalVolumeParameters(ext configconfig.ExternalVolumeConfig) ([]... function SwapVolumeTransformer (line 299) | func SwapVolumeTransformer(c configconfig.Config) ([]VolumeResource, err... function HandleUserVolumeMountRequest (line 342) | func HandleUserVolumeMountRequest(userVolumeConfig configconfig.UserVolu... function HandleExistingVolumeMountRequest (line 353) | func HandleExistingVolumeMountRequest(existingVolumeConfig configconfig.... function HandleExternalVolumeMountRequest (line 364) | func HandleExternalVolumeMountRequest(externalVolumeConfig configconfig.... function DefaultMountTransform (line 375) | func DefaultMountTransform(_ *block.VolumeMountRequest) error { function SkipMountTransform (line 381) | func SkipMountTransform(_ *block.VolumeMountRequest) error { FILE: internal/app/machined/pkg/controllers/block/internal/volumes/volumeconfig/user_volumes_test.go function TestUserVolumeTransformer (line 28) | func TestUserVolumeTransformer(t *testing.T) { function TestRawVolumeTransformer (line 203) | func TestRawVolumeTransformer(t *testing.T) { function TestExistingVolumeTransformer (line 246) | func TestExistingVolumeTransformer(t *testing.T) { function TestExternalVolumeTransformer (line 350) | func TestExternalVolumeTransformer(t *testing.T) { function TestSwapVolumeTransformer (line 467) | func TestSwapVolumeTransformer(t *testing.T) { function testMountTransformFunc (line 575) | func testMountTransformFunc(t *testing.T, FILE: internal/app/machined/pkg/controllers/block/internal/volumes/volumeconfig/volume_config_builder.go type Builder (line 25) | type Builder struct method WithType (line 37) | func (b *Builder) WithType(volumeType block.VolumeType) *Builder { method WithLocator (line 48) | func (b *Builder) WithLocator(match cel.Expression) *Builder { method WithDiskLocator (line 59) | func (b *Builder) WithDiskLocator(diskMatch cel.Expression) *Builder { method WithProvisioning (line 70) | func (b *Builder) WithProvisioning(provisioning block.ProvisioningSpec... method WithMount (line 81) | func (b *Builder) WithMount(mount block.MountSpec) *Builder { method WithSymlink (line 92) | func (b *Builder) WithSymlink(symlink block.SymlinkProvisioningSpec) *... method WithParentID (line 103) | func (b *Builder) WithParentID(parentID string) *Builder { method WithEncryption (line 114) | func (b *Builder) WithEncryption(encryption block.EncryptionSpec) *Bui... method WithConvertEncryptionConfiguration (line 126) | func (b *Builder) WithConvertEncryptionConfiguration(encryption config... method WithFunc (line 136) | func (b *Builder) WithFunc(fn func(*block.VolumeConfigSpec) error) *Bu... method Apply (line 144) | func (b *Builder) Apply(spec *block.VolumeConfigSpec) error { method WriterFunc (line 159) | func (b *Builder) WriterFunc() func(*block.VolumeConfig) error { function NewBuilder (line 30) | func NewBuilder() *Builder { FILE: internal/app/machined/pkg/controllers/block/internal/volumes/volumeconfig/volume_config_builder_test.go function TestNewVolumeConfigBuilder (line 23) | func TestNewVolumeConfigBuilder(t *testing.T) { function TestVolumeConfigBuilder_EmptyBuilder (line 34) | func TestVolumeConfigBuilder_EmptyBuilder(t *testing.T) { function TestVolumeConfigBuilder_WithType (line 50) | func TestVolumeConfigBuilder_WithType(t *testing.T) { function TestVolumeConfigBuilder_WithLocator (line 88) | func TestVolumeConfigBuilder_WithLocator(t *testing.T) { function TestVolumeConfigBuilder_WithProvisioning (line 101) | func TestVolumeConfigBuilder_WithProvisioning(t *testing.T) { function TestVolumeConfigBuilder_WithMount (line 129) | func TestVolumeConfigBuilder_WithMount(t *testing.T) { function TestVolumeConfigBuilder_WithEncryption (line 149) | func TestVolumeConfigBuilder_WithEncryption(t *testing.T) { function TestVolumeConfigBuilder_WithSymlink (line 170) | func TestVolumeConfigBuilder_WithSymlink(t *testing.T) { function TestVolumeConfigBuilder_WithParentID (line 186) | func TestVolumeConfigBuilder_WithParentID(t *testing.T) { function TestVolumeConfigBuilder_WithFunc (line 199) | func TestVolumeConfigBuilder_WithFunc(t *testing.T) { function TestVolumeConfigBuilder_WithFunc_Error (line 217) | func TestVolumeConfigBuilder_WithFunc_Error(t *testing.T) { function TestVolumeConfigBuilder_WithFunc_MultipleErrors (line 233) | func TestVolumeConfigBuilder_WithFunc_MultipleErrors(t *testing.T) { function TestVolumeConfigBuilder_Chaining (line 254) | func TestVolumeConfigBuilder_Chaining(t *testing.T) { function TestVolumeConfigBuilder_Chaining_Overwrite (line 283) | func TestVolumeConfigBuilder_Chaining_Overwrite(t *testing.T) { function TestVolumeConfigBuilder_WriterFunc (line 301) | func TestVolumeConfigBuilder_WriterFunc(t *testing.T) { function TestVolumeConfigBuilder_MultipleWithFunc (line 319) | func TestVolumeConfigBuilder_MultipleWithFunc(t *testing.T) { function TestVolumeConfigBuilder_WithConvertEncryptionConfiguration_Nil (line 351) | func TestVolumeConfigBuilder_WithConvertEncryptionConfiguration_Nil(t *t... function TestVolumeConfigBuilder_WithConvertEncryptionConfiguration_WithConfig (line 364) | func TestVolumeConfigBuilder_WithConvertEncryptionConfiguration_WithConf... FILE: internal/app/machined/pkg/controllers/block/internal/volumes/volumes.go function CompareVolumeConfigs (line 21) | func CompareVolumeConfigs(a, b *block.VolumeConfig) int { function cmpBool (line 52) | func cmpBool(a, b bool) int { type Retryable (line 65) | type Retryable struct type DiskContext (line 68) | type DiskContext struct method ToCELContext (line 74) | func (d *DiskContext) ToCELContext() map[string]any { type ManagerContext (line 87) | type ManagerContext struct FILE: internal/app/machined/pkg/controllers/block/internal/volumes/volumes_test.go function TestCompareVolumeConfigs (line 16) | func TestCompareVolumeConfigs(t *testing.T) { FILE: internal/app/machined/pkg/controllers/block/lvm.go type LVMActivationController (line 27) | type LVMActivationController struct method Name (line 35) | func (ctrl *LVMActivationController) Name() string { method Inputs (line 40) | func (ctrl *LVMActivationController) Inputs() []controller.Input { method Outputs (line 63) | func (ctrl *LVMActivationController) Outputs() []controller.Output { method Run (line 70) | func (ctrl *LVMActivationController) Run(ctx context.Context, r contro... method checkVGNeedsActivation (line 189) | func (ctrl *LVMActivationController) checkVGNeedsActivation(ctx contex... FILE: internal/app/machined/pkg/controllers/block/mount.go type mountContext (line 35) | type mountContext struct type MountController (line 44) | type MountController struct method Name (line 49) | func (ctrl *MountController) Name() string { method Inputs (line 54) | func (ctrl *MountController) Inputs() []controller.Input { method Outputs (line 75) | func (ctrl *MountController) Outputs() []controller.Output { method Run (line 87) | func (ctrl *MountController) Run(ctx context.Context, r controller.Run... method tearDownMountStatus (line 262) | func (ctrl *MountController) tearDownMountStatus(ctx context.Context, ... method handleMountOperation (line 289) | func (ctrl *MountController) handleMountOperation( method handleDirectoryMountOperation (line 325) | func (ctrl *MountController) handleDirectoryMountOperation( method handleBindMountOperation (line 362) | func (ctrl *MountController) handleBindMountOperation( method handleSymlinkMountOperation (line 435) | func (ctrl *MountController) handleSymlinkMountOperation( method updateTargetSettings (line 515) | func (ctrl *MountController) updateTargetSettings( method handleDiskMountOperation (line 563) | func (ctrl *MountController) handleDiskMountOperation( method handleOverlayMountOperation (line 737) | func (ctrl *MountController) handleOverlayMountOperation( method handleSwapMountOperation (line 783) | func (ctrl *MountController) handleSwapMountOperation( method handleUnmountOperation (line 810) | func (ctrl *MountController) handleUnmountOperation( method handleDiskUnmountOperation (line 840) | func (ctrl *MountController) handleDiskUnmountOperation( method handleDirectoryUnmountOperation (line 866) | func (ctrl *MountController) handleDirectoryUnmountOperation( method handleSymlinkUmountOperation (line 891) | func (ctrl *MountController) handleSymlinkUmountOperation( method handleSwapUmountOperation (line 899) | func (ctrl *MountController) handleSwapUmountOperation( FILE: internal/app/machined/pkg/controllers/block/mount_request.go type MountRequestController (line 21) | type MountRequestController struct method Name (line 24) | func (ctrl *MountRequestController) Name() string { method Inputs (line 29) | func (ctrl *MountRequestController) Inputs() []controller.Input { method Outputs (line 50) | func (ctrl *MountRequestController) Outputs() []controller.Output { method Run (line 66) | func (ctrl *MountRequestController) Run(ctx context.Context, r control... function identity (line 59) | func identity[T any](v T) T { FILE: internal/app/machined/pkg/controllers/block/mount_request_test.go type MountRequestSuite (line 20) | type MountRequestSuite struct method TestReconcile (line 37) | func (suite *MountRequestSuite) TestReconcile() { function TestMountRequestSuite (line 24) | func TestMountRequestSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/block/mount_status.go type MountStatusController (line 22) | type MountStatusController struct method Name (line 25) | func (ctrl *MountStatusController) Name() string { method Inputs (line 30) | func (ctrl *MountStatusController) Inputs() []controller.Input { method Outputs (line 46) | func (ctrl *MountStatusController) Outputs() []controller.Output { method Run (line 58) | func (ctrl *MountStatusController) Run(ctx context.Context, r controll... FILE: internal/app/machined/pkg/controllers/block/mount_status_test.go type MountStatusSuite (line 21) | type MountStatusSuite struct method TestReconcile (line 38) | func (suite *MountStatusSuite) TestReconcile() { method TestReconcileRequesterGoingOut (line 93) | func (suite *MountStatusSuite) TestReconcileRequesterGoingOut() { function TestMountStatusSuite (line 25) | func TestMountStatusSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/block/mount_test.go type MountSuite (line 21) | type MountSuite struct method mountVolume (line 38) | func (suite *MountSuite) mountVolume(volumeID string) { //nolint:unparam method TestSymlinkNew (line 49) | func (suite *MountSuite) TestSymlinkNew() { method TestSymlinkExists (line 73) | func (suite *MountSuite) TestSymlinkExists() { method TestSymlinkWrong (line 99) | func (suite *MountSuite) TestSymlinkWrong() { method TestSymlinkDirectory (line 126) | func (suite *MountSuite) TestSymlinkDirectory() { function TestMountSuite (line 25) | func TestMountSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/block/swap_status.go type SwapStatusController (line 27) | type SwapStatusController struct method Name (line 33) | func (ctrl *SwapStatusController) Name() string { method Inputs (line 38) | func (ctrl *SwapStatusController) Inputs() []controller.Input { method Outputs (line 50) | func (ctrl *SwapStatusController) Outputs() []controller.Output { method Run (line 62) | func (ctrl *SwapStatusController) Run(ctx context.Context, r controlle... method parseSwaps (line 96) | func (ctrl *SwapStatusController) parseSwaps(ctx context.Context, r co... FILE: internal/app/machined/pkg/controllers/block/swap_status_test.go type SwapStatusSuite (line 22) | type SwapStatusSuite struct method TestReconcile (line 40) | func (suite *SwapStatusSuite) TestReconcile() { function TestSwapStatusSuite (line 26) | func TestSwapStatusSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/block/symlinks.go type SymlinksController (line 30) | type SymlinksController struct method Name (line 33) | func (ctrl *SymlinksController) Name() string { method Inputs (line 38) | func (ctrl *SymlinksController) Inputs() []controller.Input { method Outputs (line 50) | func (ctrl *SymlinksController) Outputs() []controller.Output { method Run (line 67) | func (ctrl *SymlinksController) Run(ctx context.Context, r controller.... method updateOutputs (line 157) | func (ctrl *SymlinksController) updateOutputs(ctx context.Context, r c... method handleDir (line 186) | func (ctrl *SymlinksController) handleDir(logger *zap.Logger, inotifyW... constant baseDevDiskPath (line 60) | baseDevDiskPath = "/dev/disk" constant tempSymlinkPrefix (line 61) | tempSymlinkPrefix = ".#" FILE: internal/app/machined/pkg/controllers/block/system_disk.go type SystemDiskController (line 21) | type SystemDiskController struct method Name (line 24) | func (ctrl *SystemDiskController) Name() string { method Inputs (line 29) | func (ctrl *SystemDiskController) Inputs() []controller.Input { method Outputs (line 40) | func (ctrl *SystemDiskController) Outputs() []controller.Output { method Run (line 52) | func (ctrl *SystemDiskController) Run(ctx context.Context, r controlle... FILE: internal/app/machined/pkg/controllers/block/system_disk_test.go type SystemDiskSuite (line 20) | type SystemDiskSuite struct method TestReconcile (line 37) | func (suite *SystemDiskSuite) TestReconcile() { function TestSystemDiskSuite (line 24) | func TestSystemDiskSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/block/user_disk_config.go type UserDiskConfigController (line 30) | type UserDiskConfigController struct method Name (line 33) | func (ctrl *UserDiskConfigController) Name() string { method Inputs (line 38) | func (ctrl *UserDiskConfigController) Inputs() []controller.Input { method Outputs (line 60) | func (ctrl *UserDiskConfigController) Outputs() []controller.Output { method Run (line 88) | func (ctrl *UserDiskConfigController) Run(ctx context.Context, r contr... method processUserDisk (line 146) | func (ctrl *UserDiskConfigController) processUserDisk(ctx context.Cont... method processUserDiskPartition (line 173) | func (ctrl *UserDiskConfigController) processUserDiskPartition( function diskPathMatch (line 77) | func diskPathMatch(devicePath string) cel.Expression { function partitionIdxMatch (line 81) | func partitionIdxMatch(devicePath string, partitionIdx int) cel.Expressi... type userDiskResult (line 141) | type userDiskResult struct FILE: internal/app/machined/pkg/controllers/block/user_disk_config_test.go type UserDiskConfigSuite (line 26) | type UserDiskConfigSuite struct method TestReconcileDefaults (line 43) | func (suite *UserDiskConfigSuite) TestReconcileDefaults() { method TestReconcileUserDisk (line 74) | func (suite *UserDiskConfigSuite) TestReconcileUserDisk() { function TestUserDiskConfigSuite (line 30) | func TestUserDiskConfigSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/block/volume_config.go type VolumeConfigController (line 34) | type VolumeConfigController struct method Name (line 40) | func (ctrl *VolumeConfigController) Name() string { method Inputs (line 45) | func (ctrl *VolumeConfigController) Inputs() []controller.Input { method Outputs (line 73) | func (ctrl *VolumeConfigController) Outputs() []controller.Output { method Run (line 87) | func (ctrl *VolumeConfigController) Run(ctx context.Context, r control... method setupStateEncryption (line 154) | func (ctrl *VolumeConfigController) setupStateEncryption(ctx context.C... method loadConfiguration (line 195) | func (ctrl *VolumeConfigController) loadConfiguration(ctx context.Cont... method createVolume (line 211) | func (ctrl *VolumeConfigController) createVolume( method getExistingVolumes (line 256) | func (ctrl *VolumeConfigController) getExistingVolumes(ctx context.Con... method cleanupUnusedVolumes (line 294) | func (ctrl *VolumeConfigController) cleanupUnusedVolumes( FILE: internal/app/machined/pkg/controllers/block/volume_config_test.go type VolumeConfigSuite (line 41) | type VolumeConfigSuite struct method TestReconcileDefaults (line 83) | func (suite *VolumeConfigSuite) TestReconcileDefaults() { method TestReconcileEncryptedSTATE (line 191) | func (suite *VolumeConfigSuite) TestReconcileEncryptedSTATE() { method TestReconcileExtraEPHEMERALConfig (line 281) | func (suite *VolumeConfigSuite) TestReconcileExtraEPHEMERALConfig() { method TestReconcileUserRawVolumes (line 341) | func (suite *VolumeConfigSuite) TestReconcileUserRawVolumes() { method TestReconcileUserSwapVolumes (line 408) | func (suite *VolumeConfigSuite) TestReconcileUserSwapVolumes() { type metaProvider (line 45) | type metaProvider struct method Meta (line 49) | func (m metaProvider) Meta() machineruntime.Meta { function TestVolumeConfigSuite (line 53) | func TestVolumeConfigSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/block/volume_manager.go type VolumeManagerController (line 39) | type VolumeManagerController struct method Name (line 42) | func (ctrl *VolumeManagerController) Name() string { method Inputs (line 47) | func (ctrl *VolumeManagerController) Inputs() []controller.Input { method Outputs (line 113) | func (ctrl *VolumeManagerController) Outputs() []controller.Output { method Run (line 129) | func (ctrl *VolumeManagerController) Run(ctx context.Context, r contro... method progressVolumeConfig (line 496) | func (ctrl *VolumeManagerController) progressVolumeConfig(ctx context.... method processVolumeConfig (line 529) | func (ctrl *VolumeManagerController) processVolumeConfig(ctx context.C... method getSystemInformation (line 599) | func (ctrl *VolumeManagerController) getSystemInformation(r controller... method getSaltGetter (line 614) | func (ctrl *VolumeManagerController) getSaltGetter(r controller.Reader... FILE: internal/app/machined/pkg/controllers/block/zswap_config.go type ZswapConfigController (line 24) | type ZswapConfigController struct method Name (line 27) | func (ctrl *ZswapConfigController) Name() string { method Inputs (line 32) | func (ctrl *ZswapConfigController) Inputs() []controller.Input { method Outputs (line 44) | func (ctrl *ZswapConfigController) Outputs() []controller.Output { method Run (line 56) | func (ctrl *ZswapConfigController) Run(ctx context.Context, r controll... FILE: internal/app/machined/pkg/controllers/block/zswap_status.go type ZswapStatusController (line 27) | type ZswapStatusController struct method Name (line 32) | func (ctrl *ZswapStatusController) Name() string { method Inputs (line 37) | func (ctrl *ZswapStatusController) Inputs() []controller.Input { method Outputs (line 49) | func (ctrl *ZswapStatusController) Outputs() []controller.Output { method Run (line 61) | func (ctrl *ZswapStatusController) Run(ctx context.Context, r controll... method readZswapParam (line 119) | func (ctrl *ZswapStatusController) readZswapParam(name string, out *ui... FILE: internal/app/machined/pkg/controllers/cluster/affiliate_merge.go type AffiliateMergeController (line 21) | type AffiliateMergeController struct method Name (line 24) | func (ctrl *AffiliateMergeController) Name() string { method Inputs (line 29) | func (ctrl *AffiliateMergeController) Inputs() []controller.Input { method Outputs (line 40) | func (ctrl *AffiliateMergeController) Outputs() []controller.Output { method Run (line 52) | func (ctrl *AffiliateMergeController) Run(ctx context.Context, r contr... FILE: internal/app/machined/pkg/controllers/cluster/affiliate_merge_test.go type AffiliateMergeSuite (line 21) | type AffiliateMergeSuite struct method TestReconcileDefault (line 25) | func (suite *AffiliateMergeSuite) TestReconcileDefault() { function TestAffiliateMergeSuite (line 128) | func TestAffiliateMergeSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/cluster/cluster.go function cleanupAffiliates (line 19) | func cleanupAffiliates(ctx context.Context, ctrl controller.Controller, ... FILE: internal/app/machined/pkg/controllers/cluster/cluster_test.go type ClusterSuite (line 20) | type ClusterSuite struct method SetupTest (line 32) | func (suite *ClusterSuite) SetupTest() { method startRuntime (line 43) | func (suite *ClusterSuite) startRuntime() { method TearDownTest (line 49) | func (suite *ClusterSuite) TearDownTest() { method State (line 57) | func (suite *ClusterSuite) State() state.State { return suite.state } method Ctx (line 59) | func (suite *ClusterSuite) Ctx() context.Context { return suite.ctx } FILE: internal/app/machined/pkg/controllers/cluster/config.go function NewConfigController (line 26) | func NewConfigController() *ConfigController { FILE: internal/app/machined/pkg/controllers/cluster/config_test.go type ConfigSuite (line 25) | type ConfigSuite struct method TestReconcileConfig (line 29) | func (suite *ConfigSuite) TestReconcileConfig() { method TestReconcileConfigCustom (line 64) | func (suite *ConfigSuite) TestReconcileConfigCustom() { method TestReconcileConfigCustomInsecure (line 99) | func (suite *ConfigSuite) TestReconcileConfigCustomInsecure() { method TestReconcileDisabled (line 134) | func (suite *ConfigSuite) TestReconcileDisabled() { method TestReconcilePartial (line 153) | func (suite *ConfigSuite) TestReconcilePartial() { function TestConfigSuite (line 179) | func TestConfigSuite(t *testing.T) { function must (line 192) | func must[T any](t T, err error) T { FILE: internal/app/machined/pkg/controllers/cluster/discovery_service.go constant defaultDiscoveryTTL (line 40) | defaultDiscoveryTTL = 30 * time.Minute type DiscoveryServiceController (line 43) | type DiscoveryServiceController struct method Name (line 49) | func (ctrl *DiscoveryServiceController) Name() string { method Inputs (line 54) | func (ctrl *DiscoveryServiceController) Inputs() []controller.Input { method Outputs (line 83) | func (ctrl *DiscoveryServiceController) Outputs() []controller.Output { method Run (line 99) | func (ctrl *DiscoveryServiceController) Run(ctx context.Context, r con... function pbAffiliate (line 341) | func pbAffiliate(affiliate *cluster.AffiliateSpec) *pb.Affiliate { function toPlane (line 379) | func toPlane(data *cluster.ControlPlane) *pb.ControlPlane { function pbEndpoints (line 387) | func pbEndpoints(affiliate *cluster.AffiliateSpec) []*pb.Endpoint { function pbOtherEndpoints (line 400) | func pbOtherEndpoints(otherEndpointsList safe.List[*kubespan.Endpoint]) ... function equalEndpoints (line 424) | func equalEndpoints(a, b []*pb.Endpoint) bool { function equalOtherEndpoints (line 442) | func equalOtherEndpoints(a, b []discoveryclient.Endpoint) bool { function specAffiliate (line 464) | func specAffiliate(affiliate *pb.Affiliate, endpoints []*pb.Endpoint) cl... function fromControlPlane (line 522) | func fromControlPlane(plane *pb.ControlPlane) *cluster.ControlPlane { function takeResult (line 530) | func takeResult[T any](arg1 T, _ error) T { FILE: internal/app/machined/pkg/controllers/cluster/discovery_service_test.go type DiscoveryServiceSuite (line 39) | type DiscoveryServiceSuite struct method TestReconcile (line 43) | func (suite *DiscoveryServiceSuite) TestReconcile() { method TestDisable (line 279) | func (suite *DiscoveryServiceSuite) TestDisable() { function TestDiscoveryServiceSuite (line 380) | func TestDiscoveryServiceSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/cluster/endpoint.go type EndpointController (line 23) | type EndpointController struct method Name (line 26) | func (ctrl *EndpointController) Name() string { method Inputs (line 31) | func (ctrl *EndpointController) Inputs() []controller.Input { method Outputs (line 42) | func (ctrl *EndpointController) Outputs() []controller.Output { method Run (line 52) | func (ctrl *EndpointController) Run(ctx context.Context, r controller.... FILE: internal/app/machined/pkg/controllers/cluster/endpoint_test.go type EndpointSuite (line 23) | type EndpointSuite struct method TestReconcileDefault (line 27) | func (suite *EndpointSuite) TestReconcileDefault() { function TestEndpointSuite (line 79) | func TestEndpointSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/cluster/info.go function NewInfoController (line 23) | func NewInfoController() *InfoController { FILE: internal/app/machined/pkg/controllers/cluster/info_test.go type InfoSuite (line 24) | type InfoSuite struct method TestReconcile (line 28) | func (suite *InfoSuite) TestReconcile() { function TestInfoSuite (line 52) | func TestInfoSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/cluster/kubernetes_pull.go type KubernetesPullController (line 28) | type KubernetesPullController struct method Name (line 31) | func (ctrl *KubernetesPullController) Name() string { method Inputs (line 36) | func (ctrl *KubernetesPullController) Inputs() []controller.Input { method Outputs (line 54) | func (ctrl *KubernetesPullController) Outputs() []controller.Output { method Run (line 66) | func (ctrl *KubernetesPullController) Run(ctx context.Context, r contr... FILE: internal/app/machined/pkg/controllers/cluster/kubernetes_push.go type KubernetesPushController (line 27) | type KubernetesPushController struct method Name (line 33) | func (ctrl *KubernetesPushController) Name() string { method Inputs (line 38) | func (ctrl *KubernetesPushController) Inputs() []controller.Input { method Outputs (line 56) | func (ctrl *KubernetesPushController) Outputs() []controller.Output { method Run (line 63) | func (ctrl *KubernetesPushController) Run(ctx context.Context, r contr... FILE: internal/app/machined/pkg/controllers/cluster/local_affiliate.go type LocalAffiliateController (line 32) | type LocalAffiliateController struct method Name (line 35) | func (ctrl *LocalAffiliateController) Name() string { method Inputs (line 40) | func (ctrl *LocalAffiliateController) Inputs() []controller.Input { method Outputs (line 109) | func (ctrl *LocalAffiliateController) Outputs() []controller.Output { method Run (line 121) | func (ctrl *LocalAffiliateController) Run(ctx context.Context, r contr... FILE: internal/app/machined/pkg/controllers/cluster/local_affiliate_test.go type LocalAffiliateSuite (line 31) | type LocalAffiliateSuite struct method TestGeneration (line 35) | func (suite *LocalAffiliateSuite) TestGeneration() { method TestCPGeneration (line 151) | func (suite *LocalAffiliateSuite) TestCPGeneration() { method createResources (line 190) | func (suite *LocalAffiliateSuite) createResources() (*cluster.Identity... function TestLocalAffiliateSuite (line 232) | func TestLocalAffiliateSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/cluster/member.go type MemberController (line 22) | type MemberController struct method Name (line 25) | func (ctrl *MemberController) Name() string { method Inputs (line 30) | func (ctrl *MemberController) Inputs() []controller.Input { method Outputs (line 41) | func (ctrl *MemberController) Outputs() []controller.Output { method Run (line 53) | func (ctrl *MemberController) Run(ctx context.Context, r controller.Ru... FILE: internal/app/machined/pkg/controllers/cluster/member_test.go type MemberSuite (line 21) | type MemberSuite struct method TestReconcileDefault (line 25) | func (suite *MemberSuite) TestReconcileDefault() { function TestMemberSuite (line 102) | func TestMemberSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/cluster/node_identity.go type NodeIdentityController (line 27) | type NodeIdentityController struct method Name (line 32) | func (ctrl *NodeIdentityController) Name() string { method Inputs (line 37) | func (ctrl *NodeIdentityController) Inputs() []controller.Input { method Outputs (line 53) | func (ctrl *NodeIdentityController) Outputs() []controller.Output { method Run (line 73) | func (ctrl *NodeIdentityController) Run(ctx context.Context, r control... method establishNodeIdentity (line 98) | func (ctrl *NodeIdentityController) establishNodeIdentity(ctx context.... FILE: internal/app/machined/pkg/controllers/cluster/node_identity_test.go type NodeIdentitySuite (line 24) | type NodeIdentitySuite struct method TestDefault (line 28) | func (suite *NodeIdentitySuite) TestDefault() { method TestLoad (line 54) | func (suite *NodeIdentitySuite) TestLoad() { function TestNodeIdentitySuite (line 87) | func TestNodeIdentitySuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/config/acquire.go type PlatformConfigurator (line 51) | type PlatformConfigurator interface type PlatformEventer (line 57) | type PlatformEventer interface type Setter (line 62) | type Setter interface type ModeGetter (line 68) | type ModeGetter interface type AcquireController (line 73) | type AcquireController struct method Name (line 92) | func (ctrl *AcquireController) Name() string { method Inputs (line 97) | func (ctrl *AcquireController) Inputs() []controller.Input { method Outputs (line 135) | func (ctrl *AcquireController) Outputs() []controller.Output { method Run (line 158) | func (ctrl *AcquireController) Run(ctx context.Context, r controller.R... method stateDisk (line 253) | func (ctrl *AcquireController) stateDisk(ctx context.Context, r contro... method loadFromDisk (line 321) | func (ctrl *AcquireController) loadFromDisk(ctx context.Context, r con... method loadConfigFromDisk (line 350) | func (ctrl *AcquireController) loadConfigFromDisk(ctx context.Context,... method stateEmbedded (line 396) | func (ctrl *AcquireController) stateEmbedded(ctx context.Context, r co... method processEmbeddedConfig (line 418) | func (ctrl *AcquireController) processEmbeddedConfig(logger *zap.Logge... method loadConfigFromEmbedded (line 459) | func (ctrl *AcquireController) loadConfigFromEmbedded(logger *zap.Logg... method stateCmdlineEarly (line 493) | func (ctrl *AcquireController) stateCmdlineEarly(ctx context.Context, ... method statePlatform (line 503) | func (ctrl *AcquireController) statePlatform(ctx context.Context, r co... method loadFromPlatform (line 526) | func (ctrl *AcquireController) loadFromPlatform(ctx context.Context, l... method stateCmdlineLate (line 594) | func (ctrl *AcquireController) stateCmdlineLate(ctx context.Context, r... method stateCmdlineGeneric (line 599) | func (ctrl *AcquireController) stateCmdlineGeneric( method loadFromCmdline (line 633) | func (ctrl *AcquireController) loadFromCmdline(ctx context.Context, lo... method stateMaintenanceEnter (line 699) | func (ctrl *AcquireController) stateMaintenanceEnter(ctx context.Conte... method stateMaintenance (line 727) | func (ctrl *AcquireController) stateMaintenance(ctx context.Context, r... method stateMaintenanceLeave (line 764) | func (ctrl *AcquireController) stateMaintenanceLeave(ctx context.Conte... method stateDone (line 791) | func (ctrl *AcquireController) stateDone(ctx context.Context, r contro... method stateFinal (line 813) | func (ctrl *AcquireController) stateFinal(ctx context.Context, r contr... type stateMachineFunc (line 153) | type stateMachineFunc type validationModeDiskConfig (line 302) | type validationModeDiskConfig struct method RequiresInstall (line 305) | func (validationModeDiskConfig) RequiresInstall() bool { method InContainer (line 310) | func (validationModeDiskConfig) InContainer() bool { method String (line 316) | func (validationModeDiskConfig) String() string { function loadConfig (line 817) | func loadConfig(root xfs.Root, configPath string) (config.Provider, erro... FILE: internal/app/machined/pkg/controllers/config/acquire_test.go type AcquireSuite (line 53) | type AcquireSuite struct method triggerAcquire (line 220) | func (suite *AcquireSuite) triggerAcquire() { method waitForConfig (line 224) | func (suite *AcquireSuite) waitForConfig(shouldPersist bool) config.Pr... method injectViaMaintenance (line 260) | func (suite *AcquireSuite) injectViaMaintenance(cfg []byte) { method noStateVolume (line 285) | func (suite *AcquireSuite) noStateVolume() { method presentStateVolume (line 291) | func (suite *AcquireSuite) presentStateVolume() { method injectViaDisk (line 297) | func (suite *AcquireSuite) injectViaDisk(cfg []byte, wait bool) { method TestFromDisk (line 317) | func (suite *AcquireSuite) TestFromDisk() { method TestFromDiskFailure (line 343) | func (suite *AcquireSuite) TestFromDiskFailure() { method TestFromDiskToMaintenance (line 377) | func (suite *AcquireSuite) TestFromDiskToMaintenance() { method TestFromPlatform (line 438) | func (suite *AcquireSuite) TestFromPlatform() { method TestFromPlatformFailure (line 460) | func (suite *AcquireSuite) TestFromPlatformFailure() { method TestFromPlatformNotValid (line 484) | func (suite *AcquireSuite) TestFromPlatformNotValid() { method TestFromPlatformGzip (line 526) | func (suite *AcquireSuite) TestFromPlatformGzip() { method TestFromPlatformToMaintenance (line 555) | func (suite *AcquireSuite) TestFromPlatformToMaintenance() { method TestFromCmdlineLateToMaintenance (line 616) | func (suite *AcquireSuite) TestFromCmdlineLateToMaintenance() { method TestFromCmdlineEarlyToPlatform (line 688) | func (suite *AcquireSuite) TestFromCmdlineEarlyToPlatform() { method TestFromMaintenance (line 739) | func (suite *AcquireSuite) TestFromMaintenance() { method TestFromEmbeddedToMaintenance (line 781) | func (suite *AcquireSuite) TestFromEmbeddedToMaintenance() { type platformConfigMock (line 68) | type platformConfigMock struct method Configuration (line 73) | func (p *platformConfigMock) Configuration(context.Context) ([]byte, e... method Name (line 77) | func (p *platformConfigMock) Name() string { type platformEventMock (line 81) | type platformEventMock struct method FireEvent (line 86) | func (p *platformEventMock) FireEvent(_ context.Context, ev platform.E... method getEvents (line 93) | func (p *platformEventMock) getEvents() []platform.Event { type configSetterMock (line 100) | type configSetterMock struct method SetConfig (line 105) | func (c *configSetterMock) SetConfig(cfg config.Provider) error { method SetPersistedConfig (line 111) | func (c *configSetterMock) SetPersistedConfig(cfg config.Provider) err... type eventPublisherMock (line 117) | type eventPublisherMock struct method Publish (line 122) | func (e *eventPublisherMock) Publish(_ context.Context, ev proto.Messa... method getEvents (line 129) | func (e *eventPublisherMock) getEvents() []proto.Message { type cmdlineGetterMock (line 136) | type cmdlineGetterMock struct method Getter (line 140) | func (c *cmdlineGetterMock) Getter() func() *procfs.Cmdline { type validationModeMock (line 146) | type validationModeMock struct method String (line 148) | func (v validationModeMock) String() string { method RequiresInstall (line 152) | func (v validationModeMock) RequiresInstall() bool { method InContainer (line 156) | func (v validationModeMock) InContainer() bool { function TestAcquireSuite (line 160) | func TestAcquireSuite(t *testing.T) { function must (line 841) | func must[T any](t T, err error) T { FILE: internal/app/machined/pkg/controllers/config/machine_type.go type MachineTypeController (line 22) | type MachineTypeController struct method Name (line 25) | func (ctrl *MachineTypeController) Name() string { method Inputs (line 30) | func (ctrl *MachineTypeController) Inputs() []controller.Input { method Outputs (line 42) | func (ctrl *MachineTypeController) Outputs() []controller.Output { method Run (line 52) | func (ctrl *MachineTypeController) Run(ctx context.Context, r controll... FILE: internal/app/machined/pkg/controllers/config/persistence.go type PersistenceController (line 28) | type PersistenceController struct method Name (line 35) | func (ctrl *PersistenceController) Name() string { method Inputs (line 40) | func (ctrl *PersistenceController) Inputs() []controller.Input { method Outputs (line 74) | func (ctrl *PersistenceController) Outputs() []controller.Output { method Run (line 86) | func (ctrl *PersistenceController) Run(ctx context.Context, r controll... method persistMachineConfig (line 161) | func (ctrl *PersistenceController) persistMachineConfig(ctx context.Co... FILE: internal/app/machined/pkg/controllers/config/persistence_test.go type PersistenceSuite (line 29) | type PersistenceSuite struct method TestPersist (line 35) | func (suite *PersistenceSuite) TestPersist() { method TestConfig (line 115) | func (suite *PersistenceSuite) TestConfig() { method TestNoPersistenceWithMissingState (line 133) | func (suite *PersistenceSuite) TestNoPersistenceWithMissingState() { function TestPersistenceSuite (line 163) | func TestPersistenceSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/cri/image_cache_config.go type ServiceManager (line 41) | type ServiceManager interface type ImageCacheConfigController (line 48) | type ImageCacheConfigController struct method Name (line 57) | func (ctrl *ImageCacheConfigController) Name() string { method Inputs (line 62) | func (ctrl *ImageCacheConfigController) Inputs() []controller.Input { method Outputs (line 95) | func (ctrl *ImageCacheConfigController) Outputs() []controller.Output { method Run (line 126) | func (ctrl *ImageCacheConfigController) Run(ctx context.Context, r con... method createVolumeConfigISO (line 215) | func (ctrl *ImageCacheConfigController) createVolumeConfigISO(ctx cont... method createVolumeConfigDisk (line 272) | func (ctrl *ImageCacheConfigController) createVolumeConfigDisk(ctx con... method analyzeImageCacheVolumes (line 341) | func (ctrl *ImageCacheConfigController) analyzeImageCacheVolumes(ctx c... method getImageCacheRoot (line 465) | func (ctrl *ImageCacheConfigController) getImageCacheRoot( method copyImageCache (line 518) | func (ctrl *ImageCacheConfigController) copyImageCache(ctx context.Con... constant VolumeImageCacheISO (line 114) | VolumeImageCacheISO = "IMAGECACHE-ISO" constant VolumeImageCacheDISK (line 115) | VolumeImageCacheDISK = constants.ImageCachePartitionLabel constant MinImageCacheSize (line 117) | MinImageCacheSize = 500 * 1024 * 1024 constant MaxImageCacheSize (line 118) | MaxImageCacheSize = 1 * 1024 * 1024 * 1024 constant RegistrydServiceID (line 120) | RegistrydServiceID = services.RegistryID type imageCacheVolumeStatus (line 334) | type imageCacheVolumeStatus struct function copyFileSafe (line 573) | func copyFileSafe(src, dst string) error { FILE: internal/app/machined/pkg/controllers/cri/image_cache_config_test.go function TestImageCacheConfigSuite (line 335) | func TestImageCacheConfigSuite(t *testing.T) { type ImageCacheConfigSuite (line 352) | type ImageCacheConfigSuite struct method TestReconcileNoConfig (line 28) | func (suite *ImageCacheConfigSuite) TestReconcileNoConfig() { method TestReconcileFeatureNotEnabled (line 35) | func (suite *ImageCacheConfigSuite) TestReconcileFeatureNotEnabled() { method TestReconcileFeatureEnabled (line 48) | func (suite *ImageCacheConfigSuite) TestReconcileFeatureEnabled() { method TestReconcileJustDiskVolume (line 138) | func (suite *ImageCacheConfigSuite) TestReconcileJustDiskVolume() { method TestReconcileWithImageCacheVolume (line 227) | func (suite *ImageCacheConfigSuite) TestReconcileWithImageCacheVolume() { method TestReconcileWithEncryptionConfig (line 293) | func (suite *ImageCacheConfigSuite) TestReconcileWithEncryptionConfig() { type mockServiceRunner (line 356) | type mockServiceRunner struct method IsRunning (line 358) | func (mock *mockServiceRunner) IsRunning(id string) (system.Service, b... method Load (line 362) | func (mock *mockServiceRunner) Load(services ...system.Service) []stri... method Start (line 366) | func (mock *mockServiceRunner) Start(serviceIDs ...string) error { FILE: internal/app/machined/pkg/controllers/cri/image_gc.go constant ImageCleanupInterval (line 32) | ImageCleanupInterval = 15 * time.Minute constant ImageGCGracePeriod (line 35) | ImageGCGracePeriod = 4 * ImageCleanupInterval function NewImageGCController (line 38) | func NewImageGCController(containerdName string, buildExpectedImages boo... type ImageGCController (line 49) | type ImageGCController struct method Name (line 65) | func (ctrl *ImageGCController) Name() string { method Inputs (line 70) | func (ctrl *ImageGCController) Inputs() []controller.Input { method Outputs (line 101) | func (ctrl *ImageGCController) Outputs() []controller.Output { method Run (line 144) | func (ctrl *ImageGCController) Run(ctx context.Context, r controller.R... method cleanup (line 279) | func (ctrl *ImageGCController) cleanup(ctx context.Context, logger *za... type ImageServiceProvider (line 59) | type ImageServiceProvider interface function defaultImageServiceProvider (line 105) | func defaultImageServiceProvider(containerdName string) func() (ImageSer... type containerdImageServiceProvider (line 129) | type containerdImageServiceProvider struct method ImageService (line 133) | func (s *containerdImageServiceProvider) ImageService() images.Store { method Close (line 137) | func (s *containerdImageServiceProvider) Close() error { function buildExpectedDigests (line 225) | func buildExpectedDigests(logger *zap.Logger, actualImages []images.Imag... FILE: internal/app/machined/pkg/controllers/cri/image_gc_test.go function TestImageGC (line 31) | func TestImageGC(t *testing.T) { type mockImageService (line 161) | type mockImageService struct method ImageService (line 167) | func (m *mockImageService) ImageService() images.Store { method Close (line 171) | func (m *mockImageService) Close() error { method Get (line 175) | func (m *mockImageService) Get(ctx context.Context, name string) (imag... method List (line 179) | func (m *mockImageService) List(ctx context.Context, filters ...string... method Create (line 186) | func (m *mockImageService) Create(ctx context.Context, image images.Im... method Update (line 190) | func (m *mockImageService) Update(ctx context.Context, image images.Im... method Delete (line 194) | func (m *mockImageService) Delete(ctx context.Context, name string, op... function TestBuildExpectedImageDigests (line 203) | func TestBuildExpectedImageDigests(t *testing.T) { function must (line 308) | func must[T any](t T, err error) T { FILE: internal/app/machined/pkg/controllers/cri/registries_config.go type RegistriesConfigController (line 25) | type RegistriesConfigController struct method Name (line 28) | func (ctrl *RegistriesConfigController) Name() string { method Inputs (line 33) | func (ctrl *RegistriesConfigController) Inputs() []controller.Input { method Outputs (line 50) | func (ctrl *RegistriesConfigController) Outputs() []controller.Output { method Run (line 62) | func (ctrl *RegistriesConfigController) Run(ctx context.Context, r con... function clearInit (line 149) | func clearInit[M ~map[K]V, K comparable, V any](m M) M { FILE: internal/app/machined/pkg/controllers/cri/registries_config_test.go type ConfigSuite (line 28) | type ConfigSuite struct method TestRegistry (line 32) | func (suite *ConfigSuite) TestRegistry() { method TestRegistryAuth (line 103) | func (suite *ConfigSuite) TestRegistryAuth() { method TestRegistryTLS (line 191) | func (suite *ConfigSuite) TestRegistryTLS() { method TestRegistryImageCacheNoConfig (line 270) | func (suite *ConfigSuite) TestRegistryImageCacheNoConfig() { method TestRegistryNoConfig (line 291) | func (suite *ConfigSuite) TestRegistryNoConfig() { method TestRegistryNewStyle (line 301) | func (suite *ConfigSuite) TestRegistryNewStyle() { function TestConfigSuite (line 384) | func TestConfigSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/cri/seccomp_profile.go type SeccompProfileController (line 22) | type SeccompProfileController struct method Name (line 25) | func (ctrl *SeccompProfileController) Name() string { method Inputs (line 30) | func (ctrl *SeccompProfileController) Inputs() []controller.Input { method Outputs (line 42) | func (ctrl *SeccompProfileController) Outputs() []controller.Output { method Run (line 52) | func (ctrl *SeccompProfileController) Run(ctx context.Context, r contr... FILE: internal/app/machined/pkg/controllers/cri/seccomp_profile_file.go type SeccompProfileFileController (line 31) | type SeccompProfileFileController struct method Name (line 37) | func (ctrl *SeccompProfileFileController) Name() string { method Inputs (line 42) | func (ctrl *SeccompProfileFileController) Inputs() []controller.Input { method Outputs (line 47) | func (ctrl *SeccompProfileFileController) Outputs() []controller.Output { method Run (line 54) | func (ctrl *SeccompProfileFileController) Run(ctx context.Context, r c... function writeSeccompFile (line 171) | func writeSeccompFile(path string, content []byte) error { FILE: internal/app/machined/pkg/controllers/cri/seccomp_profile_file_test.go function TestSeccompProfileFileSuite (line 99) | func TestSeccompProfileFileSuite(t *testing.T) { type CRISeccompProfileFileSuite (line 114) | type CRISeccompProfileFileSuite struct method TestReconcileSeccompProfileFile (line 23) | func (suite *CRISeccompProfileFileSuite) TestReconcileSeccompProfileFi... FILE: internal/app/machined/pkg/controllers/cri/seccomp_profile_test.go function TestSeccompProfileSuite (line 123) | func TestSeccompProfileSuite(t *testing.T) { type CRISeccompProfileSuite (line 133) | type CRISeccompProfileSuite struct method TestReconcileSeccompProfile (line 23) | func (suite *CRISeccompProfileSuite) TestReconcileSeccompProfile() { FILE: internal/app/machined/pkg/controllers/ctest/assert.go type assertionAggregator (line 17) | type assertionAggregator struct method Errorf (line 23) | func (agg *assertionAggregator) Errorf(format string, args ...any) { method FailNow (line 34) | func (agg *assertionAggregator) FailNow() { method Error (line 38) | func (agg *assertionAggregator) Error() error { function WrapRetry (line 55) | func WrapRetry(f func(*assert.Assertions, *require.Assertions)) func() e... FILE: internal/app/machined/pkg/controllers/ctest/ctest.go type DefaultSuite (line 29) | type DefaultSuite struct method SetupTest (line 46) | func (suite *DefaultSuite) SetupTest() { method startRuntime (line 67) | func (suite *DefaultSuite) startRuntime() { method Runtime (line 74) | func (suite *DefaultSuite) Runtime() *runtime.Runtime { method State (line 79) | func (suite *DefaultSuite) State() state.State { method Ctx (line 84) | func (suite *DefaultSuite) Ctx() context.Context { method AssertWithin (line 89) | func (suite *DefaultSuite) AssertWithin(d time.Duration, rate time.Dur... method TearDownTest (line 95) | func (suite *DefaultSuite) TearDownTest() { method Create (line 108) | func (suite *DefaultSuite) Create(res resource.Resource, opts ...state... method Update (line 113) | func (suite *DefaultSuite) Update(res resource.Resource, opts ...state... method AddFinalizer (line 118) | func (suite *DefaultSuite) AddFinalizer(resourcePointer resource.Point... method RemoveFinalizer (line 123) | func (suite *DefaultSuite) RemoveFinalizer(resourcePointer resource.Po... method Destroy (line 128) | func (suite *DefaultSuite) Destroy(res resource.Resource, opts ...stat... type Suite (line 133) | type Suite interface function UpdateWithConflicts (line 141) | func UpdateWithConflicts[T resource.Resource](suite Suite, res T, update... function GetUsingResource (line 150) | func GetUsingResource[T resource.Resource](suite Suite, res T, options .... function Get (line 155) | func Get[T resource.Resource](suite Suite, ptr resource.Pointer, options... type Suiter (line 160) | type Suiter interface function AssertResources (line 167) | func AssertResources[R rtestutils.ResourceWithRD]( function AssertResource (line 180) | func AssertResource[R rtestutils.ResourceWithRD]( function AssertNoResource (line 190) | func AssertNoResource[R rtestutils.ResourceWithRD]( FILE: internal/app/machined/pkg/controllers/etcd/advertised_peer.go type AdvertisedPeerController (line 32) | type AdvertisedPeerController struct method Name (line 35) | func (ctrl *AdvertisedPeerController) Name() string { method Inputs (line 40) | func (ctrl *AdvertisedPeerController) Inputs() []controller.Input { method Outputs (line 64) | func (ctrl *AdvertisedPeerController) Outputs() []controller.Output { method Run (line 71) | func (ctrl *AdvertisedPeerController) Run(ctx context.Context, r contr... method updateAdvertisedPeers (line 118) | func (ctrl *AdvertisedPeerController) updateAdvertisedPeers(ctx contex... FILE: internal/app/machined/pkg/controllers/etcd/config.go function NewConfigController (line 25) | func NewConfigController() *ConfigController { FILE: internal/app/machined/pkg/controllers/etcd/config_test.go function TestConfigSuite (line 27) | func TestConfigSuite(t *testing.T) { type ConfigSuite (line 39) | type ConfigSuite struct method TestReconcile (line 43) | func (suite *ConfigSuite) TestReconcile() { FILE: internal/app/machined/pkg/controllers/etcd/member.go type MemberController (line 24) | type MemberController struct method Name (line 29) | func (ctrl *MemberController) Name() string { method Inputs (line 36) | func (ctrl *MemberController) Inputs() []controller.Input { method Outputs (line 48) | func (ctrl *MemberController) Outputs() []controller.Output { method Run (line 60) | func (ctrl *MemberController) Run(ctx context.Context, r controller.Ru... method getLocalMemberID (line 103) | func (ctrl *MemberController) getLocalMemberID(ctx context.Context) (u... constant etcdServiceID (line 33) | etcdServiceID = "etcd" FILE: internal/app/machined/pkg/controllers/etcd/member_test.go function TestMemberSuite (line 22) | func TestMemberSuite(t *testing.T) { type MemberSuite (line 37) | type MemberSuite struct method assertEtcdMember (line 43) | func (suite *MemberSuite) assertEtcdMember(member *etcd.Member) func()... method assertInexistentEtcdMember (line 63) | func (suite *MemberSuite) assertInexistentEtcdMember(member *etcd.Memb... method TestEtcdRunning (line 78) | func (suite *MemberSuite) TestEtcdRunning() { method TestEtcdNotRunning (line 100) | func (suite *MemberSuite) TestEtcdNotRunning() { method TestCleanup (line 121) | func (suite *MemberSuite) TestCleanup() { FILE: internal/app/machined/pkg/controllers/etcd/pki.go type PKIController (line 28) | type PKIController struct method Name (line 31) | func (ctrl *PKIController) Name() string { method Inputs (line 36) | func (ctrl *PKIController) Inputs() []controller.Input { method Outputs (line 54) | func (ctrl *PKIController) Outputs() []controller.Output { method Run (line 66) | func (ctrl *PKIController) Run(ctx context.Context, r controller.Runti... FILE: internal/app/machined/pkg/controllers/etcd/spec.go type SpecController (line 28) | type SpecController struct method Name (line 31) | func (ctrl *SpecController) Name() string { method Inputs (line 36) | func (ctrl *SpecController) Inputs() []controller.Input { method Outputs (line 59) | func (ctrl *SpecController) Outputs() []controller.Output { method Run (line 71) | func (ctrl *SpecController) Run(ctx context.Context, r controller.Runt... FILE: internal/app/machined/pkg/controllers/etcd/spec_test.go function TestSpecSuite (line 22) | func TestSpecSuite(t *testing.T) { type SpecSuite (line 35) | type SpecSuite struct method TestReconcile (line 39) | func (suite *SpecSuite) TestReconcile() { FILE: internal/app/machined/pkg/controllers/files/cri_base_runtime_spec.go type CRIBaseRuntimeSpecController (line 29) | type CRIBaseRuntimeSpecController struct method Name (line 32) | func (ctrl *CRIBaseRuntimeSpecController) Name() string { method Inputs (line 37) | func (ctrl *CRIBaseRuntimeSpecController) Inputs() []controller.Input { method Outputs (line 49) | func (ctrl *CRIBaseRuntimeSpecController) Outputs() []controller.Output { method Run (line 61) | func (ctrl *CRIBaseRuntimeSpecController) Run(ctx context.Context, r c... FILE: internal/app/machined/pkg/controllers/files/cri_base_runtime_spec_test.go type CRIBaseRuntimeSpecSuite (line 25) | type CRIBaseRuntimeSpecSuite struct method TestDefaults (line 29) | func (suite *CRIBaseRuntimeSpecSuite) TestDefaults() { method TestOverrides (line 54) | func (suite *CRIBaseRuntimeSpecSuite) TestOverrides() { function TestCRIBaseRuntimeSpecSuite (line 95) | func TestCRIBaseRuntimeSpecSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/files/cri_config_parts.go type CRIConfigPartsController (line 24) | type CRIConfigPartsController struct method Name (line 30) | func (ctrl *CRIConfigPartsController) Name() string { method Inputs (line 35) | func (ctrl *CRIConfigPartsController) Inputs() []controller.Input { method Outputs (line 46) | func (ctrl *CRIConfigPartsController) Outputs() []controller.Output { method Run (line 56) | func (ctrl *CRIConfigPartsController) Run(ctx context.Context, r contr... FILE: internal/app/machined/pkg/controllers/files/cri_registry_config.go type CRIRegistryConfigController (line 29) | type CRIRegistryConfigController struct method Name (line 39) | func (ctrl *CRIRegistryConfigController) Name() string { method Inputs (line 44) | func (ctrl *CRIRegistryConfigController) Inputs() []controller.Input { method Outputs (line 56) | func (ctrl *CRIRegistryConfigController) Outputs() []controller.Output { method Run (line 68) | func (ctrl *CRIRegistryConfigController) Run(ctx context.Context, r co... method syncHosts (line 141) | func (ctrl *CRIRegistryConfigController) syncHosts(basePath string, cr... FILE: internal/app/machined/pkg/controllers/files/etcfile.go type EtcFileController (line 28) | type EtcFileController struct method Name (line 39) | func (ctrl *EtcFileController) Name() string { method Inputs (line 44) | func (ctrl *EtcFileController) Inputs() []controller.Input { method Outputs (line 55) | func (ctrl *EtcFileController) Outputs() []controller.Output { method Run (line 67) | func (ctrl *EtcFileController) Run(ctx context.Context, r controller.R... function createBindMountFile (line 184) | func createBindMountFile(src, dst string, mode os.FileMode) (err error) { function createBindMountDir (line 205) | func createBindMountDir(src, dst string) (err error) { function createBindMountFileFd (line 216) | func createBindMountFileFd(root xfs.Root, src, dst string, mode os.FileM... function createBindMountDirFd (line 233) | func createBindMountDirFd(root xfs.Root, src, dst string) (err error) { function UpdateFile (line 250) | func UpdateFile(root xfs.Root, filename string, contents []byte, mode os... FILE: internal/app/machined/pkg/controllers/files/etcfile_test.go type EtcFileSuite (line 33) | type EtcFileSuite struct method SetupTest (line 48) | func (suite *EtcFileSuite) SetupTest() { method startRuntime (line 83) | func (suite *EtcFileSuite) startRuntime() { method assertFileContents (line 89) | func (suite *EtcFileSuite) assertFileContents(root xfs.Root, filename,... method assertEtcFile (line 111) | func (suite *EtcFileSuite) assertEtcFile(filename, contents string, ex... method TestFiles (line 140) | func (suite *EtcFileSuite) TestFiles() { method TearDownTest (line 173) | func (suite *EtcFileSuite) TearDownTest() { function TestEtcFileSuite (line 183) | func TestEtcFileSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/files/iqn.go type IQNController (line 25) | type IQNController struct method Name (line 30) | func (ctrl *IQNController) Name() string { method Inputs (line 35) | func (ctrl *IQNController) Inputs() []controller.Input { method Outputs (line 47) | func (ctrl *IQNController) Outputs() []controller.Output { method Run (line 57) | func (ctrl *IQNController) Run(ctx context.Context, r controller.Runti... FILE: internal/app/machined/pkg/controllers/files/nqn.go type NQNController (line 26) | type NQNController struct method Name (line 31) | func (ctrl *NQNController) Name() string { method Inputs (line 36) | func (ctrl *NQNController) Inputs() []controller.Input { method Outputs (line 48) | func (ctrl *NQNController) Outputs() []controller.Output { method Run (line 60) | func (ctrl *NQNController) Run(ctx context.Context, r controller.Runti... FILE: internal/app/machined/pkg/controllers/hardware/hardware_test.go type HardwareSuite (line 22) | type HardwareSuite struct method SetupTest (line 34) | func (suite *HardwareSuite) SetupTest() { method assertNoResource (line 45) | func (suite *HardwareSuite) assertNoResource(md resource.Metadata) fun... method TearDownTest (line 60) | func (suite *HardwareSuite) TearDownTest() { method State (line 68) | func (suite *HardwareSuite) State() state.State { method Ctx (line 72) | func (suite *HardwareSuite) Ctx() context.Context { FILE: internal/app/machined/pkg/controllers/hardware/pci_driver_rebind.go constant targetDeviceSYSFSPath (line 25) | targetDeviceSYSFSPath = "/sys/bus/pci/devices/%s" constant driverOverridePath (line 26) | driverOverridePath = targetDeviceSYSFSPath + "/driver_override" constant driverUnbindPath (line 27) | driverUnbindPath = targetDeviceSYSFSPath + "/driver/unbind" constant driverPath (line 28) | driverPath = targetDeviceSYSFSPath + "/driver" constant driverProbePath (line 29) | driverProbePath = "/sys/bus/pci/drivers_probe" type PCIDriverRebindController (line 33) | type PCIDriverRebindController struct method Name (line 40) | func (c *PCIDriverRebindController) Name() string { method Inputs (line 45) | func (c *PCIDriverRebindController) Inputs() []controller.Input { method Outputs (line 50) | func (c *PCIDriverRebindController) Outputs() []controller.Output { method Run (line 62) | func (c *PCIDriverRebindController) Run(ctx context.Context, r control... method handlePCIDriverReBind (line 152) | func (c *PCIDriverRebindController) handlePCIDriverReBind(pciID, targe... function checkDeviceBoundDriver (line 171) | func checkDeviceBoundDriver(pciID string) (string, error) { FILE: internal/app/machined/pkg/controllers/hardware/pci_driver_rebind_config.go type PCIDriverRebindConfigController (line 22) | type PCIDriverRebindConfigController struct method Name (line 25) | func (ctrl *PCIDriverRebindConfigController) Name() string { method Inputs (line 30) | func (ctrl *PCIDriverRebindConfigController) Inputs() []controller.Inp... method Outputs (line 42) | func (ctrl *PCIDriverRebindConfigController) Outputs() []controller.Ou... method Run (line 52) | func (ctrl *PCIDriverRebindConfigController) Run(ctx context.Context, ... FILE: internal/app/machined/pkg/controllers/hardware/pci_driver_rebind_config_test.go type PCIDriverRebindConfigSuite (line 22) | type PCIDriverRebindConfigSuite struct method TestPCIDriverRebindConfig (line 30) | func (suite *PCIDriverRebindConfigSuite) TestPCIDriverRebindConfig() { function TestPCIDriverRebindConfigSuite (line 26) | func TestPCIDriverRebindConfigSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/hardware/pcidevices.go type PCIDevicesController (line 30) | type PCIDevicesController struct method Name (line 35) | func (ctrl *PCIDevicesController) Name() string { method Inputs (line 40) | func (ctrl *PCIDevicesController) Inputs() []controller.Input { method Outputs (line 52) | func (ctrl *PCIDevicesController) Outputs() []controller.Output { method Run (line 64) | func (ctrl *PCIDevicesController) Run(ctx context.Context, r controlle... function readHexPCIInfo (line 167) | func readHexPCIInfo(deviceID, info string) (uint64, error) { function readDriverInfo (line 176) | func readDriverInfo(deviceID string) (string, error) { FILE: internal/app/machined/pkg/controllers/hardware/pcr_status.go type PCRStatusController (line 26) | type PCRStatusController struct method Name (line 33) | func (ctrl *PCRStatusController) Name() string { method Inputs (line 38) | func (ctrl *PCRStatusController) Inputs() []controller.Input { method Outputs (line 49) | func (ctrl *PCRStatusController) Outputs() []controller.Output { method Run (line 61) | func (ctrl *PCRStatusController) Run(ctx context.Context, r controller... FILE: internal/app/machined/pkg/controllers/hardware/system.go type SystemInfoController (line 30) | type SystemInfoController struct method Name (line 36) | func (ctrl *SystemInfoController) Name() string { method Inputs (line 41) | func (ctrl *SystemInfoController) Inputs() []controller.Input { method Outputs (line 58) | func (ctrl *SystemInfoController) Outputs() []controller.Output { method Run (line 80) | func (ctrl *SystemInfoController) Run(ctx context.Context, r controlle... method reconcileSystemInformation (line 137) | func (ctrl *SystemInfoController) reconcileSystemInformation(ctx conte... method reconcileProcessors (line 162) | func (ctrl *SystemInfoController) reconcileProcessors(ctx context.Cont... method reconcileMemoryModules (line 179) | func (ctrl *SystemInfoController) reconcileMemoryModules(ctx context.C... constant memoryModuleUnknown (line 75) | memoryModuleUnknown = "UNKNOWN" FILE: internal/app/machined/pkg/controllers/hardware/system_test.go type SystemInfoSuite (line 26) | type SystemInfoSuite struct method TestPopulateSystemInformation (line 30) | func (suite *SystemInfoSuite) TestPopulateSystemInformation() { method TestPopulateSystemInformationEmpty (line 128) | func (suite *SystemInfoSuite) TestPopulateSystemInformationEmpty() { method TestUUIDOverwrite (line 159) | func (suite *SystemInfoSuite) TestUUIDOverwrite() { method TestPopulateSystemInformationIsDisabledInContainerMode (line 191) | func (suite *SystemInfoSuite) TestPopulateSystemInformationIsDisabledI... method startRuntime (line 211) | func (suite *SystemInfoSuite) startRuntime() { function TestSystemInfoSyncSuite (line 207) | func TestSystemInfoSyncSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/k8s/address_filter.go type AddressFilterController (line 25) | type AddressFilterController struct method Name (line 28) | func (ctrl *AddressFilterController) Name() string { method Inputs (line 33) | func (ctrl *AddressFilterController) Inputs() []controller.Input { method Outputs (line 56) | func (ctrl *AddressFilterController) Outputs() []controller.Output { method Run (line 68) | func (ctrl *AddressFilterController) Run(ctx context.Context, r contro... FILE: internal/app/machined/pkg/controllers/k8s/address_filter_test.go type K8sAddressFilterSuite (line 27) | type K8sAddressFilterSuite struct method TestReconcile (line 31) | func (suite *K8sAddressFilterSuite) TestReconcile() { function TestK8sAddressFilterSuite (line 114) | func TestK8sAddressFilterSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/k8s/control_plane.go function controlplaneMapFunc (line 40) | func controlplaneMapFunc[Output generic.ResourceWithRD](output Output) f... function NewControlPlaneAdmissionControlController (line 62) | func NewControlPlaneAdmissionControlController() *ControlPlaneAdmissionC... function NewControlPlaneAuditPolicyController (line 91) | func NewControlPlaneAuditPolicyController() *ControlPlaneAuditPolicyCont... function NewControlPlaneAuthorizationController (line 111) | func NewControlPlaneAuthorizationController() *ControlPlaneAuthorization... function NewControlPlaneAPIServerController (line 173) | func NewControlPlaneAPIServerController() *ControlPlaneAPIServerControll... function NewControlPlaneControllerManagerController (line 220) | func NewControlPlaneControllerManagerController() *ControlPlaneControlle... function NewControlPlaneSchedulerController (line 261) | func NewControlPlaneSchedulerController() *ControlPlaneSchedulerControll... function NewControlPlaneBootstrapManifestsController (line 294) | func NewControlPlaneBootstrapManifestsController() *ControlPlaneBootstra... function NewControlPlaneExtraManifestsController (line 387) | func NewControlPlaneExtraManifestsController() *ControlPlaneExtraManifes... function convertVolumes (line 438) | func convertVolumes(volumes []talosconfig.VolumeMount) []k8s.ExtraVolume { function convertResources (line 449) | func convertResources(resources talosconfig.Resources) k8s.Resources { function getProxyArgs (line 476) | func getProxyArgs(cfgProvider talosconfig.Config) ([]string, error) { FILE: internal/app/machined/pkg/controllers/k8s/control_plane_static_pod.go constant systemCriticalPriority (line 37) | systemCriticalPriority int32 = 2000000000 constant GoGCMemLimitPercentage (line 40) | GoGCMemLimitPercentage = 95 type ControlPlaneStaticPodController (line 43) | type ControlPlaneStaticPodController struct method Name (line 46) | func (ctrl *ControlPlaneStaticPodController) Name() string { method Inputs (line 51) | func (ctrl *ControlPlaneStaticPodController) Inputs() []controller.Inp... method Outputs (line 90) | func (ctrl *ControlPlaneStaticPodController) Outputs() []controller.Ou... method Run (line 102) | func (ctrl *ControlPlaneStaticPodController) Run(ctx context.Context, ... method teardownAll (line 223) | func (ctrl *ControlPlaneStaticPodController) teardownAll(ctx context.C... method manageAPIServer (line 343) | func (ctrl *ControlPlaneStaticPodController) manageAPIServer(ctx conte... method manageControllerManager (line 569) | func (ctrl *ControlPlaneStaticPodController) manageControllerManager(c... method manageScheduler (line 749) | func (ctrl *ControlPlaneStaticPodController) manageScheduler(ctx conte... function volumeMounts (line 242) | func volumeMounts(volumes []k8s.ExtraVolume) []v1.VolumeMount { function volumes (line 252) | func volumes(volumes []k8s.ExtraVolume) []v1.Volume { function envVars (line 265) | func envVars(environment map[string]string) []v1.EnvVar { function resources (line 282) | func resources(resourcesConfig k8s.Resources, defaultCPU, defaultMemory ... function goGCEnvFromResources (line 330) | func goGCEnvFromResources(resources v1.ResourceRequirements) (envVar v1.... function kubeAPIServerExtraArgsHasAuthorizationWebhooFlags (line 935) | func kubeAPIServerExtraArgsHasAuthorizationWebhooFlags(extraArgs map[str... function kubeAPIServerExtraArgsHasAuthorizationModeFlag (line 941) | func kubeAPIServerExtraArgsHasAuthorizationModeFlag(extraArgs map[string... function handleKubeAPIServerAuthorizationFlags (line 947) | func handleKubeAPIServerAuthorizationFlags(kubeVersion compatibility.Ver... FILE: internal/app/machined/pkg/controllers/k8s/control_plane_static_pod_test.go type ControlPlaneStaticPodSuite (line 30) | type ControlPlaneStaticPodSuite struct method TestReconcileDefaults (line 34) | func (suite *ControlPlaneStaticPodSuite) TestReconcileDefaults() { method TestReconcileExtraMounts (line 62) | func (suite *ControlPlaneStaticPodSuite) TestReconcileExtraMounts() { method TestReconcileExtraArgsK8s (line 171) | func (suite *ControlPlaneStaticPodSuite) TestReconcileExtraArgsK8s() { method TestReconcileEnvironmentVariables (line 348) | func (suite *ControlPlaneStaticPodSuite) TestReconcileEnvironmentVaria... method TestReconcileAdvertisedAddressArg (line 416) | func (suite *ControlPlaneStaticPodSuite) TestReconcileAdvertisedAddres... method TestControlPlaneStaticPodsExceptScheduler (line 452) | func (suite *ControlPlaneStaticPodSuite) TestControlPlaneStaticPodsExc... method TestReconcileStaticPodResources (line 494) | func (suite *ControlPlaneStaticPodSuite) TestReconcileStaticPodResourc... function TestControlPlaneStaticPodSuite (line 590) | func TestControlPlaneStaticPodSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/k8s/control_plane_test.go type K8sControlPlaneSuite (line 28) | type K8sControlPlaneSuite struct method setupMachine (line 34) | func (suite *K8sControlPlaneSuite) setupMachine(cfg *config.MachineCon... method TestReconcileDefaults (line 47) | func (suite *K8sControlPlaneSuite) TestReconcileDefaults() { method TestReconcileEmptyAuthorizationConfigForK8sLessThanv128 (line 99) | func (suite *K8sControlPlaneSuite) TestReconcileEmptyAuthorizationConf... method TestReconcileEmptyAuthorizationConfigAuthorizers (line 134) | func (suite *K8sControlPlaneSuite) TestReconcileEmptyAuthorizationConf... method TestReconcileAdditionalAuthorizationConfigAuthorizers (line 168) | func (suite *K8sControlPlaneSuite) TestReconcileAdditionalAuthorizatio... method TestReconcileAdditionalAuthorizationConfigAuthorizersWithDefaultsSet (line 234) | func (suite *K8sControlPlaneSuite) TestReconcileAdditionalAuthorizatio... method TestReconcileAdditionalAuthorizationConfigAuthorizersWithOnlyNodeSet (line 316) | func (suite *K8sControlPlaneSuite) TestReconcileAdditionalAuthorizatio... method TestReconcileTransitionWorker (line 394) | func (suite *K8sControlPlaneSuite) TestReconcileTransitionWorker() { method TestReconcileIPv6 (line 431) | func (suite *K8sControlPlaneSuite) TestReconcileIPv6() { method TestReconcileDualStack (line 467) | func (suite *K8sControlPlaneSuite) TestReconcileDualStack() { method TestReconcileExtraVolumes (line 503) | func (suite *K8sControlPlaneSuite) TestReconcileExtraVolumes() { method TestReconcileEnvironment (line 563) | func (suite *K8sControlPlaneSuite) TestReconcileEnvironment() { method TestReconcileResources (line 605) | func (suite *K8sControlPlaneSuite) TestReconcileResources() { method TestReconcileExternalCloudProvider (line 735) | func (suite *K8sControlPlaneSuite) TestReconcileExternalCloudProvider() { method TestReconcileInlineManifests (line 801) | func (suite *K8sControlPlaneSuite) TestReconcileInlineManifests() { method TestReconcileKubeProxyMode (line 855) | func (suite *K8sControlPlaneSuite) TestReconcileKubeProxyMode() { method TestReconcileKubeProxyModeLegacy (line 889) | func (suite *K8sControlPlaneSuite) TestReconcileKubeProxyModeLegacy() { function TestK8sControlPlaneSuite (line 926) | func TestK8sControlPlaneSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/k8s/endpoint.go type EndpointController (line 37) | type EndpointController struct method Name (line 40) | func (ctrl *EndpointController) Name() string { method Inputs (line 45) | func (ctrl *EndpointController) Inputs() []controller.Input { method Outputs (line 50) | func (ctrl *EndpointController) Outputs() []controller.Output { method Run (line 62) | func (ctrl *EndpointController) Run(ctx context.Context, r controller.... method watchEndpointsOnWorker (line 107) | func (ctrl *EndpointController) watchEndpointsOnWorker(ctx context.Con... method watchEndpointsOnControlPlane (line 137) | func (ctrl *EndpointController) watchEndpointsOnControlPlane(ctx conte... method updateEndpointsResource (line 205) | func (ctrl *EndpointController) updateEndpointsResource( method watchKubernetesEndpointSlices (line 269) | func (ctrl *EndpointController) watchKubernetesEndpointSlices(ctx cont... function kubernetesEndpointSliceWatcher (line 302) | func kubernetesEndpointSliceWatcher(ctx context.Context, logger *zap.Log... FILE: internal/app/machined/pkg/controllers/k8s/extra_manifest.go type ExtraManifestController (line 31) | type ExtraManifestController struct method Name (line 34) | func (ctrl *ExtraManifestController) Name() string { method Inputs (line 39) | func (ctrl *ExtraManifestController) Inputs() []controller.Input { method Outputs (line 56) | func (ctrl *ExtraManifestController) Outputs() []controller.Output { method Run (line 68) | func (ctrl *ExtraManifestController) Run(ctx context.Context, r contro... method process (line 147) | func (ctrl *ExtraManifestController) process(ctx context.Context, r co... method processURL (line 158) | func (ctrl *ExtraManifestController) processURL(ctx context.Context, r... method processInline (line 227) | func (ctrl *ExtraManifestController) processInline(ctx context.Context... method teardownAll (line 244) | func (ctrl *ExtraManifestController) teardownAll(ctx context.Context, ... FILE: internal/app/machined/pkg/controllers/k8s/extra_manifest_test.go type ExtraManifestSuite (line 32) | type ExtraManifestSuite struct method SetupTest (line 44) | func (suite *ExtraManifestSuite) SetupTest() { method startRuntime (line 59) | func (suite *ExtraManifestSuite) startRuntime() { method assertExtraManifests (line 66) | func (suite *ExtraManifestSuite) assertExtraManifests(manifests []stri... method TestReconcileInlineManifests (line 84) | func (suite *ExtraManifestSuite) TestReconcileInlineManifests() { method TearDownTest (line 145) | func (suite *ExtraManifestSuite) TearDownTest() { function TestExtraManifestSuite (line 153) | func TestExtraManifestSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/k8s/internal/k8stemplates/apiserver.go function APIServerEncryptionConfig (line 16) | func APIServerEncryptionConfig(rootK8sSecrets *secrets.KubernetesRootSpe... FILE: internal/app/machined/pkg/controllers/k8s/internal/k8stemplates/coredns.go function CoreDNSService (line 23) | func CoreDNSService(spec *k8s.BootstrapManifestsConfigSpec) runtime.Obje... function CoreDNSServiceAccount (line 90) | func CoreDNSServiceAccount() runtime.Object { function CoreDNSClusterRoleBinding (line 104) | func CoreDNSClusterRoleBinding() runtime.Object { function CoreDNSClusterRole (line 135) | func CoreDNSClusterRole() runtime.Object { function CoreDNSConfigMap (line 163) | func CoreDNSConfigMap(spec *k8s.BootstrapManifestsConfigSpec) runtime.Ob... function CoreDNSDeployment (line 217) | func CoreDNSDeployment(spec *k8s.BootstrapManifestsConfigSpec) runtime.O... FILE: internal/app/machined/pkg/controllers/k8s/internal/k8stemplates/crds.go function TalosServiceAccountCRDTemplate (line 17) | func TalosServiceAccountCRDTemplate() runtime.Object { FILE: internal/app/machined/pkg/controllers/k8s/internal/k8stemplates/csr.go function CSRNodeBootstrapTemplate (line 14) | func CSRNodeBootstrapTemplate() runtime.Object { function CSRApproverRoleBindingTemplate (line 44) | func CSRApproverRoleBindingTemplate() runtime.Object { function CSRRenewalRoleBindingTemplate (line 69) | func CSRRenewalRoleBindingTemplate() runtime.Object { FILE: internal/app/machined/pkg/controllers/k8s/internal/k8stemplates/flannel.go function FlannelClusterRoleTemplate (line 25) | func FlannelClusterRoleTemplate(spec *k8s.BootstrapManifestsConfigSpec) ... function FlannelClusterRoleBindingTemplate (line 71) | func FlannelClusterRoleBindingTemplate() runtime.Object { function FlannelServiceAccountTemplate (line 100) | func FlannelServiceAccountTemplate() runtime.Object { function FlannelConfigMapTemplate (line 118) | func FlannelConfigMapTemplate(spec *k8s.BootstrapManifestsConfigSpec) ru... function FlannelDaemonSetTemplate (line 198) | func FlannelDaemonSetTemplate(spec *k8s.BootstrapManifestsConfigSpec) ru... FILE: internal/app/machined/pkg/controllers/k8s/internal/k8stemplates/k8stemplates.go function Marshal (line 30) | func Marshal(obj runtime.Object) ([]byte, error) { function MarshalTo (line 41) | func MarshalTo(obj runtime.Object, w io.Writer) error { FILE: internal/app/machined/pkg/controllers/k8s/internal/k8stemplates/k8stemplates_test.go function TestTemplates (line 20) | func TestTemplates(t *testing.T) { FILE: internal/app/machined/pkg/controllers/k8s/internal/k8stemplates/kube-proxy.go function KubeProxyDaemonSetTemplate (line 21) | func KubeProxyDaemonSetTemplate(spec *k8s.BootstrapManifestsConfigSpec) ... function KubeProxyServiceAccount (line 152) | func KubeProxyServiceAccount() runtime.Object { function KubeProxyClusterRoleBinding (line 166) | func KubeProxyClusterRoleBinding() runtime.Object { FILE: internal/app/machined/pkg/controllers/k8s/internal/k8stemplates/kubeconfig.go function KubeconfigInClusterTemplate (line 18) | func KubeconfigInClusterTemplate(spec *k8s.BootstrapManifestsConfigSpec)... FILE: internal/app/machined/pkg/controllers/k8s/internal/k8stemplates/kubelet.go function KubeletBootstrapTokenSecret (line 16) | func KubeletBootstrapTokenSecret(secrets *secrets.KubernetesRootSpec) ru... FILE: internal/app/machined/pkg/controllers/k8s/internal/k8stemplates/talos.go function TalosNodesRBACClusterRoleBinding (line 16) | func TalosNodesRBACClusterRoleBinding() runtime.Object { function TalosNodesRBACClusterRole (line 49) | func TalosNodesRBACClusterRole() runtime.Object { FILE: internal/app/machined/pkg/controllers/k8s/internal/nodename/nodename.go function FromHostname (line 24) | func FromHostname(hostname string) (string, error) { FILE: internal/app/machined/pkg/controllers/k8s/internal/nodename/nodename_test.go function TestFromHostname (line 15) | func TestFromHostname(t *testing.T) { FILE: internal/app/machined/pkg/controllers/k8s/internal/nodewatch/nodewatch.go type NodeWatcher (line 25) | type NodeWatcher struct method Nodename (line 41) | func (r *NodeWatcher) Nodename() string { method Get (line 46) | func (r *NodeWatcher) Get() (*corev1.Node, error) { method Watch (line 51) | func (r *NodeWatcher) Watch(ctx context.Context, logger *zap.Logger) (... function NewNodeWatcher (line 33) | func NewNodeWatcher(client *kubernetes.Client, nodename string) *NodeWat... FILE: internal/app/machined/pkg/controllers/k8s/k8s.go constant CloudProviderExternal (line 13) | CloudProviderExternal = "external" function init (line 15) | func init() { FILE: internal/app/machined/pkg/controllers/k8s/kubelet_config.go function NewKubeletConfigController (line 29) | func NewKubeletConfigController() *KubeletConfigController { FILE: internal/app/machined/pkg/controllers/k8s/kubelet_config_test.go type KubeletConfigSuite (line 33) | type KubeletConfigSuite struct method SetupTest (line 45) | func (suite *KubeletConfigSuite) SetupTest() { method startRuntime (line 60) | func (suite *KubeletConfigSuite) startRuntime() { method createStaticPodServerStatus (line 66) | func (suite *KubeletConfigSuite) createStaticPodServerStatus() { method TestReconcile (line 74) | func (suite *KubeletConfigSuite) TestReconcile() { method TestReconcileDefaults (line 181) | func (suite *KubeletConfigSuite) TestReconcileDefaults() { method TearDownTest (line 247) | func (suite *KubeletConfigSuite) TearDownTest() { function TestKubeletConfigSuite (line 255) | func TestKubeletConfigSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/k8s/kubelet_service.go type ServiceManager (line 45) | type ServiceManager interface type KubeletServiceController (line 53) | type KubeletServiceController struct method Name (line 59) | func (ctrl *KubeletServiceController) Name() string { method Inputs (line 64) | func (ctrl *KubeletServiceController) Inputs() []controller.Input { method Outputs (line 69) | func (ctrl *KubeletServiceController) Outputs() []controller.Output { method Run (line 76) | func (ctrl *KubeletServiceController) Run(ctx context.Context, r contr... method handlePolicyChange (line 224) | func (ctrl *KubeletServiceController) handlePolicyChange(cfgSpec *k8s.... method writePKI (line 300) | func (ctrl *KubeletServiceController) writePKI(secretSpec *secrets.Kub... method writeConfig (line 342) | func (ctrl *KubeletServiceController) writeConfig(cfgSpec *k8s.Kubelet... method writeKubeletCredentialProviderConfig (line 367) | func (ctrl *KubeletServiceController) writeKubeletCredentialProviderCo... method updateKubeconfig (line 397) | func (ctrl *KubeletServiceController) updateKubeconfig(newEndpoint *ur... method refreshKubeletCerts (line 435) | func (ctrl *KubeletServiceController) refreshKubeletCerts(expectedNode... method refreshSelfServingCert (line 504) | func (ctrl *KubeletServiceController) refreshSelfServingCert() error { method readKubeletClientCertificate (line 523) | func (ctrl *KubeletServiceController) readKubeletClientCertificate() (... function loadPolicyFromFile (line 256) | func loadPolicyFromFile(filename string) (string, error) { function equalPolicy (line 273) | func equalPolicy(current, newOne string) bool { function getFromMap (line 285) | func getFromMap[T any](m map[string]any, key string) (optional.Optional[... FILE: internal/app/machined/pkg/controllers/k8s/kubelet_spec.go type KubeletSpecController (line 39) | type KubeletSpecController struct method Name (line 44) | func (ctrl *KubeletSpecController) Name() string { method Inputs (line 49) | func (ctrl *KubeletSpecController) Inputs() []controller.Input { method Outputs (line 79) | func (ctrl *KubeletSpecController) Outputs() []controller.Output { method Run (line 91) | func (ctrl *KubeletSpecController) Run(ctx context.Context, r controll... function prepareExtraConfig (line 238) | func prepareExtraConfig(extraConfig map[string]any) (*kubeletconfig.Kube... function NewKubeletConfiguration (line 266) | func NewKubeletConfiguration(cfgSpec *k8s.KubeletConfigSpec, kubeletVers... FILE: internal/app/machined/pkg/controllers/k8s/kubelet_spec_test.go type KubeletSpecSuite (line 34) | type KubeletSpecSuite struct method TestReconcileDefault (line 38) | func (suite *KubeletSpecSuite) TestReconcileDefault() { method TestReconcileWithExplicitNodeIP (line 92) | func (suite *KubeletSpecSuite) TestReconcileWithExplicitNodeIP() { method TestReconcileWithContainerRuntimeEndpointFlag (line 127) | func (suite *KubeletSpecSuite) TestReconcileWithContainerRuntimeEndpoi... method TestReconcileWithExtraConfig (line 176) | func (suite *KubeletSpecSuite) TestReconcileWithExtraConfig() { method TestReconcileWithSkipNodeRegistration (line 221) | func (suite *KubeletSpecSuite) TestReconcileWithSkipNodeRegistration() { function TestKubeletSpecSuite (line 269) | func TestKubeletSpecSuite(t *testing.T) { function TestNewKubeletConfigurationFail (line 282) | func TestNewKubeletConfigurationFail(t *testing.T) { function TestNewKubeletConfigurationMerge (line 341) | func TestNewKubeletConfigurationMerge(t *testing.T) { FILE: internal/app/machined/pkg/controllers/k8s/kubelet_static_pod.go type KubeletStaticPodController (line 27) | type KubeletStaticPodController struct method Name (line 30) | func (ctrl *KubeletStaticPodController) Name() string { method Inputs (line 35) | func (ctrl *KubeletStaticPodController) Inputs() []controller.Input { method Outputs (line 65) | func (ctrl *KubeletStaticPodController) Outputs() []controller.Output { method Run (line 77) | func (ctrl *KubeletStaticPodController) Run(ctx context.Context, r con... method teardownStatuses (line 172) | func (ctrl *KubeletStaticPodController) teardownStatuses(ctx context.C... method refreshPodStatus (line 188) | func (ctrl *KubeletStaticPodController) refreshPodStatus(ctx context.C... FILE: internal/app/machined/pkg/controllers/k8s/kubeprism.go type KubePrismController (line 28) | type KubePrismController struct method Name (line 37) | func (ctrl *KubePrismController) Name() string { method Inputs (line 42) | func (ctrl *KubePrismController) Inputs() []controller.Input { method Outputs (line 54) | func (ctrl *KubePrismController) Outputs() []controller.Output { method Run (line 66) | func (ctrl *KubePrismController) Run(ctx context.Context, r controller... method writeKubePrismStatus (line 133) | func (ctrl *KubePrismController) writeKubePrismStatus( method startKubePrism (line 185) | func (ctrl *KubePrismController) startKubePrism(lbCfg *k8s.KubePrismCo... method takeTickerC (line 224) | func (ctrl *KubePrismController) takeTickerC() <-chan time.Time { method endpoint (line 244) | func (ctrl *KubePrismController) endpoint() string { method upstreamChan (line 248) | func (ctrl *KubePrismController) upstreamChan() chan []string { method stopKubePrism (line 256) | func (ctrl *KubePrismController) stopKubePrism(logger *zap.Logger) err... function makeEndpoints (line 218) | func makeEndpoints(spec *k8s.KubePrismConfigSpec) []string { function replaceWithZero (line 273) | func replaceWithZero[T any](v *T) T { FILE: internal/app/machined/pkg/controllers/k8s/kubeprism_config.go function NewKubePrismConfigController (line 27) | func NewKubePrismConfigController() *KubePrismConfigController { function toPort (line 70) | func toPort(port string) uint32 { FILE: internal/app/machined/pkg/controllers/k8s/kubeprism_config_test.go type KubePrismConfigControllerSuite (line 22) | type KubePrismConfigControllerSuite struct method TestGeneration (line 26) | func (suite *KubePrismConfigControllerSuite) TestGeneration() { function TestEndpointsBalancerConfigControllerSuite (line 131) | func TestEndpointsBalancerConfigControllerSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/k8s/kubeprism_endpoints.go function NewKubePrismEndpointsController (line 28) | func NewKubePrismEndpointsController() *KubePrismEndpointsController { FILE: internal/app/machined/pkg/controllers/k8s/kubeprism_endpoints_test.go type KubePrismControllerSuite (line 27) | type KubePrismControllerSuite struct method TestGeneration (line 31) | func (suite *KubePrismControllerSuite) TestGeneration() { function must (line 112) | func must[T any](res T, err error) func(t *require.Assertions) T { function TestEndpointsBalancerControllerSuite (line 120) | func TestEndpointsBalancerControllerSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/k8s/manifest.go type ManifestController (line 26) | type ManifestController struct method Name (line 29) | func (ctrl *ManifestController) Name() string { method Inputs (line 34) | func (ctrl *ManifestController) Inputs() []controller.Input { method Outputs (line 51) | func (ctrl *ManifestController) Outputs() []controller.Output { method Run (line 63) | func (ctrl *ManifestController) Run(ctx context.Context, r controller.... method render (line 150) | func (ctrl *ManifestController) render(cfg k8s.BootstrapManifestsConfi... method teardownAll (line 259) | func (ctrl *ManifestController) teardownAll(ctx context.Context, r con... type renderedManifest (line 145) | type renderedManifest struct type TalosServiceAccount (line 280) | type TalosServiceAccount struct FILE: internal/app/machined/pkg/controllers/k8s/manifest_apply.go type ManifestApplyController (line 51) | type ManifestApplyController struct method Name (line 54) | func (ctrl *ManifestApplyController) Name() string { method Inputs (line 59) | func (ctrl *ManifestApplyController) Inputs() []controller.Input { method Outputs (line 82) | func (ctrl *ManifestApplyController) Outputs() []controller.Output { method Run (line 94) | func (ctrl *ManifestApplyController) Run(ctx context.Context, r contro... method applyManifests (line 158) | func (ctrl *ManifestApplyController) applyManifests( method apply (line 227) | func (ctrl *ManifestApplyController) apply( function isNamespace (line 380) | func isNamespace(gvk schema.GroupVersionKind) bool { function isCRD (line 384) | func isCRD(gvk schema.GroupVersionKind) bool { FILE: internal/app/machined/pkg/controllers/k8s/manifest_test.go type ManifestSuite (line 34) | type ManifestSuite struct method SetupTest (line 46) | func (suite *ManifestSuite) SetupTest() { method startRuntime (line 61) | func (suite *ManifestSuite) startRuntime() { method assertManifests (line 68) | func (suite *ManifestSuite) assertManifests(manifests []string) error { method TestReconcileDefaults (line 113) | func (suite *ManifestSuite) TestReconcileDefaults() { method TestReconcileDisableKubeProxy (line 143) | func (suite *ManifestSuite) TestReconcileDisableKubeProxy() { method TestReconcileKubeProxyExtraArgs (line 174) | func (suite *ManifestSuite) TestReconcileKubeProxyExtraArgs() { method TestReconcileIPv6 (line 228) | func (suite *ManifestSuite) TestReconcileIPv6() { method TearDownTest (line 313) | func (suite *ManifestSuite) TearDownTest() { function TestManifestSuite (line 321) | func TestManifestSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/k8s/node_annotation_spec.go type NodeAnnotationSpecController (line 25) | type NodeAnnotationSpecController struct method Name (line 28) | func (ctrl *NodeAnnotationSpecController) Name() string { method Inputs (line 33) | func (ctrl *NodeAnnotationSpecController) Inputs() []controller.Input { method Outputs (line 50) | func (ctrl *NodeAnnotationSpecController) Outputs() []controller.Output { method Run (line 62) | func (ctrl *NodeAnnotationSpecController) Run(ctx context.Context, r c... FILE: internal/app/machined/pkg/controllers/k8s/node_annotation_spec_test.go type NodeAnnotationsSuite (line 27) | type NodeAnnotationsSuite struct method updateMachineConfig (line 44) | func (suite *NodeAnnotationsSuite) updateMachineConfig(annotations map... method TestChangeLabel (line 65) | func (suite *NodeAnnotationsSuite) TestChangeLabel() { method TestExtensionAnnotations (line 92) | func (suite *NodeAnnotationsSuite) TestExtensionAnnotations() { function TestNodeAnnotationsSuite (line 31) | func TestNodeAnnotationsSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/k8s/node_apply.go type NodeApplyController (line 36) | type NodeApplyController struct method Name (line 39) | func (ctrl *NodeApplyController) Name() string { method Inputs (line 44) | func (ctrl *NodeApplyController) Inputs() []controller.Input { method Outputs (line 94) | func (ctrl *NodeApplyController) Outputs() []controller.Output { method Run (line 99) | func (ctrl *NodeApplyController) Run(ctx context.Context, r controller... method getNodeLabelSpecs (line 115) | func (ctrl *NodeApplyController) getNodeLabelSpecs(ctx context.Context... method getNodeAnnotationSpecs (line 130) | func (ctrl *NodeApplyController) getNodeAnnotationSpecs(ctx context.Co... method getNodeTaintSpecs (line 145) | func (ctrl *NodeApplyController) getNodeTaintSpecs(ctx context.Context... method getNodeCordoned (line 160) | func (ctrl *NodeApplyController) getNodeCordoned(ctx context.Context, ... method getK8sClient (line 169) | func (ctrl *NodeApplyController) getK8sClient(ctx context.Context, r c... method reconcileWithK8s (line 188) | func (ctrl *NodeApplyController) reconcileWithK8s( method sync (line 244) | func (ctrl *NodeApplyController) sync( method syncOnce (line 301) | func (ctrl *NodeApplyController) syncOnce( method applyNodeKV (line 356) | func (ctrl *NodeApplyController) applyNodeKV(logger *zap.Logger, nodeK... method ApplyLabels (line 397) | func (ctrl *NodeApplyController) ApplyLabels(logger *zap.Logger, node ... method ApplyAnnotations (line 404) | func (ctrl *NodeApplyController) ApplyAnnotations(logger *zap.Logger, ... method ApplyTaints (line 413) | func (ctrl *NodeApplyController) ApplyTaints(logger *zap.Logger, node ... method ApplyCordoned (line 469) | func (ctrl *NodeApplyController) ApplyCordoned(logger *zap.Logger, nod... function umarshalOwnedAnnotation (line 264) | func umarshalOwnedAnnotation(node *v1.Node, annotation string) (map[stri... function marshalOwnedAnnotation (line 283) | func marshalOwnedAnnotation(node *v1.Node, annotation string, ownedMap m... FILE: internal/app/machined/pkg/controllers/k8s/node_apply_test.go function TestApplyLabels (line 22) | func TestApplyLabels(t *testing.T) { //nolint:dupl function TestApplyAnnotations (line 141) | func TestApplyAnnotations(t *testing.T) { //nolint:dupl function TestApplyTaints (line 260) | func TestApplyTaints(t *testing.T) { function TestApplyCordoned (line 443) | func TestApplyCordoned(t *testing.T) { FILE: internal/app/machined/pkg/controllers/k8s/node_cordoned_spec.go type NodeCordonedSpecController (line 22) | type NodeCordonedSpecController struct method Name (line 25) | func (ctrl *NodeCordonedSpecController) Name() string { method Inputs (line 30) | func (ctrl *NodeCordonedSpecController) Inputs() []controller.Input { method Outputs (line 42) | func (ctrl *NodeCordonedSpecController) Outputs() []controller.Output { method Run (line 54) | func (ctrl *NodeCordonedSpecController) Run(ctx context.Context, r con... FILE: internal/app/machined/pkg/controllers/k8s/node_cordoned_spec_test.go type NodeCordonedSuite (line 23) | type NodeCordonedSuite struct method updateMachineStage (line 40) | func (suite *NodeCordonedSuite) updateMachineStage(stage runtime.Machi... method TestBootingRunning (line 57) | func (suite *NodeCordonedSuite) TestBootingRunning() { method TestResetting (line 67) | func (suite *NodeCordonedSuite) TestResetting() { function TestNodeCordonedSuite (line 27) | func TestNodeCordonedSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/k8s/node_label_spec.go type NodeLabelSpecController (line 26) | type NodeLabelSpecController struct method Name (line 29) | func (ctrl *NodeLabelSpecController) Name() string { method Inputs (line 34) | func (ctrl *NodeLabelSpecController) Inputs() []controller.Input { method Outputs (line 51) | func (ctrl *NodeLabelSpecController) Outputs() []controller.Output { method Run (line 63) | func (ctrl *NodeLabelSpecController) Run(ctx context.Context, r contro... function extensionsToNodeKV (line 114) | func extensionsToNodeKV(ctx context.Context, r controller.Reader, spec m... FILE: internal/app/machined/pkg/controllers/k8s/node_label_spec_test.go type NodeLabelsSuite (line 29) | type NodeLabelsSuite struct method updateMachineConfig (line 46) | func (suite *NodeLabelsSuite) updateMachineConfig(machineType machine.... method TestAddLabel (line 68) | func (suite *NodeLabelsSuite) TestAddLabel() { method TestChangeLabel (line 86) | func (suite *NodeLabelsSuite) TestChangeLabel() { method TestDeleteLabel (line 117) | func (suite *NodeLabelsSuite) TestDeleteLabel() { method TestExtensionLabels (line 139) | func (suite *NodeLabelsSuite) TestExtensionLabels() { function TestNodeLabelsSuite (line 33) | func TestNodeLabelsSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/k8s/node_status.go constant watchErrorsThreshold (line 29) | watchErrorsThreshold = 5 type NodeStatusController (line 32) | type NodeStatusController struct method Name (line 35) | func (ctrl *NodeStatusController) Name() string { method Inputs (line 40) | func (ctrl *NodeStatusController) Inputs() []controller.Input { method Outputs (line 52) | func (ctrl *NodeStatusController) Outputs() []controller.Output { method Run (line 64) | func (ctrl *NodeStatusController) Run(ctx context.Context, r controlle... FILE: internal/app/machined/pkg/controllers/k8s/node_taint_spec.go type NodeTaintSpecController (line 25) | type NodeTaintSpecController struct method Name (line 28) | func (ctrl *NodeTaintSpecController) Name() string { method Inputs (line 33) | func (ctrl *NodeTaintSpecController) Inputs() []controller.Input { method Outputs (line 45) | func (ctrl *NodeTaintSpecController) Outputs() []controller.Output { method Run (line 57) | func (ctrl *NodeTaintSpecController) Run(ctx context.Context, r contro... function createTaint (line 100) | func createTaint(ctx context.Context, r controller.Runtime, key string, ... FILE: internal/app/machined/pkg/controllers/k8s/node_taint_spec_test.go type NodeTaintsSuite (line 29) | type NodeTaintsSuite struct method updateMachineConfig (line 46) | func (suite *NodeTaintsSuite) updateMachineConfig(machineType machine.... method TestWorker (line 74) | func (suite *NodeTaintsSuite) TestWorker() { method TestControlplane (line 80) | func (suite *NodeTaintsSuite) TestControlplane() { method TestCustomTaints (line 94) | func (suite *NodeTaintsSuite) TestCustomTaints() { function TestNodeTaintsSuite (line 33) | func TestNodeTaintsSuite(t *testing.T) { type customTaint (line 114) | type customTaint struct FILE: internal/app/machined/pkg/controllers/k8s/nodeip.go type NodeIPController (line 27) | type NodeIPController struct method Name (line 30) | func (ctrl *NodeIPController) Name() string { method Inputs (line 35) | func (ctrl *NodeIPController) Inputs() []controller.Input { method Outputs (line 53) | func (ctrl *NodeIPController) Outputs() []controller.Output { method Run (line 65) | func (ctrl *NodeIPController) Run(ctx context.Context, r controller.Ru... FILE: internal/app/machined/pkg/controllers/k8s/nodeip_config.go function NewNodeIPConfigController (line 27) | func NewNodeIPConfigController() *NodeIPConfigController { function ipSubnetsFromServiceCIDRs (line 92) | func ipSubnetsFromServiceCIDRs(serviceCIDRs []string) ([]string, error) { FILE: internal/app/machined/pkg/controllers/k8s/nodeip_config_test.go type NodeIPConfigSuite (line 26) | type NodeIPConfigSuite struct method TestReconcileWithSubnets (line 30) | func (suite *NodeIPConfigSuite) TestReconcileWithSubnets() { method TestReconcileWithNewVIPs (line 90) | func (suite *NodeIPConfigSuite) TestReconcileWithNewVIPs() { method TestReconcileDefaults (line 131) | func (suite *NodeIPConfigSuite) TestReconcileDefaults() { function TestNodeIPConfigSuite (line 168) | func TestNodeIPConfigSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/k8s/nodeip_test.go type NodeIPSuite (line 24) | type NodeIPSuite struct method TestReconcileIPv4 (line 28) | func (suite *NodeIPSuite) TestReconcileIPv4() { method TestReconcileDefaultSubnets (line 51) | func (suite *NodeIPSuite) TestReconcileDefaultSubnets() { method TestReconcileNoMatch (line 73) | func (suite *NodeIPSuite) TestReconcileNoMatch() { method TestReconcileIPv6Denies (line 102) | func (suite *NodeIPSuite) TestReconcileIPv6Denies() { function TestNodeIPSuite (line 124) | func TestNodeIPSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/k8s/nodename.go type NodenameController (line 24) | type NodenameController struct method Name (line 27) | func (ctrl *NodenameController) Name() string { method Inputs (line 32) | func (ctrl *NodenameController) Inputs() []controller.Input { method Outputs (line 50) | func (ctrl *NodenameController) Outputs() []controller.Output { method Run (line 62) | func (ctrl *NodenameController) Run(ctx context.Context, r controller.... FILE: internal/app/machined/pkg/controllers/k8s/nodename_test.go type NodenameSuite (line 26) | type NodenameSuite struct method assertNodename (line 30) | func (suite *NodenameSuite) assertNodename(expected string) { method TestDefault (line 36) | func (suite *NodenameSuite) TestDefault() { method TestFQDN (line 67) | func (suite *NodenameSuite) TestFQDN() { function TestNodenameSuite (line 102) | func TestNodenameSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/k8s/render_config_static_pods.go type RenderConfigsStaticPodController (line 32) | type RenderConfigsStaticPodController struct method Name (line 35) | func (ctrl *RenderConfigsStaticPodController) Name() string { method Inputs (line 40) | func (ctrl *RenderConfigsStaticPodController) Inputs() []controller.In... method Outputs (line 66) | func (ctrl *RenderConfigsStaticPodController) Outputs() []controller.O... method Run (line 78) | func (ctrl *RenderConfigsStaticPodController) Run(ctx context.Context,... function admissionControlConfig (line 237) | func admissionControlConfig(spec *k8s.AdmissionControlConfigSpec) func()... function auditPolicyConfig (line 265) | func auditPolicyConfig(spec *k8s.AuditPolicyConfigSpec) func() (runtime.... function schedulerConfig (line 277) | func schedulerConfig(spec *k8s.SchedulerConfigSpec) func() (runtime.Obje... function authorizationConfig (line 293) | func authorizationConfig(spec *k8s.AuthorizationConfigSpec, kubeAPIServe... FILE: internal/app/machined/pkg/controllers/k8s/render_secrets_static_pod.go type RenderSecretsStaticPodController (line 31) | type RenderSecretsStaticPodController struct method Name (line 34) | func (ctrl *RenderSecretsStaticPodController) Name() string { method Inputs (line 39) | func (ctrl *RenderSecretsStaticPodController) Inputs() []controller.In... method Outputs (line 75) | func (ctrl *RenderSecretsStaticPodController) Outputs() []controller.O... method Run (line 87) | func (ctrl *RenderSecretsStaticPodController) Run(ctx context.Context,... FILE: internal/app/machined/pkg/controllers/k8s/static_endpoint.go type StaticEndpointController (line 25) | type StaticEndpointController struct method Name (line 28) | func (ctrl *StaticEndpointController) Name() string { method Inputs (line 33) | func (ctrl *StaticEndpointController) Inputs() []controller.Input { method Outputs (line 45) | func (ctrl *StaticEndpointController) Outputs() []controller.Output { method Run (line 57) | func (ctrl *StaticEndpointController) Run(ctx context.Context, r contr... FILE: internal/app/machined/pkg/controllers/k8s/static_endpoint_test.go type StaticEndpointControllerSuite (line 25) | type StaticEndpointControllerSuite struct method TestReconcile (line 29) | func (suite *StaticEndpointControllerSuite) TestReconcile() { method TestReconcileHostname (line 62) | func (suite *StaticEndpointControllerSuite) TestReconcileHostname() { function TestStaticEndpointControllerSuite (line 92) | func TestStaticEndpointControllerSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/k8s/static_pod_config.go type StaticPodConfigController (line 25) | type StaticPodConfigController struct method Name (line 28) | func (ctrl *StaticPodConfigController) Name() string { method Inputs (line 33) | func (ctrl *StaticPodConfigController) Inputs() []controller.Input { method Outputs (line 45) | func (ctrl *StaticPodConfigController) Outputs() []controller.Output { method Run (line 57) | func (ctrl *StaticPodConfigController) Run(ctx context.Context, r cont... FILE: internal/app/machined/pkg/controllers/k8s/static_pod_config_test.go type StaticPodConfigSuite (line 31) | type StaticPodConfigSuite struct method SetupTest (line 43) | func (suite *StaticPodConfigSuite) SetupTest() { method startRuntime (line 58) | func (suite *StaticPodConfigSuite) startRuntime() { method assertResource (line 64) | func (suite *StaticPodConfigSuite) assertResource( method assertNoResource (line 82) | func (suite *StaticPodConfigSuite) assertNoResource(md resource.Metada... method TestReconcile (line 97) | func (suite *StaticPodConfigSuite) TestReconcile() { method TearDownTest (line 189) | func (suite *StaticPodConfigSuite) TearDownTest() { function TestStaticPodConfigSuite (line 197) | func TestStaticPodConfigSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/k8s/static_pod_server.go type StaticPodServerController (line 23) | type StaticPodServerController struct method Name (line 31) | func (ctrl *StaticPodServerController) Name() string { method Inputs (line 36) | func (ctrl *StaticPodServerController) Inputs() []controller.Input { method Outputs (line 47) | func (ctrl *StaticPodServerController) Outputs() []controller.Output { method Run (line 67) | func (ctrl *StaticPodServerController) Run(ctx context.Context, r cont... method buildPodList (line 98) | func (ctrl *StaticPodServerController) buildPodList(ctx context.Contex... method createServer (line 150) | func (ctrl *StaticPodServerController) createServer(ctx context.Contex... type pod (line 56) | type pod type podList (line 58) | type podList struct FILE: internal/app/machined/pkg/controllers/k8s/static_pod_server_test.go type StaticPodListSuite (line 30) | type StaticPodListSuite struct method SetupTest (line 42) | func (suite *StaticPodListSuite) SetupTest() { method startRuntime (line 57) | func (suite *StaticPodListSuite) startRuntime() { method assertResource (line 63) | func (suite *StaticPodListSuite) assertResource( method getResource (line 81) | func (suite *StaticPodListSuite) getResource( method TestCreatesStaticPodServerStatus (line 116) | func (suite *StaticPodListSuite) TestCreatesStaticPodServerStatus() { method TestServesStaticPodList (line 142) | func (suite *StaticPodListSuite) TestServesStaticPodList() { method TearDownTest (line 175) | func (suite *StaticPodListSuite) TearDownTest() { function newTestPod (line 105) | func newTestPod(name string) *k8s.StaticPod { function TestStaticPodListSuite (line 183) | func TestStaticPodListSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/kubeaccess/config.go function NewConfigController (line 23) | func NewConfigController() *ConfigController { FILE: internal/app/machined/pkg/controllers/kubeaccess/config_test.go type ConfigSuite (line 24) | type ConfigSuite struct method TestReconcileConfig (line 28) | func (suite *ConfigSuite) TestReconcileConfig() { method TestReconcileDisabled (line 54) | func (suite *ConfigSuite) TestReconcileDisabled() { method TestReconcileWorker (line 73) | func (suite *ConfigSuite) TestReconcileWorker() { function TestConfigSuite (line 94) | func TestConfigSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/kubeaccess/endpoint.go type EndpointController (line 38) | type EndpointController struct method Name (line 41) | func (ctrl *EndpointController) Name() string { method Inputs (line 46) | func (ctrl *EndpointController) Inputs() []controller.Input { method Outputs (line 69) | func (ctrl *EndpointController) Outputs() []controller.Output { method Run (line 76) | func (ctrl *EndpointController) Run(ctx context.Context, r controller.... method manageEndpoints (line 140) | func (ctrl *EndpointController) manageEndpoints(ctx context.Context, l... method ensureTalosService (line 166) | func (ctrl *EndpointController) ensureTalosService(ctx context.Context... method ensureTalosEndpointSlices (line 208) | func (ctrl *EndpointController) ensureTalosEndpointSlices(ctx context.... method deleteTalosEndpointSlicesTyped (line 250) | func (ctrl *EndpointController) deleteTalosEndpointSlicesTyped(ctx con... method ensureTalosEndpointSlicesTyped (line 264) | func (ctrl *EndpointController) ensureTalosEndpointSlicesTyped( method cleanupTalosEndpoints (line 362) | func (ctrl *EndpointController) cleanupTalosEndpoints(ctx context.Cont... function PopulateEndpointSlice (line 331) | func PopulateEndpointSlice(endpointSlice *discoveryv1.EndpointSlice, end... FILE: internal/app/machined/pkg/controllers/kubeaccess/endpoint_test.go function TestPopulateEndpointSlice (line 21) | func TestPopulateEndpointSlice(t *testing.T) { FILE: internal/app/machined/pkg/controllers/kubeaccess/serviceaccount.go type CRDController (line 32) | type CRDController struct method Name (line 35) | func (ctrl *CRDController) Name() string { method Inputs (line 40) | func (ctrl *CRDController) Inputs() []controller.Input { method Outputs (line 64) | func (ctrl *CRDController) Outputs() []controller.Output { method Run (line 71) | func (ctrl *CRDController) Run(ctx context.Context, r controller.Runti... method runCRDController (line 185) | func (ctrl *CRDController) runCRDController( FILE: internal/app/machined/pkg/controllers/kubeaccess/serviceaccount/crd_controller.go constant certTTL (line 50) | certTTL = time.Hour * 6 constant certRenewThreshold (line 51) | certRenewThreshold = time.Hour * 1 constant successResourceSynced (line 53) | successResourceSynced = "Synced" constant messageResourceSynced (line 54) | messageResourceSynced = "Synced successfully" constant errResourceExists (line 56) | errResourceExists = "ErrResourceExists" constant messageResourceExists (line 57) | messageResourceExists = "%s already exists and is not managed by control... constant errRolesNotFound (line 59) | errRolesNotFound = "ErrRolesNotFound" constant messageRolesNotFound (line 60) | messageRolesNotFound = "Roles not found" constant errNamespaceNotAllowed (line 62) | errNamespaceNotAllowed = "ErrNamespaceNotAllowed" constant messageNamespaceNotAllowed (line 63) | messageNamespaceNotAllowed = "Namespace is not allowed: %s" constant errRolesNotAllowed (line 65) | errRolesNotAllowed = "ErrRolesNotAllowed" constant messageRolesNotAllowed (line 66) | messageRolesNotAllowed = "Roles not allowed: %v" constant controllerAgentName (line 68) | controllerAgentName = "talos-sa-controller" constant informerResyncPeriod (line 69) | informerResyncPeriod = time.Minute * 1 constant talosconfigContextName (line 71) | talosconfigContextName = "default" constant endpoint (line 72) | endpoint = constants.KubernetesTalosAPIServiceName + "." +... constant kindSecret (line 74) | kindSecret = "Secret" type CRDController (line 88) | type CRDController struct method Run (line 205) | func (t *CRDController) Run(ctx context.Context, workers int) error { method runWorker (line 249) | func (t *CRDController) runWorker(ctx context.Context) { method processNextWorkItem (line 254) | func (t *CRDController) processNextWorkItem(ctx context.Context) bool { method syncHandler (line 285) | func (t *CRDController) syncHandler(ctx context.Context, key string) e... method enqueueTalosSA (line 419) | func (t *CRDController) enqueueTalosSA(obj any) { method handleSecret (line 430) | func (t *CRDController) handleSecret(obj any) { method updateTalosSAStatus (line 474) | func (t *CRDController) updateTalosSAStatus( method needsUpdate (line 500) | func (t *CRDController) needsUpdate(secret *corev1.Secret, desiredRole... method newSecret (line 600) | func (t *CRDController) newSecret(talosSA *unstructured.Unstructured, ... method generateTalosconfig (line 619) | func (t *CRDController) generateTalosconfig(roles role.Set) ([]byte, e... function NewCRDController (line 115) | func NewCRDController( FILE: internal/app/machined/pkg/controllers/kubespan/config.go function NewConfigController (line 23) | func NewConfigController() *ConfigController { FILE: internal/app/machined/pkg/controllers/kubespan/config_test.go type ConfigSuite (line 24) | type ConfigSuite struct method TestReconcileConfig (line 28) | func (suite *ConfigSuite) TestReconcileConfig() { method TestReconcileDisabled (line 71) | func (suite *ConfigSuite) TestReconcileDisabled() { method TestReconcileMultiDoc (line 88) | func (suite *ConfigSuite) TestReconcileMultiDoc() { function TestConfigSuite (line 126) | func TestConfigSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/kubespan/endpoint.go type EndpointController (line 24) | type EndpointController struct method Name (line 27) | func (ctrl *EndpointController) Name() string { method Inputs (line 32) | func (ctrl *EndpointController) Inputs() []controller.Input { method Outputs (line 54) | func (ctrl *EndpointController) Outputs() []controller.Output { method Run (line 66) | func (ctrl *EndpointController) Run(ctx context.Context, r controller.... FILE: internal/app/machined/pkg/controllers/kubespan/endpoint_test.go type EndpointSuite (line 22) | type EndpointSuite struct method TestReconcile (line 26) | func (suite *EndpointSuite) TestReconcile() { function TestEndpointSuite (line 100) | func TestEndpointSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/kubespan/identity.go type IdentityController (line 33) | type IdentityController struct method Name (line 38) | func (ctrl *IdentityController) Name() string { method Inputs (line 43) | func (ctrl *IdentityController) Inputs() []controller.Input { method Outputs (line 71) | func (ctrl *IdentityController) Outputs() []controller.Output { method Run (line 87) | func (ctrl *IdentityController) Run(ctx context.Context, r controller.... method establishIdentity (line 143) | func (ctrl *IdentityController) establishIdentity( FILE: internal/app/machined/pkg/controllers/kubespan/identity_test.go type IdentitySuite (line 28) | type IdentitySuite struct method TestGenerate (line 32) | func (suite *IdentitySuite) TestGenerate() { method TestLoad (line 81) | func (suite *IdentitySuite) TestLoad() { function TestIdentitySuite (line 135) | func TestIdentitySuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/kubespan/manager.go constant DefaultPeerReconcileInterval (line 38) | DefaultPeerReconcileInterval = 30 * time.Second type ManagerController (line 41) | type ManagerController struct method Name (line 47) | func (ctrl *ManagerController) Name() string { method Inputs (line 61) | func (ctrl *ManagerController) Inputs() []controller.Input { method Outputs (line 84) | func (ctrl *ManagerController) Outputs() []controller.Output { method Run (line 116) | func (ctrl *ManagerController) Run(ctx context.Context, r controller.R... method cleanup (line 576) | func (ctrl *ManagerController) cleanup(ctx context.Context, r controll... type WireguardClientFactory (line 52) | type WireguardClientFactory type WireguardClient (line 55) | type WireguardClient interface FILE: internal/app/machined/pkg/controllers/kubespan/manager_test.go type ManagerSuite (line 30) | type ManagerSuite struct method TestDisabled (line 36) | func (suite *ManagerSuite) TestDisabled() { method TestReconcile (line 73) | func (suite *ManagerSuite) TestReconcile() { type mockWireguardClient (line 45) | type mockWireguardClient struct method update (line 50) | func (mock *mockWireguardClient) update(newState *wgtypes.Device) { method Device (line 57) | func (mock *mockWireguardClient) Device(name string) (*wgtypes.Device,... method Close (line 68) | func (mock *mockWireguardClient) Close() error { function asUDP (line 438) | func asUDP(addr netip.AddrPort) *net.UDPAddr { function TestManagerSuite (line 446) | func TestManagerSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/kubespan/peer_spec.go type PeerSpecController (line 27) | type PeerSpecController struct method Name (line 30) | func (ctrl *PeerSpecController) Name() string { method Inputs (line 35) | func (ctrl *PeerSpecController) Inputs() []controller.Input { method Outputs (line 58) | func (ctrl *PeerSpecController) Outputs() []controller.Output { method Run (line 70) | func (ctrl *PeerSpecController) Run(ctx context.Context, r controller.... function dumpSet (line 207) | func dumpSet(set *netipx.IPSet) []string { FILE: internal/app/machined/pkg/controllers/kubespan/peer_spec_test.go type PeerSpecSuite (line 28) | type PeerSpecSuite struct method TestReconcile (line 34) | func (suite *PeerSpecSuite) TestReconcile() { method TestIPOverlap (line 147) | func (suite *PeerSpecSuite) TestIPOverlap() { function TestPeerSpecSuite (line 212) | func TestPeerSpecSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/address_config.go type AddressConfigController (line 30) | type AddressConfigController struct method Name (line 36) | func (ctrl *AddressConfigController) Name() string { method Inputs (line 41) | func (ctrl *AddressConfigController) Inputs() []controller.Input { method Outputs (line 58) | func (ctrl *AddressConfigController) Outputs() []controller.Output { method Run (line 70) | func (ctrl *AddressConfigController) Run(ctx context.Context, r contro... method apply (line 137) | func (ctrl *AddressConfigController) apply(ctx context.Context, r cont... method loopbackDefaults (line 158) | func (ctrl *AddressConfigController) loopbackDefaults() []network.Addr... method parseCmdline (line 176) | func (ctrl *AddressConfigController) parseCmdline(logger *zap.Logger) ... method processDevicesConfiguration (line 227) | func (ctrl *AddressConfigController) processDevicesConfiguration(logge... method processMachineConfig (line 291) | func (ctrl *AddressConfigController) processMachineConfig(linkConfigs ... function parseIPOrIPPrefix (line 213) | func parseIPOrIPPrefix(address string) (netip.Prefix, error) { FILE: internal/app/machined/pkg/controllers/network/address_config_test.go type AddressConfigSuite (line 32) | type AddressConfigSuite struct method TestLoopback (line 36) | func (suite *AddressConfigSuite) TestLoopback() { method TestCmdline (line 50) | func (suite *AddressConfigSuite) TestCmdline() { method TestCmdlineNoNetmask (line 76) | func (suite *AddressConfigSuite) TestCmdlineNoNetmask() { method TestMachineConfigurationLegacy (line 114) | func (suite *AddressConfigSuite) TestMachineConfigurationLegacy() { method TestMachineConfiguration (line 199) | func (suite *AddressConfigSuite) TestMachineConfiguration() { function TestAddressConfigSuite (line 239) | func TestAddressConfigSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/address_event.go type AddressEventController (line 26) | type AddressEventController struct method Name (line 31) | func (ctrl *AddressEventController) Name() string { method Inputs (line 36) | func (ctrl *AddressEventController) Inputs() []controller.Input { method Outputs (line 56) | func (ctrl *AddressEventController) Outputs() []controller.Output { method Run (line 61) | func (ctrl *AddressEventController) Run(ctx context.Context, r control... FILE: internal/app/machined/pkg/controllers/network/address_event_test.go type mockEventsStream (line 30) | type mockEventsStream struct method Publish (line 35) | func (s *mockEventsStream) Publish(_ context.Context, m proto.Message) { type AddressEventsSuite (line 42) | type AddressEventsSuite struct method SetupTest (line 55) | func (suite *AddressEventsSuite) SetupTest() { method startRuntime (line 80) | func (suite *AddressEventsSuite) startRuntime() { method TestReconcile (line 86) | func (suite *AddressEventsSuite) TestReconcile() { method TearDownTest (line 176) | func (suite *AddressEventsSuite) TearDownTest() { function TestAddressEventsSuite (line 184) | func TestAddressEventsSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/address_merge.go function NewAddressMergeController (line 19) | func NewAddressMergeController() controller.Controller { FILE: internal/app/machined/pkg/controllers/network/address_merge_test.go type AddressMergeSuite (line 22) | type AddressMergeSuite struct method assertAddresses (line 26) | func (suite *AddressMergeSuite) assertAddresses(requiredIDs []string, ... method assertNoAddress (line 30) | func (suite *AddressMergeSuite) assertNoAddress(id string) { method TestMerge (line 34) | func (suite *AddressMergeSuite) TestMerge() { method TestMergeFlapping (line 104) | func (suite *AddressMergeSuite) TestMergeFlapping() { function TestAddressMergeSuite (line 127) | func TestAddressMergeSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/address_spec.go type AddressSpecController (line 32) | type AddressSpecController struct method Name (line 35) | func (ctrl *AddressSpecController) Name() string { method Inputs (line 40) | func (ctrl *AddressSpecController) Inputs() []controller.Input { method Outputs (line 51) | func (ctrl *AddressSpecController) Outputs() []controller.Output { method Run (line 58) | func (ctrl *AddressSpecController) Run(ctx context.Context, r controll... method syncAddress (line 168) | func (ctrl *AddressSpecController) syncAddress(ctx context.Context, r ... method gratuitousARP (line 266) | func (ctrl *AddressSpecController) gratuitousARP(logger *zap.Logger, l... function resolveLinkName (line 121) | func resolveLinkName(links []rtnetlink.LinkMessage, linkName string) uin... function findAddress (line 147) | func findAddress(addrs []rtnetlink.AddressMessage, linkIndex uint32, ipP... FILE: internal/app/machined/pkg/controllers/network/address_spec_test.go type AddressSpecSuite (line 30) | type AddressSpecSuite struct method uniqueDummyInterface (line 34) | func (suite *AddressSpecSuite) uniqueDummyInterface() string { method TestLoopback (line 92) | func (suite *AddressSpecSuite) TestLoopback() { method TestDummy (line 126) | func (suite *AddressSpecSuite) TestDummy() { method TestDummyAlias (line 187) | func (suite *AddressSpecSuite) TestDummyAlias() { function assertLinkAddress (line 38) | func assertLinkAddress(asrt *assert.Assertions, linkName, address string) { function assertNoLinkAddress (line 71) | func assertNoLinkAddress(asrt *assert.Assertions, linkName, address stri... function TestAddressSpecSuite (line 251) | func TestAddressSpecSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/address_status.go type AddressStatusController (line 24) | type AddressStatusController struct method Name (line 27) | func (ctrl *AddressStatusController) Name() string { method Inputs (line 32) | func (ctrl *AddressStatusController) Inputs() []controller.Input { method Outputs (line 37) | func (ctrl *AddressStatusController) Outputs() []controller.Output { method Run (line 49) | func (ctrl *AddressStatusController) Run(ctx context.Context, r contro... FILE: internal/app/machined/pkg/controllers/network/address_status_test.go type AddressStatusSuite (line 20) | type AddressStatusSuite struct method TestLoopback (line 24) | func (suite *AddressStatusSuite) TestLoopback() { function TestAddressStatusSuite (line 28) | func TestAddressStatusSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/cmdline.go type CmdlineNetworking (line 28) | type CmdlineNetworking struct type CmdlineLinkConfig (line 38) | type CmdlineLinkConfig struct function splitIPArgument (line 46) | func splitIPArgument(val string) []string { constant autoconfDHCP (line 73) | autoconfDHCP = "dhcp" function ParseCmdlineNetwork (line 78) | func ParseCmdlineNetwork(cmdline *procfs.Cmdline, linkNameResolver *netw... function parseBondOptions (line 373) | func parseBondOptions(options string) (v1alpha1.Bond, error) { FILE: internal/app/machined/pkg/controllers/network/cmdline_test.go function TestCmdlineParse (line 25) | func TestCmdlineParse(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/device_config.go type DeviceConfigController (line 26) | type DeviceConfigController struct method Name (line 39) | func (ctrl *DeviceConfigController) Name() string { method Inputs (line 44) | func (ctrl *DeviceConfigController) Inputs() []controller.Input { method Outputs (line 61) | func (ctrl *DeviceConfigController) Outputs() []controller.Output { method Run (line 73) | func (ctrl *DeviceConfigController) Run(ctx context.Context, r control... method getDevicesBySelector (line 159) | func (ctrl *DeviceConfigController) getDevicesBySelector(device talosc... method expandBondSelector (line 177) | func (ctrl *DeviceConfigController) expandBondSelector(device *v1alpha... method selectDevices (line 207) | func (ctrl *DeviceConfigController) selectDevices(selector talosconfig... type networkDevice (line 31) | type networkDevice struct FILE: internal/app/machined/pkg/controllers/network/device_config_test.go type DeviceConfigSpecSuite (line 28) | type DeviceConfigSpecSuite struct method TestDeviceConfigs (line 32) | func (suite *DeviceConfigSpecSuite) TestDeviceConfigs() { method TestSelectors (line 76) | func (suite *DeviceConfigSpecSuite) TestSelectors() { method TestBondSelectors (line 162) | func (suite *DeviceConfigSpecSuite) TestBondSelectors() { function TestDeviceConfigSpecSuite (line 241) | func TestDeviceConfigSpecSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/dns_resolve_cache.go type DNSResolveCacheController (line 31) | type DNSResolveCacheController struct method Name (line 41) | func (ctrl *DNSResolveCacheController) Name() string { method Inputs (line 46) | func (ctrl *DNSResolveCacheController) Inputs() []controller.Input { method Outputs (line 59) | func (ctrl *DNSResolveCacheController) Outputs() []controller.Output { method Run (line 69) | func (ctrl *DNSResolveCacheController) Run(ctx context.Context, r cont... method run (line 100) | func (ctrl *DNSResolveCacheController) run(ctx context.Context, r cont... method writeDNSStatus (line 165) | func (ctrl *DNSResolveCacheController) writeDNSStatus(ctx context.Cont... method init (line 175) | func (ctrl *DNSResolveCacheController) init(ctx context.Context) { method eventHook (line 195) | func (ctrl *DNSResolveCacheController) eventHook(event suture.Event) { function cleanupOutputs (line 159) | func cleanupOutputs(ctx context.Context, r controller.Runtime, resErr *e... type memberReader (line 204) | type memberReader struct method ReadMembers (line 206) | func (m *memberReader) ReadMembers(ctx context.Context) (iter.Seq[*clu... type addrsArr (line 215) | type addrsArr method MarshalLogArray (line 217) | func (a addrsArr) MarshalLogArray(encoder zapcore.ArrayEncoder) error { function allAddressPairs (line 227) | func allAddressPairs(addresses []netip.AddrPort) iter.Seq[dns.AddressPai... FILE: internal/app/machined/pkg/controllers/network/dns_resolve_cache_test.go type DNSServer (line 34) | type DNSServer struct method TestResolving (line 46) | func (suite *DNSServer) TestResolving() { method TestSetupStartStop (line 104) | func (suite *DNSServer) TestSetupStartStop() { method TestResolveMembers (line 149) | func (suite *DNSServer) TestResolveMembers() { function expectedDNSRunners (line 38) | func expectedDNSRunners(port string) []resource.ID { function TestDNSServer (line 251) | func TestDNSServer(t *testing.T) { function getDynamicPort (line 268) | func getDynamicPort(t *testing.T) string { function makeAddrs (line 284) | func makeAddrs(port string) []netip.AddrPort { type DNSUpstreams (line 290) | type DNSUpstreams struct method TestOrder (line 294) | func (suite *DNSUpstreams) TestOrder() { function TestDNSUpstreams (line 344) | func TestDNSUpstreams(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/dns_upstream.go type DNSUpstreamController (line 24) | type DNSUpstreamController struct method Name (line 27) | func (ctrl *DNSUpstreamController) Name() string { method Inputs (line 32) | func (ctrl *DNSUpstreamController) Inputs() []controller.Input { method Outputs (line 50) | func (ctrl *DNSUpstreamController) Outputs() []controller.Output { method Run (line 60) | func (ctrl *DNSUpstreamController) Run(ctx context.Context, r controll... method run (line 78) | func (ctrl *DNSUpstreamController) run(ctx context.Context, r controll... function existingConnections (line 133) | func existingConnections(ctx context.Context, r controller.Runtime) (fun... function cleanupUpstream (line 175) | func cleanupUpstream(ctx context.Context, r controller.Runtime, touchedI... FILE: internal/app/machined/pkg/controllers/network/etcfile.go type EtcFileController (line 40) | type EtcFileController struct method Name (line 49) | func (ctrl *EtcFileController) Name() string { method Inputs (line 54) | func (ctrl *EtcFileController) Inputs() []controller.Input { method Outputs (line 90) | func (ctrl *EtcFileController) Outputs() []controller.Output { method Run (line 102) | func (ctrl *EtcFileController) Run(ctx context.Context, r controller.R... method renderHosts (line 241) | func (ctrl *EtcFileController) renderHosts(hostnameStatus *network.Hos... function pickNameservers (line 213) | func pickNameservers(hostDNSCfg *network.HostDNSConfig, resolverStatus *... function renderResolvConf (line 222) | func renderResolvConf(nameservers iter.Seq2[int, netip.Addr], searchDoma... function createBindMountFileFd (line 285) | func createBindMountFileFd(root xfs.Root, src, dst string, mode os.FileM... FILE: internal/app/machined/pkg/controllers/network/etcfile_test.go type EtcFileConfigSuite (line 36) | type EtcFileConfigSuite struct method ExtraSetup (line 50) | func (suite *EtcFileConfigSuite) ExtraSetup() { method testFiles (line 135) | func (suite *EtcFileConfigSuite) testFiles(resources []resource.Resour... method TestComplete (line 207) | func (suite *EtcFileConfigSuite) TestComplete() { method TestExtraHostsNoHostname (line 220) | func (suite *EtcFileConfigSuite) TestExtraHostsNoHostname() { method TestNoExtraHosts (line 233) | func (suite *EtcFileConfigSuite) TestNoExtraHosts() { method TestNoSearchDomainLegacy (line 246) | func (suite *EtcFileConfigSuite) TestNoSearchDomainLegacy() { method TestNoSearchDomainNewStyle (line 269) | func (suite *EtcFileConfigSuite) TestNoSearchDomainNewStyle() { method TestNoDomainname (line 290) | func (suite *EtcFileConfigSuite) TestNoDomainname() { method TestOnlyResolvers (line 303) | func (suite *EtcFileConfigSuite) TestOnlyResolvers() { method TestOnlyHostname (line 314) | func (suite *EtcFileConfigSuite) TestOnlyHostname() { method ExtraTearDown (line 325) | func (suite *EtcFileConfigSuite) ExtraTearDown() { type etcFileContents (line 128) | type etcFileContents struct function TestEtcFileConfigSuite (line 341) | func TestEtcFileConfigSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/ethernet_config.go type EthernetConfigController (line 23) | type EthernetConfigController struct method Name (line 26) | func (ctrl *EthernetConfigController) Name() string { method Inputs (line 31) | func (ctrl *EthernetConfigController) Inputs() []controller.Input { method Outputs (line 43) | func (ctrl *EthernetConfigController) Outputs() []controller.Output { method Run (line 53) | func (ctrl *EthernetConfigController) Run(ctx context.Context, r contr... method apply (line 80) | func (ctrl *EthernetConfigController) apply(ctx context.Context, r con... FILE: internal/app/machined/pkg/controllers/network/ethernet_config_test.go type EthernetConfigSuite (line 23) | type EthernetConfigSuite struct method TestReconcile (line 27) | func (suite *EthernetConfigSuite) TestReconcile() { function TestEthernetConfigSuite (line 72) | func TestEthernetConfigSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/ethernet_spec.go type EthernetSpecController (line 25) | type EthernetSpecController struct method Name (line 28) | func (ctrl *EthernetSpecController) Name() string { method Inputs (line 33) | func (ctrl *EthernetSpecController) Inputs() []controller.Input { method Outputs (line 38) | func (ctrl *EthernetSpecController) Outputs() []controller.Output { method Run (line 43) | func (ctrl *EthernetSpecController) Run(ctx context.Context, r control... method apply (line 102) | func (ctrl *EthernetSpecController) apply( function optionalFromPtr (line 94) | func optionalFromPtr[T any](ptr *T) optional.Optional[T] { FILE: internal/app/machined/pkg/controllers/network/ethernet_status.go type EthernetStatusController (line 26) | type EthernetStatusController struct method Name (line 29) | func (ctrl *EthernetStatusController) Name() string { method Inputs (line 34) | func (ctrl *EthernetStatusController) Inputs() []controller.Input { method Outputs (line 39) | func (ctrl *EthernetStatusController) Outputs() []controller.Output { method Run (line 49) | func (ctrl *EthernetStatusController) Run(ctx context.Context, r contr... method reconcile (line 106) | func (ctrl *EthernetStatusController) reconcile( FILE: internal/app/machined/pkg/controllers/network/generic_merge.go type genericMergeFunc (line 19) | type genericMergeFunc function GenericMergeController (line 22) | func GenericMergeController[T typed.DeepCopyable[T], E typed.Extension](... type genericMergeController (line 36) | type genericMergeController struct method Name (line 44) | func (ctrl *genericMergeController[T, E]) Name() string { method Inputs (line 48) | func (ctrl *genericMergeController[T, E]) Inputs() []controller.Input { method Outputs (line 63) | func (ctrl *genericMergeController[T, E]) Outputs() []controller.Output { method Run (line 73) | func (ctrl *genericMergeController[T, E]) Run(ctx context.Context, r con... FILE: internal/app/machined/pkg/controllers/network/hardware_addr.go type HardwareAddrController (line 20) | type HardwareAddrController struct method Name (line 23) | func (ctrl *HardwareAddrController) Name() string { method Inputs (line 28) | func (ctrl *HardwareAddrController) Inputs() []controller.Input { method Outputs (line 39) | func (ctrl *HardwareAddrController) Outputs() []controller.Output { method Run (line 51) | func (ctrl *HardwareAddrController) Run(ctx context.Context, r control... FILE: internal/app/machined/pkg/controllers/network/hardware_addr_test.go type HardwareAddrSuite (line 22) | type HardwareAddrSuite struct method TestFirst (line 26) | func (suite *HardwareAddrSuite) TestFirst() { function TestHardwareAddrSuite (line 76) | func TestHardwareAddrSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/hostdns_config.go type HostDNSConfigController (line 28) | type HostDNSConfigController struct method Name (line 33) | func (ctrl *HostDNSConfigController) Name() string { method Inputs (line 38) | func (ctrl *HostDNSConfigController) Inputs() []controller.Input { method Outputs (line 50) | func (ctrl *HostDNSConfigController) Outputs() []controller.Output { method Run (line 66) | func (ctrl *HostDNSConfigController) Run(ctx context.Context, r contro... function updateSpec (line 138) | func updateSpec(ctx context.Context, r controller.Runtime, newServiceAdd... FILE: internal/app/machined/pkg/controllers/network/hostname_config.go type HostnameConfigController (line 30) | type HostnameConfigController struct method Name (line 35) | func (ctrl *HostnameConfigController) Name() string { method Inputs (line 40) | func (ctrl *HostnameConfigController) Inputs() []controller.Input { method Outputs (line 64) | func (ctrl *HostnameConfigController) Outputs() []controller.Output { method Run (line 76) | func (ctrl *HostnameConfigController) Run(ctx context.Context, r contr... method apply (line 154) | func (ctrl *HostnameConfigController) apply(ctx context.Context, r con... method getStableDefault (line 175) | func (ctrl *HostnameConfigController) getStableDefault(nodeID string) ... method getDefault (line 187) | func (ctrl *HostnameConfigController) getDefault(defaultAddr *network.... method parseCmdline (line 198) | func (ctrl *HostnameConfigController) parseCmdline(logger *zap.Logger)... method parseMachineConfiguration (line 225) | func (ctrl *HostnameConfigController) parseMachineConfiguration(logger... FILE: internal/app/machined/pkg/controllers/network/hostname_config_test.go type HostnameConfigSuite (line 30) | type HostnameConfigSuite struct method TestNoDefaultWithoutMachineConfig (line 34) | func (suite *HostnameConfigSuite) TestNoDefaultWithoutMachineConfig() { method TestDefaultIPBasedHostname (line 45) | func (suite *HostnameConfigSuite) TestDefaultIPBasedHostname() { method TestDefaultStableHostname (line 61) | func (suite *HostnameConfigSuite) TestDefaultStableHostname() { method TestCmdline (line 88) | func (suite *HostnameConfigSuite) TestCmdline() { method TestLegacyMachineConfiguration (line 104) | func (suite *HostnameConfigSuite) TestLegacyMachineConfiguration() { method TestMachineConfigurationStaticHostname (line 150) | func (suite *HostnameConfigSuite) TestMachineConfigurationStaticHostna... method TestMachineConfigurationDefaultStable (line 179) | func (suite *HostnameConfigSuite) TestMachineConfigurationDefaultStabl... function TestHostnameConfigSuite (line 202) | func TestHostnameConfigSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/hostname_merge.go function NewHostnameMergeController (line 20) | func NewHostnameMergeController() controller.Controller { FILE: internal/app/machined/pkg/controllers/network/hostname_merge_test.go type HostnameMergeSuite (line 20) | type HostnameMergeSuite struct method assertHostnames (line 24) | func (suite *HostnameMergeSuite) assertHostnames(requiredIDs []string,... method TestMerge (line 28) | func (suite *HostnameMergeSuite) TestMerge() { function TestHostnameMergeSuite (line 80) | func TestHostnameMergeSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/hostname_spec.go type HostnameSpecController (line 23) | type HostnameSpecController struct method Name (line 28) | func (ctrl *HostnameSpecController) Name() string { method Inputs (line 33) | func (ctrl *HostnameSpecController) Inputs() []controller.Input { method Outputs (line 44) | func (ctrl *HostnameSpecController) Outputs() []controller.Output { method Run (line 56) | func (ctrl *HostnameSpecController) Run(ctx context.Context, r control... FILE: internal/app/machined/pkg/controllers/network/hostname_spec_test.go type HostnameSpecSuite (line 27) | type HostnameSpecSuite struct method SetupTest (line 39) | func (suite *HostnameSpecSuite) SetupTest() { method startRuntime (line 60) | func (suite *HostnameSpecSuite) startRuntime() { method assertStatus (line 66) | func (suite *HostnameSpecSuite) assertStatus(id string, fqdn string) e... method TestSpec (line 88) | func (suite *HostnameSpecSuite) TestSpec() { method TearDownTest (line 109) | func (suite *HostnameSpecSuite) TearDownTest() { function TestHostnameSpecSuite (line 117) | func TestHostnameSpecSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/internal/addressutil/addressutil.go function DeduplicateIPPrefixes (line 14) | func DeduplicateIPPrefixes(in []netip.Prefix) []netip.Prefix { function FilterIPs (line 36) | func FilterIPs(addrs []netip.Prefix, includeSubnets, excludeSubnets []ne... FILE: internal/app/machined/pkg/controllers/network/internal/addressutil/addressutil_test.go function TestDeduplicateIPPrefixes (line 16) | func TestDeduplicateIPPrefixes(t *testing.T) { function TestFilterIPs (line 52) | func TestFilterIPs(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/internal/addressutil/broadcast.go function BroadcastAddr (line 17) | func BroadcastAddr(addr netip.Prefix) net.IP { FILE: internal/app/machined/pkg/controllers/network/internal/addressutil/broadcast_test.go function TestBroadcastAddr (line 18) | func TestBroadcastAddr(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/internal/addressutil/compare.go function CompareByAlgorithm (line 17) | func CompareByAlgorithm(algorithm nethelpers.AddressSortAlgorithm) func(... function ComparePrefixesLegacy (line 31) | func ComparePrefixesLegacy(a, b netip.Prefix) int { function family (line 40) | func family(a netip.Prefix) int { function ComparePrefixNew (line 51) | func ComparePrefixNew(a, b netip.Prefix) int { function CompareAddressStatuses (line 81) | func CompareAddressStatuses(comparePrefixes func(a, b netip.Prefix) int)... FILE: internal/app/machined/pkg/controllers/network/internal/addressutil/compare_test.go function toNetip (line 19) | func toNetip(prefixes ...string) []netip.Prefix { function toString (line 23) | func toString(prefixes []netip.Prefix) []string { function TestCompare (line 27) | func TestCompare(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/internal/probe/probe.go type Runner (line 23) | type Runner struct method Start (line 38) | func (runner *Runner) Start(ctx context.Context, notifyCh chan<- Notif... method Stop (line 51) | func (runner *Runner) Stop() { method run (line 60) | func (runner *Runner) run(ctx context.Context, notifyCh chan<- Notific... method probe (line 123) | func (runner *Runner) probe(ctx context.Context) error { method probeTCP (line 135) | func (runner *Runner) probeTCP(ctx context.Context) error { type Notification (line 32) | type Notification struct FILE: internal/app/machined/pkg/controllers/network/internal/probe/probe_test.go function TestProbeHTTP (line 24) | func TestProbeHTTP(t *testing.T) { function TestProbeConsecutiveFailures (line 80) | func TestProbeConsecutiveFailures(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/link_alias_config.go type LinkAliasConfigController (line 31) | type LinkAliasConfigController struct method Name (line 34) | func (ctrl *LinkAliasConfigController) Name() string { method Inputs (line 39) | func (ctrl *LinkAliasConfigController) Inputs() []controller.Input { method Outputs (line 56) | func (ctrl *LinkAliasConfigController) Outputs() []controller.Output { method Run (line 68) | func (ctrl *LinkAliasConfigController) Run(ctx context.Context, r cont... FILE: internal/app/machined/pkg/controllers/network/link_alias_config_test.go type LinkAliasConfigSuite (line 28) | type LinkAliasConfigSuite struct method createLinks (line 37) | func (suite *LinkAliasConfigSuite) createLinks(links []testLink) { method TestMachineConfigurationNewStyle (line 51) | func (suite *LinkAliasConfigSuite) TestMachineConfigurationNewStyle() { method TestMachineConfigurationTwoAliasesSameLink (line 81) | func (suite *LinkAliasConfigSuite) TestMachineConfigurationTwoAliasesS... method TestPatternAliasSortsByMAC (line 104) | func (suite *LinkAliasConfigSuite) TestPatternAliasSortsByMAC() { method TestPatternSkipsAlreadyAliased (line 136) | func (suite *LinkAliasConfigSuite) TestPatternSkipsAlreadyAliased() { method TestPatternReconcileOnLinkChange (line 171) | func (suite *LinkAliasConfigSuite) TestPatternReconcileOnLinkChange() { type testLink (line 32) | type testLink struct function TestLinkAliasConfigSuite (line 214) | func TestLinkAliasConfigSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/link_alias_spec.go type LinkAliasSpecController (line 26) | type LinkAliasSpecController struct method Name (line 29) | func (ctrl *LinkAliasSpecController) Name() string { method Inputs (line 34) | func (ctrl *LinkAliasSpecController) Inputs() []controller.Input { method Outputs (line 39) | func (ctrl *LinkAliasSpecController) Outputs() []controller.Output { method Run (line 46) | func (ctrl *LinkAliasSpecController) Run(ctx context.Context, r contro... FILE: internal/app/machined/pkg/controllers/network/link_config.go type LinkConfigController (line 30) | type LinkConfigController struct method Name (line 35) | func (ctrl *LinkConfigController) Name() string { method Inputs (line 40) | func (ctrl *LinkConfigController) Inputs() []controller.Input { method Outputs (line 62) | func (ctrl *LinkConfigController) Outputs() []controller.Output { method Run (line 74) | func (ctrl *LinkConfigController) Run(ctx context.Context, r controlle... method apply (line 214) | func (ctrl *LinkConfigController) apply(ctx context.Context, r control... method parseCmdline (line 235) | func (ctrl *LinkConfigController) parseCmdline(logger *zap.Logger, lin... method processMachineConfiguration (line 250) | func (ctrl *LinkConfigController) processMachineConfiguration( method processDevicesConfiguration (line 262) | func (ctrl *LinkConfigController) processDevicesConfiguration( method processLinkConfigs (line 412) | func (ctrl *LinkConfigController) processLinkConfigs(logger *zap.Logge... type vlaner (line 524) | type vlaner interface type networkVLANConfigToVlaner (line 529) | type networkVLANConfigToVlaner struct method ID (line 533) | func (v networkVLANConfigToVlaner) ID() uint16 { method Mode (line 537) | func (v networkVLANConfigToVlaner) Mode() nethelpers.VLANProtocol { function vlanLink (line 541) | func vlanLink(link *network.LinkSpecSpec, vlanName, linkName string, vla... function wireguardLinkLegacy (line 560) | func wireguardLinkLegacy(link *network.LinkSpecSpec, config talosconfig.... function wireguardLink (line 593) | func wireguardLink(link *network.LinkSpecSpec, config talosconfig.Networ... function dummyLink (line 614) | func dummyLink(link *network.LinkSpecSpec) { FILE: internal/app/machined/pkg/controllers/network/link_config_test.go type LinkConfigSuite (line 31) | type LinkConfigSuite struct method assertLinks (line 35) | func (suite *LinkConfigSuite) assertLinks(requiredIDs []string, check ... method assertNoLinks (line 39) | func (suite *LinkConfigSuite) assertNoLinks(unexpectedIDs []string) { method TestLoopback (line 45) | func (suite *LinkConfigSuite) TestLoopback() { method TestCmdline (line 60) | func (suite *LinkConfigSuite) TestCmdline() { method TestMachineConfiguration (line 82) | func (suite *LinkConfigSuite) TestMachineConfiguration() { method TestMachineConfigurationWithAliases (line 344) | func (suite *LinkConfigSuite) TestMachineConfigurationWithAliases() { method TestMachineConfigurationNewStyle (line 466) | func (suite *LinkConfigSuite) TestMachineConfigurationNewStyle() { method TestMachineConfigurationNewStyleVRF (line 576) | func (suite *LinkConfigSuite) TestMachineConfigurationNewStyleVRF() { method TestMachineConfigurationNewStyleNotFIPS (line 642) | func (suite *LinkConfigSuite) TestMachineConfigurationNewStyleNotFIPS() { method TestDefaultUp (line 707) | func (suite *LinkConfigSuite) TestDefaultUp() { method TestNoDefaultUp (line 799) | func (suite *LinkConfigSuite) TestNoDefaultUp() { method TestMulticast (line 851) | func (suite *LinkConfigSuite) TestMulticast() { function TestLinkConfigSuite (line 882) | func TestLinkConfigSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/link_merge.go function NewLinkMergeController (line 22) | func NewLinkMergeController() controller.Controller { FILE: internal/app/machined/pkg/controllers/network/link_merge_test.go type LinkMergeSuite (line 22) | type LinkMergeSuite struct method assertLinks (line 26) | func (suite *LinkMergeSuite) assertLinks(requiredIDs []string, check f... method assertNoLinks (line 30) | func (suite *LinkMergeSuite) assertNoLinks(id string) { method TestMerge (line 34) | func (suite *LinkMergeSuite) TestMerge() { method TestMergeLogicalLink (line 98) | func (suite *LinkMergeSuite) TestMergeLogicalLink() { method TestMergeFlapping (line 132) | func (suite *LinkMergeSuite) TestMergeFlapping() { method TestMergeWireguard (line 153) | func (suite *LinkMergeSuite) TestMergeWireguard() { function TestLinkMergeSuite (line 228) | func TestLinkMergeSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/link_spec.go type LinkSpecController (line 34) | type LinkSpecController struct method Name (line 37) | func (ctrl *LinkSpecController) Name() string { method Inputs (line 42) | func (ctrl *LinkSpecController) Inputs() []controller.Input { method Outputs (line 47) | func (ctrl *LinkSpecController) Outputs() []controller.Output { method Run (line 59) | func (ctrl *LinkSpecController) Run(ctx context.Context, r controller.... method syncLink (line 217) | func (ctrl *LinkSpecController) syncLink(ctx context.Context, r contro... function SortBonds (line 146) | func SortBonds(items *safe.List[*network.LinkSpec]) { function findLink (line 165) | func findLink(links []rtnetlink.LinkMessage, name string, allowAliases b... FILE: internal/app/machined/pkg/controllers/network/link_spec_test.go type LinkSpecSuite (line 37) | type LinkSpecSuite struct method uniqueDummyInterface (line 41) | func (suite *LinkSpecSuite) uniqueDummyInterface() string { method TestLoopback (line 45) | func (suite *LinkSpecSuite) TestLoopback() { method TestDummy (line 60) | func (suite *LinkSpecSuite) TestDummy() { method TestDummyWithMAC (line 131) | func (suite *LinkSpecSuite) TestDummyWithMAC() { method TestVLAN (line 162) | func (suite *LinkSpecSuite) TestVLAN() { method TestVLANViaAlias (line 253) | func (suite *LinkSpecSuite) TestVLANViaAlias() { method TestBond (line 361) | func (suite *LinkSpecSuite) TestBond() { method TestBondActiveBackup (line 463) | func (suite *LinkSpecSuite) TestBondActiveBackup() { method TestBond8023ad (line 513) | func (suite *LinkSpecSuite) TestBond8023ad() { method TestBridge (line 588) | func (suite *LinkSpecSuite) TestBridge() { method TestVRF (line 685) | func (suite *LinkSpecSuite) TestVRF() { method TestWireguard (line 778) | func (suite *LinkSpecSuite) TestWireguard() { function TestLinkSpecSuite (line 856) | func TestLinkSpecSuite(t *testing.T) { function TestSortBonds (line 877) | func TestSortBonds(t *testing.T) { function toResources (line 925) | func toResources(slice []network.LinkSpecSpec) safe.List[*network.LinkSp... FILE: internal/app/machined/pkg/controllers/network/link_status.go type LinkStatusController (line 36) | type LinkStatusController struct method Name (line 39) | func (ctrl *LinkStatusController) Name() string { method Inputs (line 44) | func (ctrl *LinkStatusController) Inputs() []controller.Input { method Outputs (line 49) | func (ctrl *LinkStatusController) Outputs() []controller.Output { method Run (line 61) | func (ctrl *LinkStatusController) Run(ctx context.Context, r controlle... method reconcile (line 138) | func (ctrl *LinkStatusController) reconcile( FILE: internal/app/machined/pkg/controllers/network/link_status_test.go type LinkStatusSuite (line 38) | type LinkStatusSuite struct method SetupTest (line 50) | func (suite *LinkStatusSuite) SetupTest() { method startRuntime (line 70) | func (suite *LinkStatusSuite) startRuntime() { method uniqueDummyInterface (line 76) | func (suite *LinkStatusSuite) uniqueDummyInterface() string { method assertInterfaces (line 80) | func (suite *LinkStatusSuite) assertInterfaces(requiredIDs []string, c... method assertNoInterface (line 115) | func (suite *LinkStatusSuite) assertNoInterface(id string) error { method TestInterfaceHwInfo (line 133) | func (suite *LinkStatusSuite) TestInterfaceHwInfo() { method TestLoopbackInterface (line 186) | func (suite *LinkStatusSuite) TestLoopbackInterface() { method TestDummyInterface (line 203) | func (suite *LinkStatusSuite) TestDummyInterface() { method TestBridgeInterface (line 292) | func (suite *LinkStatusSuite) TestBridgeInterface() { method TearDownTest (line 359) | func (suite *LinkStatusSuite) TearDownTest() { function encodeBridgeData (line 346) | func encodeBridgeData(stpEnabled bool) ([]byte, error) { function TestLinkStatusSuite (line 367) | func TestLinkStatusSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/network.go function SetBondSlave (line 20) | func SetBondSlave(link *network.LinkSpecSpec, bond ordered.Pair[string, ... function SendBondMaster (line 28) | func SendBondMaster(link *network.LinkSpecSpec, bond talosconfig.Network... function SetBondMasterLegacy (line 65) | func SetBondMasterLegacy(link *network.LinkSpecSpec, bond talosconfig.Bo... function SetBridgeSlave (line 155) | func SetBridgeSlave(link *network.LinkSpecSpec, bridge string) { function SetBridgeMasterLegacy (line 162) | func SetBridgeMasterLegacy(link *network.LinkSpecSpec, bridge talosconfi... function SetBridgeMaster (line 182) | func SetBridgeMaster(link *network.LinkSpecSpec, bridge talosconfig.Netw... function SetVRFSlave (line 198) | func SetVRFSlave(link *network.LinkSpecSpec, vrf string) { function SetVRFMaster (line 205) | func SetVRFMaster(link *network.LinkSpecSpec, vrf talosconfig.NetworkVRF... FILE: internal/app/machined/pkg/controllers/network/network_test.go function TestMain (line 13) | func TestMain(m *testing.M) { FILE: internal/app/machined/pkg/controllers/network/nftables_chain.go type NfTablesChainController (line 25) | type NfTablesChainController struct method Name (line 30) | func (ctrl *NfTablesChainController) Name() string { method Inputs (line 35) | func (ctrl *NfTablesChainController) Inputs() []controller.Input { method Outputs (line 46) | func (ctrl *NfTablesChainController) Outputs() []controller.Output { method Run (line 53) | func (ctrl *NfTablesChainController) Run(ctx context.Context, r contro... method preCreateIptablesNFTable (line 181) | func (ctrl *NfTablesChainController) preCreateIptablesNFTable(logger *... FILE: internal/app/machined/pkg/controllers/network/nftables_chain_config.go constant IngressChainName (line 30) | IngressChainName = "ingress" constant PreroutingChainName (line 31) | PreroutingChainName = "prerouting" type NfTablesChainConfigController (line 35) | type NfTablesChainConfigController struct method Name (line 38) | func (ctrl *NfTablesChainConfigController) Name() string { method Inputs (line 43) | func (ctrl *NfTablesChainConfigController) Inputs() []controller.Input { method Outputs (line 60) | func (ctrl *NfTablesChainConfigController) Outputs() []controller.Outp... method Run (line 72) | func (ctrl *NfTablesChainConfigController) Run(ctx context.Context, r ... method buildIngressChain (line 119) | func (ctrl *NfTablesChainConfigController) buildIngressChain(cfg *conf... method buildPreroutingChain (line 307) | func (ctrl *NfTablesChainConfigController) buildPreroutingChain(cfg *c... FILE: internal/app/machined/pkg/controllers/network/nftables_chain_config_test.go type NfTablesChainConfigTestSuite (line 26) | type NfTablesChainConfigTestSuite struct method injectConfig (line 30) | func (suite *NfTablesChainConfigTestSuite) injectConfig(block bool) { method TestDefaultAccept (line 84) | func (suite *NfTablesChainConfigTestSuite) TestDefaultAccept() { method TestDefaultBlock (line 254) | func (suite *NfTablesChainConfigTestSuite) TestDefaultBlock() { function TestNfTablesChainConfig (line 498) | func TestNfTablesChainConfig(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/nftables_chain_test.go type NfTablesChainSuite (line 25) | type NfTablesChainSuite struct method nftOutput (line 29) | func (s *NfTablesChainSuite) nftOutput() string { method checkNftOutput (line 43) | func (s *NfTablesChainSuite) checkNftOutput(expected ...string) { method TestEmpty (line 65) | func (s *NfTablesChainSuite) TestEmpty() { method TestAcceptLo (line 70) | func (s *NfTablesChainSuite) TestAcceptLo() { method TestAcceptMultipleIfnames (line 95) | func (s *NfTablesChainSuite) TestAcceptMultipleIfnames() { method TestPolicyDrop (line 122) | func (s *NfTablesChainSuite) TestPolicyDrop() { method TestICMPLimit (line 144) | func (s *NfTablesChainSuite) TestICMPLimit() { method TestConntrackCounter (line 172) | func (s *NfTablesChainSuite) TestConntrackCounter() { method TestMatchMarksSubnets (line 210) | func (s *NfTablesChainSuite) TestMatchMarksSubnets() { method TestUpdateChains (line 277) | func (s *NfTablesChainSuite) TestUpdateChains() { method TestClampMSS (line 347) | func (s *NfTablesChainSuite) TestClampMSS() { method TestL4Match (line 382) | func (s *NfTablesChainSuite) TestL4Match() { method TestL4Match2 (line 426) | func (s *NfTablesChainSuite) TestL4Match2() { method TestL4MatchAdjacentPorts (line 470) | func (s *NfTablesChainSuite) TestL4MatchAdjacentPorts() { method TestL4MatchAny (line 522) | func (s *NfTablesChainSuite) TestL4MatchAny() { method TestL4MatchAnyWithHole (line 560) | func (s *NfTablesChainSuite) TestL4MatchAnyWithHole() { method TestICMPTypeMatch (line 604) | func (s *NfTablesChainSuite) TestICMPTypeMatch() { function TestNftablesChainSuite (line 638) | func TestNftablesChainSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/node_address.go type NodeAddressController (line 27) | type NodeAddressController struct method Name (line 30) | func (ctrl *NodeAddressController) Name() string { method Inputs (line 35) | func (ctrl *NodeAddressController) Inputs() []controller.Input { method Outputs (line 61) | func (ctrl *NodeAddressController) Outputs() []controller.Output { method Run (line 73) | func (ctrl *NodeAddressController) Run(ctx context.Context, r controll... method updateCurrentAddresses (line 281) | func (ctrl *NodeAddressController) updateCurrentAddresses(ctx context.... method updateAccumulativeAddresses (line 296) | func (ctrl *NodeAddressController) updateAccumulativeAddresses( FILE: internal/app/machined/pkg/controllers/network/node_address_sort_algorithm.go type NodeAddressSortAlgorithmController (line 23) | type NodeAddressSortAlgorithmController struct method Name (line 26) | func (ctrl *NodeAddressSortAlgorithmController) Name() string { method Inputs (line 31) | func (ctrl *NodeAddressSortAlgorithmController) Inputs() []controller.... method Outputs (line 43) | func (ctrl *NodeAddressSortAlgorithmController) Outputs() []controller... method Run (line 53) | func (ctrl *NodeAddressSortAlgorithmController) Run(ctx context.Contex... FILE: internal/app/machined/pkg/controllers/network/node_address_test.go type NodeAddressSuite (line 30) | type NodeAddressSuite struct method TestDefaults (line 34) | func (suite *NodeAddressSuite) TestDefaults() { method newAddress (line 75) | func (suite *NodeAddressSuite) newAddress(addr netip.Prefix, link *net... method newExternalAddress (line 91) | func (suite *NodeAddressSuite) newExternalAddress(addr netip.Prefix) { method TestFilters (line 107) | func (suite *NodeAddressSuite) TestFilters() { method TestSortAlgorithmV2 (line 212) | func (suite *NodeAddressSuite) TestSortAlgorithmV2() { method TestFilterOverlappingSubnets (line 280) | func (suite *NodeAddressSuite) TestFilterOverlappingSubnets() { method TestDefaultAddressChange (line 348) | func (suite *NodeAddressSuite) TestDefaultAddressChange() { function TestNodeAddressSuite (line 454) | func TestNodeAddressSuite(t *testing.T) { function stringifyIPs (line 467) | func stringifyIPs(ips []netip.Prefix) string { FILE: internal/app/machined/pkg/controllers/network/operator/client_identifier.go function GetDHCPv6ClientIdentifier (line 25) | func GetDHCPv6ClientIdentifier(ctx context.Context, st state.State, logg... function GetDHCP4ClientIdentifier (line 71) | func GetDHCP4ClientIdentifier(ctx context.Context, st state.State, logge... FILE: internal/app/machined/pkg/controllers/network/operator/dhcp4.go type DHCP4 (line 32) | type DHCP4 struct method Prefix (line 70) | func (d *DHCP4) Prefix() string { method setupHostnameWatch (line 84) | func (d *DHCP4) setupHostnameWatch(ctx context.Context) (<-chan state.... method knownHostname (line 99) | func (d *DHCP4) knownHostname(hostname network.HostnameStatusSpec) bool { method waitForNetworkReady (line 114) | func (d *DHCP4) waitForNetworkReady(ctx context.Context) error { method Run (line 142) | func (d *DHCP4) Run(ctx context.Context, notifyCh chan<- struct{}) { method AddressSpecs (line 259) | func (d *DHCP4) AddressSpecs() []network.AddressSpecSpec { method LinkSpecs (line 267) | func (d *DHCP4) LinkSpecs() []network.LinkSpecSpec { method RouteSpecs (line 275) | func (d *DHCP4) RouteSpecs() []network.RouteSpecSpec { method HostnameSpecs (line 283) | func (d *DHCP4) HostnameSpecs() []network.HostnameSpecSpec { method ResolverSpecs (line 291) | func (d *DHCP4) ResolverSpecs() []network.ResolverSpecSpec { method TimeServerSpecs (line 299) | func (d *DHCP4) TimeServerSpecs() []network.TimeServerSpecSpec { method parseNetworkConfigFromAck (line 307) | func (d *DHCP4) parseNetworkConfigFromAck(ack *dhcpv4.DHCPv4, useHostn... method newClient (line 463) | func (d *DHCP4) newClient() (*nclient4.Client, error) { method requestRenew (line 490) | func (d *DHCP4) requestRenew(ctx context.Context, hostname network.Hos... function NewDHCP4 (line 54) | func NewDHCP4(logger *zap.Logger, linkName string, config network.DHCP4O... function extractHostname (line 75) | func extractHostname(res resource.Resource) network.HostnameStatusSpec { function collapseSummary (line 592) | func collapseSummary(summary string) string { function WithNumSeconds (line 607) | func WithNumSeconds(secs uint16) dhcpv4.Modifier { FILE: internal/app/machined/pkg/controllers/network/operator/dhcp6.go type DHCP6 (line 32) | type DHCP6 struct method Prefix (line 59) | func (d *DHCP6) Prefix() string { method Run (line 66) | func (d *DHCP6) Run(ctx context.Context, notifyCh chan<- struct{}) { method AddressSpecs (line 109) | func (d *DHCP6) AddressSpecs() []network.AddressSpecSpec { method LinkSpecs (line 117) | func (d *DHCP6) LinkSpecs() []network.LinkSpecSpec { method RouteSpecs (line 122) | func (d *DHCP6) RouteSpecs() []network.RouteSpecSpec { method HostnameSpecs (line 127) | func (d *DHCP6) HostnameSpecs() []network.HostnameSpecSpec { method ResolverSpecs (line 135) | func (d *DHCP6) ResolverSpecs() []network.ResolverSpecSpec { method TimeServerSpecs (line 143) | func (d *DHCP6) TimeServerSpecs() []network.TimeServerSpecSpec { method parseReply (line 150) | func (d *DHCP6) parseReply(reply *dhcpv6.Message) (leaseTime time.Dura... method renew (line 225) | func (d *DHCP6) renew(ctx context.Context) (time.Duration, error) { method waitIPv6LinkReady (line 248) | func (d *DHCP6) waitIPv6LinkReady(ctx context.Context, iface *net.Inte... method isIPv6LinkReady (line 272) | func (d *DHCP6) isIPv6LinkReady(iface *net.Interface, conn *rtnetlink.... function NewDHCP6 (line 48) | func NewDHCP6(logger *zap.Logger, linkName string, config network.DHCP6O... FILE: internal/app/machined/pkg/controllers/network/operator/operator.go type Operator (line 15) | type Operator interface FILE: internal/app/machined/pkg/controllers/network/operator/vip.go constant campaignRetryInterval (line 31) | campaignRetryInterval = time.Second type VIP (line 34) | type VIP struct method Prefix (line 73) | func (vip *VIP) Prefix() string { method Run (line 78) | func (vip *VIP) Run(ctx context.Context, notifyCh chan<- struct{}) { method AddressSpecs (line 96) | func (vip *VIP) AddressSpecs() []network.AddressSpecSpec { method LinkSpecs (line 126) | func (vip *VIP) LinkSpecs() []network.LinkSpecSpec { method RouteSpecs (line 131) | func (vip *VIP) RouteSpecs() []network.RouteSpecSpec { method HostnameSpecs (line 136) | func (vip *VIP) HostnameSpecs() []network.HostnameSpecSpec { method ResolverSpecs (line 141) | func (vip *VIP) ResolverSpecs() []network.ResolverSpecSpec { method TimeServerSpecs (line 146) | func (vip *VIP) TimeServerSpecs() []network.TimeServerSpecSpec { method etcdElectionKey (line 150) | func (vip *VIP) etcdElectionKey() string { method waitForPreconditions (line 154) | func (vip *VIP) waitForPreconditions(ctx context.Context) error { method campaign (line 191) | func (vip *VIP) campaign(ctx context.Context, notifyCh chan<- struct{}... method markAsLeader (line 363) | func (vip *VIP) markAsLeader(ctx context.Context, notifyCh chan<- stru... function NewVIP (line 50) | func NewVIP(logger *zap.Logger, linkName string, spec network.VIPOperato... FILE: internal/app/machined/pkg/controllers/network/operator/vip/equinix_metal.go type EquinixMetalHandler (line 21) | type EquinixMetalHandler struct method Acquire (line 47) | func (handler *EquinixMetalHandler) Acquire(ctx context.Context) error { method Release (line 85) | func (handler *EquinixMetalHandler) Release(ctx context.Context) error { function NewEquinixMetalHandler (line 34) | func NewEquinixMetalHandler(logger *zap.Logger, vip string, spec network... constant EquinixMetalMetaDataEndpoint (line 101) | EquinixMetalMetaDataEndpoint = "https://metadata.platformequinix.com/met... function GetProjectAndDeviceIDs (line 104) | func GetProjectAndDeviceIDs(ctx context.Context, spec *network.VIPEquini... FILE: internal/app/machined/pkg/controllers/network/operator/vip/equinix_metal_test.go function TestEquinixMetalHandler (line 18) | func TestEquinixMetalHandler(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/operator/vip/hcloud.go type HCloudHandler (line 23) | type HCloudHandler struct method Acquire (line 51) | func (handler *HCloudHandler) Acquire(ctx context.Context) error { method Release (line 128) | func (handler *HCloudHandler) Release(ctx context.Context) error { function NewHCloudHandler (line 35) | func NewHCloudHandler(logger *zap.Logger, vip string, spec network.VIPHC... constant HCloudMetaDataEndpoint (line 165) | HCloudMetaDataEndpoint = "http://169.254.169.254/hetzner/v1/metadata/ins... function GetNetworkAndDeviceIDs (line 168) | func GetNetworkAndDeviceIDs(ctx context.Context, spec *network.VIPHCloud... function findServerByAlias (line 217) | func findServerByAlias(serverList []*hcloud.Server, networkID int64, vip... FILE: internal/app/machined/pkg/controllers/network/operator/vip/nop.go type NopHandler (line 12) | type NopHandler struct method Acquire (line 15) | func (handler NopHandler) Acquire(ctx context.Context) error { method Release (line 20) | func (handler NopHandler) Release(ctx context.Context) error { FILE: internal/app/machined/pkg/controllers/network/operator/vip/vip.go type Handler (line 11) | type Handler interface FILE: internal/app/machined/pkg/controllers/network/operator_config.go type OperatorConfigController (line 29) | type OperatorConfigController struct method Name (line 34) | func (ctrl *OperatorConfigController) Name() string { method Inputs (line 39) | func (ctrl *OperatorConfigController) Inputs() []controller.Input { method Outputs (line 66) | func (ctrl *OperatorConfigController) Outputs() []controller.Output { method Run (line 78) | func (ctrl *OperatorConfigController) Run(ctx context.Context, r contr... method apply (line 357) | func (ctrl *OperatorConfigController) apply(ctx context.Context, r con... FILE: internal/app/machined/pkg/controllers/network/operator_config_test.go type OperatorConfigSuite (line 29) | type OperatorConfigSuite struct method assertOperators (line 33) | func (suite *OperatorConfigSuite) assertOperators(requiredIDs []string... method assertNoOperators (line 37) | func (suite *OperatorConfigSuite) assertNoOperators(unexpectedIDs []st... method TestDefaultDHCP (line 43) | func (suite *OperatorConfigSuite) TestDefaultDHCP() { method TestNoDefaultDHCP (line 79) | func (suite *OperatorConfigSuite) TestNoDefaultDHCP() { method TestDefaultDHCPCmdline (line 120) | func (suite *OperatorConfigSuite) TestDefaultDHCPCmdline() { method TestMachineConfigurationDHCP4 (line 173) | func (suite *OperatorConfigSuite) TestMachineConfigurationDHCP4() { method TestMachineConfigurationDHCP6 (line 306) | func (suite *OperatorConfigSuite) TestMachineConfigurationDHCP6() { method TestMachineConfigurationNewStyle (line 383) | func (suite *OperatorConfigSuite) TestMachineConfigurationNewStyle() { method TestMachineConfigurationWithAliases (line 445) | func (suite *OperatorConfigSuite) TestMachineConfigurationWithAliases() { function TestOperatorConfigSuite (line 593) | func TestOperatorConfigSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/operator_merge.go function NewOperatorMergeController (line 19) | func NewOperatorMergeController() controller.Controller { FILE: internal/app/machined/pkg/controllers/network/operator_merge_test.go type OperatorMergeSuite (line 20) | type OperatorMergeSuite struct method assertOperators (line 24) | func (suite *OperatorMergeSuite) assertOperators(requiredIDs []string,... method assertNoOperator (line 28) | func (suite *OperatorMergeSuite) assertNoOperator(id string) { method TestMerge (line 32) | func (suite *OperatorMergeSuite) TestMerge() { method TestMergeFlapping (line 86) | func (suite *OperatorMergeSuite) TestMergeFlapping() { function TestOperatorMergeSuite (line 106) | func TestOperatorMergeSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/operator_spec.go type OperatorSpecController (line 28) | type OperatorSpecController struct method Name (line 39) | func (ctrl *OperatorSpecController) Name() string { method Inputs (line 44) | func (ctrl *OperatorSpecController) Inputs() []controller.Input { method Outputs (line 60) | func (ctrl *OperatorSpecController) Outputs() []controller.Output { method Run (line 155) | func (ctrl *OperatorSpecController) Run(ctx context.Context, r control... method reconcileOperators (line 189) | func (ctrl *OperatorSpecController) reconcileOperators(ctx context.Con... method reconcileOperatorOutputs (line 262) | func (ctrl *OperatorSpecController) reconcileOperatorOutputs(ctx conte... method newOperator (line 394) | func (ctrl *OperatorSpecController) newOperator(logger *zap.Logger, sp... type operatorRunState (line 90) | type operatorRunState struct method Start (line 98) | func (state *operatorRunState) Start(ctx context.Context, notifyCh cha... method runWithRestarts (line 110) | func (state *operatorRunState) runWithRestarts(ctx context.Context, no... method runWithPanicHandler (line 134) | func (state *operatorRunState) runWithPanicHandler(ctx context.Context... method Stop (line 148) | func (state *operatorRunState) Stop() { type OperatorFactory (line 392) | type OperatorFactory FILE: internal/app/machined/pkg/controllers/network/operator_spec_test.go type OperatorSpecSuite (line 30) | type OperatorSpecSuite struct method newOperator (line 132) | func (suite *OperatorSpecSuite) newOperator(_ *zap.Logger, spec *netwo... method assertRunning (line 138) | func (suite *OperatorSpecSuite) assertRunning(runningIDs []string, ass... method TestScheduling (line 165) | func (suite *OperatorSpecSuite) TestScheduling() { method TestPanic (line 304) | func (suite *OperatorSpecSuite) TestPanic() { method TestOperatorOutputs (line 353) | func (suite *OperatorSpecSuite) TestOperatorOutputs() { type mockOperator (line 34) | type mockOperator struct method Prefix (line 53) | func (mock *mockOperator) Prefix() string { method Run (line 57) | func (mock *mockOperator) Run(ctx context.Context, notifyCh chan<- str... method notify (line 86) | func (mock *mockOperator) notify() { method AddressSpecs (line 90) | func (mock *mockOperator) AddressSpecs() []network.AddressSpecSpec { method LinkSpecs (line 97) | func (mock *mockOperator) LinkSpecs() []network.LinkSpecSpec { method RouteSpecs (line 104) | func (mock *mockOperator) RouteSpecs() []network.RouteSpecSpec { method HostnameSpecs (line 111) | func (mock *mockOperator) HostnameSpecs() []network.HostnameSpecSpec { method ResolverSpecs (line 118) | func (mock *mockOperator) ResolverSpecs() []network.ResolverSpecSpec { method TimeServerSpecs (line 125) | func (mock *mockOperator) TimeServerSpecs() []network.TimeServerSpecSp... function TestOperatorSpecSuite (line 459) | func TestOperatorSpecSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/operator_vip_config.go type OperatorVIPConfigController (line 29) | type OperatorVIPConfigController struct method Name (line 34) | func (ctrl *OperatorVIPConfigController) Name() string { method Inputs (line 39) | func (ctrl *OperatorVIPConfigController) Inputs() []controller.Input { method Outputs (line 61) | func (ctrl *OperatorVIPConfigController) Outputs() []controller.Output { method Run (line 73) | func (ctrl *OperatorVIPConfigController) Run(ctx context.Context, r co... method apply (line 179) | func (ctrl *OperatorVIPConfigController) apply(ctx context.Context, r ... method handleVIPLegacy (line 200) | func (ctrl *OperatorVIPConfigController) handleVIPLegacy(ctx context.C... method handleVIPConfigDoc (line 245) | func (ctrl *OperatorVIPConfigController) handleVIPConfigDoc(ctx contex... FILE: internal/app/machined/pkg/controllers/network/operator_vip_config_test.go type OperatorVIPConfigSuite (line 26) | type OperatorVIPConfigSuite struct method assertOperators (line 30) | func (suite *OperatorVIPConfigSuite) assertOperators( method TestMachineConfigurationLegacyVIP (line 37) | func (suite *OperatorVIPConfigSuite) TestMachineConfigurationLegacyVIP... method TestMachineConfigurationVIP (line 147) | func (suite *OperatorVIPConfigSuite) TestMachineConfigurationVIP() { function TestOperatorVIPConfigSuite (line 202) | func TestOperatorVIPConfigSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/platform_config.go type PlatformConfigController (line 24) | type PlatformConfigController struct method Name (line 30) | func (ctrl *PlatformConfigController) Name() string { method Inputs (line 35) | func (ctrl *PlatformConfigController) Inputs() []controller.Input { method Outputs (line 40) | func (ctrl *PlatformConfigController) Outputs() []controller.Output { method Run (line 52) | func (ctrl *PlatformConfigController) Run(ctx context.Context, r contr... method runWithRestarts (line 107) | func (ctrl *PlatformConfigController) runWithRestarts(ctx context.Cont... method runWithPanicHandler (line 139) | func (ctrl *PlatformConfigController) runWithPanicHandler(logger *zap.... FILE: internal/app/machined/pkg/controllers/network/platform_config_apply.go constant externalLink (line 25) | externalLink = "external" type PlatformConfigApplyController (line 28) | type PlatformConfigApplyController struct method Name (line 33) | func (ctrl *PlatformConfigApplyController) Name() string { method Inputs (line 38) | func (ctrl *PlatformConfigApplyController) Inputs() []controller.Input { method Outputs (line 49) | func (ctrl *PlatformConfigApplyController) Outputs() []controller.Outp... method Run (line 97) | func (ctrl *PlatformConfigApplyController) Run(ctx context.Context, r ... method apply (line 142) | func (ctrl *PlatformConfigApplyController) apply(ctx context.Context, ... FILE: internal/app/machined/pkg/controllers/network/platform_config_apply_test.go type PlatformConfigApplySuite (line 26) | type PlatformConfigApplySuite struct method TestHostname (line 30) | func (suite *PlatformConfigApplySuite) TestHostname() { method TestHostnameNoDomain (line 50) | func (suite *PlatformConfigApplySuite) TestHostnameNoDomain() { method TestAddresses (line 69) | func (suite *PlatformConfigApplySuite) TestAddresses() { method TestLinks (line 106) | func (suite *PlatformConfigApplySuite) TestLinks() { method TestRoutes (line 133) | func (suite *PlatformConfigApplySuite) TestRoutes() { method TestOperators (line 159) | func (suite *PlatformConfigApplySuite) TestOperators() { method TestResolvers (line 188) | func (suite *PlatformConfigApplySuite) TestResolvers() { method TestTimeServers (line 208) | func (suite *PlatformConfigApplySuite) TestTimeServers() { method TestProbes (line 228) | func (suite *PlatformConfigApplySuite) TestProbes() { method TestExternalIPs (line 263) | func (suite *PlatformConfigApplySuite) TestExternalIPs() { method TestMetadata (line 288) | func (suite *PlatformConfigApplySuite) TestMetadata() { method TestNoPlatformConfig (line 303) | func (suite *PlatformConfigApplySuite) TestNoPlatformConfig() { function TestPlatformConfigApplySuite (line 310) | func TestPlatformConfigApplySuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/platform_config_load.go type PlatformConfigLoadController (line 28) | type PlatformConfigLoadController struct method Name (line 33) | func (ctrl *PlatformConfigLoadController) Name() string { method Inputs (line 38) | func (ctrl *PlatformConfigLoadController) Inputs() []controller.Input { method Outputs (line 54) | func (ctrl *PlatformConfigLoadController) Outputs() []controller.Output { method Run (line 70) | func (ctrl *PlatformConfigLoadController) Run(ctx context.Context, r c... method load (line 107) | func (ctrl *PlatformConfigLoadController) load() func( method loadConfig (line 137) | func (ctrl *PlatformConfigLoadController) loadConfig(root xfs.Root, pa... FILE: internal/app/machined/pkg/controllers/network/platform_config_load_test.go type PlatformConfigLoadSuite (line 25) | type PlatformConfigLoadSuite struct method TestLoadConfig (line 29) | func (suite *PlatformConfigLoadSuite) TestLoadConfig() { function TestPlatformConfigLoadSuite (line 72) | func TestPlatformConfigLoadSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/platform_config_store.go type PlatformConfigStoreController (line 29) | type PlatformConfigStoreController struct method Name (line 35) | func (ctrl *PlatformConfigStoreController) Name() string { method Inputs (line 40) | func (ctrl *PlatformConfigStoreController) Inputs() []controller.Input { method Outputs (line 62) | func (ctrl *PlatformConfigStoreController) Outputs() []controller.Outp... method Run (line 74) | func (ctrl *PlatformConfigStoreController) Run(ctx context.Context, r ... method store (line 122) | func (ctrl *PlatformConfigStoreController) store() func( method storeConfig (line 141) | func (ctrl *PlatformConfigStoreController) storeConfig(root xfs.Root, ... FILE: internal/app/machined/pkg/controllers/network/platform_config_store_test.go type PlatformConfigStoreSuite (line 26) | type PlatformConfigStoreSuite struct method TestStoreConfig (line 32) | func (suite *PlatformConfigStoreSuite) TestStoreConfig() { constant sampleStoredConfig (line 30) | sampleStoredConfig = "addresses: []\nlinks: []\nroutes: []\nhostnames:\n... function TestPlatformConfigStoreSuite (line 88) | func TestPlatformConfigStoreSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/platform_config_test.go type PlatformConfigSuite (line 30) | type PlatformConfigSuite struct method TestNoPlatform (line 34) | func (suite *PlatformConfigSuite) TestNoPlatform() { method TestPlatform (line 40) | func (suite *PlatformConfigSuite) TestPlatform() { function TestPlatformConfigSuite (line 135) | func TestPlatformConfigSuite(t *testing.T) { type platformMock (line 145) | type platformMock struct method Name (line 161) | func (mock *platformMock) Name() string { method Configuration (line 165) | func (mock *platformMock) Configuration(context.Context, state.State) ... method Metadata (line 169) | func (mock *platformMock) Metadata(context.Context, state.State) (runt... method Mode (line 173) | func (mock *platformMock) Mode() v1alpha1runtime.Mode { method KernelArgs (line 177) | func (mock *platformMock) KernelArgs(string, quirks.Quirks) procfs.Par... method NetworkConfiguration (line 182) | func (mock *platformMock) NetworkConfiguration( FILE: internal/app/machined/pkg/controllers/network/probe.go type ProbeController (line 21) | type ProbeController struct method Name (line 26) | func (ctrl *ProbeController) Name() string { method Inputs (line 31) | func (ctrl *ProbeController) Inputs() []controller.Input { method Outputs (line 42) | func (ctrl *ProbeController) Outputs() []controller.Output { method Run (line 52) | func (ctrl *ProbeController) Run(ctx context.Context, r controller.Run... method reconcileRunners (line 82) | func (ctrl *ProbeController) reconcileRunners(ctx context.Context, r c... method reconcileOutputs (line 142) | func (ctrl *ProbeController) reconcileOutputs(ctx context.Context, r c... FILE: internal/app/machined/pkg/controllers/network/probe_config.go type ProbeConfigController (line 24) | type ProbeConfigController struct method Name (line 27) | func (ctrl *ProbeConfigController) Name() string { method Inputs (line 32) | func (ctrl *ProbeConfigController) Inputs() []controller.Input { method Outputs (line 44) | func (ctrl *ProbeConfigController) Outputs() []controller.Output { method Run (line 54) | func (ctrl *ProbeConfigController) Run(ctx context.Context, r controll... method apply (line 93) | func (ctrl *ProbeConfigController) apply(ctx context.Context, r contro... method parseMachineConfiguration (line 117) | func (ctrl *ProbeConfigController) parseMachineConfiguration(cfg *conf... FILE: internal/app/machined/pkg/controllers/network/probe_config_test.go type ProbeConfigSuite (line 23) | type ProbeConfigSuite struct method TestNoConfig (line 27) | func (suite *ProbeConfigSuite) TestNoConfig() { method TestSingleProbe (line 32) | func (suite *ProbeConfigSuite) TestSingleProbe() { method TestMultipleProbes (line 84) | func (suite *ProbeConfigSuite) TestMultipleProbes() { function TestProbeConfigSuite (line 135) | func TestProbeConfigSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/probe_merge.go function NewProbeMergeController (line 22) | func NewProbeMergeController() controller.Controller { FILE: internal/app/machined/pkg/controllers/network/probe_merge_test.go type ProbeMergeSuite (line 20) | type ProbeMergeSuite struct method TestMerge (line 24) | func (suite *ProbeMergeSuite) TestMerge() { function TestProbeMergeSuite (line 78) | func TestProbeMergeSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/probe_test.go type ProbeSuite (line 21) | type ProbeSuite struct method TestReconcile (line 25) | func (suite *ProbeSuite) TestReconcile() { function TestProbeSuite (line 82) | func TestProbeSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/resolver_config.go type ResolverConfigController (line 28) | type ResolverConfigController struct method Name (line 33) | func (ctrl *ResolverConfigController) Name() string { method Inputs (line 38) | func (ctrl *ResolverConfigController) Inputs() []controller.Input { method Outputs (line 56) | func (ctrl *ResolverConfigController) Outputs() []controller.Output { method Run (line 68) | func (ctrl *ResolverConfigController) Run(ctx context.Context, r contr... method apply (line 154) | func (ctrl *ResolverConfigController) apply(ctx context.Context, r con... method getDefault (line 179) | func (ctrl *ResolverConfigController) getDefault(cfg talosconfig.Confi... method parseCmdline (line 196) | func (ctrl *ResolverConfigController) parseCmdline(logger *zap.Logger)... method parseMachineConfiguration (line 218) | func (ctrl *ResolverConfigController) parseMachineConfiguration(cfgPro... FILE: internal/app/machined/pkg/controllers/network/resolver_config_test.go type ResolverConfigSuite (line 28) | type ResolverConfigSuite struct method TestDefaults (line 32) | func (suite *ResolverConfigSuite) TestDefaults() { method TestWithHostnameStatus (line 53) | func (suite *ResolverConfigSuite) TestWithHostnameStatus() { method TestCmdline (line 133) | func (suite *ResolverConfigSuite) TestCmdline() { method TestMachineConfigurationLegacy (line 159) | func (suite *ResolverConfigSuite) TestMachineConfigurationLegacy() { method TestMachineConfigurationNewStyle (line 218) | func (suite *ResolverConfigSuite) TestMachineConfigurationNewStyle() { function TestResolverConfigSuite (line 265) | func TestResolverConfigSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/resolver_merge.go function NewResolverMergeController (line 25) | func NewResolverMergeController() controller.Controller { function mergeDNSServers (line 69) | func mergeDNSServers(dst *[]netip.Addr, src []netip.Addr) { FILE: internal/app/machined/pkg/controllers/network/resolver_merge_test.go type ResolverMergeSuite (line 23) | type ResolverMergeSuite struct method assertResolvers (line 27) | func (suite *ResolverMergeSuite) assertResolvers(requiredIDs []string,... method TestMerge (line 31) | func (suite *ResolverMergeSuite) TestMerge() { method TestMergeIPv46 (line 84) | func (suite *ResolverMergeSuite) TestMergeIPv46() { method TestMergeIPv6OnlyConfig (line 120) | func (suite *ResolverMergeSuite) TestMergeIPv6OnlyConfig() { function TestResolverMergeSuite (line 150) | func TestResolverMergeSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/resolver_spec.go type ResolverSpecController (line 21) | type ResolverSpecController struct method Name (line 24) | func (ctrl *ResolverSpecController) Name() string { method Inputs (line 29) | func (ctrl *ResolverSpecController) Inputs() []controller.Input { method Outputs (line 40) | func (ctrl *ResolverSpecController) Outputs() []controller.Output { method Run (line 52) | func (ctrl *ResolverSpecController) Run(ctx context.Context, r control... FILE: internal/app/machined/pkg/controllers/network/resolver_spec_test.go type ResolverSpecSuite (line 30) | type ResolverSpecSuite struct method SetupTest (line 42) | func (suite *ResolverSpecSuite) SetupTest() { method startRuntime (line 57) | func (suite *ResolverSpecSuite) startRuntime() { method assertStatus (line 63) | func (suite *ResolverSpecSuite) assertStatus(id string, servers ...net... method TestSpec (line 85) | func (suite *ResolverSpecSuite) TestSpec() { method TearDownTest (line 105) | func (suite *ResolverSpecSuite) TearDownTest() { function TestResolverSpecSuite (line 113) | func TestResolverSpecSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/route_config.go type RouteConfigController (line 28) | type RouteConfigController struct method Name (line 33) | func (ctrl *RouteConfigController) Name() string { method Inputs (line 38) | func (ctrl *RouteConfigController) Inputs() []controller.Input { method Outputs (line 55) | func (ctrl *RouteConfigController) Outputs() []controller.Output { method Run (line 67) | func (ctrl *RouteConfigController) Run(ctx context.Context, r controll... method apply (line 129) | func (ctrl *RouteConfigController) apply(ctx context.Context, r contro... method parseCmdline (line 150) | func (ctrl *RouteConfigController) parseCmdline(logger *zap.Logger) (r... method processDevicesConfiguration (line 210) | func (ctrl *RouteConfigController) processDevicesConfiguration(logger ... method processMachineConfig (line 305) | func (ctrl *RouteConfigController) processMachineConfig(linkConfigs []... FILE: internal/app/machined/pkg/controllers/network/route_config_test.go type RouteConfigSuite (line 28) | type RouteConfigSuite struct method TestCmdline (line 32) | func (suite *RouteConfigSuite) TestCmdline() { method TestCmdlineNotReachable (line 64) | func (suite *RouteConfigSuite) TestCmdlineNotReachable() { method TestMachineConfigurationLegacy (line 98) | func (suite *RouteConfigSuite) TestMachineConfigurationLegacy() { method TestMachineConfiguration (line 232) | func (suite *RouteConfigSuite) TestMachineConfiguration() { function TestRouteConfigSuite (line 289) | func TestRouteConfigSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/route_merge.go function NewRouteMergeController (line 19) | func NewRouteMergeController() controller.Controller { FILE: internal/app/machined/pkg/controllers/network/route_merge_test.go type RouteMergeSuite (line 24) | type RouteMergeSuite struct method assertRoutes (line 28) | func (suite *RouteMergeSuite) assertRoutes(requiredIDs []string, check... method assertNoRoute (line 32) | func (suite *RouteMergeSuite) assertNoRoute(id string) { method TestMerge (line 36) | func (suite *RouteMergeSuite) TestMerge() { method TestMergeFlapping (line 189) | func (suite *RouteMergeSuite) TestMergeFlapping() { function testMergeFlapping (line 117) | func testMergeFlapping[R rtestutils.ResourceWithRD](suite *ctest.Default... function TestRouteMergeSuite (line 218) | func TestRouteMergeSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/route_spec.go type RouteSpecController (line 27) | type RouteSpecController struct method Name (line 30) | func (ctrl *RouteSpecController) Name() string { method Inputs (line 35) | func (ctrl *RouteSpecController) Inputs() []controller.Input { method Outputs (line 46) | func (ctrl *RouteSpecController) Outputs() []controller.Output { method Run (line 53) | func (ctrl *RouteSpecController) Run(ctx context.Context, r controller... method syncRoute (line 168) | func (ctrl *RouteSpecController) syncRoute(ctx context.Context, r cont... function netipPrefixBitsCorrected (line 125) | func netipPrefixBitsCorrected(p netip.Prefix) int { function findMatchingRoutes (line 133) | func findMatchingRoutes(existingRoutes []rtnetlink.RouteMessage, expecte... FILE: internal/app/machined/pkg/controllers/network/route_spec_test.go type RouteSpecSuite (line 28) | type RouteSpecSuite struct method uniqueDummyInterface (line 32) | func (suite *RouteSpecSuite) uniqueDummyInterface() string { method assertRoute (line 36) | func (suite *RouteSpecSuite) assertRoute( method assertNoRoute (line 81) | func (suite *RouteSpecSuite) assertNoRoute(destination netip.Prefix, g... method TestLoopback (line 101) | func (suite *RouteSpecSuite) TestLoopback() { method TestDefaultRoute (line 147) | func (suite *RouteSpecSuite) TestDefaultRoute() { method TestDefaultAndInterfaceRoutes (line 245) | func (suite *RouteSpecSuite) TestDefaultAndInterfaceRoutes() { method TestLinkLocalRoute (line 361) | func (suite *RouteSpecSuite) TestLinkLocalRoute() { method TestLinkLocalRouteAlias (line 455) | func (suite *RouteSpecSuite) TestLinkLocalRouteAlias() { function TestRouteSpecSuite (line 561) | func TestRouteSpecSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/route_status.go type RouteStatusController (line 24) | type RouteStatusController struct method Name (line 27) | func (ctrl *RouteStatusController) Name() string { method Inputs (line 32) | func (ctrl *RouteStatusController) Inputs() []controller.Input { method Outputs (line 37) | func (ctrl *RouteStatusController) Outputs() []controller.Output { method Run (line 49) | func (ctrl *RouteStatusController) Run(ctx context.Context, r controll... FILE: internal/app/machined/pkg/controllers/network/route_status_test.go type RouteStatusSuite (line 21) | type RouteStatusSuite struct method TestRoutes (line 25) | func (suite *RouteStatusSuite) TestRoutes() { function TestRouteStatusSuite (line 41) | func TestRouteStatusSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/routing_rule_config.go type RoutingRuleConfigController (line 26) | type RoutingRuleConfigController struct method Name (line 29) | func (ctrl *RoutingRuleConfigController) Name() string { method Inputs (line 34) | func (ctrl *RoutingRuleConfigController) Inputs() []controller.Input { method Outputs (line 46) | func (ctrl *RoutingRuleConfigController) Outputs() []controller.Output { method Run (line 56) | func (ctrl *RoutingRuleConfigController) Run(ctx context.Context, r co... method apply (line 90) | func (ctrl *RoutingRuleConfigController) apply(ctx context.Context, r ... method processConfig (line 111) | func (ctrl *RoutingRuleConfigController) processConfig( method determineFamily (line 150) | func (ctrl *RoutingRuleConfigController) determineFamily(src, dst neti... FILE: internal/app/machined/pkg/controllers/network/routing_rule_config_test.go type RoutingRuleConfigSuite (line 26) | type RoutingRuleConfigSuite struct method TestMachineConfiguration (line 31) | func (suite *RoutingRuleConfigSuite) TestMachineConfiguration() { method TestMachineConfigurationWithFwMark (line 108) | func (suite *RoutingRuleConfigSuite) TestMachineConfigurationWithFwMar... function TestRoutingRuleConfigSuite (line 148) | func TestRoutingRuleConfigSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/routing_rule_merge.go function NewRoutingRuleMergeController (line 19) | func NewRoutingRuleMergeController() controller.Controller { FILE: internal/app/machined/pkg/controllers/network/routing_rule_merge_test.go type RoutingRuleMergeSuite (line 22) | type RoutingRuleMergeSuite struct method assertRoutingRules (line 26) | func (suite *RoutingRuleMergeSuite) assertRoutingRules(requiredIDs []s... method assertNoRoutingRule (line 30) | func (suite *RoutingRuleMergeSuite) assertNoRoutingRule(id string) { method TestMerge (line 34) | func (suite *RoutingRuleMergeSuite) TestMerge() { method TestMergeFlapping (line 117) | func (suite *RoutingRuleMergeSuite) TestMergeFlapping() { function TestRoutingRuleMergeSuite (line 142) | func TestRoutingRuleMergeSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/routing_rule_spec.go type RoutingRuleSpecController (line 30) | type RoutingRuleSpecController struct method Name (line 33) | func (ctrl *RoutingRuleSpecController) Name() string { method Inputs (line 38) | func (ctrl *RoutingRuleSpecController) Inputs() []controller.Input { method Outputs (line 49) | func (ctrl *RoutingRuleSpecController) Outputs() []controller.Output { method Run (line 56) | func (ctrl *RoutingRuleSpecController) Run(ctx context.Context, r cont... method syncRule (line 120) | func (ctrl *RoutingRuleSpecController) syncRule( method matchesRule (line 210) | func (ctrl *RoutingRuleSpecController) matchesRule(existing *rtnetlink... method matchesPrefix (line 269) | func (ctrl *RoutingRuleSpecController) matchesPrefix(existingIP *net.I... method matchesRuleKey (line 300) | func (ctrl *RoutingRuleSpecController) matchesRuleKey(existing *rtnetl... method buildRuleMessage (line 312) | func (ctrl *RoutingRuleSpecController) buildRuleMessage(spec *network.... FILE: internal/app/machined/pkg/controllers/network/routing_rule_spec_test.go type RoutingRuleSpecSuite (line 27) | type RoutingRuleSpecSuite struct method assertRule (line 31) | func (suite *RoutingRuleSpecSuite) assertRule( method assertNoRule (line 72) | func (suite *RoutingRuleSpecSuite) assertNoRule( method TestCreateAndDelete (line 130) | func (suite *RoutingRuleSpecSuite) TestCreateAndDelete() { method TestFwMarkUpdate (line 193) | func (suite *RoutingRuleSpecSuite) TestFwMarkUpdate() { method TestFwMark (line 282) | func (suite *RoutingRuleSpecSuite) TestFwMark() { method TestIPv6 (line 340) | func (suite *RoutingRuleSpecSuite) TestIPv6() { method TestDstPrefix (line 392) | func (suite *RoutingRuleSpecSuite) TestDstPrefix() { function matchPrefix (line 108) | func matchPrefix(ip *net.IP, length uint8, prefix netip.Prefix) bool { function TestRoutingRuleSpecSuite (line 443) | func TestRoutingRuleSpecSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/routing_rule_status.go type RoutingRuleStatusController (line 25) | type RoutingRuleStatusController struct method Name (line 28) | func (ctrl *RoutingRuleStatusController) Name() string { method Inputs (line 33) | func (ctrl *RoutingRuleStatusController) Inputs() []controller.Input { method Outputs (line 38) | func (ctrl *RoutingRuleStatusController) Outputs() []controller.Output { method Run (line 50) | func (ctrl *RoutingRuleStatusController) Run(ctx context.Context, r co... FILE: internal/app/machined/pkg/controllers/network/routing_rule_status_test.go type RoutingRuleStatusSuite (line 21) | type RoutingRuleStatusSuite struct method TestRules (line 25) | func (suite *RoutingRuleStatusSuite) TestRules() { function TestRoutingRuleStatusSuite (line 44) | func TestRoutingRuleStatusSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/status.go type StatusController (line 25) | type StatusController struct method Name (line 30) | func (ctrl *StatusController) Name() string { method Inputs (line 35) | func (ctrl *StatusController) Inputs() []controller.Input { method Outputs (line 67) | func (ctrl *StatusController) Outputs() []controller.Output { method Run (line 79) | func (ctrl *StatusController) Run(ctx context.Context, r controller.Ru... FILE: internal/app/machined/pkg/controllers/network/status_test.go type StatusSuite (line 24) | type StatusSuite struct method TestNone (line 28) | func (suite *StatusSuite) TestNone() { method TestAddresses (line 34) | func (suite *StatusSuite) TestAddresses() { method TestRoutes (line 45) | func (suite *StatusSuite) TestRoutes() { method TestProbeStatuses (line 56) | func (suite *StatusSuite) TestProbeStatuses() { method TestHostname (line 79) | func (suite *StatusSuite) TestHostname() { method TestEtcFiles (line 90) | func (suite *StatusSuite) TestEtcFiles() { function TestStatusSuite (line 100) | func TestStatusSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/timeserver_config.go type TimeServerConfigController (line 27) | type TimeServerConfigController struct method Name (line 32) | func (ctrl *TimeServerConfigController) Name() string { method Inputs (line 37) | func (ctrl *TimeServerConfigController) Inputs() []controller.Input { method Outputs (line 49) | func (ctrl *TimeServerConfigController) Outputs() []controller.Output { method Run (line 61) | func (ctrl *TimeServerConfigController) Run(ctx context.Context, r con... method apply (line 137) | func (ctrl *TimeServerConfigController) apply(ctx context.Context, r c... method getDefault (line 162) | func (ctrl *TimeServerConfigController) getDefault() (spec network.Tim... method parseCmdline (line 169) | func (ctrl *TimeServerConfigController) parseCmdline(logger *zap.Logge... method parseMachineConfiguration (line 195) | func (ctrl *TimeServerConfigController) parseMachineConfiguration(cfgP... FILE: internal/app/machined/pkg/controllers/network/timeserver_config_test.go type TimeServerConfigSuite (line 27) | type TimeServerConfigSuite struct method TestDefaults (line 31) | func (suite *TimeServerConfigSuite) TestDefaults() { method TestCmdline (line 46) | func (suite *TimeServerConfigSuite) TestCmdline() { method TestMachineConfigurationLegacy (line 66) | func (suite *TimeServerConfigSuite) TestMachineConfigurationLegacy() { method TestMachineConfigurationNewStyle (line 113) | func (suite *TimeServerConfigSuite) TestMachineConfigurationNewStyle() { function TestTimeServerConfigSuite (line 142) | func TestTimeServerConfigSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/timeserver_merge.go function NewTimeServerMergeController (line 20) | func NewTimeServerMergeController() controller.Controller { FILE: internal/app/machined/pkg/controllers/network/timeserver_merge_test.go type TimeServerMergeSuite (line 21) | type TimeServerMergeSuite struct method assertTimeServers (line 25) | func (suite *TimeServerMergeSuite) assertTimeServers( method TestMerge (line 32) | func (suite *TimeServerMergeSuite) TestMerge() { function TestTimeServerMergeSuite (line 80) | func TestTimeServerMergeSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/timeserver_spec.go type TimeServerSpecController (line 21) | type TimeServerSpecController struct method Name (line 24) | func (ctrl *TimeServerSpecController) Name() string { method Inputs (line 29) | func (ctrl *TimeServerSpecController) Inputs() []controller.Input { method Outputs (line 40) | func (ctrl *TimeServerSpecController) Outputs() []controller.Output { method Run (line 52) | func (ctrl *TimeServerSpecController) Run(ctx context.Context, r contr... FILE: internal/app/machined/pkg/controllers/network/timeserver_spec_test.go type TimeServerSpecSuite (line 21) | type TimeServerSpecSuite struct method TestSpec (line 25) | func (suite *TimeServerSpecSuite) TestSpec() { function TestTimeServerSpecSuite (line 43) | func TestTimeServerSpecSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/utils/utils.go function WaitForNetworkReady (line 22) | func WaitForNetworkReady(ctx context.Context, r controller.Runtime, cond... FILE: internal/app/machined/pkg/controllers/network/watch/ethtool.go type ethtoolWatcher (line 16) | type ethtoolWatcher struct method Done (line 69) | func (watcher *ethtoolWatcher) Done() { function NewEthtool (line 22) | func NewEthtool(trigger Trigger) (Watcher, error) { FILE: internal/app/machined/pkg/controllers/network/watch/rtnetlink.go type rtnetlinkWatcher (line 15) | type rtnetlinkWatcher struct method Done (line 53) | func (watcher *rtnetlinkWatcher) Done() { function NewRtNetlink (line 21) | func NewRtNetlink(trigger Trigger, groups uint32, netlinkGroups ...uint3... FILE: internal/app/machined/pkg/controllers/network/watch/trigger.go type RateLimitedTrigger (line 14) | type RateLimitedTrigger struct method QueueReconcile (line 53) | func (t *RateLimitedTrigger) QueueReconcile() { method run (line 60) | func (t *RateLimitedTrigger) run(ctx context.Context) { function NewRateLimitedTrigger (line 26) | func NewRateLimitedTrigger(ctx context.Context, trigger Trigger, rateLim... function NewDefaultRateLimitedTrigger (line 39) | func NewDefaultRateLimitedTrigger(ctx context.Context, trigger Trigger) ... FILE: internal/app/machined/pkg/controllers/network/watch/trigger_test.go type mockTrigger (line 18) | type mockTrigger struct method QueueReconcile (line 22) | func (t *mockTrigger) QueueReconcile() { method Get (line 26) | func (t *mockTrigger) Get() int64 { function TestRateLimitedTrigger (line 30) | func TestRateLimitedTrigger(t *testing.T) { FILE: internal/app/machined/pkg/controllers/network/watch/watch.go type Watcher (line 9) | type Watcher interface type Trigger (line 14) | type Trigger interface FILE: internal/app/machined/pkg/controllers/perf/perf.go constant updateInterval (line 20) | updateInterval = time.Second * 30 type StatsController (line 23) | type StatsController struct method Name (line 26) | func (ctrl *StatsController) Name() string { method Inputs (line 31) | func (ctrl *StatsController) Inputs() []controller.Input { method Outputs (line 36) | func (ctrl *StatsController) Outputs() []controller.Output { method Run (line 50) | func (ctrl *StatsController) Run(ctx context.Context, r controller.Run... method updateCPU (line 85) | func (ctrl *StatsController) updateCPU(ctx context.Context, r controll... method updateMemory (line 100) | func (ctrl *StatsController) updateMemory(ctx context.Context, r contr... FILE: internal/app/machined/pkg/controllers/perf/perf_test.go type PerfSuite (line 26) | type PerfSuite struct method SetupTest (line 39) | func (suite *PerfSuite) SetupTest() { method startRuntime (line 50) | func (suite *PerfSuite) startRuntime() { method TestReconcile (line 56) | func (suite *PerfSuite) TestReconcile() { method TearDownTest (line 111) | func (suite *PerfSuite) TearDownTest() { function TestPerfSuite (line 119) | func TestPerfSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/runtime/api_service_config.go type APIServiceConfigController (line 24) | type APIServiceConfigController struct method Name (line 27) | func (ctrl *APIServiceConfigController) Name() string { method Inputs (line 32) | func (ctrl *APIServiceConfigController) Inputs() []controller.Input { method Outputs (line 56) | func (ctrl *APIServiceConfigController) Outputs() []controller.Output { method Run (line 68) | func (ctrl *APIServiceConfigController) Run(ctx context.Context, r con... FILE: internal/app/machined/pkg/controllers/runtime/api_service_config_test.go type APIServiceConfigControllerSuite (line 20) | type APIServiceConfigControllerSuite struct method TestMaintenanceMode (line 37) | func (suite *APIServiceConfigControllerSuite) TestMaintenanceMode() { method TestRegularMode (line 74) | func (suite *APIServiceConfigControllerSuite) TestRegularMode() { function TestAPIServiceConfigControllerSuite (line 24) | func TestAPIServiceConfigControllerSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/runtime/booted_entry.go type BootedEntryController (line 24) | type BootedEntryController struct method Name (line 29) | func (ctrl *BootedEntryController) Name() string { method Inputs (line 34) | func (ctrl *BootedEntryController) Inputs() []controller.Input { method Outputs (line 46) | func (ctrl *BootedEntryController) Outputs() []controller.Output { method Run (line 58) | func (ctrl *BootedEntryController) Run(ctx context.Context, r controll... FILE: internal/app/machined/pkg/controllers/runtime/common_test.go constant fsFileMax (line 24) | fsFileMax = "fs.file-max" constant procSysfsFileMax (line 25) | procSysfsFileMax = "proc.sys.fs.file-max" constant sysfsFileMax (line 26) | sysfsFileMax = "sys.fs.file-max" type RuntimeSuite (line 29) | type RuntimeSuite struct method SetupTest (line 41) | func (suite *RuntimeSuite) SetupTest() { method startRuntime (line 52) | func (suite *RuntimeSuite) startRuntime() { method assertResource (line 58) | func (suite *RuntimeSuite) assertResource(md resource.Metadata, compar... method TearDownTest (line 77) | func (suite *RuntimeSuite) TearDownTest() { FILE: internal/app/machined/pkg/controllers/runtime/devices_status.go type DevicesStatusController (line 20) | type DevicesStatusController struct method Name (line 25) | func (ctrl *DevicesStatusController) Name() string { method Inputs (line 30) | func (ctrl *DevicesStatusController) Inputs() []controller.Input { method Outputs (line 35) | func (ctrl *DevicesStatusController) Outputs() []controller.Output { method Run (line 45) | func (ctrl *DevicesStatusController) Run(ctx context.Context, r contro... FILE: internal/app/machined/pkg/controllers/runtime/diagnostics.go type DiagnosticsController (line 24) | type DiagnosticsController struct method Name (line 27) | func (ctrl *DiagnosticsController) Name() string { method Inputs (line 32) | func (ctrl *DiagnosticsController) Inputs() []controller.Input { method Outputs (line 58) | func (ctrl *DiagnosticsController) Outputs() []controller.Output { method Run (line 75) | func (ctrl *DiagnosticsController) Run(ctx context.Context, r controll... constant diagnosticsCheckTimeout (line 68) | diagnosticsCheckTimeout = time.Minute constant diagnostricsCheckInterval (line 69) | diagnostricsCheckInterval = time.Minute FILE: internal/app/machined/pkg/controllers/runtime/diagnostics_logger.go type DiagnosticsLoggerController (line 20) | type DiagnosticsLoggerController struct method Name (line 23) | func (ctrl *DiagnosticsLoggerController) Name() string { method Inputs (line 28) | func (ctrl *DiagnosticsLoggerController) Inputs() []controller.Input { method Outputs (line 39) | func (ctrl *DiagnosticsLoggerController) Outputs() []controller.Output { method Run (line 48) | func (ctrl *DiagnosticsLoggerController) Run(ctx context.Context, r co... constant diagnosticsReportInterval (line 43) | diagnosticsReportInterval = 5 * time.Minute FILE: internal/app/machined/pkg/controllers/runtime/drop_upgrade_fallback.go type MetaProvider (line 23) | type MetaProvider interface type DropUpgradeFallbackController (line 28) | type DropUpgradeFallbackController struct method Name (line 33) | func (ctrl *DropUpgradeFallbackController) Name() string { method Inputs (line 38) | func (ctrl *DropUpgradeFallbackController) Inputs() []controller.Input { method Outputs (line 50) | func (ctrl *DropUpgradeFallbackController) Outputs() []controller.Outp... method Run (line 57) | func (ctrl *DropUpgradeFallbackController) Run(ctx context.Context, r ... FILE: internal/app/machined/pkg/controllers/runtime/drop_upgrade_fallback_test.go type DropUpgradeFallbackControllerSuite (line 28) | type DropUpgradeFallbackControllerSuite struct method TestDropUpgradeFallback (line 69) | func (suite *DropUpgradeFallbackControllerSuite) TestDropUpgradeFallba... type metaProvider (line 34) | type metaProvider struct method Meta (line 38) | func (m metaProvider) Meta() machineruntime.Meta { function TestUpgradeFallbackControllerSuite (line 42) | func TestUpgradeFallbackControllerSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/runtime/environment.go type EnvironmentController (line 24) | type EnvironmentController struct method Name (line 27) | func (ctrl *EnvironmentController) Name() string { method Inputs (line 32) | func (ctrl *EnvironmentController) Inputs() []controller.Input { method Outputs (line 43) | func (ctrl *EnvironmentController) Outputs() []controller.Output { method Run (line 55) | func (ctrl *EnvironmentController) Run(ctx context.Context, r controll... FILE: internal/app/machined/pkg/controllers/runtime/environment_test.go type EnvironmentSuite (line 23) | type EnvironmentSuite struct method TestEnvironmentNone (line 31) | func (suite *EnvironmentSuite) TestEnvironmentNone() { method TestEnvironmentMachineConfig (line 40) | func (suite *EnvironmentSuite) TestEnvironmentMachineConfig() { function TestEnvironmentSuite (line 27) | func TestEnvironmentSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/runtime/events_sink.go type EventsSinkController (line 33) | type EventsSinkController struct method Name (line 42) | func (ctrl *EventsSinkController) Name() string { method Inputs (line 47) | func (ctrl *EventsSinkController) Inputs() []controller.Input { method Outputs (line 52) | func (ctrl *EventsSinkController) Outputs() []controller.Output { method Run (line 59) | func (ctrl *EventsSinkController) Run(ctx context.Context, r controlle... FILE: internal/app/machined/pkg/controllers/runtime/events_sink_config.go type EventsSinkConfigController (line 25) | type EventsSinkConfigController struct method Name (line 31) | func (ctrl *EventsSinkConfigController) Name() string { method Inputs (line 36) | func (ctrl *EventsSinkConfigController) Inputs() []controller.Input { method Outputs (line 48) | func (ctrl *EventsSinkConfigController) Outputs() []controller.Output { method Run (line 60) | func (ctrl *EventsSinkConfigController) Run(ctx context.Context, r con... FILE: internal/app/machined/pkg/controllers/runtime/events_sink_config_test.go type EventsSinkConfigSuite (line 25) | type EventsSinkConfigSuite struct method TestEventSinkConfigNone (line 33) | func (suite *EventsSinkConfigSuite) TestEventSinkConfigNone() { method TestEventSinkConfigMachineConfig (line 39) | func (suite *EventsSinkConfigSuite) TestEventSinkConfigMachineConfig() { method TestEventSinkConfigCmdline (line 60) | func (suite *EventsSinkConfigSuite) TestEventSinkConfigCmdline() { function TestEventsSinkConfigSuite (line 29) | func TestEventsSinkConfigSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/runtime/events_sink_test.go type handler (line 36) | type handler struct method HandleEvent (line 42) | func (s *handler) HandleEvent(ctx context.Context, e events.Event) err... type EventsSinkSuite (line 51) | type EventsSinkSuite struct method SetupTest (line 69) | func (suite *EventsSinkSuite) SetupTest() { method startRuntime (line 101) | func (suite *EventsSinkSuite) startRuntime() { method startServer (line 107) | func (suite *EventsSinkSuite) startServer(ctx context.Context) string { method TestPublish (line 140) | func (suite *EventsSinkSuite) TestPublish() { method TestDrain (line 201) | func (suite *EventsSinkSuite) TestDrain() { method TearDownTest (line 289) | func (suite *EventsSinkSuite) TearDownTest() { function TestEventsSinkSuite (line 299) | func TestEventsSinkSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/runtime/extension_service.go type ServiceManager (line 27) | type ServiceManager interface type ExtensionServiceController (line 35) | type ExtensionServiceController struct method Name (line 43) | func (ctrl *ExtensionServiceController) Name() string { method Inputs (line 48) | func (ctrl *ExtensionServiceController) Inputs() []controller.Input { method Outputs (line 59) | func (ctrl *ExtensionServiceController) Outputs() []controller.Output { method Run (line 66) | func (ctrl *ExtensionServiceController) Run(ctx context.Context, r con... method loadSpec (line 185) | func (ctrl *ExtensionServiceController) loadSpec(path string) (extserv... method handleRestart (line 202) | func (ctrl *ExtensionServiceController) handleRestart(ctx context.Cont... FILE: internal/app/machined/pkg/controllers/runtime/extension_service_config.go type ExtensionServiceConfigController (line 24) | type ExtensionServiceConfigController struct method Name (line 27) | func (ctrl *ExtensionServiceConfigController) Name() string { method Inputs (line 32) | func (ctrl *ExtensionServiceConfigController) Inputs() []controller.In... method Outputs (line 44) | func (ctrl *ExtensionServiceConfigController) Outputs() []controller.O... method Run (line 56) | func (ctrl *ExtensionServiceConfigController) Run(ctx context.Context,... FILE: internal/app/machined/pkg/controllers/runtime/extension_service_config_files.go type ExtensionServiceConfigFilesController (line 24) | type ExtensionServiceConfigFilesController struct method Name (line 30) | func (ctrl *ExtensionServiceConfigFilesController) Name() string { method Inputs (line 35) | func (ctrl *ExtensionServiceConfigFilesController) Inputs() []controll... method Outputs (line 46) | func (ctrl *ExtensionServiceConfigFilesController) Outputs() []control... method Run (line 58) | func (ctrl *ExtensionServiceConfigFilesController) Run(ctx context.Con... FILE: internal/app/machined/pkg/controllers/runtime/extension_service_config_files_test.go type ExtensionServiceConfigFilesSuite (line 21) | type ExtensionServiceConfigFilesSuite struct method TestReconcileExtensionServiceConfigFiles (line 42) | func (suite *ExtensionServiceConfigFilesSuite) TestReconcileExtensionS... function TestExtensionServiceConfigFilesSuite (line 27) | func TestExtensionServiceConfigFilesSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/runtime/extension_service_config_test.go type ExtensionServiceConfigSuite (line 23) | type ExtensionServiceConfigSuite struct method TestReconcileExtensionServiceConfig (line 37) | func (suite *ExtensionServiceConfigSuite) TestReconcileExtensionServic... function TestExtensionServiceConfigSuite (line 27) | func TestExtensionServiceConfigSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/runtime/extension_service_test.go type ExtensionServiceSuite (line 24) | type ExtensionServiceSuite struct method TestReconcile (line 131) | func (suite *ExtensionServiceSuite) TestReconcile() { type serviceMock (line 28) | type serviceMock struct method Load (line 36) | func (mock *serviceMock) Load(services ...system.Service) []string { method Start (line 50) | func (mock *serviceMock) Start(serviceIDs ...string) error { method IsRunning (line 62) | func (mock *serviceMock) IsRunning(id string) (system.Service, bool, e... method Stop (line 76) | func (mock *serviceMock) Stop(ctx context.Context, serviceIDs ...strin... method getIDs (line 88) | func (mock *serviceMock) getIDs() []string { method getTimesStartedStopped (line 108) | func (mock *serviceMock) getTimesStartedStopped() map[string]serviceSt... method get (line 124) | func (mock *serviceMock) get(id string) system.Service { type serviceStartStopInfo (line 103) | type serviceStartStopInfo struct function TestExtensionServiceSuite (line 246) | func TestExtensionServiceSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/runtime/extension_status.go type ExtensionStatusController (line 24) | type ExtensionStatusController struct method Name (line 27) | func (ctrl *ExtensionStatusController) Name() string { method Inputs (line 32) | func (ctrl *ExtensionStatusController) Inputs() []controller.Input { method Outputs (line 37) | func (ctrl *ExtensionStatusController) Outputs() []controller.Output { method Run (line 47) | func (ctrl *ExtensionStatusController) Run(ctx context.Context, r cont... FILE: internal/app/machined/pkg/controllers/runtime/internal/diagnostics/address_overlap.go function AddressOverlapCheck (line 25) | func AddressOverlapCheck(ctx context.Context, r controller.Reader, logge... FILE: internal/app/machined/pkg/controllers/runtime/internal/diagnostics/address_overlap_test.go function TestAddressOverlapCheck (line 29) | func TestAddressOverlapCheck(t *testing.T) { FILE: internal/app/machined/pkg/controllers/runtime/internal/diagnostics/diagnostic.go type Check (line 22) | type Check type CheckDescription (line 25) | type CheckDescription struct function Checks (line 37) | func Checks() []CheckDescription { FILE: internal/app/machined/pkg/controllers/runtime/internal/diagnostics/kubelet_csr_not_approved.go function KubeletCSRNotApprovedCheck (line 34) | func KubeletCSRNotApprovedCheck(ctx context.Context, r controller.Reader... FILE: internal/app/machined/pkg/controllers/runtime/internal/filehash/filehash.go type Watcher (line 16) | type Watcher struct method Close (line 31) | func (w *Watcher) Close() error { method Run (line 38) | func (w *Watcher) Run() (<-chan string, <-chan error) { function NewWatcher (line 23) | func NewWatcher(filepath string) (*Watcher, error) { function hashFile (line 72) | func hashFile(path string) ([32]byte, error) { FILE: internal/app/machined/pkg/controllers/runtime/internal/filehash/filehash_test.go function assertEvent (line 18) | func assertEvent(t *testing.T, eventCh <-chan string, errCh <-chan error... function assertNoEvent (line 31) | func assertNoEvent(t *testing.T, eventCh <-chan string, errCh <-chan err... function TestWatcherDetectsChange (line 43) | func TestWatcherDetectsChange(t *testing.T) { function TestWatcherHandlesMissingFile (line 71) | func TestWatcherHandlesMissingFile(t *testing.T) { function TestWatcherClose (line 95) | func TestWatcherClose(t *testing.T) { FILE: internal/app/machined/pkg/controllers/runtime/internal/logfile/logfile.go type LogFile (line 17) | type LogFile struct method Write (line 36) | func (lf *LogFile) Write(line []byte) error { method flush (line 77) | func (lf *LogFile) flush() error { method Flush (line 86) | func (lf *LogFile) Flush() error { method close (line 93) | func (lf *LogFile) close() error { method Close (line 115) | func (lf *LogFile) Close() error { function NewLogFile (line 28) | func NewLogFile(path string, rotationThreshold int64) *LogFile { FILE: internal/app/machined/pkg/controllers/runtime/internal/logfile/logfile_test.go function TestWrite (line 19) | func TestWrite(t *testing.T) { function TestWriteMultipleLines (line 41) | func TestWriteMultipleLines(t *testing.T) { function TestLogRotation (line 60) | func TestLogRotation(t *testing.T) { function TestLogRotationMultipleTimes (line 91) | func TestLogRotationMultipleTimes(t *testing.T) { function TestFlushWithoutFile (line 112) | func TestFlushWithoutFile(t *testing.T) { function TestClose (line 122) | func TestClose(t *testing.T) { function TestCloseWithoutWrite (line 139) | func TestCloseWithoutWrite(t *testing.T) { function TestConcurrentWrites (line 147) | func TestConcurrentWrites(t *testing.T) { function TestConcurrentWriteAndFlush (line 181) | func TestConcurrentWriteAndFlush(t *testing.T) { function TestConcurrentWritesWithRotation (line 213) | func TestConcurrentWritesWithRotation(t *testing.T) { FILE: internal/app/machined/pkg/controllers/runtime/internal/oom/oom.go type RankedCgroup (line 27) | type RankedCgroup struct method CalculateScore (line 46) | func (cgroup *RankedCgroup) CalculateScore(expr *cel.Expression) (floa... function cgroupValueToOptionalUint (line 35) | func cgroupValueToOptionalUint(v cgroups.Value, evalContext map[string]a... function EvaluateTrigger (line 61) | func EvaluateTrigger(triggerExpr cel.Expression, evalContext map[string]... function PopulatePsiToCtx (line 73) | func PopulatePsiToCtx(cgroup string, evalContext map[string]any, oldValu... function extractPsiEntry (line 189) | func extractPsiEntry(node *cgroups.Node, psiType string, span string) (f... function RankCgroups (line 208) | func RankCgroups(logger *zap.Logger, root string, scoringExpr cel.Expres... function ListCgroupProcs (line 271) | func ListCgroupProcs(cgroupPath string) []int { FILE: internal/app/machined/pkg/controllers/runtime/internal/oom/oom_test.go constant expr1 (line 23) | expr1 = constants.DefaultOOMCgroupRankingExpression function TestCalculateScore (line 25) | func TestCalculateScore(t *testing.T) { function TestRankCgroups (line 62) | func TestRankCgroups(t *testing.T) { function TestPopulatePsiToCtx (line 108) | func TestPopulatePsiToCtx(t *testing.T) { function TestEvaluateTrigger (line 681) | func TestEvaluateTrigger(t *testing.T) { function TestListCgroupProcs (line 796) | func TestListCgroupProcs(t *testing.T) { FILE: internal/app/machined/pkg/controllers/runtime/kernel_cmdline.go type KernelCmdlineController (line 22) | type KernelCmdlineController struct method Name (line 27) | func (ctrl *KernelCmdlineController) Name() string { method Inputs (line 32) | func (ctrl *KernelCmdlineController) Inputs() []controller.Input { method Outputs (line 37) | func (ctrl *KernelCmdlineController) Outputs() []controller.Output { method Run (line 47) | func (ctrl *KernelCmdlineController) Run(ctx context.Context, r contro... FILE: internal/app/machined/pkg/controllers/runtime/kernel_cmdline_test.go function TestKernelCmdlineSuite (line 19) | func TestKernelCmdlineSuite(t *testing.T) { type KernelCmdlineSuite (line 32) | type KernelCmdlineSuite struct method TestKernelCmdline (line 36) | func (suite *KernelCmdlineSuite) TestKernelCmdline() { FILE: internal/app/machined/pkg/controllers/runtime/kernel_module_config.go type KernelModuleConfigController (line 22) | type KernelModuleConfigController struct method Name (line 25) | func (ctrl *KernelModuleConfigController) Name() string { method Inputs (line 30) | func (ctrl *KernelModuleConfigController) Inputs() []controller.Input { method Outputs (line 41) | func (ctrl *KernelModuleConfigController) Outputs() []controller.Output { method Run (line 53) | func (ctrl *KernelModuleConfigController) Run(ctx context.Context, r c... FILE: internal/app/machined/pkg/controllers/runtime/kernel_module_config_test.go type KernelModuleConfigSuite (line 22) | type KernelModuleConfigSuite struct method TestReconcileConfig (line 26) | func (suite *KernelModuleConfigSuite) TestReconcileConfig() { function TestKernelModuleConfigSuite (line 102) | func TestKernelModuleConfigSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/runtime/kernel_module_spec.go type KernelModuleSpecController (line 23) | type KernelModuleSpecController struct method Name (line 28) | func (ctrl *KernelModuleSpecController) Name() string { method Inputs (line 33) | func (ctrl *KernelModuleSpecController) Inputs() []controller.Input { method Outputs (line 44) | func (ctrl *KernelModuleSpecController) Outputs() []controller.Output { method Run (line 49) | func (ctrl *KernelModuleSpecController) Run(ctx context.Context, r con... FILE: internal/app/machined/pkg/controllers/runtime/kernel_param_config.go type KernelParamConfigController (line 23) | type KernelParamConfigController struct method Name (line 26) | func (ctrl *KernelParamConfigController) Name() string { method Inputs (line 31) | func (ctrl *KernelParamConfigController) Inputs() []controller.Input { method Outputs (line 42) | func (ctrl *KernelParamConfigController) Outputs() []controller.Output { method Run (line 54) | func (ctrl *KernelParamConfigController) Run(ctx context.Context, r co... FILE: internal/app/machined/pkg/controllers/runtime/kernel_param_config_test.go type KernelParamConfigSuite (line 22) | type KernelParamConfigSuite struct method TestReconcileConfig (line 26) | func (suite *KernelParamConfigSuite) TestReconcileConfig() { function TestKernelParamConfigSuite (line 119) | func TestKernelParamConfigSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/runtime/kernel_param_defaults.go type KernelParamDefaultsController (line 25) | type KernelParamDefaultsController struct method Name (line 30) | func (ctrl *KernelParamDefaultsController) Name() string { method Inputs (line 35) | func (ctrl *KernelParamDefaultsController) Inputs() []controller.Input { method Outputs (line 40) | func (ctrl *KernelParamDefaultsController) Outputs() []controller.Outp... method Run (line 50) | func (ctrl *KernelParamDefaultsController) Run(ctx context.Context, r ... method getKernelParams (line 77) | func (ctrl *KernelParamDefaultsController) getKernelParams() []*kernel... FILE: internal/app/machined/pkg/controllers/runtime/kernel_param_defaults_test.go type KernelParamDefaultsSuite (line 21) | type KernelParamDefaultsSuite struct method TestContainerMode (line 78) | func (suite *KernelParamDefaultsSuite) TestContainerMode() { method TestMetalMode (line 93) | func (suite *KernelParamDefaultsSuite) TestMetalMode() { function getParams (line 25) | func getParams(mode runtime.Mode) []*kernel.Param { function TestKernelParamDefaultsSuite (line 107) | func TestKernelParamDefaultsSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/runtime/kernel_param_spec.go type KernelParamSpecController (line 27) | type KernelParamSpecController struct method Name (line 33) | func (ctrl *KernelParamSpecController) Name() string { method Inputs (line 38) | func (ctrl *KernelParamSpecController) Inputs() []controller.Input { method Outputs (line 54) | func (ctrl *KernelParamSpecController) Outputs() []controller.Output { method Run (line 66) | func (ctrl *KernelParamSpecController) Run(ctx context.Context, r cont... method updateKernelParam (line 156) | func (ctrl *KernelParamSpecController) updateKernelParam(ctx context.C... method resetKernelParam (line 183) | func (ctrl *KernelParamSpecController) resetKernelParam(ctx context.Co... FILE: internal/app/machined/pkg/controllers/runtime/kernel_param_spec_test.go type KernelParamSpecSuite (line 24) | type KernelParamSpecSuite struct method TestParamsSynced (line 28) | func (suite *KernelParamSpecSuite) TestParamsSynced() { method TestParamsUnsupported (line 85) | func (suite *KernelParamSpecSuite) TestParamsUnsupported() { function TestKernelParamSpecSuite (line 110) | func TestKernelParamSpecSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/runtime/kmsg_log.go constant drainTimeout (line 33) | drainTimeout = 100 * time.Millisecond constant logSendTimeout (line 34) | logSendTimeout = 5 * time.Second constant logRetryTimeout (line 35) | logRetryTimeout = 1 * time.Second constant logCloseTimeout (line 36) | logCloseTimeout = 5 * time.Second type KmsgLogDeliveryController (line 41) | type KmsgLogDeliveryController struct method Name (line 48) | func (ctrl *KmsgLogDeliveryController) Name() string { method Inputs (line 53) | func (ctrl *KmsgLogDeliveryController) Inputs() []controller.Input { method Outputs (line 58) | func (ctrl *KmsgLogDeliveryController) Outputs() []controller.Output { method Run (line 63) | func (ctrl *KmsgLogDeliveryController) Run(ctx context.Context, r cont... method deliverLogs (line 132) | func (ctrl *KmsgLogDeliveryController) deliverLogs(ctx context.Context... method resend (line 214) | func (ctrl *KmsgLogDeliveryController) resend(ctx context.Context, r c... type logConfig (line 115) | type logConfig struct method Format (line 119) | func (c logConfig) Format() string { method Endpoint (line 123) | func (c logConfig) Endpoint() *url.URL { method ExtraTags (line 127) | func (c logConfig) ExtraTags() map[string]string { function kmsgPriorityToLevel (line 261) | func kmsgPriorityToLevel(pri kmsg.Priority) zapcore.Level { FILE: internal/app/machined/pkg/controllers/runtime/kmsg_log_config.go type KmsgLogConfigController (line 27) | type KmsgLogConfigController struct method Name (line 32) | func (ctrl *KmsgLogConfigController) Name() string { method Inputs (line 37) | func (ctrl *KmsgLogConfigController) Inputs() []controller.Input { method Outputs (line 49) | func (ctrl *KmsgLogConfigController) Outputs() []controller.Output { method Run (line 61) | func (ctrl *KmsgLogConfigController) Run(ctx context.Context, r contro... FILE: internal/app/machined/pkg/controllers/runtime/kmsg_log_config_test.go type KmsgLogConfigSuite (line 28) | type KmsgLogConfigSuite struct method TestKmsgLogConfigNone (line 36) | func (suite *KmsgLogConfigSuite) TestKmsgLogConfigNone() { method TestKmsgLogConfigMachineConfig (line 42) | func (suite *KmsgLogConfigSuite) TestKmsgLogConfigMachineConfig() { method TestKmsgLogConfigCmdline (line 81) | func (suite *KmsgLogConfigSuite) TestKmsgLogConfigCmdline() { function TestKmsgLogConfigSuite (line 32) | func TestKmsgLogConfigSuite(t *testing.T) { function must (line 98) | func must[T any](t T, err error) T { FILE: internal/app/machined/pkg/controllers/runtime/kmsg_log_storage.go type KmsgLogStorageController (line 20) | type KmsgLogStorageController struct method Name (line 26) | func (ctrl *KmsgLogStorageController) Name() string { method Inputs (line 31) | func (ctrl *KmsgLogStorageController) Inputs() []controller.Input { method Outputs (line 36) | func (ctrl *KmsgLogStorageController) Outputs() []controller.Output { method Run (line 43) | func (ctrl *KmsgLogStorageController) Run(ctx context.Context, r contr... FILE: internal/app/machined/pkg/controllers/runtime/kmsg_log_test.go type logHandler (line 32) | type logHandler struct method HandleLog (line 38) | func (s *logHandler) HandleLog(srcAddr netip.Addr, msg map[string]any) { method getCount (line 45) | func (s *logHandler) getCount() int { type KmsgLogDeliverySuite (line 52) | type KmsgLogDeliverySuite struct method SetupTest (line 70) | func (suite *KmsgLogDeliverySuite) SetupTest() { method startRuntime (line 119) | func (suite *KmsgLogDeliverySuite) startRuntime() { method TestDeliverySingleDestination (line 125) | func (suite *KmsgLogDeliverySuite) TestDeliverySingleDestination() { method TestDeliveryMultipleDestinations (line 142) | func (suite *KmsgLogDeliverySuite) TestDeliveryMultipleDestinations() { method TestDeliveryOneDeadDestination (line 164) | func (suite *KmsgLogDeliverySuite) TestDeliveryOneDeadDestination() { method TestDeliveryAllDeadDestinations (line 188) | func (suite *KmsgLogDeliverySuite) TestDeliveryAllDeadDestinations() { method TestDrain (line 210) | func (suite *KmsgLogDeliverySuite) TestDrain() { method assertLogsSeen (line 230) | func (suite *KmsgLogDeliverySuite) assertLogsSeen(handler *logHandler) { method TearDownTest (line 243) | func (suite *KmsgLogDeliverySuite) TearDownTest() { function TestKmsgLogDeliverySuite (line 252) | func TestKmsgLogDeliverySuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/runtime/loaded_kernel_module.go type LoadedKernelModuleController (line 27) | type LoadedKernelModuleController struct method Name (line 32) | func (ctrl *LoadedKernelModuleController) Name() string { method Inputs (line 37) | func (ctrl *LoadedKernelModuleController) Inputs() []controller.Input { method Outputs (line 42) | func (ctrl *LoadedKernelModuleController) Outputs() []controller.Output { method Run (line 52) | func (ctrl *LoadedKernelModuleController) Run(ctx context.Context, r c... method reconcile (line 141) | func (ctrl *LoadedKernelModuleController) reconcile(ctx context.Contex... type Module (line 83) | type Module struct function ParseModules (line 94) | func ParseModules(r io.Reader) ([]Module, error) { FILE: internal/app/machined/pkg/controllers/runtime/loaded_kernel_module_test.go function TestLoadedKernelModuleSuite (line 18) | func TestLoadedKernelModuleSuite(t *testing.T) { type LoadedKernelModuleSuite (line 31) | type LoadedKernelModuleSuite struct method TestParseModules (line 35) | func (suite *LoadedKernelModuleSuite) TestParseModules() { FILE: internal/app/machined/pkg/controllers/runtime/log_persistence.go type LogPersistenceController (line 28) | type LogPersistenceController struct method Name (line 39) | func (ctrl *LogPersistenceController) Name() string { method Inputs (line 44) | func (ctrl *LogPersistenceController) Inputs() []controller.Input { method Outputs (line 60) | func (ctrl *LogPersistenceController) Outputs() []controller.Output { method WriteLog (line 70) | func (ctrl *LogPersistenceController) WriteLog(id string, line []byte)... method startLogging (line 85) | func (ctrl *LogPersistenceController) startLogging(vms *block.VolumeMo... method stopLogging (line 92) | func (ctrl *LogPersistenceController) stopLogging() error { method Run (line 111) | func (ctrl *LogPersistenceController) Run(ctx context.Context, r contr... FILE: internal/app/machined/pkg/controllers/runtime/log_persistence_test.go function TestLogPersistenceSuite (line 23) | func TestLogPersistenceSuite(t *testing.T) { type LogPersistenceSuite (line 33) | type LogPersistenceSuite struct method TestDefault (line 47) | func (suite *LogPersistenceSuite) TestDefault() { type loggingMock (line 37) | type loggingMock struct method ServiceLog (line 39) | func (loggingMock) ServiceLog(service string) runtime.LogHandler { ret... method SetSenders (line 41) | func (loggingMock) SetSenders(senders []runtime.LogSender) []runtime.L... method SetLineWriter (line 43) | func (loggingMock) SetLineWriter(w runtime.LogWriter) {} method RegisteredLogs (line 45) | func (loggingMock) RegisteredLogs() []string { return nil } FILE: internal/app/machined/pkg/controllers/runtime/machine_status.go type MachineStatusController (line 35) | type MachineStatusController struct method Name (line 48) | func (ctrl *MachineStatusController) Name() string { method Inputs (line 53) | func (ctrl *MachineStatusController) Inputs() []controller.Input { method Outputs (line 98) | func (ctrl *MachineStatusController) Outputs() []controller.Output { method Run (line 110) | func (ctrl *MachineStatusController) Run(ctx context.Context, r contro... method getReadinessChecks (line 183) | func (ctrl *MachineStatusController) getReadinessChecks(stage runtime.... method timeSyncCheck (line 226) | func (ctrl *MachineStatusController) timeSyncCheck(ctx context.Context... method networkReadyCheck (line 239) | func (ctrl *MachineStatusController) networkReadyCheck(ctx context.Con... method servicesCheck (line 270) | func (ctrl *MachineStatusController) servicesCheck(requiredServices []... method staticPodsCheck (line 310) | func (ctrl *MachineStatusController) staticPodsCheck(ctx context.Conte... method nodeReadyCheck (line 354) | func (ctrl *MachineStatusController) nodeReadyCheck(ctx context.Contex... method watchEvents (line 388) | func (ctrl *MachineStatusController) watchEvents() { type readinessCheck (line 178) | type readinessCheck struct FILE: internal/app/machined/pkg/controllers/runtime/machine_status_publisher.go type MachineStatusPublisherController (line 24) | type MachineStatusPublisherController struct method Name (line 29) | func (ctrl *MachineStatusPublisherController) Name() string { method Inputs (line 34) | func (ctrl *MachineStatusPublisherController) Inputs() []controller.In... method Outputs (line 46) | func (ctrl *MachineStatusPublisherController) Outputs() []controller.O... method Run (line 51) | func (ctrl *MachineStatusPublisherController) Run(ctx context.Context,... FILE: internal/app/machined/pkg/controllers/runtime/machine_status_test.go function TestMachineStatusSuite (line 30) | func TestMachineStatusSuite(t *testing.T) { type mockWatcher (line 46) | type mockWatcher struct method Watch (line 50) | func (m *mockWatcher) Watch(f v1alpha1runtime.WatchFunc, opt ...v1alph... type MachineStatusSuite (line 56) | type MachineStatusSuite struct method assertMachineStatus (line 62) | func (suite *MachineStatusSuite) assertMachineStatus(stage runtime.Mac... method TestReconcile (line 73) | func (suite *MachineStatusSuite) TestReconcile() { FILE: internal/app/machined/pkg/controllers/runtime/maintenance_config.go type MaintenanceConfigController (line 28) | type MaintenanceConfigController struct method Name (line 31) | func (ctrl *MaintenanceConfigController) Name() string { method Inputs (line 36) | func (ctrl *MaintenanceConfigController) Inputs() []controller.Input { method Outputs (line 52) | func (ctrl *MaintenanceConfigController) Outputs() []controller.Output { method Run (line 64) | func (ctrl *MaintenanceConfigController) Run(ctx context.Context, r co... FILE: internal/app/machined/pkg/controllers/runtime/maintenance_config_test.go function TestMaintenanceConfigSuite (line 25) | func TestMaintenanceConfigSuite(t *testing.T) { type MaintenanceConfigSuite (line 36) | type MaintenanceConfigSuite struct method TestReconcile (line 40) | func (suite *MaintenanceConfigSuite) TestReconcile() { FILE: internal/app/machined/pkg/controllers/runtime/maintenance_service_inform.go type MaintenanceServiceInformController (line 27) | type MaintenanceServiceInformController struct method Name (line 32) | func (ctrl *MaintenanceServiceInformController) Name() string { method Inputs (line 37) | func (ctrl *MaintenanceServiceInformController) Inputs() []controller.... method Outputs (line 61) | func (ctrl *MaintenanceServiceInformController) Outputs() []controller... method Run (line 68) | func (ctrl *MaintenanceServiceInformController) Run(ctx context.Contex... FILE: internal/app/machined/pkg/controllers/runtime/mount_status.go type MountStatusController (line 23) | type MountStatusController struct method Name (line 26) | func (ctrl *MountStatusController) Name() string { method Inputs (line 31) | func (ctrl *MountStatusController) Inputs() []controller.Input { method Outputs (line 47) | func (ctrl *MountStatusController) Outputs() []controller.Output { method Run (line 59) | func (ctrl *MountStatusController) Run(ctx context.Context, r controll... FILE: internal/app/machined/pkg/controllers/runtime/oom.go type actionLogItem (line 36) | type actionLogItem struct type OOMController (line 43) | type OOMController struct method Name (line 53) | func (ctrl *OOMController) Name() string { method Inputs (line 58) | func (ctrl *OOMController) Inputs() []controller.Input { method Outputs (line 70) | func (ctrl *OOMController) Outputs() []controller.Output { method Run (line 113) | func (ctrl *OOMController) Run(ctx context.Context, r controller.Runti... method getConfig (line 214) | func (*OOMController) getConfig(cfg *config.MachineConfig) (cel.Expres... method OomAction (line 249) | func (ctrl *OOMController) OomAction(logger *zap.Logger, root string, ... constant defaultSampleInterval (line 108) | defaultSampleInterval = 500 * time.Millisecond function reapCg (line 278) | func reapCg(logger *zap.Logger, cgroupPath string) ([]string, error) { FILE: internal/app/machined/pkg/controllers/runtime/sbom_item.go type SBOMItemController (line 26) | type SBOMItemController struct method Name (line 32) | func (ctrl *SBOMItemController) Name() string { method Inputs (line 37) | func (ctrl *SBOMItemController) Inputs() []controller.Input { method Outputs (line 42) | func (ctrl *SBOMItemController) Outputs() []controller.Output { method Run (line 52) | func (ctrl *SBOMItemController) Run(ctx context.Context, r controller.... method processSPDXDirectory (line 88) | func (ctrl *SBOMItemController) processSPDXDirectory(ctx context.Conte... method processSPDXFile (line 134) | func (ctrl *SBOMItemController) processSPDXFile(ctx context.Context, r... type spdxDocument (line 118) | type spdxDocument struct type spdxPackage (line 122) | type spdxPackage struct type spdxExternalRef (line 129) | type spdxExternalRef struct FILE: internal/app/machined/pkg/controllers/runtime/sbom_item_test.go type SBOMItemSuite (line 19) | type SBOMItemSuite struct method TestReconcile (line 39) | func (suite *SBOMItemSuite) TestReconcile() { function TestSBOMItemSuite (line 23) | func TestSBOMItemSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/runtime/security_state.go type SecurityStateController (line 37) | type SecurityStateController struct method Name (line 42) | func (ctrl *SecurityStateController) Name() string { method Inputs (line 47) | func (ctrl *SecurityStateController) Inputs() []controller.Input { method Outputs (line 58) | func (ctrl *SecurityStateController) Outputs() []controller.Output { method Run (line 70) | func (ctrl *SecurityStateController) Run(ctx context.Context, r contro... function x509CertFingerprint (line 171) | func x509CertFingerprint(cert x509.Certificate) string { function getSelinuxState (line 187) | func getSelinuxState() (runtimeres.SELinuxState, error) { FILE: internal/app/machined/pkg/controllers/runtime/unique_token.go type UniqueMachineTokenController (line 23) | type UniqueMachineTokenController struct method Name (line 26) | func (ctrl *UniqueMachineTokenController) Name() string { method Inputs (line 31) | func (ctrl *UniqueMachineTokenController) Inputs() []controller.Input { method Outputs (line 54) | func (ctrl *UniqueMachineTokenController) Outputs() []controller.Output { method Run (line 66) | func (ctrl *UniqueMachineTokenController) Run(ctx context.Context, r c... FILE: internal/app/machined/pkg/controllers/runtime/unique_token_test.go type UniqueMachineTokenSuite (line 23) | type UniqueMachineTokenSuite struct method TestReconcileNoConfig (line 40) | func (suite *UniqueMachineTokenSuite) TestReconcileNoConfig() { method TestReconcileWithConfig (line 58) | func (suite *UniqueMachineTokenSuite) TestReconcileWithConfig() { function TestUniqueMachineTokenSuite (line 27) | func TestUniqueMachineTokenSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/runtime/utils.go function WaitForDevicesReady (line 23) | func WaitForDevicesReady(ctx context.Context, r controller.Runtime, next... function updateFile (line 71) | func updateFile(filename string, contents []byte, mode os.FileMode) error { FILE: internal/app/machined/pkg/controllers/runtime/version.go type VersionController (line 20) | type VersionController struct method Name (line 23) | func (ctrl *VersionController) Name() string { method Inputs (line 28) | func (ctrl *VersionController) Inputs() []controller.Input { method Outputs (line 33) | func (ctrl *VersionController) Outputs() []controller.Output { method Run (line 43) | func (ctrl *VersionController) Run(ctx context.Context, r controller.R... FILE: internal/app/machined/pkg/controllers/runtime/watchdog_timer.go type WatchdogTimerController (line 26) | type WatchdogTimerController struct method Name (line 29) | func (ctrl *WatchdogTimerController) Name() string { method Inputs (line 34) | func (ctrl *WatchdogTimerController) Inputs() []controller.Input { method Outputs (line 45) | func (ctrl *WatchdogTimerController) Outputs() []controller.Output { method Run (line 57) | func (ctrl *WatchdogTimerController) Run(ctx context.Context, r contro... FILE: internal/app/machined/pkg/controllers/runtime/watchdog_timer_config.go type WatchdogTimerConfigController (line 22) | type WatchdogTimerConfigController struct method Name (line 25) | func (ctrl *WatchdogTimerConfigController) Name() string { method Inputs (line 30) | func (ctrl *WatchdogTimerConfigController) Inputs() []controller.Input { method Outputs (line 42) | func (ctrl *WatchdogTimerConfigController) Outputs() []controller.Outp... method Run (line 52) | func (ctrl *WatchdogTimerConfigController) Run(ctx context.Context, r ... FILE: internal/app/machined/pkg/controllers/runtime/watchdog_timer_config_test.go type WatchdogTimerConfigSuite (line 23) | type WatchdogTimerConfigSuite struct method TestWatchdogTimerConfigNone (line 31) | func (suite *WatchdogTimerConfigSuite) TestWatchdogTimerConfigNone() { method TestWatchdogTimerConfigMachineConfig (line 37) | func (suite *WatchdogTimerConfigSuite) TestWatchdogTimerConfigMachineC... function TestWatchdogTimerConfigSuite (line 27) | func TestWatchdogTimerConfigSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/secrets/api.go type APIController (line 34) | type APIController struct method Name (line 37) | func (ctrl *APIController) Name() string { method Inputs (line 42) | func (ctrl *APIController) Inputs() []controller.Input { method Outputs (line 61) | func (ctrl *APIController) Outputs() []controller.Output { method Run (line 76) | func (ctrl *APIController) Run(ctx context.Context, r controller.Runti... method reconcile (line 148) | func (ctrl *APIController) reconcile(ctx context.Context, r controller... method generateControlPlane (line 292) | func (ctrl *APIController) generateControlPlane(ctx context.Context, r... method generateWorker (line 350) | func (ctrl *APIController) generateWorker(ctx context.Context, r contr... method reconcileMaintenance (line 442) | func (ctrl *APIController) reconcileMaintenance(ctx context.Context, r... method teardownAll (line 565) | func (ctrl *APIController) teardownAll(ctx context.Context, r controll... FILE: internal/app/machined/pkg/controllers/secrets/api_cert_sans.go type APICertSANsController (line 24) | type APICertSANsController struct method Name (line 27) | func (ctrl *APICertSANsController) Name() string { method Inputs (line 34) | func (ctrl *APICertSANsController) Inputs() []controller.Input { method Outputs (line 58) | func (ctrl *APICertSANsController) Outputs() []controller.Output { method Run (line 70) | func (ctrl *APICertSANsController) Run(ctx context.Context, r controll... method teardownAll (line 140) | func (ctrl *APICertSANsController) teardownAll(ctx context.Context, r ... FILE: internal/app/machined/pkg/controllers/secrets/api_cert_sans_test.go function TestAPICertSANsSuite (line 26) | func TestAPICertSANsSuite(t *testing.T) { type APICertSANsSuite (line 36) | type APICertSANsSuite struct method TestReconcileControlPlane (line 40) | func (suite *APICertSANsSuite) TestReconcileControlPlane() { FILE: internal/app/machined/pkg/controllers/secrets/api_test.go function TestAPISuite (line 28) | func TestAPISuite(t *testing.T) { type APISuite (line 39) | type APISuite struct method TestReconcileControlPlane (line 43) | func (suite *APISuite) TestReconcileControlPlane() { method TestReconcileMaintenance (line 143) | func (suite *APISuite) TestReconcileMaintenance() { FILE: internal/app/machined/pkg/controllers/secrets/encryption_salt.go type EncryptionSaltController (line 29) | type EncryptionSaltController struct method Name (line 34) | func (ctrl *EncryptionSaltController) Name() string { method Inputs (line 39) | func (ctrl *EncryptionSaltController) Inputs() []controller.Input { method Outputs (line 55) | func (ctrl *EncryptionSaltController) Outputs() []controller.Output { method Run (line 71) | func (ctrl *EncryptionSaltController) Run(ctx context.Context, r contr... method establishEncryptionSalt (line 96) | func (ctrl *EncryptionSaltController) establishEncryptionSalt(ctx cont... FILE: internal/app/machined/pkg/controllers/secrets/encryption_salt_test.go type EncryptionSaltSuite (line 24) | type EncryptionSaltSuite struct method TestDefault (line 28) | func (suite *EncryptionSaltSuite) TestDefault() { method TestLoad (line 60) | func (suite *EncryptionSaltSuite) TestLoad() { function TestEncryptionSaltSuite (line 95) | func TestEncryptionSaltSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/secrets/etcd.go type EtcdController (line 27) | type EtcdController struct method Name (line 30) | func (ctrl *EtcdController) Name() string { method Inputs (line 35) | func (ctrl *EtcdController) Inputs() []controller.Input { method Outputs (line 71) | func (ctrl *EtcdController) Outputs() []controller.Output { method Run (line 83) | func (ctrl *EtcdController) Run(ctx context.Context, r controller.Runt... method updateSecrets (line 173) | func (ctrl *EtcdController) updateSecrets(etcdRoot *secrets.EtcdRootSp... method teardownAll (line 206) | func (ctrl *EtcdController) teardownAll(ctx context.Context, r control... FILE: internal/app/machined/pkg/controllers/secrets/etcd_test.go function TestEtcdSuite (line 25) | func TestEtcdSuite(t *testing.T) { type EtcdSuite (line 38) | type EtcdSuite struct method TestReconcile (line 42) | func (suite *EtcdSuite) TestReconcile() { FILE: internal/app/machined/pkg/controllers/secrets/kubelet.go function NewKubeletController (line 27) | func NewKubeletController() *KubeletController { FILE: internal/app/machined/pkg/controllers/secrets/kubelet_test.go function TestKubeletSuite (line 26) | func TestKubeletSuite(t *testing.T) { type KubeletSuite (line 36) | type KubeletSuite struct method TestReconcile (line 40) | func (suite *KubeletSuite) TestReconcile() { FILE: internal/app/machined/pkg/controllers/secrets/kubernetes.go constant KubernetesCertificateValidityDuration (line 33) | KubernetesCertificateValidityDuration = constants.KubernetesDefaultCerti... type KubernetesController (line 36) | type KubernetesController struct method Name (line 39) | func (ctrl *KubernetesController) Name() string { method Inputs (line 44) | func (ctrl *KubernetesController) Inputs() []controller.Input { method Outputs (line 62) | func (ctrl *KubernetesController) Outputs() []controller.Output { method Run (line 74) | func (ctrl *KubernetesController) Run(ctx context.Context, r controlle... method updateSecrets (line 123) | func (ctrl *KubernetesController) updateSecrets(k8sRoot *secrets.Kuber... method teardownAll (line 191) | func (ctrl *KubernetesController) teardownAll(ctx context.Context, r c... type generateAdminAdapter (line 209) | type generateAdminAdapter struct method Name (line 214) | func (adapter *generateAdminAdapter) Name() string { method Endpoint (line 218) | func (adapter *generateAdminAdapter) Endpoint() *url.URL { method IssuingCA (line 222) | func (adapter *generateAdminAdapter) IssuingCA() *x509.PEMEncodedCerti... method AcceptedCAs (line 226) | func (adapter *generateAdminAdapter) AcceptedCAs() []*x509.PEMEncodedC... method AdminKubeconfig (line 230) | func (adapter *generateAdminAdapter) AdminKubeconfig() config.AdminKub... method CertLifetime (line 234) | func (adapter *generateAdminAdapter) CertLifetime() time.Duration { method CommonName (line 239) | func (adapter *generateAdminAdapter) CommonName() string { method CertOrganization (line 243) | func (adapter *generateAdminAdapter) CertOrganization() string { FILE: internal/app/machined/pkg/controllers/secrets/kubernetes_cert_sans.go type KubernetesCertSANsController (line 25) | type KubernetesCertSANsController struct method Name (line 28) | func (ctrl *KubernetesCertSANsController) Name() string { method Inputs (line 35) | func (ctrl *KubernetesCertSANsController) Inputs() []controller.Input { method Outputs (line 59) | func (ctrl *KubernetesCertSANsController) Outputs() []controller.Output { method Run (line 71) | func (ctrl *KubernetesCertSANsController) Run(ctx context.Context, r c... method teardownAll (line 154) | func (ctrl *KubernetesCertSANsController) teardownAll(ctx context.Cont... FILE: internal/app/machined/pkg/controllers/secrets/kubernetes_cert_sans_test.go type KubernetesCertSANsSuite (line 27) | type KubernetesCertSANsSuite struct method TestReconcile (line 41) | func (suite *KubernetesCertSANsSuite) TestReconcile() { function TestKubernetesCertSANsSuite (line 31) | func TestKubernetesCertSANsSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/secrets/kubernetes_dynamic_certs.go type KubernetesDynamicCertsController (line 29) | type KubernetesDynamicCertsController struct method Name (line 32) | func (ctrl *KubernetesDynamicCertsController) Name() string { method Inputs (line 37) | func (ctrl *KubernetesDynamicCertsController) Inputs() []controller.In... method Outputs (line 42) | func (ctrl *KubernetesDynamicCertsController) Outputs() []controller.O... method Run (line 54) | func (ctrl *KubernetesDynamicCertsController) Run(ctx context.Context,... method updateSecrets (line 171) | func (ctrl *KubernetesDynamicCertsController) updateSecrets(k8sRoot *s... method teardownAll (line 233) | func (ctrl *KubernetesDynamicCertsController) teardownAll(ctx context.... FILE: internal/app/machined/pkg/controllers/secrets/kubernetes_dynamic_certs_test.go function TestKubernetesDynamicCertsSuite (line 31) | func TestKubernetesDynamicCertsSuite(t *testing.T) { type KubernetesDynamicCertsSuite (line 42) | type KubernetesDynamicCertsSuite struct method TestReconcile (line 46) | func (suite *KubernetesDynamicCertsSuite) TestReconcile() { FILE: internal/app/machined/pkg/controllers/secrets/kubernetes_test.go function TestKubernetesSuite (line 28) | func TestKubernetesSuite(t *testing.T) { type KubernetesSuite (line 39) | type KubernetesSuite struct method TestReconcile (line 43) | func (suite *KubernetesSuite) TestReconcile() { FILE: internal/app/machined/pkg/controllers/secrets/maintenance_cert_sans.go type MaintenanceCertSANsController (line 24) | type MaintenanceCertSANsController struct method Name (line 27) | func (ctrl *MaintenanceCertSANsController) Name() string { method Inputs (line 32) | func (ctrl *MaintenanceCertSANsController) Inputs() []controller.Input { method Outputs (line 50) | func (ctrl *MaintenanceCertSANsController) Outputs() []controller.Outp... method Run (line 60) | func (ctrl *MaintenanceCertSANsController) Run(ctx context.Context, r ... FILE: internal/app/machined/pkg/controllers/secrets/maintenance_cert_sans_test.go function TestMaintenanceCertSANsSuite (line 25) | func TestMaintenanceCertSANsSuite(t *testing.T) { type MaintenanceCertSANsSuite (line 36) | type MaintenanceCertSANsSuite struct method TestReconcile (line 40) | func (suite *MaintenanceCertSANsSuite) TestReconcile() { FILE: internal/app/machined/pkg/controllers/secrets/maintenance_root.go type MaintenanceRootController (line 20) | type MaintenanceRootController struct method Name (line 23) | func (ctrl *MaintenanceRootController) Name() string { method Inputs (line 28) | func (ctrl *MaintenanceRootController) Inputs() []controller.Input { method Outputs (line 33) | func (ctrl *MaintenanceRootController) Outputs() []controller.Output { method Run (line 43) | func (ctrl *MaintenanceRootController) Run(ctx context.Context, r cont... FILE: internal/app/machined/pkg/controllers/secrets/maintenance_root_test.go function TestMaintenanceRootSuite (line 20) | func TestMaintenanceRootSuite(t *testing.T) { type MaintenanceRootSuite (line 30) | type MaintenanceRootSuite struct method TestReconcile (line 34) | func (suite *MaintenanceRootSuite) TestReconcile() { FILE: internal/app/machined/pkg/controllers/secrets/root.go function rootMapFunc (line 26) | func rootMapFunc[Output generic.ResourceWithRD](output Output, requireCo... function NewRootEtcdController (line 48) | func NewRootEtcdController() *RootEtcdController { function NewRootKubernetesController (line 73) | func NewRootKubernetesController() *RootKubernetesController { function NewRootOSController (line 152) | func NewRootOSController() *RootOSController { FILE: internal/app/machined/pkg/controllers/secrets/root_test.go function TestRootSuite (line 26) | func TestRootSuite(t *testing.T) { type RootSuite (line 41) | type RootSuite struct method genConfig (line 45) | func (suite *RootSuite) genConfig(controlplane bool) talosconfig.Config { method TestReconcileControlPlane (line 65) | func (suite *RootSuite) TestReconcileControlPlane() { method TestReconcileWorker (line 102) | func (suite *RootSuite) TestReconcileWorker() { FILE: internal/app/machined/pkg/controllers/secrets/trustd.go type TrustdController (line 30) | type TrustdController struct method Name (line 33) | func (ctrl *TrustdController) Name() string { method Inputs (line 38) | func (ctrl *TrustdController) Inputs() []controller.Input { method Outputs (line 57) | func (ctrl *TrustdController) Outputs() []controller.Output { method Run (line 69) | func (ctrl *TrustdController) Run(ctx context.Context, r controller.Ru... method reconcile (line 124) | func (ctrl *TrustdController) reconcile(ctx context.Context, r control... method generateControlPlane (line 218) | func (ctrl *TrustdController) generateControlPlane(ctx context.Context... method teardownAll (line 259) | func (ctrl *TrustdController) teardownAll(ctx context.Context, r contr... FILE: internal/app/machined/pkg/controllers/secrets/trustd_test.go function TestTrustdSuite (line 28) | func TestTrustdSuite(t *testing.T) { type TrustdSuite (line 40) | type TrustdSuite struct method TestReconcileControlPlane (line 44) | func (suite *TrustdSuite) TestReconcileControlPlane() { FILE: internal/app/machined/pkg/controllers/secrets/trusted_roots.go type TrustedRootsController (line 29) | type TrustedRootsController struct method Name (line 32) | func (ctrl *TrustedRootsController) Name() string { method Inputs (line 37) | func (ctrl *TrustedRootsController) Inputs() []controller.Input { method Outputs (line 49) | func (ctrl *TrustedRootsController) Outputs() []controller.Output { method Run (line 59) | func (ctrl *TrustedRootsController) Run(ctx context.Context, r control... FILE: internal/app/machined/pkg/controllers/secrets/trusted_roots_test.go function TestTrustedRootsSuite (line 23) | func TestTrustedRootsSuite(t *testing.T) { type TrustedRootsSuite (line 36) | type TrustedRootsSuite struct method TestReconcileDefault (line 40) | func (suite *TrustedRootsSuite) TestReconcileDefault() { method TestReconcileExtraCAs (line 47) | func (suite *TrustedRootsSuite) TestReconcileExtraCAs() { FILE: internal/app/machined/pkg/controllers/security/image_verification_config.go type ImageVerificationConfigController (line 23) | type ImageVerificationConfigController struct method Name (line 26) | func (ctrl *ImageVerificationConfigController) Name() string { method Inputs (line 31) | func (ctrl *ImageVerificationConfigController) Inputs() []controller.I... method Outputs (line 43) | func (ctrl *ImageVerificationConfigController) Outputs() []controller.... method Run (line 55) | func (ctrl *ImageVerificationConfigController) Run(ctx context.Context... FILE: internal/app/machined/pkg/controllers/security/image_verification_config_test.go type ImageVerificationConfigSuite (line 23) | type ImageVerificationConfigSuite struct method TestReconcileNoConfig (line 27) | func (suite *ImageVerificationConfigSuite) TestReconcileNoConfig() { method TestReconcileNoVerificationConfig (line 31) | func (suite *ImageVerificationConfigSuite) TestReconcileNoVerification... method TestReconcileWithRules (line 43) | func (suite *ImageVerificationConfigSuite) TestReconcileWithRules() { function TestImageVerificationConfigSuite (line 105) | func TestImageVerificationConfigSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/security/tuf_trusted_root.go type TUFTrustedRootController (line 26) | type TUFTrustedRootController struct method Name (line 36) | func (ctrl *TUFTrustedRootController) Name() string { method Inputs (line 41) | func (ctrl *TUFTrustedRootController) Inputs() []controller.Input { method Outputs (line 52) | func (ctrl *TUFTrustedRootController) Outputs() []controller.Output { method Run (line 64) | func (ctrl *TUFTrustedRootController) Run(ctx context.Context, r contr... method getTrustedRootTarget (line 135) | func (ctrl *TUFTrustedRootController) getTrustedRootTarget(id string) ... constant DefaultTUFRefreshInterval (line 33) | DefaultTUFRefreshInterval = 24 * time.Hour FILE: internal/app/machined/pkg/controllers/security/tuf_trusted_root_test.go type TUFTrustedRootSuite (line 19) | type TUFTrustedRootSuite struct method TestReconcileNoConfig (line 23) | func (suite *TUFTrustedRootSuite) TestReconcileNoConfig() { method TestReconcileNoKeylessRules (line 27) | func (suite *TUFTrustedRootSuite) TestReconcileNoKeylessRules() { method TestReconcileWithRules (line 35) | func (suite *TUFTrustedRootSuite) TestReconcileWithRules() { function TestTUFTrustedRootSuite (line 53) | func TestTUFTrustedRootSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/siderolink/config.go type ConfigController (line 26) | type ConfigController struct method Name (line 32) | func (ctrl *ConfigController) Name() string { method Inputs (line 37) | func (ctrl *ConfigController) Inputs() []controller.Input { method Outputs (line 49) | func (ctrl *ConfigController) Outputs() []controller.Output { method Run (line 61) | func (ctrl *ConfigController) Run(ctx context.Context, r controller.Ru... method apiEndpoint (line 103) | func (ctrl *ConfigController) apiEndpoint(machineConfig *config.Machin... FILE: internal/app/machined/pkg/controllers/siderolink/config_test.go type ConfigSuite (line 27) | type ConfigSuite struct method TestConfig (line 44) | func (suite *ConfigSuite) TestConfig() { method TestConfigTunnel (line 65) | func (suite *ConfigSuite) TestConfigTunnel() { function TestConfigSuite (line 31) | func TestConfigSuite(t *testing.T) { FILE: internal/app/machined/pkg/controllers/siderolink/manager.go type ManagerController (line 47) | type ManagerController struct method Name (line 53) | func (ctrl *ManagerController) Name() string { method Inputs (line 58) | func (ctrl *ManagerController) Inputs() []controller.Input { method Outputs (line 63) | func (ctrl *ManagerController) Outputs() []controller.Output { method Run (line 83) | func (ctrl *ManagerController) Run(ctx context.Context, r controller.R... method provision (line 336) | func (ctrl *ManagerController) provision(ctx context.Context, r contro... method cleanup (line 462) | func (ctrl *ManagerController) cleanup( method cleanupLinkSpecs (line 476) | func (ctrl *ManagerController) cleanupLinkSpecs(ctx context.Context, r... method cleanupAddressSpecs (line 502) | func (ctrl *ManagerController) cleanupAddressSpecs(ctx context.Context... type provisionData (line 429) | type provisionData struct method IsEmpty (line 439) | func (d *provisionData) IsEmpty() bool { method TakeEndpoint (line 443) | func (d *provisionData) TakeEndpoint() (string, bool) { method PeekNextEndpoint (line 454) | func (d *provisionData) PeekNextEndpoint() string { function withTransportCredentials (line 527) | func withTransportCredentials(insec bool) grpc.DialOption { FILE: internal/app/machined/pkg/controllers/siderolink/manager_test.go function TestManagerSuite (line 34) | func TestManagerSuite(t *testing.T) { type ManagerSuite (line 44) | type ManagerSuite struct method initialSetup (line 81) | func (suite *ManagerSuite) initialSetup(endpoints ...string) { method TestReconcile (line 116) | func (suite *ManagerSuite) TestReconcile() { method TestMultipleEndpoints (line 178) | func (suite *ManagerSuite) TestMultipleEndpoints() { method TestResolveEndpoints (line 194) | func (suite *ManagerSuite) TestResolveEndpoints() { type mockServer (line 50) | type mockServer struct method Provision (line 67) | func (srv mockServer) Provision(_ context.Context, req *pb.ProvisionRe... constant mockNodeUUID (line 58) | mockNodeUUID = "71233efd-7a07-43f8-b6ba-da90fae0e88b" constant mockUniqueToken (line 59) | mockUniqueToken = "random-token" constant mockServerEndpoint1 (line 60) | mockServerEndpoint1 = "127.0.0.11:51820" constant mockServerEndpoint2 (line 61) | mockServerEndpoint2 = "localhost:51821" constant mockServerAddress (line 62) | mockServerAddress = "fdae:41e4:649b:9303:b6db:d99c:215e:dfc4" constant mockServerPublicKey (line 63) | mockServerPublicKey = "2aq/V91QyrHAoH24RK0bldukgo2rWk+wqE5Eg6TArCM=" constant mockNodeAddressPrefix (line 64) | mockNodeAddressPrefix = "fdae:41e4:649b:9303:2a07:9c7:5b08:aef7/64" FILE: internal/app/machined/pkg/controllers/siderolink/siderolink.go type WireguardClient (line 17) | type WireguardClient interface function peerDown (line 22) | func peerDown(wgClient WireguardClient, linkName string) (bool, error) { FILE: internal/app/machined/pkg/controllers/siderolink/status.go constant DefaultStatusUpdateInterval (line 28) | DefaultStatusUpdateInterval = 30 * time.Second type StatusController (line 31) | type StatusController struct method Name (line 44) | func (ctrl *StatusController) Name() string { method Inputs (line 49) | func (ctrl *StatusController) Inputs() []controller.Input { method Outputs (line 67) | func (ctrl *StatusController) Outputs() []controller.Output { method Run (line 77) | func (ctrl *StatusController) Run(ctx context.Context, r controller.Ru... method reconcileStatus (line 121) | func (ctrl *StatusController) reconcileStatus(ctx context.Context, r c... FILE: internal/app/machined/pkg/controllers/siderolink/status_test.go type StatusSuite (line 25) | type StatusSuite struct method TestStatus (line 39) | func (suite *StatusSuite) TestStatus() { method assertStatus (line 103) | func (suite *StatusSuite) assertStatus(endpoint string, connected bool) { function TestStatusSuite (line 29) | func TestStatusSuite(t *testing.T) { type mockWgClient (line 111) | type mockWgClient struct method setDevice (line 116) | func (m *mockWgClient) setDevice(device *wgtypes.Device) { method Device (line 123) | func (m *mockWgClient) Device(string) (*wgtypes.Device, error) { method Close (line 134) | func (m *mockWgClient) Close() error { FILE: internal/app/machined/pkg/controllers/siderolink/userspace.go type UserspaceWireguardController (line 31) | type UserspaceWireguardController struct method Name (line 37) | func (ctrl *UserspaceWireguardController) Name() string { method Inputs (line 42) | func (ctrl *UserspaceWireguardController) Inputs() []controller.Input { method Outputs (line 54) | func (ctrl *UserspaceWireguardController) Outputs() []controller.Output { method Run (line 61) | func (ctrl *UserspaceWireguardController) Run(ctx context.Context, r c... method makeLogger (line 190) | func (ctrl *UserspaceWireguardController) makeLogger(logger *zap.Logge... type tunnelProps (line 198) | type tunnelProps struct type tunnelDeviceProps (line 204) | type tunnelDeviceProps struct type resettableTimer (line 211) | type resettableTimer struct method Reset (line 220) | func (rt *resettableTimer) Reset(delay time.Duration) { method Clear (line 246) | func (rt *resettableTimer) Clear() { method C (line 256) | func (rt *resettableTimer) C() <-chan time.Time { FILE: internal/app/machined/pkg/controllers/time/adjtime_status.go type AdjtimeStatusController (line 23) | type AdjtimeStatusController struct method Name (line 28) | func (ctrl *AdjtimeStatusController) Name() string { method Inputs (line 33) | func (ctrl *AdjtimeStatusController) Inputs() []controller.Input { method Outputs (line 38) | func (ctrl *AdjtimeStatusController) Outputs() []controller.Output { method Run (line 48) | func (ctrl *AdjtimeStatusController) Run(ctx context.Context, r contro... FILE: internal/app/machined/pkg/controllers/time/sync.go type SyncController (line 29) | type SyncController struct method Name (line 37) | func (ctrl *SyncController) Name() string { method Inputs (line 42) | func (ctrl *SyncController) Inputs() []controller.Input { method Outputs (line 47) | func (ctrl *SyncController) Outputs() []controller.Output { method Run (line 70) | func (ctrl *SyncController) Run(ctx context.Context, r controller.Runt... type NTPSyncer (line 57) | type NTPSyncer interface type NewNTPSyncerFunc (line 65) | type NewNTPSyncerFunc FILE: internal/app/machined/pkg/controllers/time/sync_test.go type SyncSuite (line 37) | type SyncSuite struct method State (line 52) | func (suite *SyncSuite) State() state.State { return suite.state } method Ctx (line 54) | func (suite *SyncSuite) Ctx() context.Context { return suite.ctx } method SetupTest (line 56) | func (suite *SyncSuite) SetupTest() { method startRuntime (line 72) | func (suite *SyncSuite) startRuntime() { method assertTimeStatus (line 78) | func (suite *SyncSuite) assertTimeStatus(spec timeresource.StatusSpec)... method TestReconcileContainerMode (line 105) | func (suite *SyncSuite) TestReconcileContainerMode() { method TestReconcileSyncDisabled (line 136) | func (suite *SyncSuite) TestReconcileSyncDisabled() { method TestReconcileSyncDefaultConfig (line 197) | func (suite *SyncSuite) TestReconcileSyncDefaultConfig() { method TestReconcileSyncChangeConfig (line 240) | func (suite *SyncSuite) TestReconcileSyncChangeConfig() { method TestReconcileSyncBootTimeout (line 387) | func (suite *SyncSuite) TestReconcileSyncBootTimeout() { method TearDownTest (line 448) | func (suite *SyncSuite) TearDownTest() { method newMockSyncer (line 456) | func (suite *SyncSuite) newMockSyncer(logger *zap.Logger, servers []st... method getMockSyncer (line 465) | func (suite *SyncSuite) getMockSyncer() *mockSyncer { function TestSyncSuite (line 472) | func TestSyncSuite(t *testing.T) { type mockSyncer (line 476) | type mockSyncer struct method Run (line 484) | func (mock *mockSyncer) Run(ctx context.Context) { method Synced (line 488) | func (mock *mockSyncer) Synced() <-chan struct{} { method EpochChange (line 492) | func (mock *mockSyncer) EpochChange() <-chan struct{} { method getTimeServers (line 496) | func (mock *mockSyncer) getTimeServers() (servers []string) { method SetTimeServers (line 503) | func (mock *mockSyncer) SetTimeServers(servers []string) { function newMockSyncer (line 510) | func newMockSyncer(_ *zap.Logger, servers []string) *mockSyncer { FILE: internal/app/machined/pkg/controllers/utils.go function LoadOrNewFromFile (line 23) | func LoadOrNewFromFile[T any](root xfs.Root, path string, empty T, gener... FILE: internal/app/machined/pkg/controllers/v1alpha1/service.go type ServiceController (line 22) | type ServiceController struct method Name (line 27) | func (ctrl *ServiceController) Name() string { method Inputs (line 32) | func (ctrl *ServiceController) Inputs() []controller.Input { method Outputs (line 37) | func (ctrl *ServiceController) Outputs() []controller.Output { method Run (line 49) | func (ctrl *ServiceController) Run(ctx context.Context, r controller.R... FILE: internal/app/machined/pkg/controllers/v1alpha1/utils.go function WaitForServiceHealthy (line 21) | func WaitForServiceHealthy(ctx context.Context, r controller.Runtime, se... FILE: internal/app/machined/pkg/runtime/controller.go type TaskSetupFunc (line 17) | type TaskSetupFunc type TaskExecutionFunc (line 21) | type TaskExecutionFunc type Phase (line 24) | type Phase struct type LockOptions (line 31) | type LockOptions struct type LockOption (line 36) | type LockOption function WithTakeover (line 39) | func WithTakeover() LockOption { function DefaultControllerOptions (line 48) | func DefaultControllerOptions() LockOptions { type Controller (line 54) | type Controller interface type V1Alpha2Controller (line 62) | type V1Alpha2Controller interface FILE: internal/app/machined/pkg/runtime/disk/options.go type Option (line 8) | type Option type Options (line 11) | type Options struct function WithPartitionLabel (line 16) | func WithPartitionLabel(label string) Option { FILE: internal/app/machined/pkg/runtime/drainer.go function NewDrainer (line 15) | func NewDrainer() *Drainer { type Drainer (line 22) | type Drainer struct method Drain (line 31) | func (d *Drainer) Drain(ctx context.Context) error { method Subscribe (line 69) | func (d *Drainer) Subscribe() *DrainSubscription { type DrainSubscription (line 88) | type DrainSubscription struct method EventCh (line 94) | func (s *DrainSubscription) EventCh() <-chan DrainEvent { method Cancel (line 99) | func (s *DrainSubscription) Cancel() { type DrainEvent (line 119) | type DrainEvent struct FILE: internal/app/machined/pkg/runtime/drainer_test.go function TestDrainer (line 19) | func TestDrainer(t *testing.T) { function TestDrainTimeout (line 79) | func TestDrainTimeout(t *testing.T) { FILE: internal/app/machined/pkg/runtime/emergency/emergency.go function init (line 17) | func init() { FILE: internal/app/machined/pkg/runtime/errors.go type RebootError (line 26) | type RebootError struct method Error (line 30) | func (e RebootError) Error() string { function IsRebootError (line 35) | func IsRebootError(err error) bool { FILE: internal/app/machined/pkg/runtime/events.go type ActorIDCtxKey (line 21) | type ActorIDCtxKey struct type Event (line 24) | type Event struct method ToMachineEvent (line 145) | func (event *Event) ToMachineEvent() (*machine.Event, error) { type EventInfo (line 32) | type EventInfo struct type WatchFunc (line 39) | type WatchFunc type WatchOptions (line 44) | type WatchOptions struct type WatchOptionFunc (line 58) | type WatchOptionFunc function WithTailEvents (line 63) | func WithTailEvents(number int) WatchOptionFunc { function WithTailID (line 76) | func WithTailID(id xid.ID) WatchOptionFunc { function WithTailDuration (line 89) | func WithTailDuration(dur time.Duration) WatchOptionFunc { function WithActorID (line 102) | func WithActorID(actorID string) WatchOptionFunc { type Watcher (line 111) | type Watcher interface type Publisher (line 116) | type Publisher interface type EventStream (line 121) | type EventStream interface function NewEvent (line 127) | func NewEvent(payload proto.Message, actorID string) Event { FILE: internal/app/machined/pkg/runtime/kernel_linux.go type KernelCap (line 21) | type KernelCap interface type kernelCap (line 33) | type kernelCap struct method OpentreeOnAnonymousFS (line 38) | func (k *kernelCap) OpentreeOnAnonymousFS() (bool, error) { function canOpnetreeOnAnonymousFS (line 42) | func canOpnetreeOnAnonymousFS() (bool, error) { FILE: internal/app/machined/pkg/runtime/logging.go type LoggingManager (line 17) | type LoggingManager interface type LogOptions (line 37) | type LogOptions struct type LogOption (line 43) | type LogOption function WithFollow (line 46) | func WithFollow() LogOption { function WithTailLines (line 55) | func WithTailLines(lines int) LogOption { type LogHandler (line 64) | type LogHandler interface type LogEvent (line 70) | type LogEvent struct type LogSender (line 81) | type LogSender interface type LogWriter (line 98) | type LogWriter interface FILE: internal/app/machined/pkg/runtime/logging/circular.go constant DesiredCapacity (line 31) | DesiredCapacity = 1048576 constant InitialCapacity (line 33) | InitialCapacity = 16384 constant ChunkCapacity (line 36) | ChunkCapacity = 65536 constant NumCompressedChunks (line 38) | NumCompressedChunks = (DesiredCapacity / ChunkCapacity) - 1 constant SafetyGap (line 40) | SafetyGap = 1 type CircularBufferLoggingManager (line 44) | type CircularBufferLoggingManager struct method ServiceLog (line 77) | func (manager *CircularBufferLoggingManager) ServiceLog(id string) run... method SetSenders (line 89) | func (manager *CircularBufferLoggingManager) SetSenders(senders []runt... method SetLineWriter (line 106) | func (manager *CircularBufferLoggingManager) SetLineWriter(w runtime.L... method getSenders (line 117) | func (manager *CircularBufferLoggingManager) getSenders() []runtime.Lo... method getBuffer (line 133) | func (manager *CircularBufferLoggingManager) getBuffer(id string, crea... method RegisteredLogs (line 158) | func (manager *CircularBufferLoggingManager) RegisteredLogs() []string { function NewCircularBufferLoggingManager (line 58) | func NewCircularBufferLoggingManager(fallbackLogger *log.Logger) *Circul... type circularHandler (line 170) | type circularHandler struct method Writer (line 187) | func (handler *circularHandler) Writer() (io.WriteCloser, error) { method Reader (line 235) | func (handler *circularHandler) Reader(opts ...runtime.LogOption) (io.... method runSenders (line 281) | func (handler *circularHandler) runSenders() error { method resend (line 309) | func (handler *circularHandler) resend(e *runtime.LogEvent) { method runLineWriter (line 353) | func (handler *circularHandler) runLineWriter() error { type nopCloser (line 178) | type nopCloser struct method Close (line 182) | func (nopCloser) Close() error { type timeStampWriter (line 380) | type timeStampWriter struct method Write (line 385) | func (t *timeStampWriter) Write(p []byte) (int, error) { method Close (line 406) | func (t *timeStampWriter) Close() error { return t.w.Close() } FILE: internal/app/machined/pkg/runtime/logging/extract.go function parseLogLine (line 23) | func parseLogLine(l []byte, now time.Time) *runtime.LogEvent { function parseJSONLogLine (line 106) | func parseJSONLogLine(l []byte) (msg string, m map[string]any) { FILE: internal/app/machined/pkg/runtime/logging/extract_test.go function TestParseLogLine (line 17) | func TestParseLogLine(t *testing.T) { FILE: internal/app/machined/pkg/runtime/logging/file.go type FileLoggingManager (line 24) | type FileLoggingManager struct method ServiceLog (line 38) | func (manager *FileLoggingManager) ServiceLog(id string) runtime.LogHa... method SetSenders (line 47) | func (manager *FileLoggingManager) SetSenders([]runtime.LogSender) []r... method SetLineWriter (line 52) | func (manager *FileLoggingManager) SetLineWriter(runtime.LogWriter) {} method RegisteredLogs (line 55) | func (manager *FileLoggingManager) RegisteredLogs() []string { function NewFileLoggingManager (line 31) | func NewFileLoggingManager(logDirectory string) *FileLoggingManager { type fileLogHandler (line 65) | type fileLogHandler struct method buildPath (line 73) | func (handler *fileLogHandler) buildPath() error { method Writer (line 84) | func (handler *fileLogHandler) Writer() (io.WriteCloser, error) { method Reader (line 100) | func (handler *fileLogHandler) Reader(opts ...runtime.LogOption) (io.R... FILE: internal/app/machined/pkg/runtime/logging/null.go type NullLoggingManager (line 15) | type NullLoggingManager struct method ServiceLog (line 23) | func (*NullLoggingManager) ServiceLog(id string) runtime.LogHandler { method SetSenders (line 28) | func (*NullLoggingManager) SetSenders([]runtime.LogSender) []runtime.L... method SetLineWriter (line 33) | func (*NullLoggingManager) SetLineWriter(runtime.LogWriter) {} method RegisteredLogs (line 36) | func (*NullLoggingManager) RegisteredLogs() []string { function NewNullLoggingManager (line 18) | func NewNullLoggingManager() *NullLoggingManager { type nullLogHandler (line 40) | type nullLogHandler struct method Writer (line 42) | func (*nullLogHandler) Writer() (io.WriteCloser, error) { method Reader (line 46) | func (*nullLogHandler) Reader(...runtime.LogOption) (io.ReadCloser, er... FILE: internal/app/machined/pkg/runtime/logging/sender_jsonlines.go type jsonLinesSender (line 20) | type jsonLinesSender struct method tryLock (line 42) | func (j *jsonLinesSender) tryLock(ctx context.Context) (unlock func()) { method marshalJSON (line 53) | func (j *jsonLinesSender) marshalJSON(e *runtime.LogEvent) ([]byte, er... method Send (line 69) | func (j *jsonLinesSender) Send(ctx context.Context, e *runtime.LogEven... method Close (line 116) | func (j *jsonLinesSender) Close(ctx context.Context) error { function NewJSONLines (line 30) | func NewJSONLines(cfg config.LoggingDestination) runtime.LogSender { FILE: internal/app/machined/pkg/runtime/logging/sender_jsonlines_test.go function udpHandler (line 27) | func udpHandler(ctx context.Context, t *testing.T, conn net.PacketConn, ... function tcpHandler (line 62) | func tcpHandler(ctx context.Context, t *testing.T, conn net.Listener, se... type loggingDestination (line 103) | type loggingDestination struct method Endpoint (line 108) | func (l *loggingDestination) Endpoint() *url.URL { method ExtraTags (line 112) | func (l *loggingDestination) ExtraTags() map[string]string { method Format (line 116) | func (l *loggingDestination) Format() string { function TestSenderJSONLines (line 120) | func TestSenderJSONLines(t *testing.T) { //nolint:tparallel FILE: internal/app/machined/pkg/runtime/mode.go type Mode (line 12) | type Mode method String (line 49) | func (m Mode) String() string { method RequiresInstall (line 54) | func (m Mode) RequiresInstall() bool { method InContainer (line 59) | func (m Mode) InContainer() bool { method Supports (line 64) | func (m Mode) Supports(feature ModeCapability) bool { method IsAgent (line 69) | func (m Mode) IsAgent() bool { method capabilities (line 91) | func (m Mode) capabilities() uint64 { type ModeCapability (line 15) | type ModeCapability constant ModeCloud (line 19) | ModeCloud Mode = iota constant ModeContainer (line 21) | ModeContainer constant ModeMetal (line 23) | ModeMetal constant ModeMetalAgent (line 25) | ModeMetalAgent constant Reboot (line 30) | Reboot ModeCapability = 1 << iota constant Rollback (line 32) | Rollback constant Shutdown (line 34) | Shutdown constant Upgrade (line 36) | Upgrade constant MetaKV (line 38) | MetaKV constant cloud (line 42) | cloud = "cloud" constant container (line 43) | container = "container" constant metal (line 44) | metal = "metal" constant metalAgent (line 45) | metalAgent = "metal-agent" function ParseMode (line 74) | func ParseMode(s string) (mod Mode, err error) { FILE: internal/app/machined/pkg/runtime/mode_test.go function TestMode_String (line 14) | func TestMode_String(t *testing.T) { function TestParseMode (line 46) | func TestParseMode(t *testing.T) { FILE: internal/app/machined/pkg/runtime/platform.go type Platform (line 18) | type Platform interface FILE: internal/app/machined/pkg/runtime/runtime.go type Runtime (line 16) | type Runtime interface FILE: internal/app/machined/pkg/runtime/sequencer.go type Sequence (line 15) | type Sequence method String (line 71) | func (s Sequence) String() string { method CanTakeOver (line 82) | func (s Sequence) CanTakeOver(running Sequence) bool { constant SequenceNoop (line 19) | SequenceNoop Sequence = iota constant SequenceBoot (line 21) | SequenceBoot constant SequenceInitialize (line 23) | SequenceInitialize constant SequenceInstall (line 25) | SequenceInstall constant SequenceShutdown (line 27) | SequenceShutdown constant SequenceUpgrade (line 29) | SequenceUpgrade constant SequenceStageUpgrade (line 31) | SequenceStageUpgrade constant SequenceMaintenanceUpgrade (line 33) | SequenceMaintenanceUpgrade constant SequenceReset (line 35) | SequenceReset constant SequenceReboot (line 37) | SequenceReboot constant boot (line 41) | boot = "boot" constant initialize (line 42) | initialize = "initialize" constant install (line 43) | install = "install" constant shutdown (line 44) | shutdown = "shutdown" constant upgrade (line 45) | upgrade = "upgrade" constant stageUpgrade (line 46) | stageUpgrade = "stageUpgrade" constant maintenanceUpgrade (line 47) | maintenanceUpgrade = "maintenanceUpgrade" constant reset (line 48) | reset = "reset" constant reboot (line 49) | reboot = "reboot" constant noop (line 50) | noop = "noop" function ParseSequence (line 99) | func ParseSequence(s string) (seq Sequence, err error) { type ResetOptions (line 129) | type ResetOptions interface type PartitionTarget (line 139) | type PartitionTarget interface type Sequencer (line 146) | type Sequencer interface type EventSequenceStart (line 159) | type EventSequenceStart struct type EventFatalSequencerError (line 164) | type EventFatalSequencerError struct FILE: internal/app/machined/pkg/runtime/sequencer_test.go function TestSequence_String (line 14) | func TestSequence_String(t *testing.T) { function TestParseSequence (line 66) | func TestParseSequence(t *testing.T) { FILE: internal/app/machined/pkg/runtime/state.go type State (line 18) | type State interface type Machine (line 26) | type Machine interface type MachineState (line 32) | type MachineState interface type Meta (line 44) | type Meta interface type ClusterState (line 55) | type ClusterState type V1Alpha2State (line 58) | type V1Alpha2State interface type DBusState (line 69) | type DBusState interface FILE: internal/app/machined/pkg/runtime/v1alpha1/acpi/acpi.go constant PowerButtonEvent (line 22) | PowerButtonEvent = "button/power" constant acpiGenlFamilyName (line 24) | acpiGenlFamilyName = "acpi_event" constant acpiGenlMcastGroupName (line 25) | acpiGenlMcastGroupName = "acpi_mc_group" function StartACPIListener (line 31) | func StartACPIListener() (err error) { function parse (line 87) | func parse(msgs []genetlink.Message, event string) (bool, error) { FILE: internal/app/machined/pkg/runtime/v1alpha1/acpi/acpi_test.go function Test_parse (line 14) | func Test_parse(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/bootloader/bootloader.go type Bootloader (line 27) | type Bootloader interface function Probe (line 49) | func Probe(disk string, options options.ProbeOptions) (Bootloader, error) { function NewAuto (line 78) | func NewAuto() Bootloader { function New (line 87) | func New(bootloader, talosVersion, arch string) (Bootloader, error) { function CleanupBootloader (line 104) | func CleanupBootloader(disk string, sdboot bool) error { function deletePartitions (line 151) | func deletePartitions(gptTable *gpt.Table, labels ...string) error { FILE: internal/app/machined/pkg/runtime/v1alpha1/bootloader/bootloader_test.go function checkRequirements (line 31) | func checkRequirements(t *testing.T) { function losetupAttachHelper (line 43) | func losetupAttachHelper(t *testing.T, rawImage string, readonly bool) l... function prepareRawImage (line 70) | func prepareRawImage(t *testing.T, size int64) string { constant mib (line 92) | mib = 1024 * 1024 function TestCleanup (line 94) | func TestCleanup(t *testing.T) { function testPartitionsWiped (line 151) | func testPartitionsWiped(t *testing.T, disk string, expectedLabels []str... FILE: internal/app/machined/pkg/runtime/v1alpha1/bootloader/dual/dual.go type Config (line 28) | type Config struct method GenerateAssets (line 36) | func (c *Config) GenerateAssets(opts options.InstallOptions) ([]partit... method Install (line 85) | func (c *Config) Install(opts options.InstallOptions) (*options.Instal... method Upgrade (line 90) | func (c *Config) Upgrade(opts options.InstallOptions) (*options.Instal... method Revert (line 95) | func (c *Config) Revert(disk string) error { method KexecLoad (line 100) | func (c *Config) KexecLoad(r runtime.Runtime, disk string) error { function New (line 31) | func New() *Config { FILE: internal/app/machined/pkg/runtime/v1alpha1/bootloader/efiutils/efiutils.go function Name (line 14) | func Name(arch string) (string, error) { FILE: internal/app/machined/pkg/runtime/v1alpha1/bootloader/grub/blocklist.go function PatchBlocklistsForDiskImage (line 22) | func PatchBlocklistsForDiskImage(sectorSize uint, biosBootStartSector ui... FILE: internal/app/machined/pkg/runtime/v1alpha1/bootloader/grub/boot_label.go function flipBootLabel (line 13) | func flipBootLabel(e BootLabel) (BootLabel, error) { method flip (line 27) | func (c *Config) flip() error { function ParseBootLabel (line 46) | func ParseBootLabel(name string) (BootLabel, error) { FILE: internal/app/machined/pkg/runtime/v1alpha1/bootloader/grub/constants.go type BootLabel (line 12) | type BootLabel constant ConfigPath (line 16) | ConfigPath = constants.BootMountPoint + "/grub/grub.cfg" constant BootA (line 18) | BootA BootLabel = "A" constant BootB (line 20) | BootB BootLabel = "B" constant BootReset (line 22) | BootReset BootLabel = "Reset" constant bootloaderNotInstalled (line 26) | bootloaderNotInstalled = "bootloader not installed" type bootloaderNotInstalledError (line 29) | type bootloaderNotInstalledError struct FILE: internal/app/machined/pkg/runtime/v1alpha1/bootloader/grub/decode.go function Read (line 23) | func Read(path string) (*Config, error) { function Decode (line 37) | func Decode(c []byte) (*Config, error) { function parseEntries (line 87) | func parseEntries(conf []byte) (map[BootLabel]MenuEntry, bool, error) { function parseConfBlock (line 128) | func parseConfBlock(block []byte) (linux, cmdline, initrd string, err er... FILE: internal/app/machined/pkg/runtime/v1alpha1/bootloader/grub/encode.go method Write (line 16) | func (c *Config) Write(path string, printf func(string, ...any)) error { method Encode (line 35) | func (c *Config) Encode(wr io.Writer) error { FILE: internal/app/machined/pkg/runtime/v1alpha1/bootloader/grub/grub.go type Config (line 28) | type Config struct method KexecLoad (line 57) | func (c *Config) KexecLoad(r runtime.Runtime, disk string) error { method GenerateAssets (line 97) | func (c *Config) GenerateAssets(opts options.InstallOptions) ([]partit... method Put (line 150) | func (c *Config) Put(entry BootLabel, cmdline, version string) error { method validate (line 156) | func (c *Config) validate() error { type MenuEntry (line 36) | type MenuEntry struct method Error (line 43) | func (e bootloaderNotInstalledError) Error() string { function NewConfig (line 48) | func NewConfig() *Config { function buildMenuEntry (line 174) | func buildMenuEntry(entry BootLabel, cmdline, versionTag string) MenuEnt... FILE: internal/app/machined/pkg/runtime/v1alpha1/bootloader/grub/grub_test.go function TestDecode (line 36) | func TestDecode(t *testing.T) { function TestEncodeDecode (line 60) | func TestEncodeDecode(t *testing.T) { function TestParseBootLabel (line 77) | func TestParseBootLabel(t *testing.T) { function TestWrite (line 95) | func TestWrite(t *testing.T) { function TestWriteNoReset (line 117) | func TestWriteNoReset(t *testing.T) { function TestPut (line 139) | func TestPut(t *testing.T) { function TestFallback (line 157) | func TestFallback(t *testing.T) { type bootEntry (line 182) | type bootEntry struct function oldParser (line 193) | func oldParser(r io.Reader) (*bootEntry, error) { function TestBackwardsCompat (line 248) | func TestBackwardsCompat(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/bootloader/grub/install.go constant amd64 (line 31) | amd64 = "amd64" constant arm64 (line 32) | arm64 = "arm64" method Install (line 36) | func (c *Config) Install(opts options.InstallOptions) (*options.InstallR... method generateGrubImage (line 98) | func (c *Config) generateGrubImage(ctx context.Context, opts options.Ins... method generateAssets (line 214) | func (c *Config) generateAssets(opts options.InstallOptions) error { method runGrubInstall (line 295) | func (c *Config) runGrubInstall(ctx context.Context, opts options.Instal... FILE: internal/app/machined/pkg/runtime/v1alpha1/bootloader/grub/probe.go function ProbeWithCallback (line 19) | func ProbeWithCallback(disk string, options options.ProbeOptions, callba... function Probe (line 71) | func Probe(disk string, options options.ProbeOptions) (*Config, error) { FILE: internal/app/machined/pkg/runtime/v1alpha1/bootloader/grub/quote.go function Quote (line 14) | func Quote(s string) string { function Unquote (line 23) | func Unquote(s string) string { FILE: internal/app/machined/pkg/runtime/v1alpha1/bootloader/grub/quote_test.go function TestQuote (line 14) | func TestQuote(t *testing.T) { function TestUnquote (line 61) | func TestUnquote(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/bootloader/grub/revert.go method Revert (line 24) | func (c *Config) Revert(disk string) error { method revert (line 53) | func (c *Config) revert() error { FILE: internal/app/machined/pkg/runtime/v1alpha1/bootloader/grub/upgrade.go method Upgrade (line 20) | func (c *Config) Upgrade(opts options.InstallOptions) (*options.InstallR... FILE: internal/app/machined/pkg/runtime/v1alpha1/bootloader/kexec/kexec.go function Load (line 23) | func Load(r runtime.Runtime, kernel *os.File, initrdFD int, cmdline stri... FILE: internal/app/machined/pkg/runtime/v1alpha1/bootloader/mount/mount.go type Spec (line 22) | type Spec struct type NotFoundTag (line 31) | type NotFoundTag struct function PartitionOp (line 34) | func PartitionOp( FILE: internal/app/machined/pkg/runtime/v1alpha1/bootloader/options/options.go type InstallOptions (line 17) | type InstallOptions struct type InstallResult (line 49) | type InstallResult struct type BootAssets (line 55) | type BootAssets struct method FillDefaults (line 64) | func (assets *BootAssets) FillDefaults(arch string) { type ProbeOptions (line 83) | type ProbeOptions struct method Logf (line 89) | func (options *ProbeOptions) Logf(format string, v ...any) { FILE: internal/app/machined/pkg/runtime/v1alpha1/bootloader/sdboot/efivars.go constant TalosBootEntryDescription (line 24) | TalosBootEntryDescription = "Talos Linux UKI" constant LoaderConfigTimeoutName (line 31) | LoaderConfigTimeoutName = "LoaderConfigTimeout" constant LoaderEntryDefaultName (line 32) | LoaderEntryDefaultName = "LoaderEntryDefault" constant LoaderEntryOneShotName (line 33) | LoaderEntryOneShotName = "LoaderEntryOneShot" constant LoaderEntryRebootReasonName (line 34) | LoaderEntryRebootReasonName = "LoaderEntryRebootReason" constant LoaderEntrySelectedName (line 35) | LoaderEntrySelectedName = "LoaderEntrySelected" constant StubImageIdentifierName (line 37) | StubImageIdentifierName = "StubImageIdentifier" function ReadVariable (line 41) | func ReadVariable(name string) (string, error) { function WriteVariable (line 76) | func WriteVariable(name, value string) error { function CreateBootEntry (line 102) | func CreateBootEntry(rw efivarfs.ReadWriter, blkidInfo *blkid.Info, prin... FILE: internal/app/machined/pkg/runtime/v1alpha1/bootloader/sdboot/efivars_test.go type mockLogger (line 21) | type mockLogger struct method Printf (line 25) | func (m *mockLogger) Printf(format string, v ...any) { function TestSetBootEntry (line 29) | func TestSetBootEntry(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/bootloader/sdboot/sdboot.go type Config (line 47) | type Config struct method KexecLoad (line 202) | func (c *Config) KexecLoad(r runtime.Runtime, disk string) error { method GenerateAssets (line 278) | func (c *Config) GenerateAssets(opts options.InstallOptions) ([]partit... method Install (line 313) | func (c *Config) Install(opts options.InstallOptions) (*options.Instal... method Upgrade (line 324) | func (c *Config) Upgrade(opts options.InstallOptions) (*options.Instal... method setup (line 396) | func (c *Config) setup(opts options.InstallOptions, ukiFileName string... method generateAssets (line 441) | func (c *Config) generateAssets(opts options.InstallOptions, ukiFileNa... method Revert (line 511) | func (c *Config) Revert(disk string) error { method revert (line 536) | func (c *Config) revert() error { function IsUEFIBoot (line 53) | func IsUEFIBoot() bool { function IsBootedUsingSDBoot (line 61) | func IsBootedUsingSDBoot() bool { function New (line 70) | func New() *Config { function ProbeWithCallback (line 78) | func ProbeWithCallback(disk string, options options.ProbeOptions, callba... function Probe (line 195) | func Probe(disk string, options options.ProbeOptions) (*Config, error) { function generateNextUKIName (line 474) | func generateNextUKIName(version string, existingFiles []string) (string... function findMatchingUKIFile (line 555) | func findMatchingUKIFile(ukiFiles []string, entry string) (string, bool) { FILE: internal/app/machined/pkg/runtime/v1alpha1/bootloader/sdboot/sdboot_test.go function TestGenerateNextUKIFileName (line 15) | func TestGenerateNextUKIFileName(t *testing.T) { function TestFindMatchingUKIFile (line 108) | func TestFindMatchingUKIFile(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/akamai/akamai.go type Akamai (line 30) | type Akamai struct method Name (line 33) | func (a *Akamai) Name() string { method ParseMetadata (line 38) | func (a *Akamai) ParseMetadata(metadata *akametadata.InstanceData, int... method Configuration (line 148) | func (a *Akamai) Configuration(ctx context.Context, r state.State) ([]... method Mode (line 171) | func (a *Akamai) Mode() runtime.Mode { method KernelArgs (line 176) | func (a *Akamai) KernelArgs(string, quirks.Quirks) procfs.Parameters { method NetworkConfiguration (line 184) | func (a *Akamai) NetworkConfiguration(ctx context.Context, _ state.Sta... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/akamai/akamai_test.go function TestParseMetadata (line 30) | func TestParseMetadata(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/aws/aws.go type AWS (line 32) | type AWS struct method ParseMetadata (line 51) | func (a *AWS) ParseMetadata(metadata *MetadataConfig) (*runtime.Platfo... method Name (line 114) | func (a *AWS) Name() string { method Configuration (line 119) | func (a *AWS) Configuration(ctx context.Context, r state.State) ([]byt... method fetchConfiguration (line 138) | func (a *AWS) fetchConfiguration(ctx context.Context) (string, error) { method Mode (line 156) | func (a *AWS) Mode() runtime.Mode { method KernelArgs (line 161) | func (a *AWS) KernelArgs(string, quirks.Quirks) procfs.Parameters { method NetworkConfiguration (line 169) | func (a *AWS) NetworkConfiguration(ctx context.Context, _ state.State,... function NewAWS (line 37) | func NewAWS() (*AWS, error) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/aws/aws_test.go function TestEmpty (line 25) | func TestEmpty(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/aws/metadata.go type MetadataConfig (line 20) | type MetadataConfig struct method getMetadata (line 35) | func (a *AWS) getMetadata(ctx context.Context) (*MetadataConfig, error) { function isNotFoundError (line 113) | func isNotFoundError(err error) bool { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/azure/azure.go type NetworkConfig (line 39) | type NetworkConfig struct type IPAddresses (line 49) | type IPAddresses struct type LoadBalancerMetadata (line 55) | type LoadBalancerMetadata struct type Azure (line 65) | type Azure struct method Name (line 74) | func (a *Azure) Name() string { method ParseMetadata (line 81) | func (a *Azure) ParseMetadata(metadata *ComputeMetadata, interfaceAddr... method ParseLoadBalancerIP (line 196) | func (a *Azure) ParseLoadBalancerIP(lbConfig LoadBalancerMetadata, exI... method Configuration (line 215) | func (a *Azure) Configuration(ctx context.Context, r state.State) ([]b... method Mode (line 233) | func (a *Azure) Mode() runtime.Mode { method KernelArgs (line 238) | func (a *Azure) KernelArgs(string, quirks.Quirks) procfs.Parameters { method configFromCD (line 254) | func (a *Azure) configFromCD() ([]byte, error) { method NetworkConfiguration (line 314) | func (a *Azure) NetworkConfiguration(ctx context.Context, _ state.Stat... type ovfXML (line 68) | type ovfXML struct function convertResourceGroupNameToLower (line 379) | func convertResourceGroupNameToLower(resourceID string) (string, error) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/azure/azure_test.go function TestParseMetadata (line 31) | func TestParseMetadata(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/azure/metadata.go constant AzureVersion (line 23) | AzureVersion = "2021-12-13" constant AzureVersionFallback (line 26) | AzureVersionFallback = "2019-06-01" constant AzureInternalEndpoint (line 30) | AzureInternalEndpoint = "http://168.63.129.16" constant AzureMetadataEndpoint (line 32) | AzureMetadataEndpoint = "http://169.254.169.254/metadata/instance/comput... constant AzureInterfacesEndpoint (line 34) | AzureInterfacesEndpoint = "http://169.254.169.254/metadata/instance/netw... constant AzureLoadbalancerEndpoint (line 36) | AzureLoadbalancerEndpoint = "http://169.254.169.254/metadata/loadbalance... constant mnt (line 38) | mnt = "/mnt" type ComputeMetadata (line 42) | type ComputeMetadata struct method getMetadata (line 63) | func (a *Azure) getMetadata(ctx context.Context) (*ComputeMetadata, stri... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/azure/register.go function linuxAgent (line 21) | func linuxAgent(ctx context.Context) (err error) { function goalState (line 32) | func goalState(ctx context.Context) (gs *GoalState, err error) { function reportHealth (line 49) | func reportHealth(ctx context.Context, gsIncarnation, gsContainerID, gsI... function addHeaders (line 117) | func addHeaders(req *http.Request) { type GoalState (line 127) | type GoalState struct type Health (line 136) | type Health struct type WAAgent (line 146) | type WAAgent struct type Container (line 156) | type Container struct type RoleInstanceList (line 163) | type RoleInstanceList struct type RoleInstance (line 170) | type RoleInstance struct type Configuration (line 181) | type Configuration struct type Machine (line 192) | type Machine struct type HealthStatus (line 206) | type HealthStatus struct FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/cloudstack/cloudstack.go type Cloudstack (line 29) | type Cloudstack struct method ParseMetadata (line 32) | func (e *Cloudstack) ParseMetadata(metadata *MetadataConfig) (*runtime... method Name (line 67) | func (e *Cloudstack) Name() string { method Configuration (line 72) | func (e *Cloudstack) Configuration(ctx context.Context, r state.State)... method Mode (line 85) | func (e *Cloudstack) Mode() runtime.Mode { method KernelArgs (line 90) | func (e *Cloudstack) KernelArgs(string, quirks.Quirks) procfs.Paramete... method NetworkConfiguration (line 98) | func (e *Cloudstack) NetworkConfiguration(ctx context.Context, _ state... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/cloudstack/cloudstack_test.go function TestEmpty (line 25) | func TestEmpty(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/cloudstack/metadata.go constant CloudstackMetadataEndpoint (line 18) | CloudstackMetadataEndpoint = "http://data-server./latest/meta-data" constant CloudstackUserDataEndpoint (line 20) | CloudstackUserDataEndpoint = "http://data-server./latest/user-data" type MetadataConfig (line 24) | type MetadataConfig struct method getMetadata (line 41) | func (e *Cloudstack) getMetadata(ctx context.Context) (metadata *Metadat... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/container/container.go type Container (line 25) | type Container struct method Name (line 28) | func (c *Container) Name() string { method Configuration (line 33) | func (c *Container) Configuration(context.Context, state.State) ([]byt... method Mode (line 50) | func (c *Container) Mode() runtime.Mode { method KernelArgs (line 55) | func (c *Container) KernelArgs(string, quirks.Quirks) procfs.Parameters { method NetworkConfiguration (line 60) | func (c *Container) NetworkConfiguration(ctx context.Context, _ state.... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/container/internal/files/hostname.go function ReadHostname (line 16) | func ReadHostname(path string) (network.HostnameSpecSpec, error) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/container/internal/files/hostname_test.go function TestReadHostname (line 15) | func TestReadHostname(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/container/internal/files/resolv.go function ReadResolvConf (line 16) | func ReadResolvConf(path string) (network.ResolverSpecSpec, error) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/container/internal/files/resolv_test.go function TestReadResolvConf (line 16) | func TestReadResolvConf(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/digitalocean/digitalocean.go type DigitalOcean (line 31) | type DigitalOcean struct method Name (line 34) | func (d *DigitalOcean) Name() string { method ParseMetadata (line 41) | func (d *DigitalOcean) ParseMetadata(metadata *MetadataConfig) (*runti... method Configuration (line 242) | func (d *DigitalOcean) Configuration(ctx context.Context, r state.Stat... method Mode (line 255) | func (d *DigitalOcean) Mode() runtime.Mode { method KernelArgs (line 260) | func (d *DigitalOcean) KernelArgs(string, quirks.Quirks) procfs.Parame... method NetworkConfiguration (line 268) | func (d *DigitalOcean) NetworkConfiguration(ctx context.Context, _ sta... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/digitalocean/digitalocean_test.go function TestParseMetadata (line 25) | func TestParseMetadata(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/digitalocean/metadata.go constant DigitalOceanExternalIPEndpoint (line 18) | DigitalOceanExternalIPEndpoint = "http://169.254.169.254/metadata/v1/int... constant DigitalOceanMetadataEndpoint (line 20) | DigitalOceanMetadataEndpoint = "http://169.254.169.254/metadata/v1.json" constant DigitalOceanUserDataEndpoint (line 22) | DigitalOceanUserDataEndpoint = "http://169.254.169.254/metadata/v1/user-... type MetadataConfig (line 26) | type MetadataConfig struct method getMetadata (line 58) | func (d *DigitalOcean) getMetadata(ctx context.Context) (*MetadataConfig... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/equinixmetal/equinix.go type Event (line 39) | type Event struct type Network (line 45) | type Network struct type Bonding (line 52) | type Bonding struct type Interface (line 57) | type Interface struct type Address (line 64) | type Address struct type BGPNeighbor (line 77) | type BGPNeighbor struct constant EquinixMetalUserDataEndpoint (line 84) | EquinixMetalUserDataEndpoint = "https://metadata.platformequinix.com/use... constant EquinixMetalMetaDataEndpoint (line 86) | EquinixMetalMetaDataEndpoint = "https://metadata.platformequinix.com/met... type EquinixMetal (line 90) | type EquinixMetal struct method Name (line 93) | func (p *EquinixMetal) Name() string { method Configuration (line 98) | func (p *EquinixMetal) Configuration(ctx context.Context, r state.Stat... method Mode (line 111) | func (p *EquinixMetal) Mode() runtime.Mode { method KernelArgs (line 116) | func (p *EquinixMetal) KernelArgs(arch string, _ quirks.Quirks) procfs... method ParseMetadata (line 134) | func (p *EquinixMetal) ParseMetadata(ctx context.Context, equinixMetad... method NetworkConfiguration (line 413) | func (p *EquinixMetal) NetworkConfiguration(ctx context.Context, st st... method FireEvent (line 443) | func (p *EquinixMetal) FireEvent(ctx context.Context, event Event) err... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/equinixmetal/equinix_test.go function TestParseMetadata (line 37) | func TestParseMetadata(t *testing.T) { function TestParseMetadata2Bonds (line 65) | func TestParseMetadata2Bonds(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/equinixmetal/metadata.go type MetadataConfig (line 8) | type MetadataConfig struct FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/exoscale/exoscale.go type Exoscale (line 29) | type Exoscale struct method ParseMetadata (line 32) | func (e *Exoscale) ParseMetadata(metadata *MetadataConfig) (*runtime.P... method Name (line 67) | func (e *Exoscale) Name() string { method Configuration (line 72) | func (e *Exoscale) Configuration(ctx context.Context, r state.State) (... method Mode (line 85) | func (e *Exoscale) Mode() runtime.Mode { method KernelArgs (line 90) | func (e *Exoscale) KernelArgs(string, quirks.Quirks) procfs.Parameters { method NetworkConfiguration (line 98) | func (e *Exoscale) NetworkConfiguration(ctx context.Context, _ state.S... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/exoscale/exoscale_test.go function TestEmpty (line 25) | func TestEmpty(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/exoscale/metadata.go constant ExoscaleMetadataEndpoint (line 18) | ExoscaleMetadataEndpoint = "http://169.254.169.254/1.0/meta-data" constant ExoscaleUserDataEndpoint (line 20) | ExoscaleUserDataEndpoint = "http://169.254.169.254/1.0/user-data" type MetadataConfig (line 24) | type MetadataConfig struct method getMetadata (line 32) | func (e *Exoscale) getMetadata(ctx context.Context) (metadata *MetadataC... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/gcp/gcp.go type GCP (line 32) | type GCP struct method Name (line 35) | func (g *GCP) Name() string { method ParseMetadata (line 42) | func (g *GCP) ParseMetadata(metadata *MetadataConfig, interfaces []Net... method Configuration (line 176) | func (g *GCP) Configuration(ctx context.Context, r state.State) ([]byt... method fetchConfiguration (line 195) | func (g *GCP) fetchConfiguration(ctx context.Context) (string, error) { method Mode (line 209) | func (g *GCP) Mode() runtime.Mode { method KernelArgs (line 214) | func (g *GCP) KernelArgs(string, quirks.Quirks) procfs.Parameters { method NetworkConfiguration (line 226) | func (g *GCP) NetworkConfiguration(ctx context.Context, st state.State... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/gcp/gcp_test.go function TestParseMetadata (line 28) | func TestParseMetadata(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/gcp/metadata.go constant gcpResolverServer (line 17) | gcpResolverServer = "169.254.169.254" constant gcpTimeServer (line 18) | gcpTimeServer = "metadata.google.internal" type MetadataConfig (line 22) | type MetadataConfig struct type NetworkInterfaceConfig (line 34) | type NetworkInterfaceConfig struct method getMetadata (line 46) | func (g *GCP) getMetadata(ctx context.Context) (*MetadataConfig, error) { method getNetworkMetadata (line 91) | func (g *GCP) getNetworkMetadata(ctx context.Context) ([]NetworkInterfac... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/hcloud/export_test.go function MaybeBase64Decode (line 8) | func MaybeBase64Decode(data []byte) []byte { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/hcloud/hcloud.go type Hcloud (line 32) | type Hcloud struct method Name (line 35) | func (h *Hcloud) Name() string { method ParseMetadata (line 42) | func (h *Hcloud) ParseMetadata(unmarshalledNetworkConfig *NetworkConfi... method Configuration (line 154) | func (h *Hcloud) Configuration(ctx context.Context, r state.State) ([]... method Mode (line 185) | func (h *Hcloud) Mode() runtime.Mode { method KernelArgs (line 190) | func (h *Hcloud) KernelArgs(string, quirks.Quirks) procfs.Parameters { method NetworkConfiguration (line 198) | func (h *Hcloud) NetworkConfiguration(ctx context.Context, _ state.Sta... function maybeBase64Decode (line 175) | func maybeBase64Decode(data []byte) []byte { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/hcloud/hcloud_test.go function TestParseMetadata (line 24) | func TestParseMetadata(t *testing.T) { function TestParseUserdata (line 54) | func TestParseUserdata(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/hcloud/metadata.go constant HCloudMetadataEndpoint (line 19) | HCloudMetadataEndpoint = "http://169.254.169.254/hetzner/v1/metadata" constant HCloudNetworkEndpoint (line 22) | HCloudNetworkEndpoint = "http://169.254.169.254/hetzner/v1/metadata/netw... constant HCloudUserDataEndpoint (line 25) | HCloudUserDataEndpoint = "http://169.254.169.254/hetzner/v1/userdata" type MetadataConfig (line 29) | type MetadataConfig struct type NetworkConfig (line 38) | type NetworkConfig struct method getMetadata (line 55) | func (h *Hcloud) getMetadata(ctx context.Context) (metadata *MetadataCon... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/internal/address/address.go function IPPrefixFrom (line 20) | func IPPrefixFrom(address, netmask string) (netip.Prefix, error) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/internal/blockutils/blockutils.go function VolumeMatch (line 32) | func VolumeMatch(labels []string) (*cel.Expression, error) { function ReadFromVolume (line 99) | func ReadFromVolume(ctx context.Context, r state.State, labels []string,... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/internal/blockutils/blockutils_test.go function TestVolumeMatch (line 17) | func TestVolumeMatch(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/internal/netutils/netutils.go function Wait (line 22) | func Wait(ctx context.Context, r state.State) error { function WaitForDevicesReady (line 29) | func WaitForDevicesReady(ctx context.Context, r state.State) error { function RetryFetch (line 36) | func RetryFetch(ctx context.Context, f func(ctx context.Context) (string... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/metal/metal.go type Metal (line 39) | type Metal struct method Name (line 44) | func (m *Metal) Name() string { method Configuration (line 49) | func (m *Metal) Configuration(ctx context.Context, r state.State) ([]b... method Mode (line 115) | func (m *Metal) Mode() runtime.Mode { method KernelArgs (line 148) | func (m *Metal) KernelArgs(arch string, quirks quirks.Quirks) procfs.P... method NetworkConfiguration (line 172) | func (m *Metal) NetworkConfiguration(ctx context.Context, st state.Sta... function readConfigFromISO (line 123) | func readConfigFromISO(ctx context.Context, r state.State) ([]byte, erro... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/metal/metal_test.go function TestNetworkConfig (line 28) | func TestNetworkConfig(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/metal/oauth2/oauth2.go type Config (line 29) | type Config struct method DeviceAuthFlow (line 117) | func (c *Config) DeviceAuthFlow(ctx context.Context, st state.State) e... method getVariableValues (line 194) | func (c *Config) getVariableValues(ctx context.Context, st state.State... method ExtraHeaders (line 202) | func (c *Config) ExtraHeaders() map[string]string { function NewConfig (line 48) | func NewConfig(cmdline *procfs.Cmdline, downloadURL string) (*Config, er... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/metal/oauth2/oauth2_test.go function TestNewConfig (line 23) | func TestNewConfig(t *testing.T) { //nolint:tparallel function TestDeviceAuthFlow (line 85) | func TestDeviceAuthFlow(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/metal/url/map.go function MapValues (line 20) | func MapValues(ctx context.Context, st state.State, variableNames []stri... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/metal/url/map_test.go function TestMapValues (line 21) | func TestMapValues(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/metal/url/url.go function Populate (line 20) | func Populate(ctx context.Context, downloadURL string, st state.State) (... function PopulateVariables (line 27) | func PopulateVariables(ctx context.Context, downloadURL string, st state... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/metal/url/url_test.go type setupFunc (line 28) | type setupFunc function TestPopulate (line 30) | func TestPopulate(t *testing.T) { function createSysInfo (line 126) | func createSysInfo(uuid, serial string) setupFunc { function createMac (line 135) | func createMac(mac string) setupFunc { function createHostname (line 146) | func createHostname(hostname string) setupFunc { function updateHostname (line 154) | func updateHostname(hostname string) setupFunc { function createCode (line 164) | func createCode(code string) setupFunc { function sleep (line 172) | func sleep(d time.Duration) setupFunc { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/metal/url/value.go type Value (line 20) | type Value interface type value (line 29) | type value struct method Get (line 37) | func (v *value) Get() string { method RegisterWatch (line 44) | func (v *value) RegisterWatch(ctx context.Context, st state.State, ch ... method EventHandler (line 48) | func (v *value) EventHandler(event state.Event) (bool, error) { function UUIDValue (line 66) | func UUIDValue() Value { function SerialNumberValue (line 83) | func SerialNumberValue() Value { function MACValue (line 100) | func MACValue() Value { function HostnameValue (line 117) | func HostnameValue() Value { function CodeValue (line 134) | func CodeValue() Value { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/metal/url/variable.go type Variable (line 18) | type Variable struct method init (line 63) | func (v *Variable) init() { method Matches (line 70) | func (v *Variable) Matches(query url.Values) bool { method Replace (line 89) | func (v *Variable) Replace(query url.Values) { function AllVariables (line 33) | func AllVariables() map[string]*Variable { function keyToVar (line 59) | func keyToVar(key string) string { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/metal/url/variable_test.go function TestVariableMatches (line 20) | func TestVariableMatches(t *testing.T) { type mockValue (line 79) | type mockValue struct method Get (line 83) | func (v mockValue) Get() string { method RegisterWatch (line 87) | func (v mockValue) RegisterWatch(context.Context, state.State, chan<- ... method EventHandler (line 91) | func (v mockValue) EventHandler(state.Event) (bool, error) { function TestVariableReplace (line 95) | func TestVariableReplace(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/metal/url_test.go function createOrUpdate (line 29) | func createOrUpdate(ctx context.Context, st state.State, r resource.Reso... function setup (line 52) | func setup(ctx context.Context, t *testing.T, st state.State, mockUUID, ... function TestRepopulateOnRetry (line 74) | func TestRepopulateOnRetry(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/nocloud/metadata.go constant configISOLabel (line 41) | configISOLabel = "cidata" constant configNetworkConfigPath (line 42) | configNetworkConfigPath = "network-config" constant configMetaDataPath (line 43) | configMetaDataPath = "meta-data" constant configUserDataPath (line 44) | configUserDataPath = "user-data" type NetworkCloudInitConfig (line 48) | type NetworkCloudInitConfig struct type NetworkConfig (line 53) | type NetworkConfig struct type ConfigV1 (line 62) | type ConfigV1 struct type Ethernet (line 81) | type Ethernet struct type Bond (line 110) | type Bond struct type VLAN (line 125) | type VLAN struct type MetadataConfig (line 133) | type MetadataConfig struct type NetworkParams (line 145) | type NetworkParams struct method configFromNetwork (line 154) | func (n *Nocloud) configFromNetwork(ctx context.Context, metaBaseURL str... method configFromCD (line 183) | func (n *Nocloud) configFromCD(ctx context.Context, r state.State) (meta... method acquireConfig (line 235) | func (n *Nocloud) acquireConfig(ctx context.Context, r state.State) (met... method applyNetworkConfigV1 (line 309) | func (n *Nocloud) applyNetworkConfigV1(ctx context.Context, config *Netw... function applyNetworkConfigV2Ethernet (line 592) | func applyNetworkConfigV2Ethernet(name string, eth Ethernet, networkConf... method applyNetworkConfigV2 (line 764) | func (n *Nocloud) applyNetworkConfigV2(ctx context.Context, config *Netw... function withDefault (line 929) | func withDefault[T comparable](v T, defaultValue T) T { method FetchInclude (line 940) | func (n *Nocloud) FetchInclude(ctx context.Context, body []byte, st stat... function ExtractIncludeURL (line 959) | func ExtractIncludeURL(body []byte) (*url.URL, error) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/nocloud/nocloud.go type Nocloud (line 31) | type Nocloud struct method Name (line 34) | func (n *Nocloud) Name() string { method ParseMetadata (line 39) | func (n *Nocloud) ParseMetadata(ctx context.Context, unmarshalledNetwo... method Configuration (line 93) | func (n *Nocloud) Configuration(ctx context.Context, r state.State) ([... method Mode (line 114) | func (n *Nocloud) Mode() runtime.Mode { method KernelArgs (line 119) | func (n *Nocloud) KernelArgs(string, quirks.Quirks) procfs.Parameters { method NetworkConfiguration (line 129) | func (n *Nocloud) NetworkConfiguration(ctx context.Context, st state.S... function DecodeNetworkConfig (line 187) | func DecodeNetworkConfig(content []byte) (*NetworkConfig, error) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/nocloud/nocloud_test.go function TestParseNetworkConfig (line 55) | func TestParseNetworkConfig(t *testing.T) { function TestMedatada (line 179) | func TestMedatada(t *testing.T) { function TestExtractURL (line 193) | func TestExtractURL(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/opennebula/aliases_test.go constant aliasContextBase (line 22) | aliasContextBase = `ETH0_MAC = "02:00:c0:a8:01:5c" function aliasContext (line 29) | func aliasContext(extra string) []byte { function TestParseAliases (line 33) | func TestParseAliases(t *testing.T) { function TestParseErrors (line 280) | func TestParseErrors(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/opennebula/dns_test.go function TestDNSMerge (line 19) | func TestDNSMerge(t *testing.T) { function TestDNSMergeError (line 116) | func TestDNSMergeError(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/opennebula/hostname_test.go function minimalContext (line 21) | func minimalContext(vars string) []byte { function TestSanitizeHostname (line 25) | func TestSanitizeHostname(t *testing.T) { function TestParseMetadataHostname (line 93) | func TestParseMetadataHostname(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/opennebula/ipv6_test.go constant ipv6ContextBase (line 22) | ipv6ContextBase = `ETH0_MAC = "02:00:c0:a8:01:5c" function ipv6Context (line 28) | func ipv6Context(extra string) []byte { function TestParseIPv6 (line 32) | func TestParseIPv6(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/opennebula/metadata.go constant configISOLabel (line 23) | configISOLabel = "context" constant oneContextPath (line 24) | oneContextPath = "context.sh" method contextFromCD (line 27) | func (o *OpenNebula) contextFromCD(ctx context.Context, r state.State) (... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/opennebula/onegate_test.go function staticIfaceContext (line 24) | func staticIfaceContext(endpoint string) []byte { function linkLocalRoute (line 37) | func linkLocalRoute(ip, outLink string) network.RouteSpecSpec { function scopeLinkRoutes (line 50) | func scopeLinkRoutes(routes []network.RouteSpecSpec) []network.RouteSpec... function TestOnegateProxyRoute (line 62) | func TestOnegateProxyRoute(t *testing.T) { function TestOnegateRouteAttachedToFirstStaticInterface (line 132) | func TestOnegateRouteAttachedToFirstStaticInterface(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/opennebula/opennebula.go constant methodSkip (line 32) | methodSkip = "skip" type OpenNebula (line 35) | type OpenNebula struct method Name (line 38) | func (o *OpenNebula) Name() string { method ParseMetadata (line 790) | func (o *OpenNebula) ParseMetadata(st state.State, oneContextPlain []b... method Configuration (line 856) | func (o *OpenNebula) Configuration(ctx context.Context, r state.State)... method Mode (line 886) | func (o *OpenNebula) Mode() runtime.Mode { method KernelArgs (line 891) | func (o *OpenNebula) KernelArgs(string, quirks.Quirks) procfs.Paramete... method NetworkConfiguration (line 899) | func (o *OpenNebula) NetworkConfiguration(ctx context.Context, st stat... function isDigitsOnly (line 43) | func isDigitsOnly(s string) bool { function collectAliasNames (line 56) | func collectAliasNames(oneContext map[string]string, aliasPrefix string)... function parseAlias (line 85) | func parseAlias(oneContext map[string]string, aliasName, ifaceNameLower ... function parseAliases (line 157) | func parseAliases(oneContext map[string]string, ifaceName, ifaceNameLowe... function sanitizeHostname (line 182) | func sanitizeHostname(raw string) string { function parseRouteFields (line 219) | func parseRouteFields(parts []string) (dest netip.Prefix, gwStr, metricS... function parseRouteEntry (line 258) | func parseRouteEntry(entry, linkName string) (network.RouteSpecSpec, err... function ParseRoutes (line 304) | func ParseRoutes(routesStr, linkName string) ([]network.RouteSpecSpec, e... function parseIPv4StaticConfig (line 326) | func parseIPv4StaticConfig( function parseIPv4Metric (line 419) | func parseIPv4Metric(oneContext map[string]string, ifaceName string) (ui... function parseIPv6Metric (line 434) | func parseIPv6Metric(oneContext map[string]string, ifaceName string, ipv... function parseInterfaceIPv4 (line 453) | func parseInterfaceIPv4( function ip6PrefixFrom (line 488) | func ip6PrefixFrom(ipStr, prefixLenStr string) (netip.Prefix, error) { function parseIPv6Gateway (line 510) | func parseIPv6Gateway(oneContext map[string]string, ifaceName, ifaceName... function parseIPv6DHCP (line 550) | func parseIPv6DHCP(oneContext map[string]string, ifaceName, ifaceNameLow... function parseInterfaceIPv6 (line 575) | func parseInterfaceIPv6(oneContext map[string]string, ifaceName, ifaceNa... function parseInterface (line 635) | func parseInterface(oneContext map[string]string, ifaceName string, netw... function ethInterfaceName (line 673) | func ethInterfaceName(key string) (string, bool) { function resolveHostname (line 692) | func resolveHostname(oneContext map[string]string) string { function extractIPv4FromEndpoint (line 699) | func extractIPv4FromEndpoint(endpoint string) netip.Addr { function parseOnegateProxyRoute (line 726) | func parseOnegateProxyRoute(oneContext map[string]string, outLink string... function processInterfaces (line 757) | func processInterfaces( FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/opennebula/opennebula_test.go function TestParseMetadata (line 33) | func TestParseMetadata(t *testing.T) { function TestParseMetadataNoNetworkFlag (line 50) | func TestParseMetadataNoNetworkFlag(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/opennebula/routes_test.go function TestParseRoutes (line 19) | func TestParseRoutes(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/opennebula/skip_test.go constant skipContextBase (line 20) | skipContextBase = `ETH0_MAC = "02:00:c0:a8:01:5c" function skipContext (line 26) | func skipContext(extra string) []byte { function TestParseMethodSkip (line 30) | func TestParseMethodSkip(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/openstack/metadata.go constant configISOLabel (line 25) | configISOLabel = "config-2" constant configMetadataPath (line 26) | configMetadataPath = "openstack/latest/meta_data.json" constant configNetworkDataPath (line 27) | configNetworkDataPath = "openstack/latest/network_data.json" constant configUserDataPath (line 28) | configUserDataPath = "openstack/latest/user_data" constant endpoint (line 30) | endpoint = "http://169.254.169.254/" constant OpenStackExternalIPEndpoint (line 33) | OpenStackExternalIPEndpoint = endpoint + "latest/meta-data/public-ipv4" constant OpenStackInstanceTypeEndpoint (line 35) | OpenStackInstanceTypeEndpoint = endpoint + "latest/meta-data/instance-type" constant OpenStackMetaDataEndpoint (line 37) | OpenStackMetaDataEndpoint = endpoint + configMetadataPath constant OpenStackNetworkDataEndpoint (line 39) | OpenStackNetworkDataEndpoint = endpoint + configNetworkDataPath constant OpenStackUserDataEndpoint (line 41) | OpenStackUserDataEndpoint = endpoint + configUserDataPath type NetworkConfig (line 45) | type NetworkConfig struct type MetadataConfig (line 79) | type MetadataConfig struct method configFromNetwork (line 87) | func (o *OpenStack) configFromNetwork(ctx context.Context) (metaConfig [... method configFromCD (line 112) | func (o *OpenStack) configFromCD(ctx context.Context, r state.State) (me... method instanceType (line 160) | func (o *OpenStack) instanceType(ctx context.Context) string { method externalIPs (line 171) | func (o *OpenStack) externalIPs(ctx context.Context) (addrs []netip.Addr) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/openstack/openstack.go type OpenStack (line 38) | type OpenStack struct method Name (line 41) | func (o *OpenStack) Name() string { method ParseMetadata (line 48) | func (o *OpenStack) ParseMetadata( method Configuration (line 415) | func (o *OpenStack) Configuration(ctx context.Context, r state.State) ... method Mode (line 438) | func (o *OpenStack) Mode() runtime.Mode { method KernelArgs (line 443) | func (o *OpenStack) KernelArgs(string, quirks.Quirks) procfs.Parameters { method NetworkConfiguration (line 453) | func (o *OpenStack) NetworkConfiguration(ctx context.Context, st state... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/openstack/openstack_test.go function TestParseMetadata (line 36) | func TestParseMetadata(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/oracle/metadata.go constant OracleMetadataEndpoint (line 19) | OracleMetadataEndpoint = "http://169.254.169.254/opc/v2/instance/" constant OracleUserDataEndpoint (line 21) | OracleUserDataEndpoint = "http://169.254.169.254/opc/v2/instance/metadat... constant OracleNetworkEndpoint (line 23) | OracleNetworkEndpoint = "http://169.254.169.254/opc/v2/vnics/" constant oracleResolverServer (line 25) | oracleResolverServer = "169.254.169.254" constant oracleTimeServer (line 26) | oracleTimeServer = "169.254.169.254" type MetadataConfig (line 30) | type MetadataConfig struct method getMetadata (line 39) | func (o *Oracle) getMetadata(ctx context.Context) (*MetadataConfig, erro... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/oracle/oracle.go type NetworkConfig (line 32) | type NetworkConfig struct type Oracle (line 43) | type Oracle struct method Name (line 46) | func (o *Oracle) Name() string { method ParseMetadata (line 51) | func (o *Oracle) ParseMetadata(interfaceAddresses []NetworkConfig, met... method Configuration (line 134) | func (o *Oracle) Configuration(ctx context.Context, r state.State) ([]... method Mode (line 158) | func (o *Oracle) Mode() runtime.Mode { method KernelArgs (line 163) | func (o *Oracle) KernelArgs(string, quirks.Quirks) procfs.Parameters { method NetworkConfiguration (line 172) | func (o *Oracle) NetworkConfiguration(ctx context.Context, _ state.Sta... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/oracle/oracle_test.go function TestParseMetadata (line 28) | func TestParseMetadata(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/platform.go type Event (line 43) | type Event struct constant EventTypeActivate (line 54) | EventTypeActivate = "activate" constant EventTypeFailure (line 56) | EventTypeFailure = "failure" constant EventTypeInfo (line 58) | EventTypeInfo = "info" constant EventTypeConfigLoaded (line 60) | EventTypeConfigLoaded = "talos.prov.config.loaded" constant EventTypeRebooted (line 62) | EventTypeRebooted = "talos.prov.host.rebooted" constant EventTypeInstalled (line 64) | EventTypeInstalled = "talos.prov.os.installed" constant EventTypeUpgraded (line 66) | EventTypeUpgraded = "talos.prov.os.upgraded" function CurrentPlatform (line 70) | func CurrentPlatform() (p runtime.Platform, err error) { function NewPlatform (line 93) | func NewPlatform(platform string) (p runtime.Platform, err error) { function newPlatform (line 98) | func newPlatform(platform string) (p runtime.Platform, err error) { function FireEvent (line 152) | func FireEvent(ctx context.Context, p runtime.Platform, e Event) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/scaleway/metadata.go constant ScalewayMetadataEndpoint (line 19) | ScalewayMetadataEndpoint = "http://169.254.42.42/conf?format=json" constant ScalewayUserDataEndpoint (line 21) | ScalewayUserDataEndpoint = "http://169.254.42.42/user_data/cloud-init" method getMetadata (line 24) | func (u *Scaleway) getMetadata(ctx context.Context) (*instance.Metadata,... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/scaleway/scaleway.go type Scaleway (line 32) | type Scaleway struct method Name (line 35) | func (s *Scaleway) Name() string { method ParseMetadata (line 42) | func (s *Scaleway) ParseMetadata(metadata *instance.Metadata) (*runtim... method Configuration (line 184) | func (s *Scaleway) Configuration(ctx context.Context, r state.State) (... method Mode (line 198) | func (s *Scaleway) Mode() runtime.Mode { method KernelArgs (line 203) | func (s *Scaleway) KernelArgs(string, quirks.Quirks) procfs.Parameters { method NetworkConfiguration (line 212) | func (s *Scaleway) NetworkConfiguration(ctx context.Context, _ state.S... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/scaleway/scaleway_test.go function TestParseMetadata (line 38) | func TestParseMetadata(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/upcloud/metadata.go constant UpCloudMetadataEndpoint (line 17) | UpCloudMetadataEndpoint = "http://169.254.169.254/metadata/v1.json" constant UpCloudUserDataEndpoint (line 20) | UpCloudUserDataEndpoint = "http://169.254.169.254/metadata/v1/user_data" type MetadataConfig (line 24) | type MetadataConfig struct method getMetadata (line 51) | func (u *UpCloud) getMetadata(ctx context.Context) (*MetadataConfig, err... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/upcloud/upcloud.go type UpCloud (line 29) | type UpCloud struct method Name (line 32) | func (u *UpCloud) Name() string { method ParseMetadata (line 39) | func (u *UpCloud) ParseMetadata(metadata *MetadataConfig) (*runtime.Pl... method Configuration (line 181) | func (u *UpCloud) Configuration(ctx context.Context, r state.State) ([... method Mode (line 194) | func (u *UpCloud) Mode() runtime.Mode { method KernelArgs (line 199) | func (u *UpCloud) KernelArgs(string, quirks.Quirks) procfs.Parameters { method NetworkConfiguration (line 206) | func (u *UpCloud) NetworkConfiguration(ctx context.Context, _ state.St... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/upcloud/upcloud_test.go function TestParseMetadata (line 25) | func TestParseMetadata(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/vmware/metadata.go type NetworkConfig (line 25) | type NetworkConfig struct type Ethernet (line 41) | type Ethernet struct type Route (line 64) | type Route struct type DHCPOverrides (line 71) | type DHCPOverrides struct method ApplyNetworkConfigV2 (line 86) | func (v *VMware) ApplyNetworkConfigV2(ctx context.Context, st state.Stat... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/vmware/vmware.go type VMware (line 17) | type VMware struct method Name (line 20) | func (v *VMware) Name() string { method Mode (line 25) | func (v *VMware) Mode() runtime.Mode { method KernelArgs (line 30) | func (v *VMware) KernelArgs(arch string, _ quirks.Quirks) procfs.Param... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/vmware/vmware_other.go method Configuration (line 19) | func (v *VMware) Configuration(context.Context, state.State) ([]byte, er... method NetworkConfiguration (line 24) | func (v *VMware) NetworkConfiguration(ctx context.Context, _ state.State... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/vmware/vmware_supported.go function readConfigFromExtraConfig (line 32) | func readConfigFromExtraConfig(rpci *nanotoolbox.RPCI, key string) ([]by... type ovfEnvFile (line 59) | type ovfEnvFile struct type ovfPlatformSection (line 68) | type ovfPlatformSection struct type ovfPropertySection (line 75) | type ovfPropertySection struct type ovfEnvProperty (line 79) | type ovfEnvProperty struct function readConfigFromOvf (line 86) | func readConfigFromOvf(rpci *nanotoolbox.RPCI, key string) ([]byte, erro... function initializeRPCI (line 133) | func initializeRPCI() (*nanotoolbox.RPCI, error) { method Configuration (line 158) | func (v *VMware) Configuration(context.Context, state.State) ([]byte, er... method readMetadata (line 228) | func (v *VMware) readMetadata(rpci *nanotoolbox.RPCI) ([]byte, error) { method NetworkConfiguration (line 246) | func (v *VMware) NetworkConfiguration(ctx context.Context, st state.Stat... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/vmware/vmware_test.go function TestApplyNetworkConfigV2a (line 37) | func TestApplyNetworkConfigV2a(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/vultr/metadata.go constant VultrMetadataEndpoint (line 19) | VultrMetadataEndpoint = "http://169.254.169.254/v1.json" constant VultrExternalIPEndpoint (line 21) | VultrExternalIPEndpoint = "http://169.254.169.254/latest/meta-data/publi... constant VultrUserDataEndpoint (line 23) | VultrUserDataEndpoint = "http://169.254.169.254/latest/user-data" method getMetadata (line 26) | func (g *Vultr) getMetadata(ctx context.Context) (*metadata.MetaData, er... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/vultr/vultr.go type Vultr (line 31) | type Vultr struct method Name (line 34) | func (v *Vultr) Name() string { method ParseMetadata (line 41) | func (v *Vultr) ParseMetadata(metadata *metadata.MetaData) (*runtime.P... method Configuration (line 162) | func (v *Vultr) Configuration(ctx context.Context, r state.State) ([]b... method Mode (line 175) | func (v *Vultr) Mode() runtime.Mode { method KernelArgs (line 180) | func (v *Vultr) KernelArgs(string, quirks.Quirks) procfs.Parameters { method NetworkConfiguration (line 187) | func (v *Vultr) NetworkConfiguration(ctx context.Context, _ state.Stat... FILE: internal/app/machined/pkg/runtime/v1alpha1/platform/vultr/vultr_test.go function TestParseMetadata (line 26) | func TestParseMetadata(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/v1alpha1_controller.go type Controller (line 33) | type Controller struct method setupLogging (line 71) | func (c *Controller) setupLogging() error { method Run (line 111) | func (c *Controller) Run(ctx context.Context, seq runtime.Sequence, da... method V1Alpha2 (line 165) | func (c *Controller) V1Alpha2() runtime.V1Alpha2Controller { method Runtime (line 170) | func (c *Controller) Runtime() runtime.Runtime { method Sequencer (line 175) | func (c *Controller) Sequencer() runtime.Sequencer { method ListenForEvents (line 181) | func (c *Controller) ListenForEvents(ctx context.Context) error { method run (line 230) | func (c *Controller) run(ctx context.Context, seq runtime.Sequence, ph... method runPhase (line 295) | func (c *Controller) runPhase(ctx context.Context, phase runtime.Phase... method runTask (line 326) | func (c *Controller) runTask(ctx context.Context, progress string, f r... method phases (line 366) | func (c *Controller) phases(seq runtime.Sequence, data any) ([]runtime... function NewController (line 42) | func NewController() (*Controller, error) { FILE: internal/app/machined/pkg/runtime/v1alpha1/v1alpha1_controller_test.go type mockSequencer (line 28) | type mockSequencer struct method Boot (line 35) | func (m *mockSequencer) Boot(r runtime.Runtime) []runtime.Phase { method Initialize (line 39) | func (m *mockSequencer) Initialize(r runtime.Runtime) []runtime.Phase { method Install (line 43) | func (m *mockSequencer) Install(r runtime.Runtime) []runtime.Phase { method Reboot (line 47) | func (m *mockSequencer) Reboot(r runtime.Runtime, _ *machine.RebootReq... method Reset (line 51) | func (m *mockSequencer) Reset(r runtime.Runtime, opts runtime.ResetOpt... method Shutdown (line 55) | func (m *mockSequencer) Shutdown(r runtime.Runtime, req *machine.Shutd... method StageUpgrade (line 59) | func (m *mockSequencer) StageUpgrade(r runtime.Runtime, req *machine.U... method MaintenanceUpgrade (line 63) | func (m *mockSequencer) MaintenanceUpgrade(r runtime.Runtime, req *mac... method Upgrade (line 67) | func (m *mockSequencer) Upgrade(r runtime.Runtime, req *machine.Upgrad... method trackCall (line 71) | func (m *mockSequencer) trackCall(name string, doneCh chan struct{}) f... function TestRun (line 93) | func TestRun(t *testing.T) { function wait (line 219) | func wait(seq runtime.Sequence, data any) (runtime.TaskExecutionFunc, st... FILE: internal/app/machined/pkg/runtime/v1alpha1/v1alpha1_dbus.go type DBusState (line 19) | type DBusState struct method Start (line 27) | func (dbus *DBusState) Start() error { method Stop (line 58) | func (dbus *DBusState) Stop() error { method WaitShutdown (line 86) | func (dbus *DBusState) WaitShutdown(ctx context.Context) error { FILE: internal/app/machined/pkg/runtime/v1alpha1/v1alpha1_events.go type Events (line 60) | type Events struct method Watch (line 104) | func (e *Events) Watch(f runtime.WatchFunc, opt ...runtime.WatchOption... method Publish (line 214) | func (e *Events) Publish(ctx context.Context, msg proto.Message) { function NewEvents (line 84) | func NewEvents(capacity, gap int) *Events { FILE: internal/app/machined/pkg/runtime/v1alpha1/v1alpha1_events_test.go function TestEvents_Publish (line 23) | func TestEvents_Publish(t *testing.T) { function receive (line 129) | func receive(t *testing.T, e runtime.Watcher, n int, opts ...runtime.Wat... function extractSeq (line 164) | func extractSeq(t *testing.T, events []runtime.EventInfo) (result []int) { function gen (line 177) | func gen(k, l int) (result []int) { function TestEvents_WatchOptionsTailEvents (line 185) | func TestEvents_WatchOptionsTailEvents(t *testing.T) { function TestEvents_WatchOptionsTailSeconds (line 218) | func TestEvents_WatchOptionsTailSeconds(t *testing.T) { function TestEvents_WatchOptionsTailID (line 241) | func TestEvents_WatchOptionsTailID(t *testing.T) { function BenchmarkWatch (line 257) | func BenchmarkWatch(b *testing.B) { function BenchmarkPublish (line 271) | func BenchmarkPublish(bb *testing.B) { FILE: internal/app/machined/pkg/runtime/v1alpha1/v1alpha1_priority_lock.go type Priority (line 20) | type Priority interface type PriorityLock (line 29) | type PriorityLock struct function NewPriorityLock (line 39) | func NewPriorityLock[T Priority[T]]() *PriorityLock[T] { method getRunningPriority (line 49) | func (lock *PriorityLock[T]) getRunningPriority() (T, context.CancelFunc) { method setRunningPriority (line 56) | func (lock *PriorityLock[T]) setRunningPriority(seq T, cancelCtx context... method Lock (line 74) | func (lock *PriorityLock[T]) Lock(ctx context.Context, takeOverTimeout t... method Unlock (line 117) | func (lock *PriorityLock[T]) Unlock() { FILE: internal/app/machined/pkg/runtime/v1alpha1/v1alpha1_priority_lock_test.go type testSequenceNumber (line 20) | type testSequenceNumber method CanTakeOver (line 22) | func (candidate testSequenceNumber) CanTakeOver(running testSequenceNu... function TestPriorityLock (line 26) | func TestPriorityLock(t *testing.T) { function TestPriorityLockSequential (line 74) | func TestPriorityLockSequential(t *testing.T) { function TestPriorityLockConcurrent (line 92) | func TestPriorityLockConcurrent(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/v1alpha1_runtime.go type Runtime (line 31) | type Runtime struct method configProvider (line 49) | func (r *Runtime) configProvider() config.Provider { method Config (line 59) | func (r *Runtime) Config() config.Config { method ConfigCompleteForBoot (line 70) | func (r *Runtime) ConfigCompleteForBoot() bool { method ConfigContainer (line 81) | func (r *Runtime) ConfigContainer() config.Container { method RollbackToConfigAfter (line 92) | func (r *Runtime) RollbackToConfigAfter(timeout time.Duration) error { method CancelConfigRollbackTimeout (line 109) | func (r *Runtime) CancelConfigRollbackTimeout() { method SetConfig (line 120) | func (r *Runtime) SetConfig(cfg config.Provider) error { method SetPersistedConfig (line 125) | func (r *Runtime) SetPersistedConfig(cfg config.Provider) error { method CanApplyImmediate (line 130) | func (r *Runtime) CanApplyImmediate(cfg config.Provider) error { method State (line 220) | func (r *Runtime) State() runtime.State { method Events (line 225) | func (r *Runtime) Events() runtime.EventStream { method Logging (line 230) | func (r *Runtime) Logging() runtime.LoggingManager { method NodeName (line 235) | func (r *Runtime) NodeName() (string, error) { method IsBootstrapAllowed (line 249) | func (r *Runtime) IsBootstrapAllowed() bool { method GetSystemInformation (line 262) | func (r *Runtime) GetSystemInformation(ctx context.Context) (*hardware... function NewRuntime (line 41) | func NewRuntime(s runtime.State, e runtime.EventStream, l runtime.Loggin... FILE: internal/app/machined/pkg/runtime/v1alpha1/v1alpha1_sequencer.go type Sequencer (line 22) | type Sequencer struct method Initialize (line 69) | func (*Sequencer) Initialize(r runtime.Runtime) []runtime.Phase { method Install (line 153) | func (*Sequencer) Install(r runtime.Runtime) []runtime.Phase { method Boot (line 195) | func (*Sequencer) Boot(r runtime.Runtime) []runtime.Phase { method Reboot (line 238) | func (*Sequencer) Reboot(r runtime.Runtime, in *machineapi.RebootReque... method Reset (line 260) | func (*Sequencer) Reset(r runtime.Runtime, in runtime.ResetOptions) []... method Shutdown (line 346) | func (*Sequencer) Shutdown(r runtime.Runtime, in *machineapi.ShutdownR... method StageUpgrade (line 370) | func (*Sequencer) StageUpgrade(r runtime.Runtime, in *machineapi.Upgra... method MaintenanceUpgrade (line 395) | func (*Sequencer) MaintenanceUpgrade(r runtime.Runtime, in *machineapi... method Upgrade (line 425) | func (*Sequencer) Upgrade(r runtime.Runtime, in *machineapi.UpgradeReq... function NewSequencer (line 25) | func NewSequencer() *Sequencer { type PhaseList (line 30) | type PhaseList method Append (line 33) | func (p PhaseList) Append(name string, tasks ...runtime.TaskSetupFunc)... method AppendWhen (line 43) | func (p PhaseList) AppendWhen(when bool, name string, tasks ...runtime... method AppendWithDeferredCheck (line 52) | func (p PhaseList) AppendWithDeferredCheck(check func() bool, name str... method AppendList (line 63) | func (p PhaseList) AppendList(list PhaseList) PhaseList { function stopAllPhaselist (line 479) | func stopAllPhaselist(r runtime.Runtime, enableKexec bool) PhaseList { function bootPartitionInTargets (line 517) | func bootPartitionInTargets(targets []runtime.PartitionTarget) bool { FILE: internal/app/machined/pkg/runtime/v1alpha1/v1alpha1_sequencer_tasks.go function WaitForUSB (line 79) | func WaitForUSB(runtime.Sequence, any) (runtime.TaskExecutionFunc, strin... function EnforceKSPPRequirements (line 118) | func EnforceKSPPRequirements(runtime.Sequence, any) (runtime.TaskExecuti... function LoadConfig (line 129) | func LoadConfig(runtime.Sequence, any) (runtime.TaskExecutionFunc, strin... function Sleep (line 149) | func Sleep(d time.Duration) func(runtime.Sequence, any) (runtime.TaskExe... function MemorySizeCheck (line 164) | func MemorySizeCheck(runtime.Sequence, any) (runtime.TaskExecutionFunc, ... function DiskSizeCheck (line 207) | func DiskSizeCheck(runtime.Sequence, any) (runtime.TaskExecutionFunc, st... function SetUserEnvVars (line 247) | func SetUserEnvVars(runtime.Sequence, any) (runtime.TaskExecutionFunc, s... function StartContainerd (line 262) | func StartContainerd(runtime.Sequence, any) (runtime.TaskExecutionFunc, ... function WriteUdevRules (line 277) | func WriteUdevRules(runtime.Sequence, any) (runtime.TaskExecutionFunc, s... function StartMachined (line 322) | func StartMachined(_ runtime.Sequence, _ any) (runtime.TaskExecutionFunc... function StartSyslogd (line 341) | func StartSyslogd(r runtime.Sequence, _ any) (runtime.TaskExecutionFunc,... function StartApid (line 350) | func StartApid(r runtime.Sequence, _ any) (runtime.TaskExecutionFunc, st... function StartAuditd (line 359) | func StartAuditd(r runtime.Sequence, _ any) (runtime.TaskExecutionFunc, ... function StartDashboard (line 379) | func StartDashboard(_ runtime.Sequence, _ any) (runtime.TaskExecutionFun... function StartUdevd (line 388) | func StartUdevd(runtime.Sequence, any) (runtime.TaskExecutionFunc, strin... function StartAllServices (line 428) | func StartAllServices(runtime.Sequence, any) (runtime.TaskExecutionFunc,... function StopServicesEphemeral (line 511) | func StopServicesEphemeral(runtime.Sequence, any) (runtime.TaskExecution... function StopAllServices (line 519) | func StopAllServices(runtime.Sequence, any) (runtime.TaskExecutionFunc, ... function SetupSharedFilesystems (line 528) | func SetupSharedFilesystems(runtime.Sequence, any) (runtime.TaskExecutio... function MountUserDisks (line 542) | func MountUserDisks(runtime.Sequence, any) (runtime.TaskExecutionFunc, s... function WriteUserFiles (line 560) | func WriteUserFiles(runtime.Sequence, any) (runtime.TaskExecutionFunc, s... function injectCRIConfigPatch (line 678) | func injectCRIConfigPatch(ctx context.Context, st state.State, content [... function existsAndIsFile (line 724) | func existsAndIsFile(p string) (err error) { function UnmountPodMounts (line 744) | func UnmountPodMounts(runtime.Sequence, any) (runtime.TaskExecutionFunc,... function UnmountSystemDiskBindMounts (line 783) | func UnmountSystemDiskBindMounts(runtime.Sequence, any) (runtime.TaskExe... function CordonAndDrainNode (line 838) | func CordonAndDrainNode(runtime.Sequence, any) (runtime.TaskExecutionFun... function waitForNodeCordoned (line 873) | func waitForNodeCordoned(ctx context.Context, logger *log.Logger, r runt... function LeaveEtcd (line 902) | func LeaveEtcd(runtime.Sequence, any) (runtime.TaskExecutionFunc, string) { function RemoveAllPods (line 959) | func RemoveAllPods(runtime.Sequence, any) (runtime.TaskExecutionFunc, st... function StopAllPods (line 964) | func StopAllPods(runtime.Sequence, any) (runtime.TaskExecutionFunc, stri... function waitForKubeletLifecycleFinalizers (line 968) | func waitForKubeletLifecycleFinalizers(ctx context.Context, logger *log.... function stopAndRemoveAllPods (line 995) | func stopAndRemoveAllPods(stopAction cri.StopAction) runtime.TaskExecuti... function ResetSystemDiskPartitions (line 1050) | func ResetSystemDiskPartitions(seq runtime.Sequence, _ any) (runtime.Tas... function ResetSystemDisk (line 1115) | func ResetSystemDisk(_ runtime.Sequence, data any) (runtime.TaskExecutio... function ResetUserDisks (line 1152) | func ResetUserDisks(_ runtime.Sequence, data any) (runtime.TaskExecution... type targets (line 1196) | type targets struct method GetSystemDiskTargets (line 1203) | func (opt targets) GetSystemDiskTargets() []runtime.PartitionTarget { method GetSystemDiskPaths (line 1207) | func (opt targets) GetSystemDiskPaths() []string { method String (line 1211) | func (opt targets) String() string { function parseTargets (line 1215) | func parseTargets(ctx context.Context, r runtime.Runtime, wipeStr string... type SystemDiskTargets (line 1259) | type SystemDiskTargets interface function ResetSystemDiskSpec (line 1266) | func ResetSystemDiskSpec(_ runtime.Sequence, data any) (runtime.TaskExec... function Upgrade (line 1320) | func Upgrade(_ runtime.Sequence, data any) (runtime.TaskExecutionFunc, s... function Reboot (line 1364) | func Reboot(runtime.Sequence, any) (runtime.TaskExecutionFunc, string) { function Shutdown (line 1390) | func Shutdown(runtime.Sequence, any) (runtime.TaskExecutionFunc, string) { function haltIfInstalled (line 1409) | func haltIfInstalled(runtime.Sequence, any) (runtime.TaskExecutionFunc, ... function CleanupBootloader (line 1430) | func CleanupBootloader(runtime.Sequence, any) (runtime.TaskExecutionFunc... function MountEphemeralPartition (line 1454) | func MountEphemeralPartition(runtime.Sequence, any) (runtime.TaskExecuti... function UnmountEphemeralPartition (line 1482) | func UnmountEphemeralPartition(runtime.Sequence, any) (runtime.TaskExecu... function Install (line 1502) | func Install(runtime.Sequence, any) (runtime.TaskExecutionFunc, string) { function KexecPrepare (line 1663) | func KexecPrepare(_ runtime.Sequence, data any) (runtime.TaskExecutionFu... function StartDBus (line 1726) | func StartDBus(runtime.Sequence, any) (runtime.TaskExecutionFunc, string) { function StopDBus (line 1733) | func StopDBus(runtime.Sequence, any) (runtime.TaskExecutionFunc, string) { function ForceCleanup (line 1744) | func ForceCleanup(runtime.Sequence, any) (runtime.TaskExecutionFunc, str... function ReloadMeta (line 1761) | func ReloadMeta(runtime.Sequence, any) (runtime.TaskExecutionFunc, strin... function FlushMeta (line 1817) | func FlushMeta(runtime.Sequence, any) (runtime.TaskExecutionFunc, string) { function StoreShutdownEmergency (line 1829) | func StoreShutdownEmergency(runtime.Sequence, any) (runtime.TaskExecutio... function SendResetSignal (line 1840) | func SendResetSignal(runtime.Sequence, any) (runtime.TaskExecutionFunc, ... function WaitForCARoots (line 1849) | func WaitForCARoots(runtime.Sequence, any) (runtime.TaskExecutionFunc, s... function TeardownVolumeLifecycle (line 1895) | func TeardownVolumeLifecycle(runtime.Sequence, any) (runtime.TaskExecuti... function pauseOnFailure (line 1920) | func pauseOnFailure(callback func(runtime.Sequence, any) (runtime.TaskEx... function taskErrorHandler (line 1945) | func taskErrorHandler(handler func(error, *log.Logger) error, task runti... function phaseListErrorHandler (line 1960) | func phaseListErrorHandler(handler func(error, *log.Logger) error, phase... function logError (line 1970) | func logError(err error, logger *log.Logger) error { function waitForVolumeReady (line 1976) | func waitForVolumeReady(ctx context.Context, r runtime.Runtime, volumeID... FILE: internal/app/machined/pkg/runtime/v1alpha1/v1alpha1_sequencer_test.go function TestNewSequencer (line 16) | func TestNewSequencer(t *testing.T) { function TestPhaseList_Append (line 36) | func TestPhaseList_Append(t *testing.T) { function TestPhaseList_AppendWhen (line 72) | func TestPhaseList_AppendWhen(t *testing.T) { FILE: internal/app/machined/pkg/runtime/v1alpha1/v1alpha1_state.go type State (line 28) | type State struct method Platform (line 85) | func (s *State) Platform() runtime.Platform { method Machine (line 90) | func (s *State) Machine() runtime.MachineState { method Cluster (line 95) | func (s *State) Cluster() runtime.ClusterState { method V1Alpha2 (line 100) | func (s *State) V1Alpha2() runtime.V1Alpha2State { type MachineState (line 36) | type MachineState struct method Meta (line 105) | func (s *MachineState) Meta() runtime.Meta { method ReadTag (line 137) | func (s *MachineState) ReadTag(t uint8) (val string, ok bool) { method ReadTagBytes (line 146) | func (s *MachineState) ReadTagBytes(t uint8) (val []byte, ok bool) { method SetTag (line 155) | func (s *MachineState) SetTag(ctx context.Context, t uint8, val string... method SetTagBytes (line 164) | func (s *MachineState) SetTagBytes(ctx context.Context, t uint8, val [... method DeleteTag (line 173) | func (s *MachineState) DeleteTag(ctx context.Context, t uint8) (bool, ... method Reload (line 182) | func (s *MachineState) Reload(ctx context.Context) error { method Flush (line 196) | func (s *MachineState) Flush() error { method probeMeta (line 204) | func (s *MachineState) probeMeta() { method Installed (line 226) | func (s *MachineState) Installed() bool { method IsInstallStaged (line 267) | func (s *MachineState) IsInstallStaged() bool { method StagedInstallImageRef (line 272) | func (s *MachineState) StagedInstallImageRef() string { method StagedInstallOptions (line 277) | func (s *MachineState) StagedInstallOptions() []byte { method KexecPrepared (line 282) | func (s *MachineState) KexecPrepared(prepared bool) { method IsKexecPrepared (line 287) | func (s *MachineState) IsKexecPrepared() bool { method DBus (line 292) | func (s *MachineState) DBus() runtime.DBusState { type ClusterState (line 53) | type ClusterState struct function NewState (line 56) | func NewState() (s *State, err error) { type metaWrapper (line 296) | type metaWrapper struct method Reload (line 303) | func (m metaWrapper) Reload(ctx context.Context) error { FILE: internal/app/machined/pkg/runtime/v1alpha2/adapters.go type platformConfigurator (line 18) | type platformConfigurator struct method Name (line 28) | func (p *platformConfigurator) Name() string { method Configuration (line 32) | func (p *platformConfigurator) Configuration(ctx context.Context) ([]b... type platformEventer (line 37) | type platformEventer struct method FireEvent (line 46) | func (p *platformEventer) FireEvent(ctx context.Context, event platfor... FILE: internal/app/machined/pkg/runtime/v1alpha2/v1alpha2_controller.go type Controller (line 53) | type Controller struct method Run (line 84) | func (ctrl *Controller) Run(ctx context.Context, drainer *runtime.Drai... method DependencyGraph (line 513) | func (ctrl *Controller) DependencyGraph() (*controller.DependencyGraph... method watchMachineConfig (line 545) | func (ctrl *Controller) watchMachineConfig(ctx context.Context) { method updateConsoleLoggingConfig (line 585) | func (ctrl *Controller) updateConsoleLoggingConfig(debug bool) { method updateLoggingConfig (line 597) | func (ctrl *Controller) updateLoggingConfig(ctx context.Context, dests... method MakeLogger (line 659) | func (ctrl *Controller) MakeLogger(serviceName string) (*zap.Logger, e... function NewController (line 64) | func NewController(v1alpha1Runtime runtime.Runtime) (*Controller, error) { type loggingDestination (line 517) | type loggingDestination struct method Equal (line 523) | func (a *loggingDestination) Equal(b *loggingDestination) bool { FILE: internal/app/machined/pkg/runtime/v1alpha2/v1alpha2_state.go type State (line 39) | type State struct method Resources (line 274) | func (s *State) Resources() state.State { method NamespaceRegistry (line 279) | func (s *State) NamespaceRegistry() *registry.NamespaceRegistry { method ResourceRegistry (line 284) | func (s *State) ResourceRegistry() *registry.ResourceRegistry { method GetConfig (line 289) | func (s *State) GetConfig(ctx context.Context) (talosconfig.Provider, ... method SetConfig (line 303) | func (s *State) SetConfig(ctx context.Context, id string, cfg taloscon... function NewState (line 47) | func NewState() (*State, error) { FILE: internal/app/machined/pkg/startup/cgroups.go function CreateSystemCgroups (line 21) | func CreateSystemCgroups(ctx context.Context, log *zap.Logger, rt runtim... FILE: internal/app/machined/pkg/startup/startup.go type Task (line 19) | type Task type NextTaskFunc (line 22) | type NextTaskFunc function RunTasks (line 25) | func RunTasks(ctx context.Context, log *zap.Logger, rt runtime.Runtime, ... function DefaultTasks (line 38) | func DefaultTasks() []Task { FILE: internal/app/machined/pkg/startup/tasks.go function LogMode (line 29) | func LogMode(ctx context.Context, log *zap.Logger, rt runtime.Runtime, n... function SetupSystemDirectories (line 37) | func SetupSystemDirectories(ctx context.Context, log *zap.Logger, rt run... function InitVolumeLifecycle (line 65) | func InitVolumeLifecycle(ctx context.Context, log *zap.Logger, rt runtim... function MountCgroups (line 74) | func MountCgroups(ctx context.Context, log *zap.Logger, rt runtime.Runti... function MountPseudoLate (line 99) | func MountPseudoLate(ctx context.Context, log *zap.Logger, rt runtime.Ru... function SetRLimit (line 121) | func SetRLimit(ctx context.Context, log *zap.Logger, rt runtime.Runtime,... function SetEnvironmentVariables (line 134) | func SetEnvironmentVariables(ctx context.Context, log *zap.Logger, rt ru... FILE: internal/app/machined/pkg/system/events/events.go constant MaxEventsToKeep (line 18) | MaxEventsToKeep = 64 type ServiceState (line 21) | type ServiceState method String (line 36) | func (state ServiceState) String() string { constant StateInitialized (line 25) | StateInitialized ServiceState = iota constant StatePreparing (line 26) | StatePreparing constant StateWaiting (line 27) | StateWaiting constant StateRunning (line 28) | StateRunning constant StateStopping (line 29) | StateStopping constant StateFinished (line 30) | StateFinished constant StateFailed (line 31) | StateFailed constant StateSkipped (line 32) | StateSkipped constant StateStarting (line 33) | StateStarting type ServiceEvent (line 62) | type ServiceEvent struct method AsProto (line 70) | func (event *ServiceEvent) AsProto(service string) *machineapi.Service... type ServiceEvents (line 80) | type ServiceEvents struct method Push (line 87) | func (events *ServiceEvents) Push(event ServiceEvent) { method Get (line 102) | func (events *ServiceEvents) Get(count int) (result []ServiceEvent) { method AsProto (line 125) | func (events *ServiceEvents) AsProto(count int) *machineapi.ServiceEve... type Recorder (line 144) | type Recorder function NullRecorder (line 147) | func NullRecorder(newstate ServiceState, message string, args ...any) { FILE: internal/app/machined/pkg/system/events/events_test.go type EventsSuite (line 17) | type EventsSuite struct method assertEvents (line 21) | func (suite *EventsSuite) assertEvents(expectedMessages []string, evs ... method TestEmpty (line 26) | func (suite *EventsSuite) TestEmpty() { method TestSome (line 32) | func (suite *EventsSuite) TestSome() { method TestOverflow (line 54) | func (suite *EventsSuite) TestOverflow() { function TestEventsSuite (line 78) | func TestEventsSuite(t *testing.T) { FILE: internal/app/machined/pkg/system/export_test.go function NewServices (line 12) | func NewServices(runtime runtime.Runtime) *singleton { //nolint:revive function WaitForServiceWithInstance (line 16) | func WaitForServiceWithInstance(instance *singleton, event StateEvent, s... FILE: internal/app/machined/pkg/system/health/check.go type Check (line 16) | type Check function Run (line 21) | func Run(ctx context.Context, settings *Settings, state *State, check Ch... FILE: internal/app/machined/pkg/system/health/health_test.go type CheckSuite (line 19) | type CheckSuite struct method TestHealthy (line 23) | func (suite *CheckSuite) TestHealthy() { method TestHealthChange (line 67) | func (suite *CheckSuite) TestHealthChange() { method TestCheckAbort (line 138) | func (suite *CheckSuite) TestCheckAbort() { method TestInitialState (line 181) | func (suite *CheckSuite) TestInitialState() { function TestCheckSuite (line 206) | func TestCheckSuite(t *testing.T) { FILE: internal/app/machined/pkg/system/health/settings.go type Settings (line 12) | type Settings struct FILE: internal/app/machined/pkg/system/health/status.go type Status (line 18) | type Status struct method AsProto (line 25) | func (status *Status) AsProto() *machineapi.ServiceHealth { type StateChange (line 37) | type StateChange struct type State (line 43) | type State struct method Update (line 51) | func (state *State) Update(healthy bool, message string) { method Subscribe (line 85) | func (state *State) Subscribe(ch chan<- StateChange) { method Unsubscribe (line 93) | func (state *State) Unsubscribe(ch chan<- StateChange) { method Init (line 109) | func (state *State) Init() { method Get (line 119) | func (state *State) Get() Status { method AsProto (line 127) | func (state *State) AsProto() *machineapi.ServiceHealth { FILE: internal/app/machined/pkg/system/integration_test.go type TestCondition (line 23) | type TestCondition struct method String (line 25) | func (TestCondition) String() string { method Wait (line 29) | func (TestCondition) Wait(ctx context.Context) error { type TestService (line 38) | type TestService struct method ID (line 40) | func (TestService) ID(runtime.Runtime) string { method PreFunc (line 44) | func (TestService) PreFunc(ctx context.Context, r runtime.Runtime) err... method Runner (line 53) | func (TestService) Runner(r runtime.Runtime) (runner.Runner, error) { method PostFunc (line 61) | func (TestService) PostFunc(runtime.Runtime, events.ServiceState) error { method Condition (line 65) | func (TestService) Condition(runtime.Runtime) conditions.Condition { method DependsOn (line 69) | func (TestService) DependsOn(runtime.Runtime) []string { method Volumes (line 73) | func (TestService) Volumes(runtime.Runtime) []string { function TestRestartService (line 77) | func TestRestartService(t *testing.T) { FILE: internal/app/machined/pkg/system/mocks_test.go type MockService (line 20) | type MockService struct method ID (line 31) | func (m *MockService) ID(runtime.Runtime) string { method PreFunc (line 39) | func (m *MockService) PreFunc(context.Context, runtime.Runtime) error { method Runner (line 43) | func (m *MockService) Runner(runtime.Runtime) (runner.Runner, error) { method PostFunc (line 55) | func (m *MockService) PostFunc(runtime.Runtime, events.ServiceState) e... method Condition (line 59) | func (m *MockService) Condition(runtime.Runtime) conditions.Condition { method DependsOn (line 63) | func (m *MockService) DependsOn(runtime.Runtime) []string { method Volumes (line 67) | func (m *MockService) Volumes(runtime.Runtime) []string { type MockHealthcheckedService (line 71) | type MockHealthcheckedService struct method SetHealthy (line 77) | func (m *MockHealthcheckedService) SetHealthy(healthy bool) { method HealthFunc (line 85) | func (m *MockHealthcheckedService) HealthFunc(runtime.Runtime) health.... method HealthSettings (line 95) | func (m *MockHealthcheckedService) HealthSettings(runtime.Runtime) *he... type MockRunner (line 103) | type MockRunner struct method Open (line 107) | func (m *MockRunner) Open() error { method Close (line 111) | func (m *MockRunner) Close() error { method Run (line 115) | func (m *MockRunner) Run(eventSink events.Recorder) error { method Stop (line 121) | func (m *MockRunner) Stop() error { method String (line 127) | func (m *MockRunner) String() string { type MockCondition (line 131) | type MockCondition struct method String (line 143) | func (m *MockCondition) String() string { method Wait (line 147) | func (m *MockCondition) Wait(ctx context.Context) error { function NewMockCondition (line 136) | func NewMockCondition(desc string) *MockCondition { FILE: internal/app/machined/pkg/system/runner/containerd/containerd.go type containerdRunner (line 34) | type containerdRunner struct method Open (line 66) | func (c *containerdRunner) Open() error { method Close (line 116) | func (c *containerdRunner) Close() error { method Run (line 134) | func (c *containerdRunner) Run(eventSink events.Recorder) error { method Stop (line 279) | func (c *containerdRunner) Stop() error { method newContainerOpts (line 290) | func (c *containerdRunner) newContainerOpts( method newOCISpecOpts (line 317) | func (c *containerdRunner) newOCISpecOpts(image oci.Image) []oci.SpecO... method String (line 384) | func (c *containerdRunner) String() string { method StdinReader (line 388) | func (c *containerdRunner) StdinReader() (io.Reader, error) { function NewRunner (line 49) | func NewRunner(logToConsole bool, args *runner.Args, setters ...runner.O... FILE: internal/app/machined/pkg/system/runner/containerd/containerd_test.go constant busyboxImage (line 41) | busyboxImage = "docker.io/library/busybox:latest" function MockEventSink (line 44) | func MockEventSink(state events.ServiceState, message string, args ...an... type ContainerdSuite (line 48) | type ContainerdSuite struct method SetupSuite (line 66) | func (suite *ContainerdSuite) SetupSuite() { method SetupTest (line 137) | func (suite *ContainerdSuite) SetupTest() { method TearDownSuite (line 141) | func (suite *ContainerdSuite) TearDownSuite() { method getLogContents (line 148) | func (suite *ContainerdSuite) getLogContents(filename string) []byte { method TestRunSuccess (line 161) | func (suite *ContainerdSuite) TestRunSuccess() { method TestRunTwice (line 181) | func (suite *ContainerdSuite) TestRunTwice() { method TestContainerCleanup (line 210) | func (suite *ContainerdSuite) TestContainerCleanup() { method TestRunLogs (line 246) | func (suite *ContainerdSuite) TestRunLogs() { method TestStopFailingAndRestarting (line 275) | func (suite *ContainerdSuite) TestStopFailingAndRestarting() { method TestStopSigKill (line 356) | func (suite *ContainerdSuite) TestStopSigKill() { method TestContainerStdin (line 396) | func (suite *ContainerdSuite) TestContainerStdin() { function TestContainerdSuite (line 428) | func TestContainerdSuite(t *testing.T) { FILE: internal/app/machined/pkg/system/runner/containerd/opts.go function WithRootfsPropagation (line 17) | func WithRootfsPropagation(rp string) oci.SpecOpts { function WithOOMScoreAdj (line 26) | func WithOOMScoreAdj(score int) oci.SpecOpts { function WithCustomSeccompProfile (line 35) | func WithCustomSeccompProfile(override func(*specs.LinuxSeccomp)) oci.Sp... FILE: internal/app/machined/pkg/system/runner/containerd/stdin.go type StdinCloser (line 15) | type StdinCloser struct method Read (line 20) | func (s *StdinCloser) Read(p []byte) (int, error) { method WaitAndClose (line 30) | func (s *StdinCloser) WaitAndClose(ctx context.Context, task container... FILE: internal/app/machined/pkg/system/runner/goroutine/goroutine.go type goroutineRunner (line 25) | type goroutineRunner struct method Open (line 62) | func (r *goroutineRunner) Open() error { method Run (line 67) | func (r *goroutineRunner) Run(eventSink events.Recorder) error { method wrappedMain (line 98) | func (r *goroutineRunner) wrappedMain(ctx context.Context) (err error) { method Stop (line 124) | func (r *goroutineRunner) Stop() error { method Close (line 135) | func (r *goroutineRunner) Close() error { method String (line 139) | func (r *goroutineRunner) String() string { type FuncMain (line 41) | type FuncMain function NewRunner (line 44) | func NewRunner(r runtime.Runtime, id string, main FuncMain, setters ...r... FILE: internal/app/machined/pkg/system/runner/goroutine/goroutine_test.go function MockEventSink (line 30) | func MockEventSink(state events.ServiceState, message string, args ...an... type GoroutineSuite (line 34) | type GoroutineSuite struct method SetupSuite (line 44) | func (suite *GoroutineSuite) SetupSuite() { method TestRunSuccess (line 66) | func (suite *GoroutineSuite) TestRunSuccess() { method TestRunFail (line 81) | func (suite *GoroutineSuite) TestRunFail() { method TestRunPanic (line 96) | func (suite *GoroutineSuite) TestRunPanic() { method TestStop (line 113) | func (suite *GoroutineSuite) TestStop() { method TestStuckOnStop (line 143) | func (suite *GoroutineSuite) TestStuckOnStop() { method TestRunLogs (line 175) | func (suite *GoroutineSuite) TestRunLogs() { function TestGoroutineSuite (line 202) | func TestGoroutineSuite(t *testing.T) { FILE: internal/app/machined/pkg/system/runner/internal/lastlog/lastlog.go constant limit (line 14) | limit = 512 type Writer (line 17) | type Writer struct method Write (line 23) | func (w *Writer) Write(p []byte) (n int, err error) { method GetLastLog (line 78) | func (w *Writer) GetLastLog() string { FILE: internal/app/machined/pkg/system/runner/internal/lastlog/lastlog_test.go type readerWrap (line 23) | type readerWrap struct function TestLastLog (line 27) | func TestLastLog(t *testing.T) { function BenchmarkWrites (line 49) | func BenchmarkWrites(b *testing.B) { FILE: internal/app/machined/pkg/system/runner/process/process.go type processRunner (line 39) | type processRunner struct method Open (line 66) | func (p *processRunner) Open() error { method Run (line 71) | func (p *processRunner) Run(eventSink events.Recorder) error { method Stop (line 78) | func (p *processRunner) Stop() error { method Close (line 90) | func (p *processRunner) Close() error { method build (line 179) | func (p *processRunner) build(extraLogWriter io.Writer) (commandWrappe... method run (line 417) | func (p *processRunner) run(eventSink events.Recorder) error { method String (line 504) | func (p *processRunner) String() string { function NewRunner (line 49) | func NewRunner(debug bool, args *runner.Args, setters ...runner.Option) ... type commandWrapper (line 94) | type commandWrapper struct function dropCaps (line 105) | func dropCaps(droppedCapabilities []string, launcher *cap.Launcher) error { function beforeExecCallback (line 126) | func beforeExecCallback(pa *syscall.ProcAttr, data any) error { function applyProperties (line 308) | func applyProperties(p *processRunner, pid int) error { function setIOPriority (line 374) | func setIOPriority(p *processRunner, pid int, ioPriority runner.IOPriori... function setSchedulingPolicy (line 395) | func setSchedulingPolicy(p *processRunner, pid int, schedulingPolicy uin... FILE: internal/app/machined/pkg/system/runner/process/process_test.go function MockEventSink (line 32) | func MockEventSink(t *testing.T) func(state events.ServiceState, message... type ProcessSuite (line 38) | type ProcessSuite struct method SetupSuite (line 47) | func (suite *ProcessSuite) SetupSuite() { method TearDownSuite (line 57) | func (suite *ProcessSuite) TearDownSuite() { method TestRunSuccess (line 63) | func (suite *ProcessSuite) TestRunSuccess() { method TestRunLogs (line 78) | func (suite *ProcessSuite) TestRunLogs() { method TestRunRestartFailed (line 101) | func (suite *ProcessSuite) TestRunRestartFailed() { method TestStopFailingAndRestarting (line 151) | func (suite *ProcessSuite) TestStopFailingAndRestarting() { method TestStopSigKill (line 199) | func (suite *ProcessSuite) TestStopSigKill() { method TestPriority (line 224) | func (suite *ProcessSuite) TestPriority() { method TestIOPriority (line 277) | func (suite *ProcessSuite) TestIOPriority() { method TestSchedulingPolicy (line 331) | func (suite *ProcessSuite) TestSchedulingPolicy() { function TestProcessSuite (line 383) | func TestProcessSuite(t *testing.T) { function TestMain (line 393) | func TestMain(m *testing.M) { FILE: internal/app/machined/pkg/system/runner/restart/restart.go type restarter (line 15) | type restarter struct method Open (line 98) | func (r *restarter) Open() error { method Run (line 105) | func (r *restarter) Run(eventSink events.Recorder) error { method Stop (line 159) | func (r *restarter) Stop() error { method Close (line 168) | func (r *restarter) Close() error { method String (line 173) | func (r *restarter) String() string { function New (line 24) | func New(wrapRunner runner.Runner, opts ...Option) runner.Runner { type Options (line 40) | type Options struct type Option (line 48) | type Option type Type (line 51) | type Type method String (line 62) | func (t Type) String() string { constant Forever (line 55) | Forever Type = iota constant Once (line 57) | Once constant UntilSuccess (line 59) | UntilSuccess function DefaultOptions (line 76) | func DefaultOptions() *Options { function WithType (line 84) | func WithType(o Type) Option { function WithRestartInterval (line 91) | func WithRestartInterval(interval time.Duration) Option { FILE: internal/app/machined/pkg/system/runner/restart/restart_test.go type RestartSuite (line 20) | type RestartSuite struct method TestString (line 76) | func (suite *RestartSuite) TestString() { method TestRunOnce (line 80) | func (suite *RestartSuite) TestRunOnce() { method TestRunOnceStop (line 100) | func (suite *RestartSuite) TestRunOnceStop() { method TestRunUntilSuccess (line 120) | func (suite *RestartSuite) TestRunUntilSuccess() { method TestRunForever (line 150) | func (suite *RestartSuite) TestRunForever() { type MockRunner (line 24) | type MockRunner struct method Open (line 31) | func (m *MockRunner) Open() error { method Close (line 38) | func (m *MockRunner) Close() error { method Run (line 44) | func (m *MockRunner) Run(eventSink events.Recorder) error { method Stop (line 57) | func (m *MockRunner) Stop() error { method String (line 68) | func (m *MockRunner) String() string { function MockEventSink (line 72) | func MockEventSink(state events.ServiceState, message string, args ...an... function TestRestartSuite (line 186) | func TestRestartSuite(t *testing.T) { FILE: internal/app/machined/pkg/system/runner/runner.go type Runner (line 26) | type Runner interface type Args (line 35) | type Args struct type IOPriorityParam (line 41) | type IOPriorityParam struct type Options (line 47) | type Options struct type Option (line 97) | type Option function DefaultOptions (line 100) | func DefaultOptions() *Options { function WithEnv (line 113) | func WithEnv(o []string) Option { function WithNamespace (line 120) | func WithNamespace(o string) Option { function WithContainerdAddress (line 127) | func WithContainerdAddress(a string) Option { function WithContainerImage (line 134) | func WithContainerImage(o string) Option { function WithContainerOpts (line 141) | func WithContainerOpts(o ...containerd.NewContainerOpts) Option { function WithOCISpecOpts (line 148) | func WithOCISpecOpts(o ...oci.SpecOpts) Option { function WithLoggingManager (line 155) | func WithLoggingManager(manager runtime.LoggingManager) Option { function WithGracefulShutdownTimeout (line 162) | func WithGracefulShutdownTimeout(timeout time.Duration) Option { function WithStdin (line 169) | func WithStdin(stdin io.ReadSeeker) Option { function WithOOMScoreAdj (line 176) | func WithOOMScoreAdj(score int) Option { function WithCgroupPath (line 183) | func WithCgroupPath(path string) Option { function WithSelinuxLabel (line 190) | func WithSelinuxLabel(label string) Option { function WithCustomSeccompProfile (line 197) | func WithCustomSeccompProfile(override func(*specs.LinuxSeccomp)) Option { function WithDroppedCapabilities (line 204) | func WithDroppedCapabilities(caps map[string]struct{}) Option { function WithStdinFile (line 211) | func WithStdinFile(path string) Option { function WithStdoutFile (line 218) | func WithStdoutFile(path string) Option { function WithStderrFile (line 225) | func WithStderrFile(path string) Option { function WithCtty (line 232) | func WithCtty(ctty int) Option { function WithUID (line 239) | func WithUID(uid uint32) Option { function WithPriority (line 246) | func WithPriority(priority int) Option { constant IoprioClassNone (line 254) | IoprioClassNone = iota constant IoprioClassRt (line 256) | IoprioClassRt constant IoprioClassBe (line 258) | IoprioClassBe constant IoprioClassIdle (line 260) | IoprioClassIdle function WithIOPriority (line 264) | func WithIOPriority(class, priority uint) Option { constant SchedulingPolicyNormal (line 275) | SchedulingPolicyNormal = iota constant SchedulingPolicyFIFO (line 277) | SchedulingPolicyFIFO constant SchedulingPolicyRR (line 279) | SchedulingPolicyRR constant SchedulingPolicyBatch (line 281) | SchedulingPolicyBatch constant SchedulingPolicyIsoUnimplemented (line 283) | SchedulingPolicyIsoUnimplemented constant SchedulingPolicyIdle (line 285) | SchedulingPolicyIdle constant SchedulingPolicyDeadline (line 287) | SchedulingPolicyDeadline function WithSchedulingPolicy (line 291) | func WithSchedulingPolicy(policy uint) Option { FILE: internal/app/machined/pkg/system/runner/runner_test.go function TestEmpty (line 9) | func TestEmpty(t *testing.T) { FILE: internal/app/machined/pkg/system/service.go type Service (line 18) | type Service interface type HealthcheckedService (line 37) | type HealthcheckedService interface type APIStartableService (line 45) | type APIStartableService interface type APIStoppableService (line 50) | type APIStoppableService interface type APIRestartableService (line 55) | type APIRestartableService interface FILE: internal/app/machined/pkg/system/service_events.go type StateEvent (line 17) | type StateEvent constant StateEventUp (line 21) | StateEventUp = StateEvent("up") constant StateEventDown (line 22) | StateEventDown = StateEvent("down") constant StateEventFinished (line 23) | StateEventFinished = StateEvent("finished") type serviceCondition (line 26) | type serviceCondition struct method Wait (line 35) | func (sc *serviceCondition) Wait(ctx context.Context) error { method waitEvent (line 47) | func (sc *serviceCondition) waitEvent(ctx context.Context, svcrunner *... method waitRegister (line 61) | func (sc *serviceCondition) waitRegister(ctx context.Context) error { method String (line 94) | func (sc *serviceCondition) String() string { function WaitForService (line 107) | func WaitForService(event StateEvent, service string) conditions.Conditi... function waitForService (line 111) | func waitForService(instance *singleton, event StateEvent, service strin... FILE: internal/app/machined/pkg/system/service_runner.go type ServiceRunner (line 33) | type ServiceRunner struct method GetState (line 65) | func (svcrunner *ServiceRunner) GetState() events.ServiceState { method UpdateState (line 73) | func (svcrunner *ServiceRunner) UpdateState(ctx context.Context, newst... method healthUpdate (line 109) | func (svcrunner *ServiceRunner) healthUpdate(ctx context.Context, chan... method GetEventHistory (line 149) | func (svcrunner *ServiceRunner) GetEventHistory(count int) []events.Se... method waitFor (line 156) | func (svcrunner *ServiceRunner) waitFor(ctx context.Context, condition... method Run (line 200) | func (svcrunner *ServiceRunner) Run(notifyChannels ...chan<- struct{})... method run (line 292) | func (svcrunner *ServiceRunner) run(ctx context.Context, runnr runner.... method Shutdown (line 369) | func (svcrunner *ServiceRunner) Shutdown() { method AsProto (line 377) | func (svcrunner *ServiceRunner) AsProto() *machineapi.ServiceInfo { method Subscribe (line 393) | func (svcrunner *ServiceRunner) Subscribe(event StateEvent, ch chan<- ... method Unsubscribe (line 413) | func (svcrunner *ServiceRunner) Unsubscribe(event StateEvent, ch chan<... method notifyEvent (line 431) | func (svcrunner *ServiceRunner) notifyEvent(event StateEvent) { method inStateLocked (line 444) | func (svcrunner *ServiceRunner) inStateLocked(event StateEvent) bool { function NewServiceRunner (line 52) | func NewServiceRunner(instance *singleton, service Service, runtime runt... type volumeRequest (line 187) | type volumeRequest struct FILE: internal/app/machined/pkg/system/service_runner_test.go type ServiceRunnerSuite (line 20) | type ServiceRunnerSuite struct method assertStateSequence (line 24) | func (suite *ServiceRunnerSuite) assertStateSequence(expectedStates []... method TestFullFlow (line 34) | func (suite *ServiceRunnerSuite) TestFullFlow() { method TestFullFlowHealthy (line 79) | func (suite *ServiceRunnerSuite) TestFullFlowHealthy() { method TestFullFlowHealthChanges (line 116) | func (suite *ServiceRunnerSuite) TestFullFlowHealthChanges() { method TestWaitingDescriptionChange (line 177) | func (suite *ServiceRunnerSuite) TestWaitingDescriptionChange() { method TestPreStageFail (line 260) | func (suite *ServiceRunnerSuite) TestPreStageFail() { method TestRunnerStageFail (line 274) | func (suite *ServiceRunnerSuite) TestRunnerStageFail() { method TestRunnerStageSkipped (line 289) | func (suite *ServiceRunnerSuite) TestRunnerStageSkipped() { method TestAbortOnCondition (line 304) | func (suite *ServiceRunnerSuite) TestAbortOnCondition() { method TestPostStateFail (line 341) | func (suite *ServiceRunnerSuite) TestPostStateFail() { method TestRunFail (line 371) | func (suite *ServiceRunnerSuite) TestRunFail() { method TestFullFlowRestart (line 394) | func (suite *ServiceRunnerSuite) TestFullFlowRestart() { function TestServiceRunnerSuite (line 465) | func TestServiceRunnerSuite(t *testing.T) { FILE: internal/app/machined/pkg/system/services/apid.go type APID (line 48) | type APID struct method ID (line 53) | func (o *APID) ID(r runtime.Runtime) string { method PreFunc (line 82) | func (o *APID) PreFunc(ctx context.Context, r runtime.Runtime) error { method PostFunc (line 126) | func (o *APID) PostFunc(runtime.Runtime, events.ServiceState) (err err... method Condition (line 133) | func (o *APID) Condition(r runtime.Runtime) conditions.Condition { method DependsOn (line 141) | func (o *APID) DependsOn(runtime.Runtime) []string { method Volumes (line 146) | func (o *APID) Volumes(runtime.Runtime) []string { method Runner (line 153) | func (o *APID) Runner(r runtime.Runtime) (runner.Runner, error) { method HealthFunc (line 231) | func (o *APID) HealthFunc(runtime.Runtime) health.Check { method HealthSettings (line 245) | func (o *APID) HealthSettings(runtime.Runtime) *health.Settings { function apidResourceFilter (line 60) | func apidResourceFilter(_ context.Context, access state.Access) error { FILE: internal/app/machined/pkg/system/services/auditd.go constant auditdServiceID (line 20) | auditdServiceID = "auditd" type Auditd (line 26) | type Auditd struct method ID (line 29) | func (s *Auditd) ID(runtime.Runtime) string { method PreFunc (line 34) | func (s *Auditd) PreFunc(context.Context, runtime.Runtime) error { method PostFunc (line 39) | func (s *Auditd) PostFunc(runtime.Runtime, events.ServiceState) error { method Condition (line 44) | func (s *Auditd) Condition(runtime.Runtime) conditions.Condition { method DependsOn (line 49) | func (s *Auditd) DependsOn(runtime.Runtime) []string { method Volumes (line 54) | func (s *Auditd) Volumes(runtime.Runtime) []string { method Runner (line 59) | func (s *Auditd) Runner(r runtime.Runtime) (runner.Runner, error) { method HealthFunc (line 64) | func (s *Auditd) HealthFunc(runtime.Runtime) health.Check { method HealthSettings (line 71) | func (s *Auditd) HealthSettings(runtime.Runtime) *health.Settings { FILE: internal/app/machined/pkg/system/services/containerd.go type Containerd (line 31) | type Containerd struct method Client (line 37) | func (c *Containerd) Client() (*containerd.Client, error) { method ID (line 53) | func (c *Containerd) ID(runtime.Runtime) string { method PreFunc (line 58) | func (c *Containerd) PreFunc(context.Context, runtime.Runtime) error { method PostFunc (line 63) | func (c *Containerd) PostFunc(runtime.Runtime, events.ServiceState) (e... method Condition (line 72) | func (c *Containerd) Condition(runtime.Runtime) conditions.Condition { method DependsOn (line 77) | func (c *Containerd) DependsOn(runtime.Runtime) []string { method Volumes (line 82) | func (c *Containerd) Volumes(runtime.Runtime) []string { method Runner (line 87) | func (c *Containerd) Runner(r runtime.Runtime) (runner.Runner, error) { method HealthFunc (line 126) | func (c *Containerd) HealthFunc(runtime.Runtime) health.Check { method HealthSettings (line 147) | func (c *Containerd) HealthSettings(runtime.Runtime) *health.Settings { FILE: internal/app/machined/pkg/system/services/cri.go type CRI (line 34) | type CRI struct method Client (line 40) | func (c *CRI) Client() (*containerd.Client, error) { method ID (line 56) | func (c *CRI) ID(runtime.Runtime) string { method PreFunc (line 61) | func (c *CRI) PreFunc(context.Context, runtime.Runtime) error { method PostFunc (line 66) | func (c *CRI) PostFunc(runtime.Runtime, events.ServiceState) (err erro... method Condition (line 75) | func (c *CRI) Condition(r runtime.Runtime) conditions.Condition { method DependsOn (line 80) | func (c *CRI) DependsOn(runtime.Runtime) []string { method Volumes (line 85) | func (c *CRI) Volumes(r runtime.Runtime) []string { method Runner (line 106) | func (c *CRI) Runner(r runtime.Runtime) (runner.Runner, error) { method HealthFunc (line 137) | func (c *CRI) HealthFunc(runtime.Runtime) health.Check { method HealthSettings (line 158) | func (c *CRI) HealthSettings(runtime.Runtime) *health.Settings { FILE: internal/app/machined/pkg/system/services/dashboard.go type Dashboard (line 29) | type Dashboard struct method getCustomConsole (line 32) | func (d *Dashboard) getCustomConsole() string { method hasCustomConsole (line 39) | func (d *Dashboard) hasCustomConsole() bool { method getConsoleDevice (line 44) | func (d *Dashboard) getConsoleDevice() (string, error) { method ID (line 61) | func (d *Dashboard) ID(_ runtime.Runtime) string { method PreFunc (line 66) | func (d *Dashboard) PreFunc(_ context.Context, _ runtime.Runtime) error { method PostFunc (line 76) | func (d *Dashboard) PostFunc(_ runtime.Runtime, _ events.ServiceState)... method Condition (line 86) | func (d *Dashboard) Condition(_ runtime.Runtime) conditions.Condition { method DependsOn (line 91) | func (d *Dashboard) DependsOn(_ runtime.Runtime) []string { method Volumes (line 96) | func (d *Dashboard) Volumes(runtime.Runtime) []string { method Runner (line 101) | func (d *Dashboard) Runner(r runtime.Runtime) (runner.Runner, error) { FILE: internal/app/machined/pkg/system/services/etcd.go type Etcd (line 64) | type Etcd struct method ID (line 81) | func (e *Etcd) ID(runtime.Runtime) string { method PreFunc (line 88) | func (e *Etcd) PreFunc(ctx context.Context, r runtime.Runtime) error { method PostFunc (line 146) | func (e *Etcd) PostFunc(runtime.Runtime, events.ServiceState) (err err... method Condition (line 161) | func (e *Etcd) Condition(r runtime.Runtime) conditions.Condition { method DependsOn (line 170) | func (e *Etcd) DependsOn(runtime.Runtime) []string { method Volumes (line 175) | func (e *Etcd) Volumes(runtime.Runtime) []string { method Runner (line 183) | func (e *Etcd) Runner(r runtime.Runtime) (runner.Runner, error) { method HealthFunc (line 240) | func (e *Etcd) HealthFunc(runtime.Runtime) health.Check { method HealthSettings (line 256) | func (e *Etcd) HealthSettings(runtime.Runtime) *health.Settings { method argsForInit (line 386) | func (e *Etcd) argsForInit(ctx context.Context, r runtime.Runtime, spe... method argsForControlPlane (line 470) | func (e *Etcd) argsForControlPlane(ctx context.Context, r runtime.Runt... method recoverFromSnapshot (line 558) | func (e *Etcd) recoverFromSnapshot(spec *etcdresource.SpecSpec) error { function waitPKI (line 264) | func waitPKI(ctx context.Context, r runtime.Runtime) error { function addMember (line 273) | func addMember(ctx context.Context, r runtime.Runtime, addrs []string, n... function buildInitialCluster (line 314) | func buildInitialCluster(ctx context.Context, r runtime.Runtime, name st... function promoteMember (line 591) | func promoteMember(ctx context.Context, r runtime.Runtime, memberID uint... function attemptPromote (line 636) | func attemptPromote(ctx context.Context, endpoint string, memberID uint6... function IsDirEmpty (line 650) | func IsDirEmpty(name string) (bool, error) { function BootstrapEtcd (line 669) | func BootstrapEtcd(ctx context.Context, r runtime.Runtime, req *machinea... function formatEtcdURL (line 707) | func formatEtcdURL(addr netip.Addr, port int) string { function getEtcdURLs (line 711) | func getEtcdURLs(addrs []netip.Addr, port int) []string { function formatEtcdURLs (line 717) | func formatEtcdURLs(addrs []netip.Addr, port int) string { function formatClusterURLs (line 721) | func formatClusterURLs(name string, urls []string) string { FILE: internal/app/machined/pkg/system/services/export_test.go method GetOCIOptions (line 10) | func (svc *Extension) GetOCIOptions() ([]oci.SpecOpts, error) { FILE: internal/app/machined/pkg/system/services/extension.go type Extension (line 39) | type Extension struct method ID (line 46) | func (svc *Extension) ID(r runtime.Runtime) string { method PreFunc (line 51) | func (svc *Extension) PreFunc(ctx context.Context, r runtime.Runtime) ... method PostFunc (line 72) | func (svc *Extension) PostFunc(r runtime.Runtime, state events.Service... method Condition (line 77) | func (svc *Extension) Condition(r runtime.Runtime) conditions.Condition { method DependsOn (line 106) | func (svc *Extension) DependsOn(r runtime.Runtime) []string { method Volumes (line 119) | func (svc *Extension) Volumes(runtime.Runtime) []string { method getOCIOptions (line 123) | func (svc *Extension) getOCIOptions(envVars []string, mounts []specs.M... method Runner (line 158) | func (svc *Extension) Runner(r runtime.Runtime) (runner.Runner, error) { method APIRestartAllowed (line 243) | func (svc *Extension) APIRestartAllowed(runtime.Runtime) bool { method APIStartAllowed (line 248) | func (svc *Extension) APIStartAllowed(runtime.Runtime) bool { method APIStopAllowed (line 253) | func (svc *Extension) APIStopAllowed(runtime.Runtime) bool { method parseEnvironment (line 257) | func (svc *Extension) parseEnvironment() ([]string, error) { FILE: internal/app/machined/pkg/system/services/extension_test.go type MockClient (line 23) | type MockClient struct method SnapshotService (line 27) | func (c *MockClient) SnapshotService(snapshotterName string) snapshots... function TestGetOCIOptions (line 31) | func TestGetOCIOptions(t *testing.T) { FILE: internal/app/machined/pkg/system/services/kubelet.go type Kubelet (line 47) | type Kubelet struct method ID (line 52) | func (k *Kubelet) ID(runtime.Runtime) string { method PreFunc (line 57) | func (k *Kubelet) PreFunc(ctx context.Context, r runtime.Runtime) error { method PostFunc (line 98) | func (k *Kubelet) PostFunc(runtime.Runtime, events.ServiceState) (err ... method Condition (line 103) | func (k *Kubelet) Condition(r runtime.Runtime) conditions.Condition { method DependsOn (line 111) | func (k *Kubelet) DependsOn(runtime.Runtime) []string { method Volumes (line 116) | func (k *Kubelet) Volumes(runtime.Runtime) []string { method Runner (line 132) | func (k *Kubelet) Runner(r runtime.Runtime) (runner.Runner, error) { method HealthFunc (line 221) | func (k *Kubelet) HealthFunc(runtime.Runtime) health.Check { method HealthSettings (line 226) | func (k *Kubelet) HealthSettings(runtime.Runtime) *health.Settings { method APIRestartAllowed (line 234) | func (k *Kubelet) APIRestartAllowed(runtime.Runtime) bool { method APIStartAllowed (line 239) | func (k *Kubelet) APIStartAllowed(runtime.Runtime) bool { function kubeletSeccomp (line 243) | func kubeletSeccomp(seccomp *specs.LinuxSeccomp) { function simpleHealthCheck (line 257) | func simpleHealthCheck(ctx context.Context, url string) error { FILE: internal/app/machined/pkg/system/services/machined.go constant machinedServiceID (line 36) | machinedServiceID = "machined" type machinedService (line 128) | type machinedService struct method Main (line 133) | func (s *machinedService) Main(ctx context.Context, _ runtime.Runtime,... type Machined (line 227) | type Machined struct method ID (line 232) | func (m *Machined) ID(runtime.Runtime) string { method PreFunc (line 237) | func (m *Machined) PreFunc(context.Context, runtime.Runtime) error { method PostFunc (line 242) | func (m *Machined) PostFunc(runtime.Runtime, events.ServiceState) (err... method Condition (line 247) | func (m *Machined) Condition(runtime.Runtime) conditions.Condition { method DependsOn (line 252) | func (m *Machined) DependsOn(runtime.Runtime) []string { method Volumes (line 257) | func (m *Machined) Volumes(runtime.Runtime) []string { method Runner (line 262) | func (m *Machined) Runner(r runtime.Runtime) (runner.Runner, error) { method HealthFunc (line 269) | func (m *Machined) HealthFunc(runtime.Runtime) health.Check { method HealthSettings (line 283) | func (m *Machined) HealthSettings(runtime.Runtime) *health.Settings { FILE: internal/app/machined/pkg/system/services/machined_test.go function collectMethods (line 17) | func collectMethods(t *testing.T) map[string]struct{} { function TestRules (line 37) | func TestRules(t *testing.T) { FILE: internal/app/machined/pkg/system/services/mocks/snapshotter.go type MockSnapshotter (line 21) | type MockSnapshotter struct method EXPECT (line 39) | func (m *MockSnapshotter) EXPECT() *MockSnapshotterMockRecorder { method Close (line 44) | func (m *MockSnapshotter) Close() error { method Commit (line 58) | func (m *MockSnapshotter) Commit(ctx context.Context, name, key string... method Mounts (line 77) | func (m *MockSnapshotter) Mounts(ctx context.Context, key string) ([]m... method Prepare (line 92) | func (m *MockSnapshotter) Prepare(ctx context.Context, key, parent str... method Remove (line 112) | func (m *MockSnapshotter) Remove(ctx context.Context, key string) error { method Stat (line 126) | func (m *MockSnapshotter) Stat(ctx context.Context, key string) (snaps... method Update (line 141) | func (m *MockSnapshotter) Update(ctx context.Context, info snapshots.I... method Usage (line 161) | func (m *MockSnapshotter) Usage(ctx context.Context, key string) (snap... method View (line 176) | func (m *MockSnapshotter) View(ctx context.Context, key, parent string... method Walk (line 196) | func (m *MockSnapshotter) Walk(ctx context.Context, fn snapshots.WalkF... type MockSnapshotterMockRecorder (line 27) | type MockSnapshotterMockRecorder struct method Close (line 52) | func (mr *MockSnapshotterMockRecorder) Close() *gomock.Call { method Commit (line 70) | func (mr *MockSnapshotterMockRecorder) Commit(ctx, name, key any, opts... method Mounts (line 86) | func (mr *MockSnapshotterMockRecorder) Mounts(ctx, key any) *gomock.Ca... method Prepare (line 105) | func (mr *MockSnapshotterMockRecorder) Prepare(ctx, key, parent any, o... method Remove (line 120) | func (mr *MockSnapshotterMockRecorder) Remove(ctx, key any) *gomock.Ca... method Stat (line 135) | func (mr *MockSnapshotterMockRecorder) Stat(ctx, key any) *gomock.Call { method Update (line 154) | func (mr *MockSnapshotterMockRecorder) Update(ctx, info any, fieldpath... method Usage (line 170) | func (mr *MockSnapshotterMockRecorder) Usage(ctx, key any) *gomock.Call { method View (line 189) | func (mr *MockSnapshotterMockRecorder) View(ctx, key, parent any, opts... method Walk (line 208) | func (mr *MockSnapshotterMockRecorder) Walk(ctx, fn any, filters ...an... function NewMockSnapshotter (line 32) | func NewMockSnapshotter(ctrl *gomock.Controller) *MockSnapshotter { type MockCleaner (line 215) | type MockCleaner struct method EXPECT (line 233) | func (m *MockCleaner) EXPECT() *MockCleanerMockRecorder { method Cleanup (line 238) | func (m *MockCleaner) Cleanup(ctx context.Context) error { type MockCleanerMockRecorder (line 221) | type MockCleanerMockRecorder struct method Cleanup (line 246) | func (mr *MockCleanerMockRecorder) Cleanup(ctx any) *gomock.Call { function NewMockCleaner (line 226) | func NewMockCleaner(ctrl *gomock.Controller) *MockCleaner { FILE: internal/app/machined/pkg/system/services/registry/app/main.go function main (line 19) | func main() { function app (line 26) | func app() error { FILE: internal/app/machined/pkg/system/services/registry/fs.go type MultiPathFS (line 17) | type MultiPathFS struct method Open (line 25) | func (m *MultiPathFS) Open(name string) (fs.File, error) { method Stat (line 50) | func (m *MultiPathFS) Stat(name string) (fs.FileInfo, error) { function NewMultiPathFS (line 22) | func NewMultiPathFS(it iter.Seq[string]) *MultiPathFS { return &MultiPat... FILE: internal/app/machined/pkg/system/services/registry/params.go function extractParams (line 16) | func extractParams(req *http.Request) (params, error) { type params (line 44) | type params struct method String (line 51) | func (p params) String() string { FILE: internal/app/machined/pkg/system/services/registry/readers.go type readSeeker (line 35) | type readSeeker struct method Read (line 42) | func (r *readSeeker) Read(p []byte) (int, error) { method Seek (line 68) | func (r *readSeeker) Seek(offset int64, whence int) (int64, error) { function openReaderAt (line 94) | func openReaderAt(p string, statFS fs.StatFS) (content.ReaderAt, error) { type sizeReaderAt (line 123) | type sizeReaderAt struct method ReadAt (line 128) | func (ra sizeReaderAt) ReadAt(p []byte, offset int64) (int, error) { r... method Size (line 129) | func (ra sizeReaderAt) Size() int64 { r... method Close (line 130) | func (ra sizeReaderAt) Close() error { r... method Reader (line 131) | func (ra sizeReaderAt) Reader() io.Reader { r... type fsFileReaderAt (line 133) | type fsFileReaderAt interface FILE: internal/app/machined/pkg/system/services/registry/registry.go function NewService (line 37) | func NewService(root fs.StatFS, logger *zap.Logger) *Service { type Service (line 42) | type Service struct method Run (line 72) | func (svc *Service) Run(ctx context.Context, options ...Option) error { method serveHTTP (line 131) | func (svc *Service) serveHTTP(w http.ResponseWriter, req *http.Request) { method handler (line 139) | func (svc *Service) handler(w http.ResponseWriter, req *http.Request) ... method resolveCanonicalRef (line 223) | func (svc *Service) resolveCanonicalRef(p params) (reference.Canonical... method tryFindRegistry (line 370) | func (svc *Service) tryFindRegistry(p params) (string, error) { type config (line 47) | type config struct type Option (line 54) | type Option function WithTLS (line 57) | func WithTLS(certPath, keyPath string) Option { function WithAddress (line 65) | func WithAddress(addr string) Option { function handleRegistryWithPort (line 271) | func handleRegistryWithPort(namedTagged reference.Named, p params) string { function createRegistryWithPort (line 284) | func createRegistryWithPort(s string) string { function hashFile (line 293) | func hashFile(f string, where fs.FS) (_ []byte, returnErr error) { function getManifestData (line 309) | func getManifestData(ctx context.Context, store content.Store, ref refer... type canonical (line 342) | type canonical struct method String (line 348) | func (c *canonical) String() string { return c.NamedTagged.Stri... method Digest (line 349) | func (c *canonical) Digest() digest.Digest { return c.digest } function getStatusCode (line 351) | func getStatusCode(err error) int { type notFoundTag (line 365) | type notFoundTag struct type badRequestTag (line 366) | type badRequestTag struct type internalErrorTag (line 367) | type internalErrorTag struct FILE: internal/app/machined/pkg/system/services/registry/registry_test.go function TestRegistry (line 36) | func TestRegistry(t *testing.T) { function handleLayers (line 212) | func handleLayers(ctx context.Context, t *testing.T, layers []v1.Layer, ... function tarExtract (line 235) | func tarExtract(t *testing.T, img v1.Image, dest string) { function readAll (line 267) | func readAll(t *testing.T, resp *http.Response) string { FILE: internal/app/machined/pkg/system/services/registry/store.go type singleFileStore (line 22) | type singleFileStore struct method Info (line 28) | func (s *singleFileStore) Info(_ context.Context, dgst digest.Digest) ... method ReaderAt (line 52) | func (s *singleFileStore) ReaderAt(_ context.Context, desc ocispec.Des... method Status (line 67) | func (s *singleFileStore) Status(context.Context, string) (content.Sta... method ListStatuses (line 72) | func (s *singleFileStore) ListStatuses(context.Context, ...string) ([]... method Abort (line 77) | func (s *singleFileStore) Abort(context.Context, string) error { retur... method Writer (line 80) | func (s *singleFileStore) Writer(context.Context, ...content.WriterOpt... method Walk (line 85) | func (s *singleFileStore) Walk(context.Context, content.WalkFunc, ...s... method Delete (line 90) | func (s *singleFileStore) Delete(context.Context, digest.Digest) error... method Update (line 93) | func (s *singleFileStore) Update(context.Context, content.Info, ...str... method blobPath (line 97) | func (s *singleFileStore) blobPath(dgst digest.Digest) (string, error) { FILE: internal/app/machined/pkg/system/services/registry/store_linux.go function getATime (line 13) | func getATime(fi os.FileInfo) time.Time { FILE: internal/app/machined/pkg/system/services/registry/store_unix.go function getATime (line 15) | func getATime(fi os.FileInfo) time.Time { FILE: internal/app/machined/pkg/system/services/registry/store_windows.go function getATime (line 14) | func getATime(fi os.FileInfo) time.Time { FILE: internal/app/machined/pkg/system/services/registryd.go type registryD (line 29) | type registryD struct method ID (line 36) | func (r *registryD) ID(runtime.Runtime) string ... method HealthSettings (line 37) | func (r *registryD) HealthSettings(runtime.Runtime) *health.Settings ... method PreFunc (line 38) | func (r *registryD) PreFunc(context.Context, runtime.Runtime) error ... method PostFunc (line 39) | func (r *registryD) PostFunc(runtime.Runtime, events.ServiceState) err... method Condition (line 40) | func (r *registryD) Condition(runtime.Runtime) conditions.Condition ... method DependsOn (line 41) | func (r *registryD) DependsOn(runtime.Runtime) []string ... method Volumes (line 42) | func (r *registryD) Volumes(runtime.Runtime) []string ... method HealthFunc (line 44) | func (r *registryD) HealthFunc(runtime.Runtime) health.Check { method Runner (line 50) | func (r *registryD) Runner(rt runtime.Runtime) (runner.Runner, error) { constant RegistryID (line 32) | RegistryID = "registryd" function NewRegistryD (line 35) | func NewRegistryD() system.Service ... FILE: internal/app/machined/pkg/system/services/syslogd.go constant syslogServiceID (line 20) | syslogServiceID = "syslogd" type Syslogd (line 26) | type Syslogd struct method ID (line 29) | func (s *Syslogd) ID(runtime.Runtime) string { method PreFunc (line 34) | func (s *Syslogd) PreFunc(context.Context, runtime.Runtime) error { method PostFunc (line 39) | func (s *Syslogd) PostFunc(runtime.Runtime, events.ServiceState) (err ... method Condition (line 44) | func (s *Syslogd) Condition(runtime.Runtime) conditions.Condition { method DependsOn (line 49) | func (s *Syslogd) DependsOn(runtime.Runtime) []string { method Volumes (line 54) | func (s *Syslogd) Volumes(runtime.Runtime) []string { method Runner (line 59) | func (s *Syslogd) Runner(r runtime.Runtime) (runner.Runner, error) { method HealthFunc (line 64) | func (s *Syslogd) HealthFunc(runtime.Runtime) health.Check { method HealthSettings (line 71) | func (s *Syslogd) HealthSettings(runtime.Runtime) *health.Settings { FILE: internal/app/machined/pkg/system/services/trustd.go type Trustd (line 47) | type Trustd struct method ID (line 52) | func (t *Trustd) ID(runtime.Runtime) string { method PreFunc (line 59) | func (t *Trustd) PreFunc(ctx context.Context, r runtime.Runtime) error { method PostFunc (line 119) | func (t *Trustd) PostFunc(runtime.Runtime, events.ServiceState) (err e... method Condition (line 126) | func (t *Trustd) Condition(r runtime.Runtime) conditions.Condition { method DependsOn (line 134) | func (t *Trustd) DependsOn(runtime.Runtime) []string { method Volumes (line 139) | func (t *Trustd) Volumes(runtime.Runtime) []string { method Runner (line 144) | func (t *Trustd) Runner(r runtime.Runtime) (runner.Runner, error) { method HealthFunc (line 196) | func (t *Trustd) HealthFunc(runtime.Runtime) health.Check { method HealthSettings (line 210) | func (t *Trustd) HealthSettings(runtime.Runtime) *health.Settings { FILE: internal/app/machined/pkg/system/services/udevd.go type Udevd (line 29) | type Udevd struct method ID (line 37) | func (c *Udevd) ID(runtime.Runtime) string { method PreFunc (line 42) | func (c *Udevd) PreFunc(ctx context.Context, r runtime.Runtime) error { method PostFunc (line 49) | func (c *Udevd) PostFunc(runtime.Runtime, events.ServiceState) (err er... method Condition (line 54) | func (c *Udevd) Condition(runtime.Runtime) conditions.Condition { method DependsOn (line 59) | func (c *Udevd) DependsOn(runtime.Runtime) []string { method Volumes (line 64) | func (c *Udevd) Volumes(runtime.Runtime) []string { method Runner (line 69) | func (c *Udevd) Runner(r runtime.Runtime) (runner.Runner, error) { method HealthFunc (line 103) | func (c *Udevd) HealthFunc(runtime.Runtime) health.Check { method HealthSettings (line 171) | func (c *Udevd) HealthSettings(runtime.Runtime) *health.Settings { FILE: internal/app/machined/pkg/system/services/utils.go function prepareRootfs (line 20) | func prepareRootfs(id string) error { function bindMountContainerMarker (line 41) | func bindMountContainerMarker(mounts []specs.Mount) []specs.Mount { FILE: internal/app/machined/pkg/system/system.go type singleton (line 29) | type singleton struct method Load (line 74) | func (s *singleton) Load(services ...Service) []string { method Unload (line 103) | func (s *singleton) Unload(ctx context.Context, serviceIDs ...string) ... method Start (line 143) | func (s *singleton) Start(serviceIDs ...string) error { method StartAll (line 212) | func (s *singleton) StartAll() { method LoadAndStart (line 222) | func (s *singleton) LoadAndStart(services ...Service) { method Shutdown (line 231) | func (s *singleton) Shutdown(ctx context.Context) { method Stop (line 246) | func (s *singleton) Stop(ctx context.Context, serviceIDs ...string) (e... method StopWithRevDepenencies (line 265) | func (s *singleton) StopWithRevDepenencies(ctx context.Context, servic... method stopServices (line 282) | func (s *singleton) stopServices(ctx context.Context, services []strin... method List (line 386) | func (s *singleton) List() (result []*ServiceRunner) { method IsRunning (line 403) | func (s *singleton) IsRunning(id string) (Service, bool, error) { method APIStart (line 420) | func (s *singleton) APIStart(ctx context.Context, id string) error { method APIStop (line 439) | func (s *singleton) APIStop(ctx context.Context, id string) error { method APIRestart (line 458) | func (s *singleton) APIRestart(ctx context.Context, id string) error { function newServices (line 52) | func newServices(runtime runtime.Runtime) *singleton { function Services (line 63) | func Services(runtime runtime.Runtime) *singleton { FILE: internal/app/machined/pkg/system/system_test.go type SystemServicesSuite (line 17) | type SystemServicesSuite struct method TestStartShutdown (line 21) | func (suite *SystemServicesSuite) TestStartShutdown() { method TestStartStop (line 32) | func (suite *SystemServicesSuite) TestStartStop() { method TestStopWithRevDeps (line 45) | func (suite *SystemServicesSuite) TestStopWithRevDeps() { function TestSystemServicesSuite (line 67) | func TestSystemServicesSuite(t *testing.T) { FILE: internal/app/machined/pkg/system/volumes.go method deleteVolumeMountRequest (line 22) | func (svcrunner *ServiceRunner) deleteVolumeMountRequest(ctx context.Con... type volumesMountedCondition (line 52) | type volumesMountedCondition struct method Wait (line 60) | func (cond *volumesMountedCondition) Wait(ctx context.Context) error { method String (line 101) | func (cond *volumesMountedCondition) String() string { function WaitForVolumesToBeMounted (line 110) | func WaitForVolumesToBeMounted(st state.State, requests []volumeRequest)... FILE: internal/app/machined/revert.go function revertSetState (line 25) | func revertSetState(s state.State) { function revertBootloader (line 29) | func revertBootloader(ctx context.Context) { function revertBootloadInternal (line 42) | func revertBootloadInternal(ctx context.Context, resourceState state.Sta... FILE: internal/app/poweroff/main.go type Action (line 23) | type Action constant Shutdown (line 27) | Shutdown Action = "shutdown" constant Reboot (line 29) | Reboot Action = "reboot" function Main (line 33) | func Main(args []string) { function ActionFromArgs (line 66) | func ActionFromArgs(args []string) Action { FILE: internal/app/poweroff/poweroff_test.go function TestParseArgs (line 13) | func TestParseArgs(t *testing.T) { FILE: internal/app/resources/access.go function AccessPolicy (line 25) | func AccessPolicy(st state.State) state.FilteringRule { FILE: internal/app/storaged/server.go type Server (line 34) | type Server struct method Disks (line 42) | func (s *Server) Disks(ctx context.Context, in *emptypb.Empty) (reply ... method BlockDeviceWipe (line 101) | func (s *Server) BlockDeviceWipe(ctx context.Context, req *storage.Blo... method validateDeviceForWipe (line 128) | func (s *Server) validateDeviceForWipe(ctx context.Context, deviceName... method findParentDevice (line 234) | func (s *Server) findParentDevice(deviceName string) (string, int, err... method wipeDevice (line 252) | func (s *Server) wipeDevice(deviceName string, method storage.BlockDev... FILE: internal/app/syslogd/internal/parser/parse.go function Parse (line 22) | func Parse(b []byte) (string, error) { function rfc3164ContainsTagHostname (line 64) | func rfc3164ContainsTagHostname(buf []byte) (bool, bool) { function enhanceRFC3164WithTag (line 78) | func enhanceRFC3164WithTag(buf []byte) []byte { FILE: internal/app/syslogd/internal/parser/parse_test.go function TestParser (line 18) | func TestParser(t *testing.T) { FILE: internal/app/syslogd/syslogd.go function Main (line 20) | func Main(ctx context.Context, _ runtime.Runtime, logWriter io.Writer) e... function Run (line 25) | func Run(ctx context.Context, logWriter io.Writer, listenSocketPath stri... FILE: internal/app/syslogd/syslogd_test.go type chanWriter (line 21) | type chanWriter struct method Write (line 25) | func (w *chanWriter) Write(p []byte) (n int, err error) { function TestParsing (line 31) | func TestParsing(t *testing.T) { FILE: internal/app/trustd/internal/provider/provider.go type TLSConfig (line 27) | type TLSConfig struct method Watch (line 77) | func (tlsConfig *TLSConfig) Watch(ctx context.Context) error { method ServerConfig (line 106) | func (tlsConfig *TLSConfig) ServerConfig() (*stdlibtls.Config, error) { function NewTLSConfig (line 34) | func NewTLSConfig(ctx context.Context, resources state.State) (*TLSConfi... type certificateProvider (line 119) | type certificateProvider struct method Update (line 128) | func (p *certificateProvider) Update(trustdCerts *secrets.Trustd) error { method GetCA (line 157) | func (p *certificateProvider) GetCA() ([]byte, error) { method GetCACertPool (line 164) | func (p *certificateProvider) GetCACertPool() (*stdx509.CertPool, erro... method GetCertificate (line 171) | func (p *certificateProvider) GetCertificate(h *stdlibtls.ClientHelloI... method GetClientCertificate (line 178) | func (p *certificateProvider) GetClientCertificate(*stdlibtls.Certific... FILE: internal/app/trustd/internal/reg/reg.go type Registrator (line 31) | type Registrator struct method Register (line 40) | func (r *Registrator) Register(s *grpc.Server) { method Certificate (line 48) | func (r *Registrator) Certificate(ctx context.Context, in *securityapi... FILE: internal/app/trustd/internal/reg/reg_test.go function TestCertificate (line 30) | func TestCertificate(t *testing.T) { FILE: internal/app/trustd/main.go function runDebugServer (line 37) | func runDebugServer(ctx context.Context) { function Main (line 50) | func Main() { function trustdMain (line 56) | func trustdMain() error { function tokenGetter (line 138) | func tokenGetter(state state.State) basic.TokenGetterFunc { FILE: internal/integration/api/api.go function GetAllSuites (line 17) | func GetAllSuites() []suite.TestingSuite { FILE: internal/integration/api/apid.go type ApidSuite (line 35) | type ApidSuite struct method SuiteName (line 43) | func (suite *ApidSuite) SuiteName() string { method SetupTest (line 48) | func (suite *ApidSuite) SetupTest() { method TearDownTest (line 54) | func (suite *ApidSuite) TearDownTest() { method TestControlPlaneRouting (line 61) | func (suite *ApidSuite) TestControlPlaneRouting() { method TestWorkerNoRouting (line 111) | func (suite *ApidSuite) TestWorkerNoRouting() { method TestBigPayload (line 179) | func (suite *ApidSuite) TestBigPayload() { method TestPKIMismatch (line 241) | func (suite *ApidSuite) TestPKIMismatch() { function init (line 266) | func init() { FILE: internal/integration/api/apply-config.go constant applyConfigTestSysctl (line 51) | applyConfigTestSysctl = "net.ipv6.conf.all.accept_ra_mtu" constant applyConfigTestSysctlVal (line 53) | applyConfigTestSysctlVal = "1" constant applyConfigNoRebootTestSysctl (line 55) | applyConfigNoRebootTestSysctl = "fs.file-max" constant applyConfigNoRebootTestSysctlVal (line 57) | applyConfigNoRebootTestSysctlVal = "500000" constant assertRebootedRebootTimeout (line 59) | assertRebootedRebootTimeout = 10 * time.Minute type ApplyConfigSuite (line 62) | type ApplyConfigSuite struct method SuiteName (line 70) | func (suite *ApplyConfigSuite) SuiteName() string { method SetupTest (line 75) | func (suite *ApplyConfigSuite) SetupTest() { method TearDownTest (line 81) | func (suite *ApplyConfigSuite) TearDownTest() { method TestApply (line 88) | func (suite *ApplyConfigSuite) TestApply() { method TestApplyNoOpCRIPatch (line 157) | func (suite *ApplyConfigSuite) TestApplyNoOpCRIPatch() { method TestApplyWithoutReboot (line 238) | func (suite *ApplyConfigSuite) TestApplyWithoutReboot() { method TestApplyConfigRotateEncryptionSecrets (line 301) | func (suite *ApplyConfigSuite) TestApplyConfigRotateEncryptionSecrets() { method TestApplyNoReboot (line 461) | func (suite *ApplyConfigSuite) TestApplyNoReboot() { method TestApplyDryRun (line 489) | func (suite *ApplyConfigSuite) TestApplyDryRun() { method TestApplyDryRunDocuments (line 525) | func (suite *ApplyConfigSuite) TestApplyDryRunDocuments() { method TestApplyTry (line 561) | func (suite *ApplyConfigSuite) TestApplyTry() { method TestApplyRemovingV1Alpha1 (line 601) | func (suite *ApplyConfigSuite) TestApplyRemovingV1Alpha1() { function toJSONString (line 451) | func toJSONString(t *testing.T, v any) string { function init (line 632) | func init() { FILE: internal/integration/api/cgroups.go type CGroupsSuite (line 24) | type CGroupsSuite struct method SuiteName (line 32) | func (suite *CGroupsSuite) SuiteName() string { method SetupTest (line 37) | func (suite *CGroupsSuite) SetupTest() { method TearDownTest (line 42) | func (suite *CGroupsSuite) TearDownTest() { method TestCGroupsVersion (line 49) | func (suite *CGroupsSuite) TestCGroupsVersion() { function init (line 98) | func init() { FILE: internal/integration/api/common.go type CommonSuite (line 21) | type CommonSuite struct method SuiteName (line 29) | func (suite *CommonSuite) SuiteName() string { method SetupTest (line 34) | func (suite *CommonSuite) SetupTest() { method TearDownTest (line 40) | func (suite *CommonSuite) TearDownTest() { method TestVirtioModulesLoaded (line 47) | func (suite *CommonSuite) TestVirtioModulesLoaded() { method TestCommonDefaults (line 64) | func (suite *CommonSuite) TestCommonDefaults() { method TestDNSResolver (line 103) | func (suite *CommonSuite) TestDNSResolver() { method TestBaseOCISpec (line 168) | func (suite *CommonSuite) TestBaseOCISpec() { function init (line 271) | func init() { FILE: internal/integration/api/constants.go constant NvidiaGPUOperatorChartVersion (line 12) | NvidiaGPUOperatorChartVersion = "v25.10.1" constant NvidiaCUDATestImageVersion (line 15) | NvidiaCUDATestImageVersion = "vectoradd-cuda12.5.0" FILE: internal/integration/api/containers.go type ContainersSuite (line 22) | type ContainersSuite struct method SuiteName (line 30) | func (suite *ContainersSuite) SuiteName() string { method SetupTest (line 35) | func (suite *ContainersSuite) SetupTest() { method TearDownTest (line 40) | func (suite *ContainersSuite) TearDownTest() { method TestSandboxImage (line 47) | func (suite *ContainersSuite) TestSandboxImage() { function init (line 73) | func init() { FILE: internal/integration/api/debug.go type DebugSuite (line 23) | type DebugSuite struct method SuiteName (line 31) | func (suite *DebugSuite) SuiteName() string { method SetupTest (line 36) | func (suite *DebugSuite) SetupTest() { method TearDownTest (line 41) | func (suite *DebugSuite) TearDownTest() { method TestRunAlpine (line 48) | func (suite *DebugSuite) TestRunAlpine() { function init (line 144) | func init() { FILE: internal/integration/api/discovery.go type DiscoverySuite (line 33) | type DiscoverySuite struct method SuiteName (line 41) | func (suite *DiscoverySuite) SuiteName() string { method SetupTest (line 46) | func (suite *DiscoverySuite) SetupTest() { method TearDownTest (line 64) | func (suite *DiscoverySuite) TearDownTest() { method TestMembers (line 73) | func (suite *DiscoverySuite) TestMembers() { method TestRegistries (line 172) | func (suite *DiscoverySuite) TestRegistries() { method TestKubeSpanPeers (line 247) | func (suite *DiscoverySuite) TestKubeSpanPeers() { method TestKubeSpanExtraEndpoints (line 283) | func (suite *DiscoverySuite) TestKubeSpanExtraEndpoints() { method getMembers (line 335) | func (suite *DiscoverySuite) getMembers(nodeCtx context.Context) []*cl... method getNodeIdentity (line 342) | func (suite *DiscoverySuite) getNodeIdentity(nodeCtx context.Context) ... method getAffiliates (line 349) | func (suite *DiscoverySuite) getAffiliates(nodeCtx context.Context, na... function init (line 360) | func init() { FILE: internal/integration/api/diskusage.go type DiskUsageSuite (line 22) | type DiskUsageSuite struct method SuiteName (line 32) | func (suite *DiskUsageSuite) SuiteName() string { method SetupTest (line 37) | func (suite *DiskUsageSuite) SetupTest() { method TearDownTest (line 45) | func (suite *DiskUsageSuite) TearDownTest() { method TestDiskUsageRequests (line 52) | func (suite *DiskUsageSuite) TestDiskUsageRequests() { function init (line 135) | func init() { FILE: internal/integration/api/dmesg.go type DmesgSuite (line 20) | type DmesgSuite struct method SuiteName (line 28) | func (suite *DmesgSuite) SuiteName() string { method SetupTest (line 33) | func (suite *DmesgSuite) SetupTest() { method TearDownTest (line 39) | func (suite *DmesgSuite) TearDownTest() { method TestNodeHasDmesg (line 46) | func (suite *DmesgSuite) TestNodeHasDmesg() { method TestStreaming (line 65) | func (suite *DmesgSuite) TestStreaming() { method TestClusterHasDmesg (line 120) | func (suite *DmesgSuite) TestClusterHasDmesg() { function init (line 160) | func init() { FILE: internal/integration/api/environment.go type EnvironmentSuite (line 26) | type EnvironmentSuite struct method SuiteName (line 34) | func (suite *EnvironmentSuite) SuiteName() string { method SetupTest (line 39) | func (suite *EnvironmentSuite) SetupTest() { method TearDownTest (line 45) | func (suite *EnvironmentSuite) TearDownTest() { method TestEnvironment (line 52) | func (suite *EnvironmentSuite) TestEnvironment() { method validateEnvironment (line 108) | func (suite *EnvironmentSuite) validateEnvironment(node string, expect... function init (line 134) | func init() { FILE: internal/integration/api/etcd-recover.go type EtcdRecoverSuite (line 29) | type EtcdRecoverSuite struct method SuiteName (line 37) | func (suite *EtcdRecoverSuite) SuiteName() string { method SetupTest (line 42) | func (suite *EtcdRecoverSuite) SetupTest() { method TearDownTest (line 52) | func (suite *EtcdRecoverSuite) TearDownTest() { method TestSnapshotRecover (line 59) | func (suite *EtcdRecoverSuite) TestSnapshotRecover() { method snapshotEtcd (line 130) | func (suite *EtcdRecoverSuite) snapshotEtcd(snapshotNode string, dest ... method recoverEtcd (line 145) | func (suite *EtcdRecoverSuite) recoverEtcd(recoverNode string, src io.... function init (line 187) | func init() { FILE: internal/integration/api/etcd.go type EtcdSuite (line 29) | type EtcdSuite struct method SuiteName (line 37) | func (suite *EtcdSuite) SuiteName() string { method SetupTest (line 42) | func (suite *EtcdSuite) SetupTest() { method TearDownTest (line 48) | func (suite *EtcdSuite) TearDownTest() { method TestForfeitLeadership (line 55) | func (suite *EtcdSuite) TestForfeitLeadership() { method TestLeaveCluster (line 88) | func (suite *EtcdSuite) TestLeaveCluster() { method TestMembers (line 160) | func (suite *EtcdSuite) TestMembers() { method TestRemoveMember (line 198) | func (suite *EtcdSuite) TestRemoveMember() { method downgradesSupported (line 268) | func (suite *EtcdSuite) downgradesSupported() bool { method TestDowngrade (line 295) | func (suite *EtcdSuite) TestDowngrade() { function init (line 345) | func init() { FILE: internal/integration/api/ethernet.go type EthernetSuite (line 32) | type EthernetSuite struct method SuiteName (line 40) | func (suite *EthernetSuite) SuiteName() string { method SetupTest (line 45) | func (suite *EthernetSuite) SetupTest() { method TearDownTest (line 54) | func (suite *EthernetSuite) TearDownTest() { method TestEthernetConfig (line 82) | func (suite *EthernetSuite) TestEthernetConfig() { method TestBridgeMAC (line 204) | func (suite *EthernetSuite) TestBridgeMAC() { function getFeatureStatus (line 60) | func getFeatureStatus(t *testing.T, features network.EthernetFeatureStat... function init (line 267) | func init() { FILE: internal/integration/api/events.go type EventsSuite (line 19) | type EventsSuite struct method SuiteName (line 29) | func (suite *EventsSuite) SuiteName() string { method SetupTest (line 34) | func (suite *EventsSuite) SetupTest() { method TearDownTest (line 42) | func (suite *EventsSuite) TearDownTest() { method TestEventsWatch (line 49) | func (suite *EventsSuite) TestEventsWatch() { function init (line 100) | func init() { FILE: internal/integration/api/extensions_nvidia.go type ExtensionsSuiteNVIDIA (line 28) | type ExtensionsSuiteNVIDIA struct method SuiteName (line 36) | func (suite *ExtensionsSuiteNVIDIA) SuiteName() string { method SetupTest (line 41) | func (suite *ExtensionsSuiteNVIDIA) SetupTest() { method TearDownTest (line 51) | func (suite *ExtensionsSuiteNVIDIA) TearDownTest() { method TestExtensionsNVIDIA (line 60) | func (suite *ExtensionsSuiteNVIDIA) TestExtensionsNVIDIA() { method getPodLogs (line 176) | func (suite *ExtensionsSuiteNVIDIA) getPodLogs(namespace, name string)... method getNVIDIANodes (line 189) | func (suite *ExtensionsSuiteNVIDIA) getNVIDIANodes(labelQuery string) ... function nvidiaCUDATestJob (line 212) | func nvidiaCUDATestJob() *batchv1.Job { function init (line 258) | func init() { FILE: internal/integration/api/extensions_qemu.go type ExtensionsSuiteQEMU (line 42) | type ExtensionsSuiteQEMU struct method SuiteName (line 50) | func (suite *ExtensionsSuiteQEMU) SuiteName() string { method SetupTest (line 55) | func (suite *ExtensionsSuiteQEMU) SetupTest() { method TearDownTest (line 65) | func (suite *ExtensionsSuiteQEMU) TearDownTest() { method TestExtensionsExpectedPaths (line 72) | func (suite *ExtensionsSuiteQEMU) TestExtensionsExpectedPaths() { method TestExtensionsExpectedModules (line 104) | func (suite *ExtensionsSuiteQEMU) TestExtensionsExpectedModules() { method TestExtensionsNutClient (line 142) | func (suite *ExtensionsSuiteQEMU) TestExtensionsNutClient() { method TestExtensionsQEMUGuestAgent (line 148) | func (suite *ExtensionsSuiteQEMU) TestExtensionsQEMUGuestAgent() { method TestExtensionsTailscale (line 182) | func (suite *ExtensionsSuiteQEMU) TestExtensionsTailscale() { method TestExtensionsHelloWorldService (line 205) | func (suite *ExtensionsSuiteQEMU) TestExtensionsHelloWorldService() { method TestExtensionsGvisor (line 228) | func (suite *ExtensionsSuiteQEMU) TestExtensionsGvisor() { method TestExtensionsGvisorKVM (line 233) | func (suite *ExtensionsSuiteQEMU) TestExtensionsGvisorKVM() { method TestExtensionsCrun (line 238) | func (suite *ExtensionsSuiteQEMU) TestExtensionsCrun() { method TestExtensionsKataContainers (line 243) | func (suite *ExtensionsSuiteQEMU) TestExtensionsKataContainers() { method TestExtensionsYouki (line 248) | func (suite *ExtensionsSuiteQEMU) TestExtensionsYouki() { method testRuntimeClass (line 252) | func (suite *ExtensionsSuiteQEMU) testRuntimeClass(runtimeClassName, h... method TestExtensionsStargz (line 293) | func (suite *ExtensionsSuiteQEMU) TestExtensionsStargz() { method TestExtensionsMdADM (line 317) | func (suite *ExtensionsSuiteQEMU) TestExtensionsMdADM() { method mdADMArrayExists (line 380) | func (suite *ExtensionsSuiteQEMU) mdADMArrayExists() bool { method TestExtensionsZFS (line 398) | func (suite *ExtensionsSuiteQEMU) TestExtensionsZFS() { method checkZFSPoolMounted (line 467) | func (suite *ExtensionsSuiteQEMU) checkZFSPoolMounted() bool { method TestExtensionsUtilLinuxTools (line 499) | func (suite *ExtensionsSuiteQEMU) TestExtensionsUtilLinuxTools() { method TestExtensionsWasmEdge (line 518) | func (suite *ExtensionsSuiteQEMU) TestExtensionsWasmEdge() { method TestExtensionsSpin (line 551) | func (suite *ExtensionsSuiteQEMU) TestExtensionsSpin() { method TestLoadedKernelModule (line 586) | func (suite *ExtensionsSuiteQEMU) TestLoadedKernelModule() { function init (line 606) | func init() { FILE: internal/integration/api/firewall.go type FirewallSuite (line 35) | type FirewallSuite struct method SuiteName (line 43) | func (suite *FirewallSuite) SuiteName() string { method SetupTest (line 48) | func (suite *FirewallSuite) SetupTest() { method TearDownTest (line 58) | func (suite *FirewallSuite) TearDownTest() { method TestKubeletAccess (line 65) | func (suite *FirewallSuite) TestKubeletAccess() { method TestNodePortAccess (line 126) | func (suite *FirewallSuite) TestNodePortAccess() { function init (line 206) | func init() { FILE: internal/integration/api/hardware.go type HardwareSuite (line 25) | type HardwareSuite struct method SuiteName (line 33) | func (suite *HardwareSuite) SuiteName() string { method SetupTest (line 38) | func (suite *HardwareSuite) SetupTest() { method TearDownTest (line 47) | func (suite *HardwareSuite) TearDownTest() { method TestSystemInformation (line 54) | func (suite *HardwareSuite) TestSystemInformation() { method TestHardwareInfo (line 65) | func (suite *HardwareSuite) TestHardwareInfo() { method TestPCRStatus (line 87) | func (suite *HardwareSuite) TestPCRStatus() { function init (line 94) | func init() { FILE: internal/integration/api/images.go type ImagesSuite (line 35) | type ImagesSuite struct method SuiteName (line 43) | func (suite *ImagesSuite) SuiteName() string { method SetupTest (line 48) | func (suite *ImagesSuite) SetupTest() { method TearDownTest (line 53) | func (suite *ImagesSuite) TearDownTest() { method TestList (line 60) | func (suite *ImagesSuite) TestList() { method TestPull (line 101) | func (suite *ImagesSuite) TestPull() { method TestImportRemove (line 146) | func (suite *ImagesSuite) TestImportRemove() { method TestVerify (line 220) | func (suite *ImagesSuite) TestVerify() { function init (line 366) | func init() { FILE: internal/integration/api/kernel.go type KernelSuite (line 23) | type KernelSuite struct method SuiteName (line 31) | func (suite *KernelSuite) SuiteName() string { method SetupTest (line 36) | func (suite *KernelSuite) SetupTest() { method TearDownTest (line 45) | func (suite *KernelSuite) TearDownTest() { method TestCmdline (line 52) | func (suite *KernelSuite) TestCmdline() { function init (line 65) | func init() { FILE: internal/integration/api/logs.go type LogsSuite (line 30) | type LogsSuite struct method SuiteName (line 40) | func (suite *LogsSuite) SuiteName() string { method SetupTest (line 45) | func (suite *LogsSuite) SetupTest() { method TearDownTest (line 53) | func (suite *LogsSuite) TearDownTest() { method TestServicesHaveLogs (line 60) | func (suite *LogsSuite) TestServicesHaveLogs() { method TestAuditdLogs (line 93) | func (suite *LogsSuite) TestAuditdLogs() { method TestKernelLogs (line 119) | func (suite *LogsSuite) TestKernelLogs() { method TestTail (line 159) | func (suite *LogsSuite) TestTail() { method TestServiceNotFound (line 197) | func (suite *LogsSuite) TestServiceNotFound() { method TestStreaming (line 217) | func (suite *LogsSuite) TestStreaming() { method TestTailStreaming3 (line 222) | func (suite *LogsSuite) TestTailStreaming3() { method TestTailStreaming0 (line 227) | func (suite *LogsSuite) TestTailStreaming0() { method testStreaming (line 232) | func (suite *LogsSuite) testStreaming(tailLines int32) { method TestPersistent (line 321) | func (suite *LogsSuite) TestPersistent() { function init (line 361) | func init() { FILE: internal/integration/api/machine-status.go type MachineStatusSuite (line 23) | type MachineStatusSuite struct method SuiteName (line 31) | func (suite *MachineStatusSuite) SuiteName() string { method SetupTest (line 36) | func (suite *MachineStatusSuite) SetupTest() { method TearDownTest (line 42) | func (suite *MachineStatusSuite) TearDownTest() { method TestMachineStatusReady (line 49) | func (suite *MachineStatusSuite) TestMachineStatusReady() { method waitMachineStatusReady (line 57) | func (suite *MachineStatusSuite) waitMachineStatusReady(node string) e... function init (line 96) | func init() { FILE: internal/integration/api/monitoring.go type MonitoringSuite (line 20) | type MonitoringSuite struct method SuiteName (line 28) | func (suite *MonitoringSuite) SuiteName() string { method SetupTest (line 33) | func (suite *MonitoringSuite) SetupTest() { method TearDownTest (line 38) | func (suite *MonitoringSuite) TearDownTest() { method TestMonitoringAPIs (line 45) | func (suite *MonitoringSuite) TestMonitoringAPIs() { function init (line 71) | func init() { FILE: internal/integration/api/network-config.go type NetworkConfigSuite (line 38) | type NetworkConfigSuite struct method SuiteName (line 46) | func (suite *NetworkConfigSuite) SuiteName() string { method SetupTest (line 51) | func (suite *NetworkConfigSuite) SetupTest() { method TearDownTest (line 56) | func (suite *NetworkConfigSuite) TearDownTest() { method TestStaticHostConfig (line 63) | func (suite *NetworkConfigSuite) TestStaticHostConfig() { method TestDummyLinkConfig (line 124) | func (suite *NetworkConfigSuite) TestDummyLinkConfig() { method TestLinkConfig (line 189) | func (suite *NetworkConfigSuite) TestLinkConfig() { method TestLinkAliasConfig (line 239) | func (suite *NetworkConfigSuite) TestLinkAliasConfig() { method TestVirtualIPConfig (line 306) | func (suite *NetworkConfigSuite) TestVirtualIPConfig() { method TestVLANConfig (line 354) | func (suite *NetworkConfigSuite) TestVLANConfig() { method TestBondConfig (line 436) | func (suite *NetworkConfigSuite) TestBondConfig() { method TestBridgeConfig (line 532) | func (suite *NetworkConfigSuite) TestBridgeConfig() { method TestVRFConfig (line 586) | func (suite *NetworkConfigSuite) TestVRFConfig() { method TestWireguardConfig (line 640) | func (suite *NetworkConfigSuite) TestWireguardConfig() { method TestBlackholeRouteConfig (line 694) | func (suite *NetworkConfigSuite) TestBlackholeRouteConfig() { method routingRuleTestCtx (line 719) | func (suite *NetworkConfigSuite) routingRuleTestCtx() (context.Context... method TestRoutingRuleBasic (line 726) | func (suite *NetworkConfigSuite) TestRoutingRuleBasic() { method TestRoutingRuleIPv6 (line 762) | func (suite *NetworkConfigSuite) TestRoutingRuleIPv6() { method TestRoutingRuleSrcAndDst (line 796) | func (suite *NetworkConfigSuite) TestRoutingRuleSrcAndDst() { method TestRoutingRuleBlackholeAction (line 832) | func (suite *NetworkConfigSuite) TestRoutingRuleBlackholeAction() { method TestRoutingRuleFwMark (line 866) | func (suite *NetworkConfigSuite) TestRoutingRuleFwMark() { function init (line 902) | func init() { FILE: internal/integration/api/node-annotations.go type NodeAnnotationsSuite (line 23) | type NodeAnnotationsSuite struct method SuiteName (line 31) | func (suite *NodeAnnotationsSuite) SuiteName() string { method SetupTest (line 36) | func (suite *NodeAnnotationsSuite) SetupTest() { method TearDownTest (line 42) | func (suite *NodeAnnotationsSuite) TearDownTest() { method TestUpdateControlPlane (line 49) | func (suite *NodeAnnotationsSuite) TestUpdateControlPlane() { method TestUpdateWorker (line 56) | func (suite *NodeAnnotationsSuite) TestUpdateWorker() { method testUpdate (line 63) | func (suite *NodeAnnotationsSuite) testUpdate(node string) { method waitUntil (line 101) | func (suite *NodeAnnotationsSuite) waitUntil(watchCh <-chan *v1.Node, ... method setNodeAnnotations (line 132) | func (suite *NodeAnnotationsSuite) setNodeAnnotations(nodeIP string, n... function init (line 150) | func init() { FILE: internal/integration/api/node-labels.go type NodeLabelsSuite (line 24) | type NodeLabelsSuite struct method SuiteName (line 32) | func (suite *NodeLabelsSuite) SuiteName() string { method SetupTest (line 37) | func (suite *NodeLabelsSuite) SetupTest() { method TearDownTest (line 43) | func (suite *NodeLabelsSuite) TearDownTest() { method TestUpdateControlPlane (line 50) | func (suite *NodeLabelsSuite) TestUpdateControlPlane() { method TestUpdateWorker (line 57) | func (suite *NodeLabelsSuite) TestUpdateWorker() { method testUpdate (line 64) | func (suite *NodeLabelsSuite) testUpdate(node string, isControlplane b... method TestAllowScheduling (line 120) | func (suite *NodeLabelsSuite) TestAllowScheduling() { method waitUntil (line 142) | func (suite *NodeLabelsSuite) waitUntil(watchCh <-chan *v1.Node, expec... method setNodeLabels (line 191) | func (suite *NodeLabelsSuite) setNodeLabels(nodeIP string, nodeLabels ... method setAllowScheduling (line 209) | func (suite *NodeLabelsSuite) setAllowScheduling(nodeIP string, allowS... function init (line 231) | func init() { FILE: internal/integration/api/node-taints.go type NodeTaintsSuite (line 29) | type NodeTaintsSuite struct method SuiteName (line 37) | func (suite *NodeTaintsSuite) SuiteName() string { method SetupTest (line 42) | func (suite *NodeTaintsSuite) SetupTest() { method TearDownTest (line 48) | func (suite *NodeTaintsSuite) TearDownTest() { method TestUpdateControlPlane (line 55) | func (suite *NodeTaintsSuite) TestUpdateControlPlane() { method testUpdate (line 62) | func (suite *NodeTaintsSuite) testUpdate(node string) { method waitUntil (line 100) | func (suite *NodeTaintsSuite) waitUntil(watchCh <-chan *v1.Node, expec... method setNodeTaints (line 158) | func (suite *NodeTaintsSuite) setNodeTaints(nodeIP string, nodeTaints ... function init (line 173) | func init() { FILE: internal/integration/api/pci_driver_rebind.go type PCIDriverRebindSuite (line 29) | type PCIDriverRebindSuite struct method SuiteName (line 37) | func (suite *PCIDriverRebindSuite) SuiteName() string { method SetupTest (line 42) | func (suite *PCIDriverRebindSuite) SetupTest() { method TearDownTest (line 77) | func (suite *PCIDriverRebindSuite) TearDownTest() { method TestIOMMURebind (line 84) | func (suite *PCIDriverRebindSuite) TestIOMMURebind() { method validateDriver (line 175) | func (suite *PCIDriverRebindSuite) validateDriver(nodeCtx context.Cont... function init (line 197) | func init() { FILE: internal/integration/api/platform.go type PlatformSuite (line 28) | type PlatformSuite struct method SuiteName (line 36) | func (suite *PlatformSuite) SuiteName() string { method SetupTest (line 41) | func (suite *PlatformSuite) SetupTest() { method TearDownTest (line 46) | func (suite *PlatformSuite) TearDownTest() { method TestPlatformMetadata (line 53) | func (suite *PlatformSuite) TestPlatformMetadata() { method TestMetalPlatformMetadata (line 73) | func (suite *PlatformSuite) TestMetalPlatformMetadata() { function init (line 112) | func init() { FILE: internal/integration/api/probe-config.go constant googleDNS (line 24) | googleDNS = "8.8.8.8:53" constant cfDNS (line 25) | cfDNS = "1.1.1.1:53" type ProbeConfigSuite (line 29) | type ProbeConfigSuite struct method SuiteName (line 37) | func (suite *ProbeConfigSuite) SuiteName() string { method SetupTest (line 42) | func (suite *ProbeConfigSuite) SetupTest() { method TearDownTest (line 47) | func (suite *ProbeConfigSuite) TearDownTest() { method TestProbeConfig (line 54) | func (suite *ProbeConfigSuite) TestProbeConfig() { method TestMultipleProbes (line 99) | func (suite *ProbeConfigSuite) TestMultipleProbes() { method TestProbeStatus (line 148) | func (suite *ProbeConfigSuite) TestProbeStatus() { function init (line 198) | func init() { FILE: internal/integration/api/process.go type ProcessSuite (line 24) | type ProcessSuite struct method SuiteName (line 32) | func (suite *ProcessSuite) SuiteName() string { method SetupTest (line 37) | func (suite *ProcessSuite) SetupTest() { method TearDownTest (line 47) | func (suite *ProcessSuite) TearDownTest() { method readProcfs (line 53) | func (suite *ProcessSuite) readProcfs(nodeCtx context.Context, pid int... method TestProcessCapabilities (line 67) | func (suite *ProcessSuite) TestProcessCapabilities() { function init (line 178) | func init() { FILE: internal/integration/api/reboot.go type RebootSuite (line 26) | type RebootSuite struct method SuiteName (line 34) | func (suite *RebootSuite) SuiteName() string { method SetupTest (line 39) | func (suite *RebootSuite) SetupTest() { method TearDownTest (line 49) | func (suite *RebootSuite) TearDownTest() { method TestRebootNodeByNode (line 56) | func (suite *RebootSuite) TestRebootNodeByNode() { method TestForcedReboot (line 78) | func (suite *RebootSuite) TestForcedReboot() { //nolint:gocyclo method TestRebootMultiple (line 143) | func (suite *RebootSuite) TestRebootMultiple() { method TestRebootAllNodes (line 189) | func (suite *RebootSuite) TestRebootAllNodes() { function init (line 280) | func init() { FILE: internal/integration/api/reset.go type ResetSuite (line 29) | type ResetSuite struct method SuiteName (line 37) | func (suite *ResetSuite) SuiteName() string { method SetupTest (line 42) | func (suite *ResetSuite) SetupTest() { method TearDownTest (line 60) | func (suite *ResetSuite) TearDownTest() { method TestResetNodeByNode (line 67) | func (suite *ResetSuite) TestResetNodeByNode() { method testResetNoGraceful (line 86) | func (suite *ResetSuite) testResetNoGraceful(nodeType machine.Type) { method TestResetNoGracefulWorker (line 101) | func (suite *ResetSuite) TestResetNoGracefulWorker() { method TestResetNoGracefulControlplane (line 108) | func (suite *ResetSuite) TestResetNoGracefulControlplane() { method TestResetWithSpecEphemeral (line 113) | func (suite *ResetSuite) TestResetWithSpecEphemeral() { method TestResetWithSpecStateAndUserDisks (line 133) | func (suite *ResetSuite) TestResetWithSpecStateAndUserDisks() { method TestResetDuringBoot (line 237) | func (suite *ResetSuite) TestResetDuringBoot() { function init (line 272) | func init() { FILE: internal/integration/api/resources.go type ResourcesSuite (line 27) | type ResourcesSuite struct method SuiteName (line 35) | func (suite *ResourcesSuite) SuiteName() string { method SetupTest (line 40) | func (suite *ResourcesSuite) SetupTest() { method TearDownTest (line 45) | func (suite *ResourcesSuite) TearDownTest() { method TestListResources (line 52) | func (suite *ResourcesSuite) TestListResources() { method TestForbiddenOperations (line 89) | func (suite *ResourcesSuite) TestForbiddenOperations() { function init (line 106) | func init() { FILE: internal/integration/api/rotate.go type RotateCASuite (line 31) | type RotateCASuite struct method SuiteName (line 39) | func (suite *RotateCASuite) SuiteName() string { method SetupTest (line 44) | func (suite *RotateCASuite) SetupTest() { method TearDownTest (line 50) | func (suite *RotateCASuite) TearDownTest() { method TestTalos (line 57) | func (suite *RotateCASuite) TestTalos() { method TestKubernetes (line 124) | func (suite *RotateCASuite) TestKubernetes() { method restartAPIServices (line 179) | func (suite *RotateCASuite) restartAPIServices(c *client.Client) { function init (line 216) | func init() { FILE: internal/integration/api/sbom.go type SBOMSuite (line 26) | type SBOMSuite struct method SuiteName (line 34) | func (suite *SBOMSuite) SuiteName() string { method SetupTest (line 39) | func (suite *SBOMSuite) SetupTest() { method TearDownTest (line 44) | func (suite *SBOMSuite) TearDownTest() { method TestCommon (line 51) | func (suite *SBOMSuite) TestCommon() { function init (line 120) | func init() { FILE: internal/integration/api/security.go type SecuritySuite (line 23) | type SecuritySuite struct method SuiteName (line 31) | func (suite *SecuritySuite) SuiteName() string { method SetupTest (line 36) | func (suite *SecuritySuite) SetupTest() { method TearDownTest (line 46) | func (suite *SecuritySuite) TearDownTest() { method TestSecurityState (line 53) | func (suite *SecuritySuite) TestSecurityState() { function init (line 64) | func init() { FILE: internal/integration/api/selinux.go type SELinuxSuite (line 37) | type SELinuxSuite struct method SuiteName (line 45) | func (suite *SELinuxSuite) SuiteName() string { method SetupTest (line 50) | func (suite *SELinuxSuite) SetupTest() { method TearDownTest (line 59) | func (suite *SELinuxSuite) TearDownTest() { method getLabel (line 65) | func (suite *SELinuxSuite) getLabel(nodeCtx context.Context, pid int32... method TestFileMountLabels (line 80) | func (suite *SELinuxSuite) TestFileMountLabels() { method checkFileLabels (line 154) | func (suite *SELinuxSuite) checkFileLabels(nodes []string, expectedLab... method TestProcessLabels (line 247) | func (suite *SELinuxSuite) TestProcessLabels() { method TestSecurityState (line 316) | func (suite *SELinuxSuite) TestSecurityState() { method TestNoPtrace (line 347) | func (suite *SELinuxSuite) TestNoPtrace() { method TestNoMachineSocketAccess (line 388) | func (suite *SELinuxSuite) TestNoMachineSocketAccess() { method TestNoStateAccess (line 426) | func (suite *SELinuxSuite) TestNoStateAccess() { function init (line 464) | func init() { FILE: internal/integration/api/serviceaccount.go type ServiceAccountSuite (line 50) | type ServiceAccountSuite struct method SuiteName (line 58) | func (suite *ServiceAccountSuite) SuiteName() string { method SetupTest (line 63) | func (suite *ServiceAccountSuite) SetupTest() { method TearDownTest (line 72) | func (suite *ServiceAccountSuite) TearDownTest() { method TestValid (line 79) | func (suite *ServiceAccountSuite) TestValid() { method TestNotAllowedNamespace (line 137) | func (suite *ServiceAccountSuite) TestNotAllowedNamespace() { method TestNotAllowedRoles (line 157) | func (suite *ServiceAccountSuite) TestNotAllowedRoles() { method TestFeatureNotEnabled (line 178) | func (suite *ServiceAccountSuite) TestFeatureNotEnabled() { method waitForSecret (line 204) | func (suite *ServiceAccountSuite) waitForSecret(ns, name string) (*cor... method getCRD (line 225) | func (suite *ServiceAccountSuite) getCRD() (*unstructured.Unstructured... method createServiceAccount (line 235) | func (suite *ServiceAccountSuite) createServiceAccount(ns string, name... method creteTestJob (line 250) | func (suite *ServiceAccountSuite) creteTestJob(ns, name, serviceAccoun... method waitForJobReady (line 293) | func (suite *ServiceAccountSuite) waitForJobReady(duration time.Durati... method configureAPIAccess (line 318) | func (suite *ServiceAccountSuite) configureAPIAccess( function init (line 373) | func init() { FILE: internal/integration/api/siderolink.go type SideroLinkSuite (line 26) | type SideroLinkSuite struct method SuiteName (line 34) | func (suite *SideroLinkSuite) SuiteName() string { method SetupTest (line 39) | func (suite *SideroLinkSuite) SetupTest() { method TearDownTest (line 44) | func (suite *SideroLinkSuite) TearDownTest() { method TestTunnelSettingFlip (line 51) | func (suite *SideroLinkSuite) TestTunnelSettingFlip() { function init (line 113) | func init() { FILE: internal/integration/api/trusted-roots.go type TrustedRootsSuite (line 22) | type TrustedRootsSuite struct method SuiteName (line 30) | func (suite *TrustedRootsSuite) SuiteName() string { method SetupTest (line 35) | func (suite *TrustedRootsSuite) SetupTest() { method TearDownTest (line 40) | func (suite *TrustedRootsSuite) TearDownTest() { method readTrustedRoots (line 46) | func (suite *TrustedRootsSuite) readTrustedRoots(nodeCtx context.Conte... method TestTrustedRoots (line 59) | func (suite *TrustedRootsSuite) TestTrustedRoots() { function init (line 95) | func init() { FILE: internal/integration/api/trustedboot.go type TrustedBootSuite (line 32) | type TrustedBootSuite struct method SuiteName (line 40) | func (suite *TrustedBootSuite) SuiteName() string { method SetupTest (line 45) | func (suite *TrustedBootSuite) SetupTest() { method TearDownTest (line 55) | func (suite *TrustedBootSuite) TearDownTest() { method TestTrustedBootState (line 63) | func (suite *TrustedBootSuite) TestTrustedBootState() { method TestEncryptionConfigRotate (line 100) | func (suite *TrustedBootSuite) TestEncryptionConfigRotate() { function init (line 329) | func init() { FILE: internal/integration/api/uki.go type UKISuite (line 23) | type UKISuite struct method SuiteName (line 31) | func (suite *UKISuite) SuiteName() string { method SetupTest (line 36) | func (suite *UKISuite) SetupTest() { method TearDownTest (line 50) | func (suite *UKISuite) TearDownTest() { method TestUKIBooted (line 57) | func (suite *UKISuite) TestUKIBooted() { function init (line 68) | func init() { FILE: internal/integration/api/update-hostname.go type UpdateHostnameSuite (line 26) | type UpdateHostnameSuite struct method SuiteName (line 34) | func (suite *UpdateHostnameSuite) SuiteName() string { method SetupTest (line 39) | func (suite *UpdateHostnameSuite) SetupTest() { method TearDownTest (line 45) | func (suite *UpdateHostnameSuite) TearDownTest() { method TestUpdateHostname (line 54) | func (suite *UpdateHostnameSuite) TestUpdateHostname() { method updateHostname (line 138) | func (suite *UpdateHostnameSuite) updateHostname(nodeCtx context.Conte... function init (line 146) | func init() { FILE: internal/integration/api/version.go type VersionSuite (line 24) | type VersionSuite struct method SuiteName (line 32) | func (suite *VersionSuite) SuiteName() string { method SetupTest (line 37) | func (suite *VersionSuite) SetupTest() { method TearDownTest (line 43) | func (suite *VersionSuite) TearDownTest() { method TestExpectedVersionMaster (line 50) | func (suite *VersionSuite) TestExpectedVersionMaster() { method TestSameVersionCluster (line 68) | func (suite *VersionSuite) TestSameVersionCluster() { function init (line 97) | func init() { FILE: internal/integration/api/volumes.go type VolumesSuite (line 42) | type VolumesSuite struct method SuiteName (line 50) | func (suite *VolumesSuite) SuiteName() string { method SetupTest (line 55) | func (suite *VolumesSuite) SetupTest() { method TearDownTest (line 64) | func (suite *VolumesSuite) TearDownTest() { method TestDiscoveredVolumes (line 71) | func (suite *VolumesSuite) TestDiscoveredVolumes() { method testDiscoveredVolumes (line 79) | func (suite *VolumesSuite) testDiscoveredVolumes(node string) { method TestSystemDisk (line 137) | func (suite *VolumesSuite) TestSystemDisk() { method TestDisks (line 153) | func (suite *VolumesSuite) TestDisks() { method TestLVMActivation (line 204) | func (suite *VolumesSuite) TestLVMActivation() { method deleteLVMVolumes (line 286) | func (suite *VolumesSuite) deleteLVMVolumes(node, nodeName, userDisksJ... method lvmVolumeExists (line 313) | func (suite *VolumesSuite) lvmVolumeExists(node string, expectedVolume... method TestSymlinks (line 340) | func (suite *VolumesSuite) TestSymlinks() { method TestUserVolumesStatus (line 429) | func (suite *VolumesSuite) TestUserVolumesStatus() { method TestVolumesStatus (line 458) | func (suite *VolumesSuite) TestVolumesStatus() { method TestUserVolumesPartition (line 473) | func (suite *VolumesSuite) TestUserVolumesPartition() { method TestUserVolumesDisk (line 708) | func (suite *VolumesSuite) TestUserVolumesDisk() { method TestUserVolumesDirectory (line 906) | func (suite *VolumesSuite) TestUserVolumesDirectory() { method TestRawVolumes (line 1013) | func (suite *VolumesSuite) TestRawVolumes() { method TestExistingVolumes (line 1152) | func (suite *VolumesSuite) TestExistingVolumes() { method TestExternalVolumesVirtiofs (line 1327) | func (suite *VolumesSuite) TestExternalVolumesVirtiofs() { method TestVolumeProvisioningErrors (line 1427) | func (suite *VolumesSuite) TestVolumeProvisioningErrors() { method TestSwapStatus (line 1529) | func (suite *VolumesSuite) TestSwapStatus() { method TestSwapOnOff (line 1568) | func (suite *VolumesSuite) TestSwapOnOff() { method TestZswapStatus (line 1663) | func (suite *VolumesSuite) TestZswapStatus() { function init (line 1685) | func init() { FILE: internal/integration/api/watchdog.go type WatchdogSuite (line 26) | type WatchdogSuite struct method SuiteName (line 34) | func (suite *WatchdogSuite) SuiteName() string { method SetupTest (line 39) | func (suite *WatchdogSuite) SetupTest() { method TearDownTest (line 48) | func (suite *WatchdogSuite) TearDownTest() { method readWatchdogSysfs (line 54) | func (suite *WatchdogSuite) readWatchdogSysfs(nodeCtx context.Context,... method TestWatchdogSysfs (line 67) | func (suite *WatchdogSuite) TestWatchdogSysfs() { function init (line 132) | func init() { FILE: internal/integration/api/wipe.go type WipeSuite (line 29) | type WipeSuite struct method SuiteName (line 37) | func (suite *WipeSuite) SuiteName() string { method SetupTest (line 42) | func (suite *WipeSuite) SetupTest() { method TearDownTest (line 51) | func (suite *WipeSuite) TearDownTest() { method TestWipeBlockDeviceInvalid (line 58) | func (suite *WipeSuite) TestWipeBlockDeviceInvalid() { method TestWipeFilesystem (line 108) | func (suite *WipeSuite) TestWipeFilesystem() { function init (line 191) | func init() { FILE: internal/integration/base/api.go type APISuite (line 53) | type APISuite struct method SetupSuite (line 62) | func (apiSuite *APISuite) SetupSuite() { method GetClientWithEndpoints (line 84) | func (apiSuite *APISuite) GetClientWithEndpoints(endpoints ...string) ... method DiscoverNodes (line 103) | func (apiSuite *APISuite) DiscoverNodes(ctx context.Context) cluster.I... method DiscoverNodeInternalIPs (line 129) | func (apiSuite *APISuite) DiscoverNodeInternalIPs(ctx context.Context)... method DiscoverNodeInternalIPsByType (line 136) | func (apiSuite *APISuite) DiscoverNodeInternalIPsByType(ctx context.Co... method RandomDiscoveredNodeInternalIP (line 143) | func (apiSuite *APISuite) RandomDiscoveredNodeInternalIP(types ...mach... method Capabilities (line 175) | func (apiSuite *APISuite) Capabilities() Capabilities { method AssertClusterHealthy (line 211) | func (apiSuite *APISuite) AssertClusterHealthy(ctx context.Context) { method ReadBootID (line 226) | func (apiSuite *APISuite) ReadBootID(ctx context.Context) (string, err... method ReadBootIDWithRetry (line 257) | func (apiSuite *APISuite) ReadBootIDWithRetry(ctx context.Context, tim... method AssertRebooted (line 283) | func (apiSuite *APISuite) AssertRebooted(ctx context.Context, node str... method AssertRebootedNoChecks (line 300) | func (apiSuite *APISuite) AssertRebootedNoChecks(ctx context.Context, ... method AssertBootIDChanged (line 319) | func (apiSuite *APISuite) AssertBootIDChanged(nodeCtx context.Context,... method WaitForBootDone (line 340) | func (apiSuite *APISuite) WaitForBootDone(ctx context.Context) { method WaitForSequenceDone (line 349) | func (apiSuite *APISuite) WaitForSequenceDone(ctx context.Context, seq... method ClearConnectionRefused (line 388) | func (apiSuite *APISuite) ClearConnectionRefused(ctx context.Context, ... method HashKubeletCert (line 429) | func (apiSuite *APISuite) HashKubeletCert(ctx context.Context, node st... method ReadConfigFromNode (line 455) | func (apiSuite *APISuite) ReadConfigFromNode(nodeCtx context.Context) ... method UserDisks (line 465) | func (apiSuite *APISuite) UserDisks(ctx context.Context, node string) ... method AssertServicesRunning (line 498) | func (apiSuite *APISuite) AssertServicesRunning(ctx context.Context, n... method AssertExpectedModules (line 513) | func (apiSuite *APISuite) AssertExpectedModules(ctx context.Context, n... method UpdateMachineConfig (line 557) | func (apiSuite *APISuite) UpdateMachineConfig( method PatchMachineConfig (line 583) | func (apiSuite *APISuite) PatchMachineConfig(nodeCtx context.Context, ... method PatchMachineConfigWithModeSetter (line 588) | func (apiSuite *APISuite) PatchMachineConfigWithModeSetter( method RemoveMachineConfigDocuments (line 616) | func (apiSuite *APISuite) RemoveMachineConfigDocuments(nodeCtx context... method RemoveMachineConfigDocumentsByName (line 627) | func (apiSuite *APISuite) RemoveMachineConfigDocumentsByName(nodeCtx c... method PatchV1Alpha1Config (line 647) | func (apiSuite *APISuite) PatchV1Alpha1Config(provider config.Provider... method ResetNode (line 664) | func (apiSuite *APISuite) ResetNode(ctx context.Context, node string, ... method DumpLogs (line 761) | func (apiSuite *APISuite) DumpLogs(ctx context.Context, node string, s... method ReadFile (line 789) | func (apiSuite *APISuite) ReadFile(nodeCtx context.Context, path strin... method ReadCmdline (line 809) | func (apiSuite *APISuite) ReadCmdline(nodeCtx context.Context) string { method TearDownSuite (line 814) | func (apiSuite *APISuite) TearDownSuite() { type Capabilities (line 166) | type Capabilities struct function mapNodeInfosToInternalIPs (line 820) | func mapNodeInfosToInternalIPs(nodes []cluster.NodeInfo) []string { FILE: internal/integration/base/base.go constant ProvisionerQEMU (line 20) | ProvisionerQEMU = "qemu" constant ProvisionerDocker (line 22) | ProvisionerDocker = "docker" type TalosSuite (line 26) | type TalosSuite struct method DiscoverNodes (line 76) | func (talosSuite *TalosSuite) DiscoverNodes(_ context.Context) cluster... method SetConfig (line 92) | func (talosSuite *TalosSuite) SetConfig(config TalosSuite) { type ConfiguredSuite (line 87) | type ConfiguredSuite interface type NamedSuite (line 97) | type NamedSuite interface FILE: internal/integration/base/cli.go type CLISuite (line 31) | type CLISuite struct method DiscoverNodes (line 39) | func (cliSuite *CLISuite) DiscoverNodes(ctx context.Context) cluster.I... method DiscoverNodeInternalIPs (line 49) | func (cliSuite *CLISuite) DiscoverNodeInternalIPs(ctx context.Context)... method DiscoverNodeInternalIPsByType (line 56) | func (cliSuite *CLISuite) DiscoverNodeInternalIPsByType(ctx context.Co... method RandomDiscoveredNodeInternalIP (line 63) | func (cliSuite *CLISuite) RandomDiscoveredNodeInternalIP(types ...mach... method discoverKubectl (line 81) | func (cliSuite *CLISuite) discoverKubectl() cluster.Info { method RunCLI (line 112) | func (cliSuite *CLISuite) RunCLI(args []string, options ...RunOption) ... method MakeCMDFn (line 118) | func (cliSuite *CLISuite) MakeCMDFn(args []string) func() *exec.Cmd { method RunAndWaitForMatch (line 153) | func (cliSuite *CLISuite) RunAndWaitForMatch(args []string, regex *reg... function RunCLI (line 148) | func RunCLI(t *testing.T, f func() *exec.Cmd, options ...RunOption) (std... FILE: internal/integration/base/cluster.go type infoWrapper (line 16) | type infoWrapper struct method Nodes (line 41) | func (wrapper *infoWrapper) Nodes() []cluster.NodeInfo { method NodesByType (line 45) | func (wrapper *infoWrapper) NodesByType(t machine.Type) []cluster.Node... function newNodeInfo (line 21) | func newNodeInfo(masterNodes, workerNodes []string) (*infoWrapper, error) { FILE: internal/integration/base/discovery_k8s.go function discoverNodesK8s (line 24) | func discoverNodesK8s(ctx context.Context, client *client.Client, suite ... FILE: internal/integration/base/discovery_nok8s.go function discoverNodesK8s (line 16) | func discoverNodesK8s(ctx context.Context, client *client.Client, suite ... FILE: internal/integration/base/errors.go function IgnoreGRPCUnavailable (line 17) | func IgnoreGRPCUnavailable(err error) error { FILE: internal/integration/base/flags.go type StringList (line 17) | type StringList method String (line 20) | func (l *StringList) String() string { method Set (line 25) | func (l *StringList) Set(value string) error { FILE: internal/integration/base/k8s.go type K8sSuite (line 59) | type K8sSuite struct method SetupSuite (line 70) | func (k8sSuite *K8sSuite) SetupSuite() { method GetK8sNodeByInternalIP (line 99) | func (k8sSuite *K8sSuite) GetK8sNodeByInternalIP(ctx context.Context, ... method CleanupFailedPods (line 119) | func (k8sSuite *K8sSuite) CleanupFailedPods(ctx context.Context, inter... method WaitForK8sNodeReadinessStatus (line 149) | func (k8sSuite *K8sSuite) WaitForK8sNodeReadinessStatus(ctx context.Co... method GetK8sNodeReadinessStatus (line 173) | func (k8sSuite *K8sSuite) GetK8sNodeReadinessStatus(ctx context.Contex... method DeleteResource (line 190) | func (k8sSuite *K8sSuite) DeleteResource(ctx context.Context, gvr sche... method EnsureResourceIsDeleted (line 201) | func (k8sSuite *K8sSuite) EnsureResourceIsDeleted( method WaitForEventExists (line 222) | func (k8sSuite *K8sSuite) WaitForEventExists(ctx context.Context, ns s... method NewPrivilegedPod (line 372) | func (k8sSuite *K8sSuite) NewPrivilegedPod(name string) (podInfo, erro... method NewPod (line 448) | func (k8sSuite *K8sSuite) NewPod(name string) (podInfo, error) { method WaitForPodToBeRunning (line 487) | func (k8sSuite *K8sSuite) WaitForPodToBeRunning(ctx context.Context, t... method WaitForDeploymentAvailable (line 522) | func (k8sSuite *K8sSuite) WaitForDeploymentAvailable(ctx context.Conte... method LogPodLogsByLabel (line 557) | func (k8sSuite *K8sSuite) LogPodLogsByLabel(ctx context.Context, names... method LogPodLogs (line 572) | func (k8sSuite *K8sSuite) LogPodLogs(ctx context.Context, namespace, p... method HelmInstall (line 593) | func (k8sSuite *K8sSuite) HelmInstall(ctx context.Context, namespace, ... method WaitForResource (line 636) | func (k8sSuite *K8sSuite) WaitForResource(ctx context.Context, namespa... method WaitForResourceToBeAvailable (line 729) | func (k8sSuite *K8sSuite) WaitForResourceToBeAvailable(ctx context.Con... method GetUnstructuredResource (line 753) | func (k8sSuite *K8sSuite) GetUnstructuredResource(ctx context.Context,... method RunFIOTest (line 773) | func (k8sSuite *K8sSuite) RunFIOTest(ctx context.Context, storageClass... method GetPodsWithLabel (line 797) | func (k8sSuite *K8sSuite) GetPodsWithLabel(ctx context.Context, namesp... method ParseManifests (line 809) | func (k8sSuite *K8sSuite) ParseManifests(manifests []byte) []unstructu... method ApplyManifests (line 853) | func (k8sSuite *K8sSuite) ApplyManifests(ctx context.Context, manifest... method DeleteManifests (line 876) | func (k8sSuite *K8sSuite) DeleteManifests(ctx context.Context, manifes... method PatchK8sObject (line 938) | func (k8sSuite *K8sSuite) PatchK8sObject(ctx context.Context, namespac... method ToUnstructured (line 956) | func (k8sSuite *K8sSuite) ToUnstructured(obj runtime.Object) unstructu... method SetupNodeInformer (line 969) | func (k8sSuite *K8sSuite) SetupNodeInformer(ctx context.Context, nodeN... type podInfo (line 238) | type podInfo interface type pod (line 249) | type pod struct method Name (line 258) | func (p *pod) Name() string { method WithNodeName (line 262) | func (p *pod) WithNodeName(nodeName string) podInfo { method WithQuiet (line 268) | func (p *pod) WithQuiet(quiet bool) podInfo { method WithNamespace (line 274) | func (p *pod) WithNamespace(namespace string) podInfo { method WithHostVolumeMount (line 280) | func (p *pod) WithHostVolumeMount(hostPath, mountPath string) podInfo { method Create (line 301) | func (p *pod) Create(ctx context.Context, waitTimeout time.Duration) e... method Exec (line 310) | func (p *pod) Exec(ctx context.Context, command string) (string, strin... method Delete (line 359) | func (p *pod) Delete(ctx context.Context) error { FILE: internal/integration/base/run.go type RunOption (line 25) | type RunOption type MatchFunc (line 28) | type MatchFunc type runOptions (line 30) | type runOptions struct function WithRetry (line 45) | func WithRetry(retryer retry.Retryer) RunOption { function WithStdin (line 52) | func WithStdin(r io.Reader) RunOption { function ShouldFail (line 61) | func ShouldFail() RunOption { function StdoutEmpty (line 69) | func StdoutEmpty() RunOption { function StderrNotEmpty (line 76) | func StderrNotEmpty() RunOption { function StdoutShouldMatch (line 83) | func StdoutShouldMatch(r *regexp.Regexp) RunOption { function StdoutShouldNotMatch (line 90) | func StdoutShouldNotMatch(r *regexp.Regexp) RunOption { function StderrShouldMatch (line 99) | func StderrShouldMatch(r *regexp.Regexp) RunOption { function StderrShouldNotMatch (line 107) | func StderrShouldNotMatch(r *regexp.Regexp) RunOption { function StdoutMatchFunc (line 114) | func StdoutMatchFunc(f MatchFunc) RunOption { function StderrMatchFunc (line 121) | func StderrMatchFunc(f MatchFunc) RunOption { function runAndWait (line 130) | func runAndWait(t *testing.T, cmd *exec.Cmd, stdin io.Reader) (stdoutBuf... function retryRunAndWait (line 165) | func retryRunAndWait(t *testing.T, cmdFunc func() *exec.Cmd, retryer ret... function run (line 183) | func run(t *testing.T, cmdFunc func() *exec.Cmd, options ...RunOption) (... FILE: internal/integration/cli/apply-config.go type ApplyConfigSuite (line 22) | type ApplyConfigSuite struct method SuiteName (line 27) | func (suite *ApplyConfigSuite) SuiteName() string { method TestApplyWithPatch (line 38) | func (suite *ApplyConfigSuite) TestApplyWithPatch() { function init (line 89) | func init() { FILE: internal/integration/cli/cgroups.go type CgroupsSuite (line 16) | type CgroupsSuite struct method SuiteName (line 21) | func (suite *CgroupsSuite) SuiteName() string { method TestPresets (line 26) | func (suite *CgroupsSuite) TestPresets() { function init (line 39) | func init() { FILE: internal/integration/cli/cli.go function GetAllSuites (line 17) | func GetAllSuites() []suite.TestingSuite { FILE: internal/integration/cli/completion.go type CompletionSuite (line 14) | type CompletionSuite struct method SuiteName (line 19) | func (suite *CompletionSuite) SuiteName() string { method TestSuccess (line 24) | func (suite *CompletionSuite) TestSuccess() { function init (line 30) | func init() { FILE: internal/integration/cli/config.go type TalosconfigSuite (line 25) | type TalosconfigSuite struct method SuiteName (line 30) | func (suite *TalosconfigSuite) SuiteName() string { method TestList (line 35) | func (suite *TalosconfigSuite) TestList() { method TestInfo (line 41) | func (suite *TalosconfigSuite) TestInfo() { method TestMerge (line 92) | func (suite *TalosconfigSuite) TestMerge() { method TestNewTTL (line 129) | func (suite *TalosconfigSuite) TestNewTTL() { method TestNew (line 143) | func (suite *TalosconfigSuite) TestNew() { function init (line 316) | func init() { FILE: internal/integration/cli/containers.go type ContainersSuite (line 17) | type ContainersSuite struct method SuiteName (line 22) | func (suite *ContainersSuite) SuiteName() string { method TestContainerd (line 27) | func (suite *ContainersSuite) TestContainerd() { method TestCRI (line 35) | func (suite *ContainersSuite) TestCRI() { function init (line 44) | func init() { FILE: internal/integration/cli/copy.go type CopySuite (line 18) | type CopySuite struct method SuiteName (line 23) | func (suite *CopySuite) SuiteName() string { method TestSuccess (line 28) | func (suite *CopySuite) TestSuccess() { method TestMultiNodeFail (line 39) | func (suite *CopySuite) TestMultiNodeFail() { function init (line 46) | func init() { FILE: internal/integration/cli/debug.go type DebugSuite (line 17) | type DebugSuite struct method SuiteName (line 24) | func (suite *DebugSuite) SuiteName() string { method TestSuccess (line 29) | func (suite *DebugSuite) TestSuccess() { constant debugImage (line 21) | debugImage = "docker.io/library/alpine:3.23" function init (line 37) | func init() { FILE: internal/integration/cli/diskusage.go type DiskUsageSuite (line 19) | type DiskUsageSuite struct method SuiteName (line 24) | func (suite *DiskUsageSuite) SuiteName() string { method TestSuccess (line 73) | func (suite *DiskUsageSuite) TestSuccess() { method TestError (line 134) | func (suite *DiskUsageSuite) TestError() { type duInfo (line 28) | type duInfo struct function splitLine (line 34) | func splitLine(line string) []string { function parseLine (line 46) | func parseLine(line string) (*duInfo, error) { function init (line 145) | func init() { FILE: internal/integration/cli/dmesg.go type DmesgSuite (line 21) | type DmesgSuite struct method SuiteName (line 26) | func (suite *DmesgSuite) SuiteName() string { method TestHasOutput (line 31) | func (suite *DmesgSuite) TestHasOutput() { method TestClusterHasOutput (line 36) | func (suite *DmesgSuite) TestClusterHasOutput() { function init (line 50) | func init() { FILE: internal/integration/cli/etcd.go type EtcdSuite (line 20) | type EtcdSuite struct method SuiteName (line 25) | func (suite *EtcdSuite) SuiteName() string { method TestMembers (line 30) | func (suite *EtcdSuite) TestMembers() { method TestStatus (line 35) | func (suite *EtcdSuite) TestStatus() { method TestAlarm (line 42) | func (suite *EtcdSuite) TestAlarm() { method TestForfeitLeadership (line 50) | func (suite *EtcdSuite) TestForfeitLeadership() { method TestSnapshot (line 63) | func (suite *EtcdSuite) TestSnapshot() { method TestDowngrade (line 74) | func (suite *EtcdSuite) TestDowngrade() { function init (line 93) | func init() { FILE: internal/integration/cli/gen.go type GenSuite (line 24) | type GenSuite struct method SuiteName (line 32) | func (suite *GenSuite) SuiteName() string { method SetupTest (line 37) | func (suite *GenSuite) SetupTest() { method TearDownTest (line 49) | func (suite *GenSuite) TearDownTest() { method TestCA (line 56) | func (suite *GenSuite) TestCA() { method TestKey (line 66) | func (suite *GenSuite) TestKey() { method TestCSR (line 74) | func (suite *GenSuite) TestCSR() { method TestCrt (line 85) | func (suite *GenSuite) TestCrt() { method TestKeypair (line 102) | func (suite *GenSuite) TestKeypair() { method TestGenConfigURLValidation (line 111) | func (suite *GenSuite) TestGenConfigURLValidation() { method TestGenConfigPatchStrategic (line 134) | func (suite *GenSuite) TestGenConfigPatchStrategic() { method TestSecrets (line 188) | func (suite *GenSuite) TestSecrets() { method TestSecretsWithPKIDirAndToken (line 211) | func (suite *GenSuite) TestSecretsWithPKIDirAndToken() { method TestConfigWithSecrets (line 243) | func (suite *GenSuite) TestConfigWithSecrets() { method TestGenConfigWithDeprecatedOutputDirFlag (line 266) | func (suite *GenSuite) TestGenConfigWithDeprecatedOutputDirFlag() { method TestGenConfigToStdoutControlPlane (line 284) | func (suite *GenSuite) TestGenConfigToStdoutControlPlane() { method TestGenConfigToStdoutWorker (line 301) | func (suite *GenSuite) TestGenConfigToStdoutWorker() { method TestGenConfigToStdoutTalosconfig (line 318) | func (suite *GenSuite) TestGenConfigToStdoutTalosconfig() { method TestGenConfigToStdoutMultipleTypesError (line 336) | func (suite *GenSuite) TestGenConfigToStdoutMultipleTypesError() { method TestGenConfigMultipleTypesToDirectory (line 354) | func (suite *GenSuite) TestGenConfigMultipleTypesToDirectory() { method TestGenConfigSingleTypeToFile (line 374) | func (suite *GenSuite) TestGenConfigSingleTypeToFile() { method TestGenConfigSingleTypeWithDeprecatedOutputDirFlagToDirectory (line 392) | func (suite *GenSuite) TestGenConfigSingleTypeWithDeprecatedOutputDirF... method TestGenConfigInvalidOutputType (line 410) | func (suite *GenSuite) TestGenConfigInvalidOutputType() { method TestGenConfigNoOutputType (line 426) | func (suite *GenSuite) TestGenConfigNoOutputType() { function init (line 441) | func init() { FILE: internal/integration/cli/health.go type HealthSuite (line 22) | type HealthSuite struct method SuiteName (line 27) | func (suite *HealthSuite) SuiteName() string { method TestClientSideWithExplicitNodes (line 32) | func (suite *HealthSuite) TestClientSideWithExplicitNodes() { method TestClientSideWithDiscovery (line 59) | func (suite *HealthSuite) TestClientSideWithDiscovery() { method TestServerSide (line 71) | func (suite *HealthSuite) TestServerSide() { method testClientSide (line 79) | func (suite *HealthSuite) testClientSide(extraArgs ...string) { method isDiscoveryEnabled (line 92) | func (suite *HealthSuite) isDiscoveryEnabled() (bool, error) { function init (line 108) | func init() { FILE: internal/integration/cli/image.go type ImageSuite (line 24) | type ImageSuite struct method SuiteName (line 29) | func (suite *ImageSuite) SuiteName() string { method TestDefault (line 34) | func (suite *ImageSuite) TestDefault() { method TestSourceBundle (line 52) | func (suite *ImageSuite) TestSourceBundle() { method TestList (line 164) | func (suite *ImageSuite) TestList() { method TestPull (line 177) | func (suite *ImageSuite) TestPull() { method TestCacheCreateOCI (line 214) | func (suite *ImageSuite) TestCacheCreateOCI() { method TestCacheCreateFlat (line 239) | func (suite *ImageSuite) TestCacheCreateFlat() { function normalizeTag (line 42) | func normalizeTag(tag string) string { function init (line 264) | func init() { FILE: internal/integration/cli/inject.go type InjectSuite (line 31) | type InjectSuite struct method SuiteName (line 36) | func (suite *InjectSuite) SuiteName() string { method TestServiceAccount (line 41) | func (suite *InjectSuite) TestServiceAccount() { method TestServiceAccountAlreadyInjectedNoChange (line 47) | func (suite *InjectSuite) TestServiceAccountAlreadyInjectedNoChange() { method testServiceAccount (line 51) | func (suite *InjectSuite) testServiceAccount(input []byte) { function yamlDocs (line 70) | func yamlDocs(input []byte) ([]map[string]any, error) { function init (line 92) | func init() { FILE: internal/integration/cli/jsonpath.go type JSONPathSuite (line 20) | type JSONPathSuite struct method SuiteName (line 25) | func (suite *JSONPathSuite) SuiteName() string { method TestGetScalarPropertyWithJSONPath (line 30) | func (suite *JSONPathSuite) TestGetScalarPropertyWithJSONPath() { method TestGetWithJSONPathWildcard (line 41) | func (suite *JSONPathSuite) TestGetWithJSONPathWildcard() { method TestGetComplexPropertyWithJSONPath (line 53) | func (suite *JSONPathSuite) TestGetComplexPropertyWithJSONPath() { function init (line 64) | func init() { FILE: internal/integration/cli/kubeconfig.go type KubeconfigSuite (line 21) | type KubeconfigSuite struct method SuiteName (line 26) | func (suite *KubeconfigSuite) SuiteName() string { method TestDirectory (line 31) | func (suite *KubeconfigSuite) TestDirectory() { method TestCwd (line 45) | func (suite *KubeconfigSuite) TestCwd() { method TestCustomName (line 62) | func (suite *KubeconfigSuite) TestCustomName() { method TestMultiNodeFail (line 72) | func (suite *KubeconfigSuite) TestMultiNodeFail() { method TestMergeRename (line 80) | func (suite *KubeconfigSuite) TestMergeRename() { method TestMergeOverwrite (line 96) | func (suite *KubeconfigSuite) TestMergeOverwrite() { function init (line 112) | func init() { FILE: internal/integration/cli/list.go type ListSuite (line 24) | type ListSuite struct method SuiteName (line 29) | func (suite *ListSuite) SuiteName() string { method TestSuccess (line 34) | func (suite *ListSuite) TestSuccess() { method TestDepth (line 45) | func (suite *ListSuite) TestDepth() { function runAndCheck (line 81) | func runAndCheck(t *testing.T, expectedSeparators int, cmdFn func() *exe... function init (line 129) | func init() { FILE: internal/integration/cli/logs.go type LogsSuite (line 18) | type LogsSuite struct method SuiteName (line 23) | func (suite *LogsSuite) SuiteName() string { method TestServiceLogs (line 28) | func (suite *LogsSuite) TestServiceLogs() { method TestTailLogs (line 33) | func (suite *LogsSuite) TestTailLogs() { method TestServiceNotFound (line 53) | func (suite *LogsSuite) TestServiceNotFound() { function init (line 62) | func init() { FILE: internal/integration/cli/machineconfig.go type MachineConfigSuite (line 23) | type MachineConfigSuite struct method SuiteName (line 30) | func (suite *MachineConfigSuite) SuiteName() string { method SetupTest (line 35) | func (suite *MachineConfigSuite) SetupTest() { method TearDownTest (line 43) | func (suite *MachineConfigSuite) TearDownTest() { method TestGen (line 52) | func (suite *MachineConfigSuite) TestGen() { method TestPatchPrintStdout (line 70) | func (suite *MachineConfigSuite) TestPatchPrintStdout() { method TestPatchWriteToFile (line 122) | func (suite *MachineConfigSuite) TestPatchWriteToFile() { function init (line 154) | func init() { FILE: internal/integration/cli/memory.go type MemorySuite (line 16) | type MemorySuite struct method SuiteName (line 21) | func (suite *MemorySuite) SuiteName() string { method TestSuccess (line 26) | func (suite *MemorySuite) TestSuccess() { method TestVerbose (line 32) | func (suite *MemorySuite) TestVerbose() { function init (line 37) | func init() { FILE: internal/integration/cli/meta.go type MetaSuite (line 19) | type MetaSuite struct method SuiteName (line 24) | func (suite *MetaSuite) SuiteName() string { method TestKey (line 29) | func (suite *MetaSuite) TestKey() { function init (line 58) | func init() { FILE: internal/integration/cli/mounts.go type MountsSuite (line 18) | type MountsSuite struct method SuiteName (line 23) | func (suite *MountsSuite) SuiteName() string { method TestSuccess (line 28) | func (suite *MountsSuite) TestSuccess() { method TestUserDisksMounted (line 34) | func (suite *MountsSuite) TestUserDisksMounted() { function init (line 47) | func init() { FILE: internal/integration/cli/netstat.go type NetstatSuite (line 18) | type NetstatSuite struct method SuiteName (line 23) | func (suite *NetstatSuite) SuiteName() string { method TestListening (line 28) | func (suite *NetstatSuite) TestListening() { method TestContainers (line 34) | func (suite *NetstatSuite) TestContainers() { function init (line 41) | func init() { FILE: internal/integration/cli/patch.go type PatchSuite (line 19) | type PatchSuite struct method SuiteName (line 24) | func (suite *PatchSuite) SuiteName() string { method TestSuccess (line 29) | func (suite *PatchSuite) TestSuccess() { method TestError (line 54) | func (suite *PatchSuite) TestError() { function init (line 80) | func init() { FILE: internal/integration/cli/pcap.go type PcapSuite (line 15) | type PcapSuite struct method SuiteName (line 20) | func (suite *PcapSuite) SuiteName() string { method TestLoopback (line 25) | func (suite *PcapSuite) TestLoopback() { function init (line 29) | func init() { FILE: internal/integration/cli/pki.go function writeKubernetesPKIFiles (line 30) | func writeKubernetesPKIFiles(dir string) error { FILE: internal/integration/cli/processes.go type ProcessesSuite (line 16) | type ProcessesSuite struct method SuiteName (line 21) | func (suite *ProcessesSuite) SuiteName() string { method TestSuccess (line 26) | func (suite *ProcessesSuite) TestSuccess() { function init (line 31) | func init() { FILE: internal/integration/cli/read.go type ReadSuite (line 16) | type ReadSuite struct method SuiteName (line 21) | func (suite *ReadSuite) SuiteName() string { method TestSuccess (line 26) | func (suite *ReadSuite) TestSuccess() { method TestMultiNodeFail (line 32) | func (suite *ReadSuite) TestMultiNodeFail() { function init (line 39) | func init() { FILE: internal/integration/cli/reboot.go type RebootSuite (line 23) | type RebootSuite struct method SuiteName (line 28) | func (suite *RebootSuite) SuiteName() string { method TestReboot (line 33) | func (suite *RebootSuite) TestReboot() { method TestRebootEarlyFailPrintsOutput (line 89) | func (suite *RebootSuite) TestRebootEarlyFailPrintsOutput() { function init (line 112) | func init() { FILE: internal/integration/cli/restart.go type RestartSuite (line 19) | type RestartSuite struct method SuiteName (line 24) | func (suite *RestartSuite) SuiteName() string { method TestSystem (line 29) | func (suite *RestartSuite) TestSystem() { function init (line 45) | func init() { FILE: internal/integration/cli/services.go type ServicesSuite (line 17) | type ServicesSuite struct method SuiteName (line 22) | func (suite *ServicesSuite) SuiteName() string { method TestList (line 27) | func (suite *ServicesSuite) TestList() { method TestStatus (line 35) | func (suite *ServicesSuite) TestStatus() { method TestRestart (line 44) | func (suite *ServicesSuite) TestRestart() { function init (line 54) | func init() { FILE: internal/integration/cli/stats.go type StatsSuite (line 17) | type StatsSuite struct method SuiteName (line 22) | func (suite *StatsSuite) SuiteName() string { method TestContainerd (line 27) | func (suite *StatsSuite) TestContainerd() { method TestCRI (line 35) | func (suite *StatsSuite) TestCRI() { function init (line 43) | func init() { FILE: internal/integration/cli/support.go type SupportSuite (line 20) | type SupportSuite struct method SuiteName (line 25) | func (suite *SupportSuite) SuiteName() string { method TestSupport (line 30) | func (suite *SupportSuite) TestSupport() { function init (line 101) | func init() { FILE: internal/integration/cli/time.go type TimeSuite (line 19) | type TimeSuite struct method SuiteName (line 24) | func (suite *TimeSuite) SuiteName() string { method TestDefault (line 29) | func (suite *TimeSuite) TestDefault() { function init (line 37) | func init() { FILE: internal/integration/cli/validate.go type ValidateSuite (line 17) | type ValidateSuite struct method SuiteName (line 25) | func (suite *ValidateSuite) SuiteName() string { method SetupTest (line 30) | func (suite *ValidateSuite) SetupTest() { method TearDownTest (line 42) | func (suite *ValidateSuite) TearDownTest() { method TestValidate (line 49) | func (suite *ValidateSuite) TestValidate() { function init (line 64) | func init() { FILE: internal/integration/cli/version.go type VersionSuite (line 17) | type VersionSuite struct method SuiteName (line 22) | func (suite *VersionSuite) SuiteName() string { method TestExpectedVersionMaster (line 27) | func (suite *VersionSuite) TestExpectedVersionMaster() { method TestShortVersion (line 35) | func (suite *VersionSuite) TestShortVersion() { method TestClient (line 42) | func (suite *VersionSuite) TestClient() { function init (line 49) | func init() { FILE: internal/integration/integration_test.go function TestIntegration (line 67) | func TestIntegration(t *testing.T) { function init (line 145) | func init() { FILE: internal/integration/k8s/apparmor.go type ApparmorSuite (line 22) | type ApparmorSuite struct method SuiteName (line 30) | func (suite *ApparmorSuite) SuiteName() string { method TestApparmor (line 35) | func (suite *ApparmorSuite) TestApparmor() { function init (line 78) | func init() { FILE: internal/integration/k8s/constants.go constant RookCephHelmChartVersion (line 13) | RookCephHelmChartVersion = "v1.19.2" constant LongHornHelmChartVersion (line 16) | LongHornHelmChartVersion = "v1.11.0" constant OpenEBSChartVersion (line 19) | OpenEBSChartVersion = "v4.4.0" FILE: internal/integration/k8s/k8s.go function GetAllSuites (line 17) | func GetAllSuites() []suite.TestingSuite { FILE: internal/integration/k8s/longhorn.go type LongHornSuite (line 42) | type LongHornSuite struct method SuiteName (line 47) | func (suite *LongHornSuite) SuiteName() string { method TestDeploy (line 52) | func (suite *LongHornSuite) TestDeploy() { method testDeployISCSI (line 119) | func (suite *LongHornSuite) testDeployISCSI(ctx context.Context) { function init (line 223) | func init() { FILE: internal/integration/k8s/manifests.go type ManifestsSuite (line 30) | type ManifestsSuite struct method SuiteName (line 38) | func (suite *ManifestsSuite) SuiteName() string { method SetupTest (line 43) | func (suite *ManifestsSuite) SetupTest() { method TestSync (line 62) | func (suite *ManifestsSuite) TestSync() { type manifestSyncWriter (line 51) | type manifestSyncWriter struct method Write (line 55) | func (w manifestSyncWriter) Write(p []byte) (n int, err error) { function init (line 199) | func init() { FILE: internal/integration/k8s/oom.go type OomSuite (line 29) | type OomSuite struct method SuiteName (line 37) | func (suite *OomSuite) SuiteName() string { method TestOom (line 42) | func (suite *OomSuite) TestOom() { method waitForOOMKilled (line 144) | func (suite *OomSuite) waitForOOMKilled(ctx context.Context, timeToObs... function patchToReplicas (line 128) | func patchToReplicas(t *testing.T, replicas int) []byte { function init (line 209) | func init() { FILE: internal/integration/k8s/openebs.go type OpenEBSSuite (line 33) | type OpenEBSSuite struct method SuiteName (line 38) | func (suite *OpenEBSSuite) SuiteName() string { method TestDeploy (line 43) | func (suite *OpenEBSSuite) TestDeploy() { function init (line 116) | func init() { FILE: internal/integration/k8s/rook.go type RookSuite (line 21) | type RookSuite struct method SuiteName (line 26) | func (suite *RookSuite) SuiteName() string { method TestDeploy (line 31) | func (suite *RookSuite) TestDeploy() { function init (line 87) | func init() { FILE: internal/integration/k8s/tink.go type TinkSuite (line 46) | type TinkSuite struct method SuiteName (line 51) | func (suite *TinkSuite) SuiteName() string { method TestDeploy (line 64) | func (suite *TinkSuite) TestDeploy() { method waitForEndpointReady (line 272) | func (suite *TinkSuite) waitForEndpointReady(endpoint string) error { method getTinkManifests (line 287) | func (suite *TinkSuite) getTinkManifests(namespace, serviceName, ssNam... constant tinkK8sPort (line 59) | tinkK8sPort = "k8s-api" constant tinkTalosPort (line 60) | tinkTalosPort = "talos-api" type tinkClusterAccess (line 239) | type tinkClusterAccess struct method Nodes (line 245) | func (access *tinkClusterAccess) Nodes() []cluster.NodeInfo { method NodesByType (line 254) | func (access *tinkClusterAccess) NodesByType(typ machine.Type) []clust... function init (line 476) | func init() { FILE: internal/integration/k8s/usernamespace.go type UserNamespaceSuite (line 24) | type UserNamespaceSuite struct method SuiteName (line 32) | func (suite *UserNamespaceSuite) SuiteName() string { method TestUserNamespace (line 39) | func (suite *UserNamespaceSuite) TestUserNamespace() { function init (line 174) | func init() { FILE: internal/integration/k8s/version.go type VersionSuite (line 20) | type VersionSuite struct method SuiteName (line 25) | func (suite *VersionSuite) SuiteName() string { method TestExpectedVersion (line 30) | func (suite *VersionSuite) TestExpectedVersion() { function init (line 61) | func init() { FILE: internal/integration/provision/k8s_compatibility.go type K8sCompatibilitySuite (line 27) | type K8sCompatibilitySuite struct method SuiteName (line 36) | func (suite *K8sCompatibilitySuite) SuiteName() string { method SetupSuite (line 41) | func (suite *K8sCompatibilitySuite) SetupSuite() { method TestAllVersions (line 143) | func (suite *K8sCompatibilitySuite) TestAllVersions() { function init (line 175) | func init() { FILE: internal/integration/provision/maintenance_basic.go type MaintenanceBasicSuite (line 31) | type MaintenanceBasicSuite struct method SuiteName (line 38) | func (suite *MaintenanceBasicSuite) SuiteName() string { method TestAPI (line 45) | func (suite *MaintenanceBasicSuite) TestAPI() { function init (line 220) | func init() { FILE: internal/integration/provision/provision.go function GetAllSuites (line 73) | func GetAllSuites() []suite.TestingSuite { type Settings (line 78) | type Settings struct function trimVersion (line 115) | func trimVersion(version string) string { type BaseSuite (line 123) | type BaseSuite struct method SetupSuite (line 143) | func (suite *BaseSuite) SetupSuite() { method TearDownSuite (line 154) | func (suite *BaseSuite) TearDownSuite() { method waitForClusterHealth (line 175) | func (suite *BaseSuite) waitForClusterHealth() { method untaint (line 204) | func (suite *BaseSuite) untaint(name string) { method assertSameVersionCluster (line 241) | func (suite *BaseSuite) assertSameVersionCluster(client *talosclient.C... method assertCmdlineContains (line 268) | func (suite *BaseSuite) assertCmdlineContains(client *talosclient.Clie... method readVersion (line 279) | func (suite *BaseSuite) readVersion(nodeCtx context.Context, client *t... method upgradeNode (line 304) | func (suite *BaseSuite) upgradeNode(client *talosclient.Client, node p... method tryUpgradeViaLifecycleService (line 339) | func (suite *BaseSuite) tryUpgradeViaLifecycleService( method pullInstallerImageViaLifecycleService (line 443) | func (suite *BaseSuite) pullInstallerImageViaLifecycleService( method upgradeViaLifecycleService (line 499) | func (suite *BaseSuite) upgradeViaLifecycleService( method upgradeNodeLegacy (line 562) | func (suite *BaseSuite) upgradeNodeLegacy( method waitForUpgrade (line 641) | func (suite *BaseSuite) waitForUpgrade( method upgradeKubernetes (line 682) | func (suite *BaseSuite) upgradeKubernetes(fromVersion, toVersion strin... method setupCluster (line 742) | func (suite *BaseSuite) setupCluster(options clusterOptions) { method runE2E (line 1000) | func (suite *BaseSuite) runE2E(k8sVersion string) { type upgradeOptions (line 295) | type upgradeOptions struct type provisionStreamResponse (line 366) | type provisionStreamResponse struct function streamPerNode (line 372) | func streamPerNode[ResponseT any]( function sendProvisionResponse (line 430) | func sendProvisionResponse[ResponseT any]( type clusterOptions (line 717) | type clusterOptions struct FILE: internal/integration/provision/upgrade.go type upgradeSpec (line 26) | type upgradeSpec struct constant previousRelease (line 60) | previousRelease = "v1.11.6" constant stableRelease (line 61) | stableRelease = "v1.12.0" constant previousK8sVersion (line 67) | previousK8sVersion = "1.34.1" constant stableK8sVersion (line 68) | stableK8sVersion = "1.35.0" constant currentK8sVersion (line 69) | currentK8sVersion = constants.DefaultKubernetesVersion function upgradePreviousToStable (line 73) | func upgradePreviousToStable() upgradeSpec { function upgradeStableToCurrent (line 98) | func upgradeStableToCurrent() upgradeSpec { function upgradeCurrentToCurrent (line 125) | func upgradeCurrentToCurrent() upgradeSpec { function upgradeCurrentToCurrentBios (line 154) | func upgradeCurrentToCurrentBios() upgradeSpec { function upgradeStableToCurrentPreserveStage (line 184) | func upgradeStableToCurrentPreserveStage() upgradeSpec { function upgradeCurrentToCurrentNewCmdline (line 209) | func upgradeCurrentToCurrentNewCmdline() upgradeSpec { function upgradeCurrentToCurrentEnforcing (line 240) | func upgradeCurrentToCurrentEnforcing() upgradeSpec { type UpgradeSuite (line 273) | type UpgradeSuite struct method SetupSuite (line 283) | func (suite *UpgradeSuite) SetupSuite() { method runE2E (line 293) | func (suite *UpgradeSuite) runE2E(k8sVersion string) { method TestRolling (line 303) | func (suite *UpgradeSuite) TestRolling() { method SuiteName (line 392) | func (suite *UpgradeSuite) SuiteName() string { function init (line 400) | func init() { FILE: internal/integration/version_test.go type VersionSuite (line 17) | type VersionSuite struct method SuiteName (line 22) | func (suite *VersionSuite) SuiteName() string { method TestExpectedVersion (line 26) | func (suite *VersionSuite) TestExpectedVersion() { function init (line 32) | func init() { FILE: internal/pkg/capability/capability.go function AllCapabilitiesSet (line 20) | func AllCapabilitiesSet() map[string]struct{} { function AllCapabilitiesSetLowercase (line 35) | func AllCapabilitiesSetLowercase() map[string]struct{} { function AllGrantableCapabilities (line 46) | func AllGrantableCapabilities() []string { FILE: internal/pkg/cgroup/cgroup.go type CommonCgroup (line 34) | type CommonCgroup interface function InitRoot (line 46) | func InitRoot() error { function Root (line 59) | func Root() string { function Path (line 66) | func Path(cgroupPath string) string { function zeroIfRace (line 74) | func zeroIfRace[T any](v T) T { function getCgroupV2Resources (line 85) | func getCgroupV2Resources(name string) *cgroup2.Resources { function CreateCgroup (line 209) | func CreateCgroup(name string) (CommonCgroup, error) { FILE: internal/pkg/cgroup/cpu.go type MilliCores (line 25) | type MilliCores function AvailableMilliCores (line 28) | func AvailableMilliCores() MilliCores { type CPUShare (line 33) | type CPUShare function MilliCoresToShares (line 36) | func MilliCoresToShares(milliCores MilliCores) CPUShare { function SharesToCPUWeight (line 41) | func SharesToCPUWeight(shares CPUShare) uint64 { function MillicoresToCPUWeight (line 48) | func MillicoresToCPUWeight(requested MilliCores) uint64 { FILE: internal/pkg/cgroup/cpu_test.go function TestAvailableMillicores (line 15) | func TestAvailableMillicores(t *testing.T) { function TestMillicoresToShares (line 21) | func TestMillicoresToShares(t *testing.T) { function TestSharesToCPUWeight (line 27) | func TestSharesToCPUWeight(t *testing.T) { function TestMillicoresToCPUWeight (line 33) | func TestMillicoresToCPUWeight(t *testing.T) { FILE: internal/pkg/cgroups/cgroups.go type Tree (line 17) | type Tree struct method Find (line 22) | func (t *Tree) Find(directoryPath string) *Node { method ResolveNames (line 47) | func (t *Tree) ResolveNames(nameMap map[string]string) { method Walk (line 52) | func (t *Tree) Walk(fn func(*Node)) { type Node (line 87) | type Node struct method SortedChildren (line 57) | func (n *Node) SortedChildren() []string { method ResolveNames (line 66) | func (n *Node) ResolveNames(nameMap map[string]string) { method Walk (line 78) | func (n *Node) Walk(fn func(*Node)) { method Parse (line 163) | func (n *Node) Parse(filename string, r io.Reader) error { function parseSingleValue (line 147) | func parseSingleValue(parser func(r io.Reader) (Values, error), out *Val... FILE: internal/pkg/cgroups/raw.go type RawValue (line 13) | type RawValue function ParseRawValue (line 16) | func ParseRawValue(r io.Reader) (RawValue, error) { FILE: internal/pkg/cgroups/reader.go function ReadCgroupfsProperty (line 14) | func ReadCgroupfsProperty(node *Node, cgroupPath, property string) error { function GetCgroupProperty (line 31) | func GetCgroupProperty(cgroupPath, property string) (*Node, error) { FILE: internal/pkg/cgroups/tar.go function TreeFromTarGz (line 18) | func TreeFromTarGz(r io.Reader) (*Tree, error) { FILE: internal/pkg/cgroups/tar_test.go function TestTreeFromTarGz (line 17) | func TestTreeFromTarGz(t *testing.T) { FILE: internal/pkg/cgroups/value.go type Value (line 22) | type Value struct method String (line 30) | func (v Value) String() string { method HumanizeIBytes (line 52) | func (v Value) HumanizeIBytes() string { method DivideBy (line 63) | func (v Value) DivideBy(other Value) Value { method Float64 (line 83) | func (v Value) Float64() float64 { method UsecToDuration (line 97) | func (v Value) UsecToDuration() string { type Values (line 106) | type Values type FlatMap (line 109) | type FlatMap type NestedKeyed (line 112) | type NestedKeyed function ParseValue (line 115) | func ParseValue(s string) (Value, error) { function ParseNewlineSeparatedValues (line 145) | func ParseNewlineSeparatedValues(r io.Reader) (Values, error) { function ParseSpaceSeparatedValues (line 172) | func ParseSpaceSeparatedValues(r io.Reader) (Values, error) { function ParseFlatMapValues (line 207) | func ParseFlatMapValues(r io.Reader) (FlatMap, error) { function ParseNestedKeyedValues (line 242) | func ParseNestedKeyedValues(r io.Reader) (NestedKeyed, error) { FILE: internal/pkg/cgroups/value_test.go function TestParseValue (line 18) | func TestParseValue(t *testing.T) { function TestParseNewlineSeparatedValues (line 61) | func TestParseNewlineSeparatedValues(t *testing.T) { //nolint:dupl function TestParseSpaceSeparatedValues (line 104) | func TestParseSpaceSeparatedValues(t *testing.T) { //nolint:dupl function TestParseFlatMapValues (line 147) | func TestParseFlatMapValues(t *testing.T) { function TestParseNestedKeyedValues (line 176) | func TestParseNestedKeyedValues(t *testing.T) { FILE: internal/pkg/console/console.go constant vtActivate (line 22) | vtActivate uintptr = 0x5606 constant tioclSetKmsgRedirect (line 28) | tioclSetKmsgRedirect byte = 11 function Switch (line 32) | func Switch(ttyNumber int) error { function redirectKernelLogs (line 55) | func redirectKernelLogs(ttyNumber int) error { FILE: internal/pkg/containermode/containermode.go function InContainer (line 15) | func InContainer() bool { FILE: internal/pkg/containers/container.go type Container (line 26) | type Container struct method GetProcessStderr (line 53) | func (c *Container) GetProcessStderr() (string, error) { method GetLogFile (line 58) | func (c *Container) GetLogFile() string { method Kill (line 71) | func (c *Container) Kill(signal syscall.Signal) error { method GetLogChunker (line 76) | func (c *Container) GetLogChunker(ctx context.Context, follow bool, ta... type ContainerMetrics (line 47) | type ContainerMetrics struct FILE: internal/pkg/containers/containerd/containerd.go type inspector (line 29) | type inspector struct method Close (line 74) | func (i *inspector) Close() error { method Images (line 79) | func (i *inspector) Images() (map[string]string, error) { method containerInfo (line 100) | func (i *inspector) containerInfo( method Container (line 267) | func (i *inspector) Container(id string) (*ctrs.Container, error) { method Pods (line 334) | func (i *inspector) Pods() ([]*ctrs.Pod, error) { method GetProcessStderr (line 409) | func (i *inspector) GetProcessStderr(id string) (string, error) { method Kill (line 419) | func (i *inspector) Kill(id string, isPodSandbox bool, signal syscall.... type inspectorOptions (line 35) | type inspectorOptions struct type Option (line 40) | type Option function WithContainerdAddress (line 43) | func WithContainerdAddress(address string) Option { function NewInspector (line 50) | func NewInspector(ctx context.Context, namespace string, options ...Opti... FILE: internal/pkg/containers/containerd/containerd_test.go constant busyboxImage (line 36) | busyboxImage = "docker.io/library/busybox:1.30.1" constant busyboxImageDigest (line 37) | busyboxImageDigest = "sha256:4b6ad3a68d34da29bf7c8ccb5d355ba8b4babcad1f9... function MockEventSink (line 40) | func MockEventSink(state events.ServiceState, message string, args ...an... type ContainerdSuite (line 44) | type ContainerdSuite struct method SetupSuite (line 65) | func (suite *ContainerdSuite) SetupSuite() { method TearDownSuite (line 142) | func (suite *ContainerdSuite) TearDownSuite() { method SetupTest (line 149) | func (suite *ContainerdSuite) SetupTest() { method run (line 154) | func (suite *ContainerdSuite) run(runners ...runner.Runner) { method TearDownTest (line 185) | func (suite *ContainerdSuite) TearDownTest() { method runK8sContainers (line 197) | func (suite *ContainerdSuite) runK8sContainers() { method TestPodsNonK8s (line 233) | func (suite *ContainerdSuite) TestPodsNonK8s() { method TestPodsK8s (line 263) | func (suite *ContainerdSuite) TestPodsK8s() { method TestContainerNonK8s (line 298) | func (suite *ContainerdSuite) TestContainerNonK8s() { method TestContainerK8s (line 328) | func (suite *ContainerdSuite) TestContainerK8s() { function TestContainerdSuite (line 371) | func TestContainerdSuite(t *testing.T) { FILE: internal/pkg/containers/containers_test.go function TestEmpty (line 11) | func TestEmpty(t *testing.T) { FILE: internal/pkg/containers/cri/containerd/config.go type AuthConfig (line 8) | type AuthConfig struct type RegistryConfig (line 16) | type RegistryConfig struct type Registry (line 21) | type Registry struct type CRIConfig (line 27) | type CRIConfig struct type PluginsConfig (line 32) | type PluginsConfig struct type Config (line 37) | type Config struct FILE: internal/pkg/containers/cri/containerd/config_test.go type mockConfig (line 22) | type mockConfig struct method Mirrors (line 29) | func (c *mockConfig) Mirrors() map[string]config.RegistryMirrorConfig { method Auths (line 40) | func (c *mockConfig) Auths() map[string]config.RegistryAuthConfig { method TLSs (line 51) | func (c *mockConfig) TLSs() map[string]cri.RegistryTLSConfigExtended { type ConfigSuite (line 61) | type ConfigSuite struct method TestGenerateRegistriesConfig (line 65) | func (suite *ConfigSuite) TestGenerateRegistriesConfig() { function TestConfigSuite (line 105) | func TestConfigSuite(t *testing.T) { FILE: internal/pkg/containers/cri/containerd/containerd.go function GenerateCRIConfig (line 24) | func GenerateCRIConfig(r cri.Registries) ([]byte, error) { FILE: internal/pkg/containers/cri/containerd/hosts.go type HostsConfig (line 26) | type HostsConfig struct type HostsDirectory (line 31) | type HostsDirectory struct type HostsFile (line 38) | type HostsFile struct function GenerateHosts (line 47) | func GenerateHosts(cfg cri.Registries, basePath string) (*HostsConfig, e... function hostDirectory (line 207) | func hostDirectory(host string) string { type HostEntry (line 221) | type HostEntry struct type HostsConfiguration (line 229) | type HostsConfiguration struct method DisableFallback (line 236) | func (hc *HostsConfiguration) DisableFallback() { method RenderTOML (line 248) | func (hc *HostsConfiguration) RenderTOML() ([]byte, error) { type HostsTomlServer (line 308) | type HostsTomlServer struct type HostsTomlHost (line 317) | type HostsTomlHost struct type HostToml (line 323) | type HostToml struct FILE: internal/pkg/containers/cri/containerd/hosts_test.go function TestGenerateHostsWithTLS (line 19) | func TestGenerateHostsWithTLS(t *testing.T) { function TestGenerateHostsWithoutTLS (line 103) | func TestGenerateHostsWithoutTLS(t *testing.T) { function TestGenerateHostsTLSWildcardWrong (line 155) | func TestGenerateHostsTLSWildcardWrong(t *testing.T) { function TestGenerateHostsTLSWildcard (line 169) | func TestGenerateHostsTLSWildcard(t *testing.T) { function TestGenerateHostsWithHarbor (line 223) | func TestGenerateHostsWithHarbor(t *testing.T) { function TestGenerateHostsSkipFallback (line 299) | func TestGenerateHostsSkipFallback(t *testing.T) { FILE: internal/pkg/containers/cri/cri.go type inspector (line 24) | type inspector struct method Close (line 68) | func (i *inspector) Close() error { method Images (line 73) | func (i *inspector) Images() (map[string]string, error) { method Container (line 112) | func (i *inspector) Container(id string) (*ctrs.Container, error) { method buildPod (line 189) | func (i *inspector) buildPod(sandbox *runtimeapi.PodSandbox) (*ctrs.Po... method buildContainer (line 253) | func (i *inspector) buildContainer(container *runtimeapi.Container) (*... method Pods (line 296) | func (i *inspector) Pods() ([]*ctrs.Pod, error) { method GetProcessStderr (line 381) | func (i *inspector) GetProcessStderr(string) (string, error) { method Kill (line 387) | func (i *inspector) Kill(id string, isPodSandbox bool, _ syscall.Signa... type inspectorOptions (line 29) | type inspectorOptions struct type Option (line 34) | type Option function WithCRIEndpoint (line 37) | func WithCRIEndpoint(endpoint string) Option { function NewInspector (line 44) | func NewInspector(ctx context.Context, options ...Option) (ctrs.Inspecto... function parseContainerDisplay (line 90) | func parseContainerDisplay(id string) (namespace, pod, name, containerID... function findContainer (line 176) | func findContainer(cntID string, containers []*runtimeapi.Container) (*r... function safeCut (line 289) | func safeCut(id string, i int) string { FILE: internal/pkg/containers/cri/cri_test.go constant busyboxImage (line 34) | busyboxImage = "docker.io/library/busybox:1.30.1" function MockEventSink (line 40) | func MockEventSink(state events.ServiceState, message string, args ...an... type CRISuite (line 43) | type CRISuite struct method SetupSuite (line 61) | func (suite *CRISuite) SetupSuite() { method TearDownSuite (line 133) | func (suite *CRISuite) TearDownSuite() { method SetupTest (line 143) | func (suite *CRISuite) SetupTest() { method TearDownTest (line 208) | func (suite *CRISuite) TearDownTest() { method TestPods (line 217) | func (suite *CRISuite) TestPods() { method TestContainer (line 243) | func (suite *CRISuite) TestContainer() { function TestCRISuite (line 286) | func TestCRISuite(t *testing.T) { FILE: internal/pkg/containers/image/console/progress.go constant ReportInterval (line 20) | ReportInterval = 15 * time.Second type layerProgress (line 22) | type layerProgress struct type ProgressReporter (line 29) | type ProgressReporter struct method Update (line 45) | func (c *ProgressReporter) Update(upd progress.LayerPullProgress) { method Start (line 70) | func (c *ProgressReporter) Start() { method Stop (line 91) | func (c *ProgressReporter) Stop() { method reportProgress (line 95) | func (c *ProgressReporter) reportProgress() { function NewProgressReporter (line 38) | func NewProgressReporter(imageRef string) image.ProgressReporter { FILE: internal/pkg/containers/image/image.go constant PullTimeout (line 38) | PullTimeout = 20 * time.Minute constant PullRetryInterval (line 39) | PullRetryInterval = 5 * time.Second type PullOption (line 43) | type PullOption type PullOptions (line 46) | type PullOptions struct function DefaultPullOptions (line 53) | func DefaultPullOptions() PullOptions { function WithSkipIfAlreadyPulled (line 61) | func WithSkipIfAlreadyPulled() PullOption { function WithMaxNotFoundRetries (line 68) | func WithMaxNotFoundRetries(maxRetries int) PullOption { function WithProgressReporter (line 75) | func WithProgressReporter(newReporter NewProgressReporter) PullOption { type ProgressReporter (line 82) | type ProgressReporter interface type NewProgressReporter (line 89) | type NewProgressReporter function NewSimpleProgressReporter (line 95) | func NewSimpleProgressReporter(updateFn func(progress.LayerPullProgress)... type simpleProgressReporter (line 103) | type simpleProgressReporter struct method Start (line 107) | func (s *simpleProgressReporter) Start() {} method Stop (line 109) | func (s *simpleProgressReporter) Stop() {} method Update (line 111) | func (s *simpleProgressReporter) Update(p progress.LayerPullProgress) { function Pull (line 119) | func Pull( function manageAliases (line 273) | func manageAliases(ctx context.Context, client *containerd.Client, named... function createAlias (line 298) | func createAlias(ctx context.Context, client *containerd.Client, name st... FILE: internal/pkg/containers/image/progress/pull_progress.go type LayerPullStatus (line 28) | type LayerPullStatus constant LayerPullStatusDownloading (line 32) | LayerPullStatusDownloading LayerPullStatus = iota constant LayerPullStatusDownloadComplete (line 33) | LayerPullStatusDownloadComplete constant LayerPullStatusExtracting (line 34) | LayerPullStatusExtracting constant LayerPullStatusExtractComplete (line 35) | LayerPullStatusExtractComplete constant LayerPullStatusAlreadyExists (line 36) | LayerPullStatusAlreadyExists type LayerPullProgress (line 42) | type LayerPullProgress struct type UpdateFn (line 53) | type UpdateFn type PullProgress (line 56) | type PullProgress struct method ShowProgress (line 80) | func (p *PullProgress) ShowProgress(ctx context.Context) func() { method trackProgress (line 121) | func (p *PullProgress) trackProgress(ctx context.Context, start time.T... method trackOngoingPulls (line 130) | func (p *PullProgress) trackOngoingPulls(ctx context.Context, start ti... method trackPulledLayers (line 200) | func (p *PullProgress) trackPulledLayers(ctx context.Context) error { method Add (line 266) | func (p *PullProgress) Add(desc ...ocispec.Descriptor) { method remove (line 279) | func (p *PullProgress) remove(desc ocispec.Descriptor) { method jobs (line 286) | func (p *PullProgress) jobs() []ocispec.Descriptor { function NewPullProgress (line 69) | func NewPullProgress(store content.Store, snapshotter snapshots.Snapshot... FILE: internal/pkg/containers/image/resolver.go function NewResolver (line 26) | func NewResolver(reg cri.Registries) remotes.Resolver { function RegistryHosts (line 35) | func RegistryHosts(reg cri.Registries) docker.RegistryHosts { type EndpointEntry (line 109) | type EndpointEntry struct function RegistryEndpointEntriesFromConfig (line 115) | func RegistryEndpointEntriesFromConfig(host string, reg config.RegistryM... function RegistryEndpoints (line 135) | func RegistryEndpoints(reg cri.Registries, host string) (endpoints []End... function PrepareAuth (line 161) | func PrepareAuth(auth config.RegistryAuthConfig, host, expectedHost stri... function newTransport (line 202) | func newTransport() *http.Transport { FILE: internal/pkg/containers/image/resolver_test.go type mockConfig (line 20) | type mockConfig struct method Mirrors (line 26) | func (c *mockConfig) Mirrors() map[string]config.RegistryMirrorConfig { method Auths (line 36) | func (c *mockConfig) Auths() map[string]config.RegistryAuthConfig { method TLSs (line 46) | func (c *mockConfig) TLSs() map[string]cri.RegistryTLSConfigExtended { type ResolverSuite (line 56) | type ResolverSuite struct method TestRegistryEndpoints (line 60) | func (suite *ResolverSuite) TestRegistryEndpoints() { method TestPrepareAuth (line 318) | func (suite *ResolverSuite) TestPrepareAuth() { method TestRegistryHosts (line 358) | func (suite *ResolverSuite) TestRegistryHosts() { method TestResolveTag (line 455) | func (suite *ResolverSuite) TestResolveTag() { function TestResolverSuite (line 465) | func TestResolverSuite(t *testing.T) { constant caCertMock (line 471) | caCertMock = `-----BEGIN CERTIFICATE----- FILE: internal/pkg/containers/image/verify/internal/cosign/cosign.go constant maxManifestSize (line 33) | maxManifestSize = 128 * 1024 constant maxBundleSize (line 34) | maxBundleSize = 1024 * 1024 constant maxPayloadSize (line 35) | maxPayloadSize = 1024 * 1024 constant maxLayers (line 36) | maxLayers = 100 constant sigstoreBundleMediaTypePrefix (line 38) | sigstoreBundleMediaTypePrefix = "application/vnd.dev.sigstore.bundle" constant sigstoreBundleV03ArtifactType (line 39) | sigstoreBundleV03ArtifactType = "application/vnd.dev.sigstore.bundle.v0.... type VerifyResult (line 43) | type VerifyResult struct function VerifyImage (line 57) | func VerifyImage(ctx context.Context, logger *zap.Logger, resolver remot... function filterBundleReferrers (line 112) | func filterBundleReferrers(referrers []ocispec.Descriptor) []ocispec.Des... function verifyBundleReferrers (line 127) | func verifyBundleReferrers( function verifyFromBundleTag (line 171) | func verifyFromBundleTag( function verifyFromLegacySigTag (line 255) | func verifyFromLegacySigTag(ctx context.Context, logger *zap.Logger, res... function verifyBundleLayers (line 291) | func verifyBundleLayers( function verifyLegacyLayers (line 329) | func verifyLegacyLayers(ctx context.Context, logger *zap.Logger, fetcher... function fetchManifest (line 368) | func fetchManifest(ctx context.Context, fetcher remotes.Fetcher, desc oc... function fetchIndex (line 387) | func fetchIndex(ctx context.Context, fetcher remotes.Fetcher, desc ocisp... function fetchBundleFromReferrer (line 407) | func fetchBundleFromReferrer(ctx context.Context, fetcher remotes.Fetche... function fetchBundleFromLayer (line 423) | func fetchBundleFromLayer(ctx context.Context, fetcher remotes.Fetcher, ... function buildLegacySignature (line 452) | func buildLegacySignature(ctx context.Context, fetcher remotes.Fetcher, ... FILE: internal/pkg/containers/image/verify/internal/cosign/cosign_test.go type mockRegistriesConfig (line 22) | type mockRegistriesConfig struct method Mirrors (line 24) | func (mockRegistriesConfig) Mirrors() map[string]config.RegistryMirror... method Auths (line 28) | func (mockRegistriesConfig) Auths() map[string]config.RegistryAuthConf... method TLSs (line 32) | func (mockRegistriesConfig) TLSs() map[string]cri.RegistryTLSConfigExt... function TestVerifyImage (line 36) | func TestVerifyImage(t *testing.T) { FILE: internal/pkg/containers/image/verify/verify.go function ImageSignature (line 34) | func ImageSignature( constant tufTimeout (line 119) | tufTimeout = 15 * time.Second function getTrustedRoot (line 121) | func getTrustedRoot(ctx context.Context, resources state.State) (root.Tr... function cosignCheckOptsFromRule (line 140) | func cosignCheckOptsFromRule(ctx context.Context, rule *security.ImageVe... FILE: internal/pkg/containers/inspector.go type Inspector (line 10) | type Inspector interface FILE: internal/pkg/containers/pod.go type Pod (line 8) | type Pod struct FILE: internal/pkg/cri/client.go type Client (line 22) | type Client struct method Close (line 56) | func (c *Client) Close() error { constant maxMsgSize (line 30) | maxMsgSize = 1024 * 1024 * 16 function NewClient (line 33) | func NewClient(endpoint string, _ time.Duration) (*Client, error) { FILE: internal/pkg/cri/containers.go method CreateContainer (line 15) | func (c *Client) CreateContainer(ctx context.Context, podSandBoxID strin... method StartContainer (line 33) | func (c *Client) StartContainer(ctx context.Context, containerID string)... method StopContainer (line 45) | func (c *Client) StopContainer(ctx context.Context, containerID string, ... method RemoveContainer (line 59) | func (c *Client) RemoveContainer(ctx context.Context, containerID string... method ListContainers (line 71) | func (c *Client) ListContainers(ctx context.Context, filter *runtimeapi.... method ContainerStatus (line 83) | func (c *Client) ContainerStatus(ctx context.Context, containerID string... method ContainerStats (line 96) | func (c *Client) ContainerStats(ctx context.Context, containerID string)... method ListContainerStats (line 108) | func (c *Client) ListContainerStats(ctx context.Context, filter *runtime... FILE: internal/pkg/cri/cri_test.go constant busyboxImage (line 31) | busyboxImage = "docker.io/library/busybox:1.30.1" function MockEventSink (line 34) | func MockEventSink(t *testing.T) func(state events.ServiceState, message... type CRISuite (line 40) | type CRISuite struct method SetupSuite (line 54) | func (suite *CRISuite) SetupSuite() { method TearDownSuite (line 121) | func (suite *CRISuite) TearDownSuite() { method SetupTest (line 130) | func (suite *CRISuite) SetupTest() { method TearDownTest (line 134) | func (suite *CRISuite) TearDownTest() { method TestRunSandboxContainer (line 138) | func (suite *CRISuite) TestRunSandboxContainer() { method TestList (line 223) | func (suite *CRISuite) TestList() { function TestCRISuite (line 240) | func TestCRISuite(t *testing.T) { FILE: internal/pkg/cri/images.go method PullImage (line 15) | func (c *Client) PullImage(ctx context.Context, image *runtimeapi.ImageS... method ListImages (line 28) | func (c *Client) ListImages(ctx context.Context, filter *runtimeapi.Imag... method ImageStatus (line 40) | func (c *Client) ImageStatus(ctx context.Context, image *runtimeapi.Imag... FILE: internal/pkg/cri/pods.go method RunPodSandbox (line 25) | func (c *Client) RunPodSandbox(ctx context.Context, config *runtimeapi.P... method StopPodSandbox (line 43) | func (c *Client) StopPodSandbox(ctx context.Context, podSandBoxID string... method RemovePodSandbox (line 56) | func (c *Client) RemovePodSandbox(ctx context.Context, podSandBoxID stri... method ListPodSandbox (line 68) | func (c *Client) ListPodSandbox(ctx context.Context, filter *runtimeapi.... method PodSandboxStatus (line 80) | func (c *Client) PodSandboxStatus(ctx context.Context, podSandBoxID stri... type StopAction (line 93) | type StopAction constant StopOnly (line 97) | StopOnly StopAction = iota constant StopAndRemove (line 98) | StopAndRemove method StopAndRemovePodSandboxes (line 103) | func (c *Client) StopAndRemovePodSandboxes(ctx context.Context, stopActi... function contains (line 141) | func contains(mode runtimeapi.NamespaceMode, modes []runtimeapi.Namespac... function stopAndRemove (line 146) | func stopAndRemove(ctx context.Context, stopAction StopAction, client *C... FILE: internal/pkg/ctxutil/ctxutil.go function Cause (line 11) | func Cause(ctx context.Context) error { FILE: internal/pkg/dashboard/apidata/data.go constant maxPoints (line 12) | maxPoints = 1000 type Data (line 17) | type Data struct method CalculateDiff (line 26) | func (data *Data) CalculateDiff(oldData *Data) { FILE: internal/pkg/dashboard/apidata/diff.go function cpuInfoDiff (line 9) | func cpuInfoDiff(old, next *machine.CPUStat) *machine.CPUStat { function netDevDiff (line 29) | func netDevDiff(old, next *machine.NetDev) *machine.NetDev { function diskStatDiff (line 56) | func diskStatDiff(old, next *machine.DiskStat) *machine.DiskStat { function procDiff (line 76) | func procDiff(old, next *machine.ProcessInfo) *machine.ProcessInfo { FILE: internal/pkg/dashboard/apidata/node.go type Node (line 14) | type Node struct method MemUsage (line 38) | func (node *Node) MemUsage() float64 { method CPUUsageByName (line 52) | func (node *Node) CPUUsageByName(name string) float64 { method CtxSwitches (line 101) | func (node *Node) CtxSwitches() uint64 { method ProcsCreated (line 110) | func (node *Node) ProcsCreated() uint64 { method UpdateSeries (line 119) | func (node *Node) UpdateSeries(old *Node) { method UpdateDiff (line 176) | func (node *Node) UpdateDiff(old *Node) { FILE: internal/pkg/dashboard/apidata/source.go type Source (line 22) | type Source struct method Run (line 36) | func (source *Source) Run(ctx context.Context) <-chan *Data { method Stop (line 49) | func (source *Source) Stop() { method run (line 55) | func (source *Source) run(dataCh chan<- *Data) { method gather (line 113) | func (source *Source) gather() *Data { method node (line 258) | func (source *Source) node(msg helpers.Message) string { type protoMsg (line 89) | type protoMsg interface function unpack (line 93) | func unpack[T helpers.Message](source *Source, nodes map[string]*Node, r... FILE: internal/pkg/dashboard/components/components.go constant noData (line 16) | noData = "..." constant notAvailable (line 17) | notAvailable = "n/a" constant none (line 18) | none = "" constant maxLogLines (line 19) | maxLogLines = 1000 type field (line 23) | type field struct method render (line 28) | func (f *field) render(nameWidth int) string { type fieldGroup (line 32) | type fieldGroup struct method String (line 37) | func (fg *fieldGroup) String() string { method maxFieldNameLength (line 48) | func (fg *fieldGroup) maxFieldNameLength() int { function padRight (line 59) | func padRight(s string, width int) string { function toHealthStatus (line 63) | func toHealthStatus(healthy bool) string { function formatStatus (line 71) | func formatStatus(status any) string { function formatText (line 84) | func formatText(text string, ok bool) string { function capitalizeFirst (line 97) | func capitalizeFirst(s string) string { FILE: internal/pkg/dashboard/components/diagnostics.go type Diagnostics (line 18) | type Diagnostics struct method GetCurrentHeight (line 50) | func (widget *Diagnostics) GetCurrentHeight() int { method OnNodeSelect (line 60) | func (widget *Diagnostics) OnNodeSelect(node string) { method OnResourceDataChange (line 69) | func (widget *Diagnostics) OnResourceDataChange(data resourcedata.Data) { method redraw (line 97) | func (widget *Diagnostics) redraw() { function NewDiagnostics (line 29) | func NewDiagnostics() *Diagnostics { FILE: internal/pkg/dashboard/components/footer.go type hitRegion (line 18) | type hitRegion struct type Footer (line 26) | type Footer struct method OnNodeSelect (line 112) | func (widget *Footer) OnNodeSelect(node string) { method SelectScreen (line 119) | func (widget *Footer) SelectScreen(screen string) { method SetPaused (line 126) | func (widget *Footer) SetPaused(paused bool) { method refresh (line 137) | func (widget *Footer) refresh() { function NewFooter (line 48) | func NewFooter(screenKeyToName map[string]string, nodes []string) *Footer { FILE: internal/pkg/dashboard/components/gauges.go type SystemGauges (line 18) | type SystemGauges struct method OnAPIDataChange (line 63) | func (widget *SystemGauges) OnAPIDataChange(node string, data *apidata... function NewSystemGauges (line 26) | func NewSystemGauges() *SystemGauges { FILE: internal/pkg/dashboard/components/graphs.go type BaseGraph (line 18) | type BaseGraph struct method OnAPIDataChange (line 51) | func (widget *BaseGraph) OnAPIDataChange(node string, data *apidata.Da... function NewBaseGraph (line 26) | func NewBaseGraph(title string, labels []string) *BaseGraph { function NewCPUGraph (line 82) | func NewCPUGraph() *BaseGraph { function NewMemGraph (line 87) | func NewMemGraph() *BaseGraph { function NewLoadAvgGraph (line 92) | func NewLoadAvgGraph() *BaseGraph { FILE: internal/pkg/dashboard/components/header.go constant noHostname (line 22) | noHostname = "(no hostname)" type headerData (line 24) | type headerData struct type Header (line 36) | type Header struct method OnNodeSelect (line 57) | func (widget *Header) OnNodeSelect(node string) { method OnResourceDataChange (line 66) | func (widget *Header) OnResourceDataChange(data resourcedata.Data) { method OnAPIDataChange (line 84) | func (widget *Header) OnAPIDataChange(node string, data *apidata.Data) { method OnTick (line 95) | func (widget *Header) OnTick() { method humanizeCPUFrequency (line 101) | func (widget *Header) humanizeCPUFrequency(mhz float64) string { method redraw (line 134) | func (widget *Header) redraw() { method updateNodeAPIData (line 155) | func (widget *Header) updateNodeAPIData(node string, data *apidata.Nod... method getOrCreateNodeData (line 236) | func (widget *Header) getOrCreateNodeData(node string) *headerData { function NewHeader (line 45) | func NewHeader() *Header { function formatUptime (line 117) | func formatUptime(d time.Duration) string { FILE: internal/pkg/dashboard/components/horizontalline.go type HorizontalLine (line 13) | type HorizontalLine struct function NewHorizontalLine (line 20) | func NewHorizontalLine(label string) *HorizontalLine { FILE: internal/pkg/dashboard/components/info.go type LoadAvgInfo (line 17) | type LoadAvgInfo struct method OnAPIDataChange (line 35) | func (widget *LoadAvgInfo) OnAPIDataChange(node string, data *apidata.... function NewLoadAvgInfo (line 22) | func NewLoadAvgInfo() *LoadAvgInfo { type ProcsInfo (line 54) | type ProcsInfo struct method OnAPIDataChange (line 72) | func (widget *ProcsInfo) OnAPIDataChange(node string, data *apidata.Da... function NewProcsInfo (line 59) | func NewProcsInfo() *ProcsInfo { type MemInfo (line 93) | type MemInfo struct method OnAPIDataChange (line 111) | func (widget *MemInfo) OnAPIDataChange(node string, data *apidata.Data) { function NewMemInfo (line 98) | func NewMemInfo() *MemInfo { type CPUInfo (line 136) | type CPUInfo struct method OnAPIDataChange (line 154) | func (widget *CPUInfo) OnAPIDataChange(node string, data *apidata.Data) { function NewCPUInfo (line 141) | func NewCPUInfo() *CPUInfo { FILE: internal/pkg/dashboard/components/kubernetesinfo.go type staticPodStatuses (line 21) | type staticPodStatuses struct type kubernetesInfoData (line 27) | type kubernetesInfoData struct type KubernetesInfo (line 38) | type KubernetesInfo struct method OnNodeSelect (line 60) | func (widget *KubernetesInfo) OnNodeSelect(node string) { method OnResourceDataChange (line 69) | func (widget *KubernetesInfo) OnResourceDataChange(data resourcedata.D... method OnAPIDataChange (line 78) | func (widget *KubernetesInfo) OnAPIDataChange(node string, data *apida... method updateNodeData (line 88) | func (widget *KubernetesInfo) updateNodeData(data resourcedata.Data) { method updateNodeAPIData (line 120) | func (widget *KubernetesInfo) updateNodeAPIData(node string, data *api... method getOrCreateNodeData (line 134) | func (widget *KubernetesInfo) getOrCreateNodeData(node string) *kubern... method redraw (line 155) | func (widget *KubernetesInfo) redraw() { method staticPodStatuses (line 197) | func (widget *KubernetesInfo) staticPodStatuses(statuses []*k8s.Static... function NewKubernetesInfo (line 46) | func NewKubernetesInfo() *KubernetesInfo { FILE: internal/pkg/dashboard/components/logviewer.go type LogViewer (line 13) | type LogViewer struct method WriteLog (line 59) | func (widget *LogViewer) WriteLog(logLine, logError string) { function NewLogViewer (line 20) | func NewLogViewer() *LogViewer { FILE: internal/pkg/dashboard/components/networkinfo.go type networkInfoData (line 27) | type networkInfoData struct type NetworkInfo (line 42) | type NetworkInfo struct method OnNodeSelect (line 64) | func (widget *NetworkInfo) OnNodeSelect(node string) { method OnResourceDataChange (line 73) | func (widget *NetworkInfo) OnResourceDataChange(data resourcedata.Data) { method updateNodeData (line 82) | func (widget *NetworkInfo) updateNodeData(data resourcedata.Data) { method getOrCreateNodeData (line 123) | func (widget *NetworkInfo) getOrCreateNodeData(node string) *networkIn... method redraw (line 142) | func (widget *NetworkInfo) redraw() { method setAddresses (line 177) | func (widget *NetworkInfo) setAddresses(data resourcedata.Data, nodeAd... method gateway (line 218) | func (widget *NetworkInfo) gateway(statuses []*network.RouteStatus) st... method resolvers (line 245) | func (widget *NetworkInfo) resolvers(status *network.ResolverStatus) s... method timeservers (line 255) | func (widget *NetworkInfo) timeservers(status *network.TimeServerStatu... method connectivity (line 263) | func (widget *NetworkInfo) connectivity(status *network.Status) string { function NewNetworkInfo (line 50) | func NewNetworkInfo() *NetworkInfo { FILE: internal/pkg/dashboard/components/sparklines.go type BaseSparklineGroup (line 16) | type BaseSparklineGroup struct method OnAPIDataChange (line 52) | func (widget *BaseSparklineGroup) OnAPIDataChange(node string, data *a... function NewBaseSparklineGroup (line 24) | func NewBaseSparklineGroup(title string, labels, dataLabels []string) *B... function NewNetSparkline (line 77) | func NewNetSparkline() *BaseSparklineGroup { function NewDiskSparkline (line 82) | func NewDiskSparkline() *BaseSparklineGroup { FILE: internal/pkg/dashboard/components/tables.go type ProcessTable (line 23) | type ProcessTable struct method clear (line 58) | func (widget *ProcessTable) clear() { method OnAPIDataChange (line 126) | func (widget *ProcessTable) OnAPIDataChange(node string, data *apidata... function NewProcessTable (line 30) | func NewProcessTable() *ProcessTable { constant pidWidth (line 48) | pidWidth = 7 constant stateWidth (line 49) | stateWidth = 1 constant cpuWidth (line 50) | cpuWidth = 6 constant memWidth (line 51) | memWidth = 6 constant virtWidth (line 52) | virtWidth = 8 constant resWidth (line 53) | resWidth = 8 constant timeWidth (line 54) | timeWidth = 10 constant threadsWidth (line 55) | threadsWidth = 4 FILE: internal/pkg/dashboard/components/tables_test.go function TestUpdate (line 15) | func TestUpdate(t *testing.T) { FILE: internal/pkg/dashboard/components/talosinfo.go type talosInfoData (line 19) | type talosInfoData struct type TalosInfo (line 32) | type TalosInfo struct method OnNodeSelect (line 54) | func (widget *TalosInfo) OnNodeSelect(node string) { method OnResourceDataChange (line 63) | func (widget *TalosInfo) OnResourceDataChange(data resourcedata.Data) { method updateNodeData (line 72) | func (widget *TalosInfo) updateNodeData(data resourcedata.Data) { method getOrCreateNodeData (line 125) | func (widget *TalosInfo) getOrCreateNodeData(node string) *talosInfoDa... method redraw (line 145) | func (widget *TalosInfo) redraw() { function NewTalosInfo (line 40) | func NewTalosInfo() *TalosInfo { FILE: internal/pkg/dashboard/configurl.go constant unset (line 23) | unset = "[gray](unset)[-]" type configURLData (line 25) | type configURLData struct type ConfigURLGrid (line 30) | type ConfigURLGrid struct method readTemplateFromKernelArgs (line 122) | func (widget *ConfigURLGrid) readTemplateFromKernelArgs() (val string) { method onScreenSelect (line 140) | func (widget *ConfigURLGrid) onScreenSelect(active bool) { method OnNodeSelect (line 149) | func (widget *ConfigURLGrid) OnNodeSelect(node string) { method OnResourceDataChange (line 159) | func (widget *ConfigURLGrid) OnResourceDataChange(data resourcedata.Da... method updateNodeData (line 167) | func (widget *ConfigURLGrid) updateNodeData(data resourcedata.Data) { method redraw (line 188) | func (widget *ConfigURLGrid) redraw() { method getOrCreateNodeData (line 194) | func (widget *ConfigURLGrid) getOrCreateNodeData(node string) *configU... method clearForm (line 207) | func (widget *ConfigURLGrid) clearForm() { function NewConfigURLGrid (line 47) | func NewConfigURLGrid(ctx context.Context, dashboard *Dashboard) *Config... FILE: internal/pkg/dashboard/context.go function nodeContext (line 15) | func nodeContext(ctx context.Context, selectedNode string) context.Conte... FILE: internal/pkg/dashboard/dashboard.go function init (line 34) | func init() { type Screen (line 40) | type Screen constant pageMain (line 43) | pageMain = "main" constant ScreenSummary (line 46) | ScreenSummary Screen = "Summary" constant ScreenMonitor (line 49) | ScreenMonitor Screen = "Monitor" constant ScreenNetworkConfig (line 52) | ScreenNetworkConfig Screen = "Network Config" constant ScreenConfigURL (line 55) | ScreenConfigURL Screen = "Config URL" type APIDataListener (line 59) | type APIDataListener interface type ResourceDataListener (line 64) | type ResourceDataListener interface type LogDataListener (line 69) | type LogDataListener interface type NodeSelectListener (line 74) | type NodeSelectListener interface type TickerListener (line 79) | type TickerListener interface type screenConfig (line 83) | type screenConfig struct type screenSelectListener (line 92) | type screenSelectListener interface type Dashboard (line 99) | type Dashboard struct method initScreenConfigs (line 300) | func (d *Dashboard) initScreenConfigs(ctx context.Context, screens []S... method startDataHandler (line 391) | func (d *Dashboard) startDataHandler(ctx context.Context) func() error { method selectNodeByIndex (line 464) | func (d *Dashboard) selectNodeByIndex(index int) { method processAPIData (line 486) | func (d *Dashboard) processAPIData() { method processNodeResource (line 497) | func (d *Dashboard) processNodeResource(nodeResource resourcedata.Data) { method processLog (line 504) | func (d *Dashboard) processLog(node, logLine, logError string) { method processTick (line 511) | func (d *Dashboard) processTick() { method selectScreen (line 517) | func (d *Dashboard) selectScreen(screen Screen) { function buildDashboard (line 136) | func buildDashboard(ctx context.Context, cli *client.Client, opts ...Opt... function Run (line 343) | func Run(ctx context.Context, cli *client.Client, opts ...Option) (runEr... function collectNodeIPsToNodeAliases (line 547) | func collectNodeIPsToNodeAliases(ctx context.Context, c *client.Client) ... function nodeAliasesInContext (line 575) | func nodeAliasesInContext(ctx context.Context) []string { function getSortedNodeAliases (line 594) | func getSortedNodeAliases(ipToNodeAliases map[string]string) []string { FILE: internal/pkg/dashboard/formdata.go constant interfaceNone (line 22) | interfaceNone = "(none)" constant ModeDHCP (line 25) | ModeDHCP = "DHCP" constant ModeStatic (line 28) | ModeStatic = "Static" type NetworkConfigFormData (line 32) | type NetworkConfigFormData struct method ToPlatformNetworkConfig (line 46) | func (formData *NetworkConfigFormData) ToPlatformNetworkConfig() (*run... method parseAddresses (line 143) | func (formData *NetworkConfigFormData) parseAddresses(text string) ([]... method buildAddresses (line 167) | func (formData *NetworkConfigFormData) buildAddresses(linkName string)... method buildRoutes (line 203) | func (formData *NetworkConfigFormData) buildRoutes(linkName string) ([... method splitInputList (line 230) | func (formData *NetworkConfigFormData) splitInputList(text string) []s... FILE: internal/pkg/dashboard/formdata_test.go function TestEmptyFormData (line 20) | func TestEmptyFormData(t *testing.T) { function TestBaseDataZeroOut (line 29) | func TestBaseDataZeroOut(t *testing.T) { function TestFilledFormNoIface (line 98) | func TestFilledFormNoIface(t *testing.T) { function TestFilledFormModeDHCP (line 141) | func TestFilledFormModeDHCP(t *testing.T) { function TestFilledFormModeStaticNoAddresses (line 174) | func TestFilledFormModeStaticNoAddresses(t *testing.T) { function TestFilledFormModeStaticNoGateway (line 184) | func TestFilledFormModeStaticNoGateway(t *testing.T) { function TestFilledFormModeStatic (line 195) | func TestFilledFormModeStatic(t *testing.T) { FILE: internal/pkg/dashboard/logdata/logdata.go type Data (line 28) | type Data struct type Source (line 35) | type Source struct method Start (line 58) | func (source *Source) Start(ctx context.Context) { method Stop (line 65) | func (source *Source) Stop() error { method start (line 71) | func (source *Source) start(ctx context.Context) { method tailNodeWithRetries (line 81) | func (source *Source) tailNodeWithRetries(ctx context.Context, node st... method readDmesg (line 99) | func (source *Source) readDmesg(ctx context.Context, node string) error { function NewSource (line 49) | func NewSource(client *client.Client, resolver resolver.Resolver) *Source { function sleepWithContext (line 130) | func sleepWithContext(ctx context.Context, d time.Duration) { FILE: internal/pkg/dashboard/monitor.go type MonitorGrid (line 15) | type MonitorGrid struct method OnAPIDataChange (line 91) | func (widget *MonitorGrid) OnAPIDataChange(node string, data *apidata.... method onScreenSelect (line 98) | func (widget *MonitorGrid) onScreenSelect(active bool) { function NewMonitorGrid (line 26) | func NewMonitorGrid(app *tview.Application) *MonitorGrid { FILE: internal/pkg/dashboard/networkconfig.go constant formItemHostname (line 27) | formItemHostname = "Hostname" constant formItemDNSServers (line 28) | formItemDNSServers = "DNS Servers" constant formItemTimeServers (line 29) | formItemTimeServers = "Time Servers" constant formItemInterface (line 30) | formItemInterface = "Interface" constant formItemMode (line 31) | formItemMode = "Mode" constant formItemAddresses (line 32) | formItemAddresses = "Addresses" constant formItemGateway (line 33) | formItemGateway = "Gateway" type networkConfigData (line 36) | type networkConfigData struct type NetworkConfigGrid (line 44) | type NetworkConfigGrid struct method OnNodeSelect (line 172) | func (widget *NetworkConfigGrid) OnNodeSelect(node string) { method OnResourceDataChange (line 184) | func (widget *NetworkConfigGrid) OnResourceDataChange(data resourcedat... method formEdited (line 193) | func (widget *NetworkConfigGrid) formEdited() { method redraw (line 283) | func (widget *NetworkConfigGrid) redraw() { method clearForm (line 319) | func (widget *NetworkConfigGrid) clearForm() { method updateNodeData (line 334) | func (widget *NetworkConfigGrid) updateNodeData(data resourcedata.Data) { method getOrCreateNodeData (line 379) | func (widget *NetworkConfigGrid) getOrCreateNodeData(node string) *net... method onScreenSelect (line 393) | func (widget *NetworkConfigGrid) onScreenSelect(active bool) { method save (line 399) | func (widget *NetworkConfigGrid) save(ctx context.Context) { method handleFocusSwitch (line 434) | func (widget *NetworkConfigGrid) handleFocusSwitch(event *tcell.EventK... function NewNetworkConfigGrid (line 67) | func NewNetworkConfigGrid(ctx context.Context, dashboard *Dashboard) *Ne... FILE: internal/pkg/dashboard/options.go type options (line 11) | type options struct function defaultOptions (line 17) | func defaultOptions() *options { type Option (line 30) | type Option function WithInterval (line 33) | func WithInterval(interval time.Duration) Option { function WithAllowExitKeys (line 40) | func WithAllowExitKeys(allowExitKeys bool) Option { function WithScreens (line 48) | func WithScreens(screens ...Screen) Option { FILE: internal/pkg/dashboard/resolver/resolver.go type Resolver (line 9) | type Resolver struct method Resolve (line 21) | func (n *Resolver) Resolve(node string) string { function New (line 14) | func New(db map[string]string) Resolver { FILE: internal/pkg/dashboard/resourcedata/resourcedata.go type Data (line 34) | type Data struct type Source (line 41) | type Source struct method Run (line 54) | func (source *Source) Run(ctx context.Context) { method Stop (line 61) | func (source *Source) Stop() error { method run (line 67) | func (source *Source) run(ctx context.Context) { method runResourceWatchWithRetries (line 83) | func (source *Source) runResourceWatchWithRetries(ctx context.Context,... method runResourceWatch (line 103) | func (source *Source) runResourceWatch(ctx context.Context, node strin... FILE: internal/pkg/dashboard/summary.go type SummaryGrid (line 16) | type SummaryGrid struct method OnNodeSelect (line 78) | func (widget *SummaryGrid) OnNodeSelect(node string) { method OnAPIDataChange (line 91) | func (widget *SummaryGrid) OnAPIDataChange(node string, data *apidata.... method OnResourceDataChange (line 98) | func (widget *SummaryGrid) OnResourceDataChange(nodeResource resourced... method OnLogDataChange (line 107) | func (widget *SummaryGrid) OnLogDataChange(node, logLine, logError str... method updateDiagnostics (line 111) | func (widget *SummaryGrid) updateDiagnostics() { method updateLogViewer (line 128) | func (widget *SummaryGrid) updateLogViewer() { method logViewer (line 148) | func (widget *SummaryGrid) logViewer(node string) *components.LogViewer { method onScreenSelect (line 160) | func (widget *SummaryGrid) onScreenSelect(active bool) { constant summaryTopFixedRows (line 33) | summaryTopFixedRows = 7 function NewSummaryGrid (line 36) | func NewSummaryGrid(app *tview.Application) *SummaryGrid { FILE: internal/pkg/dashboard/util/util.go type NodeContext (line 19) | type NodeContext struct function NodeContexts (line 28) | func NodeContexts(ctx context.Context) []NodeContext { FILE: internal/pkg/discovery/registry/kubernetes.go type Kubernetes (line 36) | type Kubernetes struct method Push (line 198) | func (r *Kubernetes) Push(ctx context.Context, affiliate *cluster.Affi... method List (line 241) | func (r *Kubernetes) List(localNodeName string) ([]*cluster.AffiliateS... method Watch (line 271) | func (r *Kubernetes) Watch(ctx context.Context, logger *zap.Logger) (<... function NewKubernetes (line 43) | func NewKubernetes(client *kubernetes.Client) *Kubernetes { function AnnotationsFromAffiliate (line 50) | func AnnotationsFromAffiliate(affiliate *cluster.Affiliate) map[string]s... function AffiliateFromNode (line 80) | func AffiliateFromNode(node *v1.Node) *cluster.AffiliateSpec { function ipsToString (line 149) | func ipsToString(in []netip.Addr) string { function ipPrefixesToString (line 153) | func ipPrefixesToString(in []netip.Prefix) string { function ipPortsToString (line 157) | func ipPortsToString(in []netip.AddrPort) string { function parseIPs (line 161) | func parseIPs(in string) []netip.Addr { function parseIPPrefixes (line 173) | func parseIPPrefixes(in string) []netip.Prefix { function parseIPPorts (line 185) | func parseIPPorts(in string) []netip.AddrPort { FILE: internal/pkg/discovery/registry/kubernetes_test.go function TestAnnotationsFromAffiliate (line 21) | func TestAnnotationsFromAffiliate(t *testing.T) { function TestAffiliateFromNode (line 100) | func TestAffiliateFromNode(t *testing.T) { FILE: internal/pkg/dns/dns.go type Cache (line 33) | type Cache struct method ServeDNS (line 51) | func (c *Cache) ServeDNS(wr dns.ResponseWriter, msg *dns.Msg) { method Clear (line 81) | func (c *Cache) Clear() { c.cache.Clear() } function NewCache (line 39) | func NewCache(next plugin.Handler, l *zap.Logger) *Cache { function clientWrite (line 84) | func clientWrite(rcode int) bool { type Handler (line 94) | type Handler struct method Name (line 109) | func (h *Handler) Name() string { method ServeDNS (line 116) | func (h *Handler) ServeDNS(ctx context.Context, wrt dns.ResponseWriter... method SetProxy (line 195) | func (h *Handler) SetProxy(prxs iter.Seq[*proxy.Proxy]) bool { method Stop (line 209) | func (h *Handler) Stop() { h.SetProxy(xiter.Empty) } function NewHandler (line 101) | func NewHandler(logger *zap.Logger) *Handler { function NewNodeHandler (line 212) | func NewNodeHandler(next plugin.Handler, hostMapper HostMapper, logger *... type HostMapper (line 217) | type HostMapper interface type NodeHandler (line 222) | type NodeHandler struct method Name (line 231) | func (h *NodeHandler) Name() string { method ServeDNS (line 236) | func (h *NodeHandler) ServeDNS(ctx context.Context, wrt dns.ResponseWr... method SetEnabled (line 307) | func (h *NodeHandler) SetEnabled(enabled bool) { function mapAnswers (line 272) | func mapAnswers(addrs iter.Seq[netip.Addr], name string) []dns.RR { constant nodeDNSResponseTTL (line 304) | nodeDNSResponseTTL = 10 function NewTCPListener (line 312) | func NewTCPListener(network, addr string, control ControlFn) (net.Listen... function NewUDPPacketConn (line 324) | func NewUDPPacketConn(network, addr string, control ControlFn) (net.Pack... function MakeControl (line 339) | func MakeControl(network string, forwardEnabled bool) (ControlFn, error) { type controlOptions (line 402) | type controlOptions struct FILE: internal/pkg/dns/dns_test.go function TestDNS (line 31) | func TestDNS(t *testing.T) { function TestDNSEmptyDestinations (line 110) | func TestDNSEmptyDestinations(t *testing.T) { function Test_ServeBackground (line 129) | func Test_ServeBackground(t *testing.T) { function newManager (line 152) | func newManager(t *testing.T, nameservers ...string) func() { function createQuery (line 218) | func createQuery(name string) *dnssrv.Msg { type testReader (line 234) | type testReader struct method ReadMembers (line 236) | func (r *testReader) ReadMembers(context.Context) (iter.Seq[*cluster.M... FILE: internal/pkg/dns/manager.go type Manager (line 31) | type Manager struct method ServeBackground (line 62) | func (m *Manager) ServeBackground(ctx context.Context) { method RunAll (line 86) | func (m *Manager) RunAll(pairs iter.Seq[AddressPair], forwardEnabled b... method AllowNodeResolving (line 135) | func (m *Manager) AllowNodeResolving(enabled bool) { m.nodeHandler.Set... method SetUpstreams (line 138) | func (m *Manager) SetUpstreams(prxs iter.Seq[*proxy.Proxy]) bool { method ClearAll (line 150) | func (m *Manager) ClearAll(dry bool) error { method clearAll (line 166) | func (m *Manager) clearAll() iter.Seq2[AddressPair, error] { method Done (line 192) | func (m *Manager) Done() <-chan error { function NewManager (line 43) | func NewManager(mr MemberReader, hook suture.EventHook, logger *zap.Logg... type AddressPair (line 76) | type AddressPair struct method String (line 82) | func (a AddressPair) String() string { return "Network: " + a.Network ... function makeResult (line 132) | func makeResult(cfg AddressPair, s Status) RunResult { return RunResult{... type addrResolver (line 196) | type addrResolver struct method ResolveAddr (line 200) | func (s *addrResolver) ResolveAddr(ctx context.Context, qType uint16, ... function fqdnMatch (line 223) | func fqdnMatch(what, where string) bool { type MemberReader (line 240) | type MemberReader interface function newDNSRunnerOpts (line 244) | func newDNSRunnerOpts(cfg AddressPair, rootHandler dnssrv.Handler, forwa... type RunResult (line 288) | type RunResult struct type Status (line 295) | type Status constant StatusNew (line 299) | StatusNew Status = iota constant StatusRunning (line 301) | StatusRunning constant StatusRemoved (line 303) | StatusRemoved FILE: internal/pkg/dns/runnner.go type RunnerOptions (line 19) | type RunnerOptions struct function NewRunner (line 30) | func NewRunner(opts RunnerOptions, l *zap.Logger) *Runner { type Runner (line 47) | type Runner struct method Serve (line 53) | func (r *Runner) Serve(ctx context.Context) error { method close (line 76) | func (r *Runner) close() { FILE: internal/pkg/efivarfs/boot.go type LoadOptionCategory (line 21) | type LoadOptionCategory constant LoadOptionCategoryBoot (line 25) | LoadOptionCategoryBoot LoadOptionCategory = 0x0 constant LoadOptionCategoryApp (line 31) | LoadOptionCategoryApp LoadOptionCategory = 0x1 type LoadOption (line 35) | type LoadOption struct method Marshal (line 62) | func (e *LoadOption) Marshal() ([]byte, error) { function UnmarshalLoadOption (line 117) | func UnmarshalLoadOption(data []byte) (*LoadOption, error) { type BootOrder (line 176) | type BootOrder method Marshal (line 179) | func (t *BootOrder) Marshal() []byte { function UnmarshalBootOrder (line 190) | func UnmarshalBootOrder(d []byte) (BootOrder, error) { FILE: internal/pkg/efivarfs/boot_test.go function TestEncoding (line 30) | func TestEncoding(t *testing.T) { function FuzzDecode (line 57) | func FuzzDecode(f *testing.F) { FILE: internal/pkg/efivarfs/devicepath.go type DevicePath (line 29) | type DevicePath method Marshal (line 272) | func (d DevicePath) Marshal() ([]byte, error) { type DevicePathElem (line 32) | type DevicePathElem interface type pathElemUnmarshalFunc (line 38) | type pathElemUnmarshalFunc type PartitionMBR (line 42) | type PartitionMBR struct method partitionSignature (line 50) | func (p PartitionMBR) partitionSignature() (sig [16]byte) { method partitionFormat (line 56) | func (p PartitionMBR) partitionFormat() uint8 { method signatureType (line 60) | func (p PartitionMBR) signatureType() uint8 { type PartitionGPT (line 65) | type PartitionGPT struct method partitionSignature (line 71) | func (p PartitionGPT) partitionSignature() [16]byte { method partitionFormat (line 75) | func (p PartitionGPT) partitionFormat() uint8 { method signatureType (line 79) | func (p PartitionGPT) signatureType() uint8 { type PartitionUnknown (line 86) | type PartitionUnknown struct method partitionSignature (line 92) | func (p PartitionUnknown) partitionSignature() [16]byte { method partitionFormat (line 96) | func (p PartitionUnknown) partitionFormat() uint8 { method signatureType (line 100) | func (p PartitionUnknown) signatureType() uint8 { type PartitionMatch (line 106) | type PartitionMatch interface type HardDrivePath (line 114) | type HardDrivePath struct method typ (line 129) | func (h *HardDrivePath) typ() uint8 { method subType (line 133) | func (h *HardDrivePath) subType() uint8 { method data (line 137) | func (h *HardDrivePath) data() ([]byte, error) { function unmarshalHardDrivePath (line 156) | func unmarshalHardDrivePath(data []byte) (DevicePathElem, error) { type FilePath (line 198) | type FilePath method typ (line 200) | func (f FilePath) typ() uint8 { method subType (line 204) | func (f FilePath) subType() uint8 { method data (line 208) | func (f FilePath) data() ([]byte, error) { function unmarshalFilePath (line 223) | func unmarshalFilePath(data []byte) (DevicePathElem, error) { type UnknownPath (line 253) | type UnknownPath struct method typ (line 259) | func (u UnknownPath) typ() uint8 { method subType (line 263) | func (u UnknownPath) subType() uint8 { method data (line 267) | func (u UnknownPath) data() ([]byte, error) { function UnmarshalDevicePath (line 300) | func UnmarshalDevicePath(data []byte) (DevicePath, []byte, error) { FILE: internal/pkg/efivarfs/devicepath_test.go function TestMarshalExamples (line 20) | func TestMarshalExamples(t *testing.T) { FILE: internal/pkg/efivarfs/efivarfs.go constant Path (line 34) | Path = "/sys/firmware/efi/efivars" type Attribute (line 51) | type Attribute constant AttrNonVolatile (line 58) | AttrNonVolatile Attribute = 1 << iota constant AttrBootserviceAccess (line 61) | AttrBootserviceAccess constant AttrRuntimeAccess (line 66) | AttrRuntimeAccess constant AttrHardwareErrorRecord (line 70) | AttrHardwareErrorRecord constant AttrAuthenticatedWriteAccess (line 75) | AttrAuthenticatedWriteAccess constant AttrTimeBasedAuthenticatedWriteAccess (line 79) | AttrTimeBasedAuthenticatedWriteAccess constant AttrAppendWrite (line 83) | AttrAppendWrite constant AttrEnhancedAuthenticatedAccess (line 87) | AttrEnhancedAuthenticatedAccess function varPath (line 90) | func varPath(scope uuid.UUID, varName string) string { type ReadWriter (line 95) | type ReadWriter interface type FilesystemReaderWriter (line 103) | type FilesystemReaderWriter struct method Close (line 122) | func (rw *FilesystemReaderWriter) Close() error { method Write (line 131) | func (rw *FilesystemReaderWriter) Write(scope uuid.UUID, varName strin... method Read (line 187) | func (rw *FilesystemReaderWriter) Read(scope uuid.UUID, varName string... method List (line 209) | func (rw *FilesystemReaderWriter) List(scope uuid.UUID) ([]string, err... method Delete (line 236) | func (rw *FilesystemReaderWriter) Delete(scope uuid.UUID, varName stri... function NewFilesystemReaderWriter (line 108) | func NewFilesystemReaderWriter(write bool) (*FilesystemReaderWriter, err... function UniqueBootOrder (line 246) | func UniqueBootOrder(bootOrder BootOrder) BootOrder { FILE: internal/pkg/efivarfs/efivarfs_test.go function TestBootOrder (line 18) | func TestBootOrder(t *testing.T) { function TestBootEntries (line 56) | func TestBootEntries(t *testing.T) { function TestUniqueBootOrder (line 149) | func TestUniqueBootOrder(t *testing.T) { FILE: internal/pkg/efivarfs/mock.go type Mock (line 16) | type Mock struct method Write (line 27) | func (mock *Mock) Write(scope uuid.UUID, varName string, attrs Attribu... method Delete (line 45) | func (mock *Mock) Delete(scope uuid.UUID, varName string) error { method Read (line 60) | func (mock *Mock) Read(scope uuid.UUID, varName string) ([]byte, Attri... method List (line 74) | func (mock *Mock) List(scope uuid.UUID) ([]string, error) { type MockVariable (line 21) | type MockVariable struct FILE: internal/pkg/efivarfs/variables.go function decodeString (line 23) | func decodeString(varData []byte) (string, error) { function ReadLoaderDevicePartUUID (line 34) | func ReadLoaderDevicePartUUID(rw ReadWriter) (uuid.UUID, error) { function ListBootEntries (line 59) | func ListBootEntries(rw ReadWriter) (map[int]*LoadOption, error) { function AddBootEntry (line 93) | func AddBootEntry(rw ReadWriter, be *LoadOption) (int, error) { function GetBootEntry (line 122) | func GetBootEntry(rw ReadWriter, idx int) (*LoadOption, error) { function SetBootEntry (line 137) | func SetBootEntry(rw ReadWriter, idx int, be *LoadOption) error { function DeleteBootEntry (line 147) | func DeleteBootEntry(rw ReadWriter, idx int) error { function SetBootOrder (line 159) | func SetBootOrder(rw ReadWriter, ord BootOrder) error { function GetBootOrder (line 164) | func GetBootOrder(rw ReadWriter) (BootOrder, error) { function SetBootNext (line 180) | func SetBootNext(rw ReadWriter, entryIdx uint16) error { FILE: internal/pkg/encryption/encryption.go constant keyHandlerTimeout (line 29) | keyHandlerTimeout = time.Second * 10 type Helpers (line 32) | type Helpers struct function NewHandler (line 39) | func NewHandler(encryptionConfig block.EncryptionSpec, volumeID string, ... type Handler (line 98) | type Handler struct method Name (line 105) | func (h *Handler) Name() string { method Open (line 110) | func (h *Handler) Open(ctx context.Context, logger *zap.Logger, device... method Close (line 156) | func (h *Handler) Close(ctx context.Context, encryptedPath string) err... method FormatAndEncrypt (line 169) | func (h *Handler) FormatAndEncrypt(ctx context.Context, logger *zap.Lo... method syncKeys (line 201) | func (h *Handler) syncKeys(ctx context.Context, logger *zap.Logger, pa... method updateKey (line 261) | func (h *Handler) updateKey(ctx context.Context, path string, existing... method checkKey (line 285) | func (h *Handler) checkKey(ctx context.Context, path string, handler k... method addKey (line 303) | func (h *Handler) addKey(ctx context.Context, path string, existingKey... method tryHandlers (line 326) | func (h *Handler) tryHandlers( method readToken (line 361) | func (h *Handler) readToken(ctx context.Context, path string, id int) ... FILE: internal/pkg/encryption/encryption_test.go function TestEmpty (line 11) | func TestEmpty(t *testing.T) { FILE: internal/pkg/encryption/helpers/helpers.go type SystemInformationGetter (line 15) | type SystemInformationGetter type TPMLockFunc (line 18) | type TPMLockFunc type SaltGetter (line 21) | type SaltGetter FILE: internal/pkg/encryption/keys/keys.go function NewHandler (line 24) | func NewHandler(cfg block.EncryptionKey, options ...KeyOption) (Handler,... type Handler (line 86) | type Handler interface type KeyHandler (line 93) | type KeyHandler struct method Slot (line 98) | func (k *KeyHandler) Slot() int { FILE: internal/pkg/encryption/keys/kms.go type KMSToken (line 31) | type KMSToken struct type KMSKeyHandler (line 36) | type KMSKeyHandler struct method NewKey (line 53) | func (h *KMSKeyHandler) NewKey(ctx context.Context) (*encryption.Key, ... method GetKey (line 95) | func (h *KMSKeyHandler) GetKey(ctx context.Context, t token.Token) (*e... method getConn (line 129) | func (h *KMSKeyHandler) getConn() (*grpc.ClientConn, error) { function NewKMSKeyHandler (line 44) | func NewKMSKeyHandler(key KeyHandler, kmsEndpoint string, getSystemInfo ... FILE: internal/pkg/encryption/keys/nodeid.go type NodeIDKeyHandler (line 19) | type NodeIDKeyHandler struct method NewKey (line 36) | func (h *NodeIDKeyHandler) NewKey(ctx context.Context) (*encryption.Ke... method GetKey (line 43) | func (h *NodeIDKeyHandler) GetKey(ctx context.Context, _ token.Token) ... function NewNodeIDKeyHandler (line 27) | func NewNodeIDKeyHandler(key KeyHandler, partitionLabel string, systemIn... FILE: internal/pkg/encryption/keys/nodeid_test.go function TestNodeID (line 18) | func TestNodeID(t *testing.T) { function TestNodeIDBadEntropy (line 39) | func TestNodeIDBadEntropy(t *testing.T) { FILE: internal/pkg/encryption/keys/options.go type KeyOption (line 10) | type KeyOption type KeyOptions (line 13) | type KeyOptions struct function WithVolumeID (line 21) | func WithVolumeID(label string) KeyOption { function WithSystemInformationGetter (line 30) | func WithSystemInformationGetter(getter helpers.SystemInformationGetter)... function WithTPMLocker (line 39) | func WithTPMLocker(locker helpers.TPMLockFunc) KeyOption { function WithSaltGetter (line 48) | func WithSaltGetter(getter helpers.SaltGetter) KeyOption { function NewDefaultOptions (line 57) | func NewDefaultOptions(options []KeyOption) (*KeyOptions, error) { FILE: internal/pkg/encryption/keys/salted.go type SaltedHandler (line 19) | type SaltedHandler struct method NewKey (line 33) | func (k *SaltedHandler) NewKey(ctx context.Context) (*encryption.Key, ... method GetKey (line 50) | func (k *SaltedHandler) GetKey(ctx context.Context, token token.Token)... method Slot (line 67) | func (k *SaltedHandler) Slot() int { function NewSaltedHandler (line 25) | func NewSaltedHandler(wrapped Handler, saltGetter helpers.SaltGetter) Ha... FILE: internal/pkg/encryption/keys/salted_test.go function TestSalted (line 17) | func TestSalted(t *testing.T) { FILE: internal/pkg/encryption/keys/static.go type StaticKeyHandler (line 15) | type StaticKeyHandler struct method NewKey (line 30) | func (h *StaticKeyHandler) NewKey(ctx context.Context) (*encryption.Ke... method GetKey (line 37) | func (h *StaticKeyHandler) GetKey(context.Context, token.Token) (*encr... function NewStaticKeyHandler (line 22) | func NewStaticKeyHandler(key KeyHandler, data []byte) *StaticKeyHandler { FILE: internal/pkg/encryption/keys/static_test.go function TestStatic (line 16) | func TestStatic(t *testing.T) { FILE: internal/pkg/encryption/keys/token.go constant TokenTypeKMS (line 9) | TokenTypeKMS = "sideroKMS" constant TokenTypeTPM (line 11) | TokenTypeTPM = "talos-tpm2" FILE: internal/pkg/encryption/keys/tpm2.go type TPMToken (line 24) | type TPMToken struct type TPMKeyHandler (line 37) | type TPMKeyHandler struct method NewKey (line 56) | func (h *TPMKeyHandler) NewKey(ctx context.Context) (*encryption.Key, ... method GetKey (line 103) | func (h *TPMKeyHandler) GetKey(ctx context.Context, t token.Token) (*e... function NewTPMKeyHandler (line 46) | func NewTPMKeyHandler(key KeyHandler, checkSecurebootOnEnroll bool, tpmP... FILE: internal/pkg/encryption/node_params.go type NodeParams (line 8) | type NodeParams struct FILE: internal/pkg/endpoint/endpoint.go type Endpoint (line 16) | type Endpoint struct method GetParam (line 47) | func (e *Endpoint) GetParam(name string) string { function Parse (line 23) | func Parse(sideroLinkParam string) (Endpoint, error) { FILE: internal/pkg/endpoint/endpoint_test.go function TestParseEndpoint (line 15) | func TestParseEndpoint(t *testing.T) { FILE: internal/pkg/environment/environment.go function Get (line 18) | func Get(cfg config.Config) []string { function GetCmdline (line 23) | func GetCmdline(cmdline *procfs.Cmdline, cfg config.Config) []string { FILE: internal/pkg/environment/environment_test.go function TestGet (line 20) | func TestGet(t *testing.T) { FILE: internal/pkg/etcd/certs.go type CertificateGenerator (line 21) | type CertificateGenerator struct method buildOptions (line 29) | func (gen *CertificateGenerator) buildOptions(autoSANs, includeLocalho... method GeneratePeerCert (line 65) | func (gen *CertificateGenerator) GeneratePeerCert() (*x509.PEMEncodedC... method GenerateServerCert (line 89) | func (gen *CertificateGenerator) GenerateServerCert() (*x509.PEMEncode... method GenerateClientCert (line 113) | func (gen *CertificateGenerator) GenerateClientCert(commonName string)... FILE: internal/pkg/etcd/endpoints.go function GetEndpoints (line 23) | func GetEndpoints(ctx context.Context, resources state.State) ([]string,... FILE: internal/pkg/etcd/etcd.go constant QuorumCheckTimeout (line 34) | QuorumCheckTimeout = 15 * time.Second type Client (line 37) | type Client struct method ValidateForUpgrade (line 95) | func (c *Client) ValidateForUpgrade(ctx context.Context, config config... method ValidateQuorum (line 124) | func (c *Client) ValidateQuorum(ctx context.Context) (err error) { method LeaveCluster (line 152) | func (c *Client) LeaveCluster(ctx context.Context, st state.State) err... method GetMemberID (line 197) | func (c *Client) GetMemberID(ctx context.Context) (uint64, error) { method RemoveMemberByMemberID (line 207) | func (c *Client) RemoveMemberByMemberID(ctx context.Context, memberID ... method ForfeitLeadership (line 220) | func (c *Client) ForfeitLeadership(ctx context.Context, memberID strin... function NewClient (line 43) | func NewClient(ctx context.Context, endpoints []string, dialOpts ...grpc... function NewLocalClient (line 71) | func NewLocalClient(ctx context.Context, dialOpts ...grpc.DialOption) (c... function NewClientFromControlPlaneIPs (line 81) | func NewClientFromControlPlaneIPs(ctx context.Context, resources state.S... function validateMemberHealth (line 142) | func validateMemberHealth(ctx context.Context, memberURIs []string) (err... FILE: internal/pkg/etcd/local.go function GetLocalMemberID (line 19) | func GetLocalMemberID(ctx context.Context, s state.State) (uint64, error) { FILE: internal/pkg/etcd/lock.go function WithLock (line 17) | func WithLock(ctx context.Context, key string, logger *zap.Logger, f fun... FILE: internal/pkg/extensions/compress.go function earlyCPUUcode (line 26) | func earlyCPUUcode(quirks quirks.Quirks) []struct { function initramfsPaths (line 40) | func initramfsPaths(quirks quirks.Quirks) []string { method Compress (line 50) | func (ext *Extension) Compress(ctx context.Context, squashPath, initramf... function appendBlob (line 79) | func appendBlob(dst io.Writer, srcPath string) error { method handleUcode (line 98) | func (ext *Extension) handleUcode(initramfsPath string, quirks quirks.Qu... function moveFiles (line 135) | func moveFiles(srcPath, dstPath string) error { function copyFiles (line 139) | func copyFiles(srcPath, dstPath string) error { function handleFilesOp (line 143) | func handleFilesOp(srcPath, dstPath string, op func(string) error) error { function moveFile (line 156) | func moveFile(st fs.FileInfo, srcPath, dstPath string) error { function handleFileOp (line 160) | func handleFileOp(st fs.FileInfo, srcPath, dstPath string, op func(strin... function handleDirectoryOp (line 187) | func handleDirectoryOp(st fs.FileInfo, srcPath, dstPath string, op func(... FILE: internal/pkg/extensions/discarder.go type discarder (line 16) | type discarder struct method ReadAt (line 23) | func (r *discarder) ReadAt(p []byte, off int64) (int, error) { FILE: internal/pkg/extensions/extensions.go type Extension (line 13) | type Extension struct FILE: internal/pkg/extensions/extensions_test.go function TestCompress (line 19) | func TestCompress(t *testing.T) { FILE: internal/pkg/extensions/kernel_modules.go method ProvidesKernelModules (line 31) | func (ext *Extension) ProvidesKernelModules(quirks quirks.Quirks) bool { method KernelModuleDirectory (line 40) | func (ext *Extension) KernelModuleDirectory(quirks quirks.Quirks) string { function autoDecompress (line 44) | func autoDecompress(r io.Reader) (io.Reader, error) { function GenerateKernelModuleDependencyTreeExtension (line 64) | func GenerateKernelModuleDependencyTreeExtension( function logErr (line 172) | func logErr(msg string, f func() error) { function extractRootfsFromInitramfs (line 179) | func extractRootfsFromInitramfs(r io.Reader, rootfsFilePath string) error { function unsquash (line 207) | func unsquash(ctx context.Context, squashfsPath, dest, path string) error { function depmod (line 214) | func depmod(ctx context.Context, baseDir, kernelVersionPath string) error { function findAndMoveKernelModulesDepFiles (line 224) | func findAndMoveKernelModulesDepFiles(dest, kernelModulesPath string) er... FILE: internal/pkg/extensions/list.go function List (line 20) | func List(rootPath string) ([]*Extension, error) { FILE: internal/pkg/extensions/list_test.go function TestList (line 16) | func TestList(t *testing.T) { FILE: internal/pkg/install/install.go function RunInstallerContainer (line 43) | func RunInstallerContainer( function OptionsFromUpgradeRequest (line 271) | func OptionsFromUpgradeRequest(r runtime.Runtime, in *machineapi.Upgrade... FILE: internal/pkg/install/options.go type Option (line 8) | type Option type Options (line 11) | type Options struct method Apply (line 26) | func (o *Options) Apply(opts ...Option) error { function DefaultInstallOptions (line 21) | func DefaultInstallOptions() Options { function WithOptions (line 37) | func WithOptions(opts Options) Option { function WithPull (line 48) | func WithPull(b bool) Option { function WithForce (line 57) | func WithForce(b bool) Option { function WithUpgrade (line 66) | func WithUpgrade(b bool) Option { function WithZero (line 75) | func WithZero(b bool) Option { function WithExtraKernelArgs (line 84) | func WithExtraKernelArgs(s []string) Option { FILE: internal/pkg/install/pull.go function PullAndValidateInstallerImage (line 28) | func PullAndValidateInstallerImage(ctx context.Context, resources state.... FILE: internal/pkg/logind/broker.go type DBusBroker (line 32) | type DBusBroker struct method Close (line 71) | func (broker *DBusBroker) Close() error { method Run (line 80) | func (broker *DBusBroker) Run(ctx context.Context) error { method run (line 94) | func (broker *DBusBroker) run(ctx context.Context, l net.Listener, mu ... function NewBroker (line 37) | func NewBroker(ctx context.Context, serviceSocketPath, clientSocketPath ... function extractFiles (line 111) | func extractFiles(oob []byte) []int { function handleConn (line 134) | func handleConn(ctx context.Context, conn *net.UnixConn, mu *sync.Mutex,... function handleAuth (line 224) | func handleAuth(r *bufio.Reader, w io.Writer) error { FILE: internal/pkg/logind/dbus.go constant dbusPath (line 10) | dbusPath = dbus.ObjectPath("/org/freedesktop/DBus") constant dbusInterface (line 11) | dbusInterface = "org.freedesktop.DBus" constant propsInterface (line 12) | propsInterface = "org.freedesktop.DBus.Properties" type dbusMock (line 15) | type dbusMock struct method Hello (line 17) | func (dbusMock) Hello() (string, *dbus.Error) { method AddMatch (line 21) | func (dbusMock) AddMatch(_ string) *dbus.Error { FILE: internal/pkg/logind/kubelet_mock_test.go constant logindService (line 18) | logindService = "org.freedesktop.login1" constant logindObject (line 19) | logindObject = dbus.ObjectPath("/org/freedesktop/login1") constant logindInterface (line 20) | logindInterface = "org.freedesktop.login1.Manager" type dBusConnector (line 23) | type dBusConnector interface type DBusCon (line 31) | type DBusCon struct method Close (line 46) | func (bus *DBusCon) Close() error { method CurrentInhibitDelay (line 55) | func (bus *DBusCon) CurrentInhibitDelay() (time.Duration, error) { method InhibitShutdown (line 76) | func (bus *DBusCon) InhibitShutdown() (InhibitLock, error) { method ReleaseInhibitLock (line 99) | func (bus *DBusCon) ReleaseInhibitLock(lock InhibitLock) error { method MonitorShutdown (line 110) | func (bus *DBusCon) MonitorShutdown() (<-chan bool, error) { function NewDBusCon (line 35) | func NewDBusCon(path string) (*DBusCon, error) { type InhibitLock (line 51) | type InhibitLock FILE: internal/pkg/logind/logind.go constant logindService (line 21) | logindService = "org.freedesktop.login1" constant logindObject (line 22) | logindObject = dbus.ObjectPath("/org/freedesktop/login1") constant logindInterface (line 23) | logindInterface = "org.freedesktop.login1.Manager" constant InhibitMaxDelay (line 27) | InhibitMaxDelay = 40 * constants.KubeletShutdownGracePeriod type logindMock (line 29) | type logindMock struct method Inhibit (line 34) | func (mock *logindMock) Inhibit(what, who, why, mode string) (dbus.Uni... method Get (line 50) | func (mock *logindMock) Get(iface, property string) (dbus.Variant, *db... method getPipe (line 62) | func (mock *logindMock) getPipe() []int { FILE: internal/pkg/logind/logind_test.go function TestIntegration (line 19) | func TestIntegration(t *testing.T) { FILE: internal/pkg/logind/service.go type ServiceMock (line 15) | type ServiceMock struct method Close (line 78) | func (mock *ServiceMock) Close() error { method EmitShutdown (line 83) | func (mock *ServiceMock) EmitShutdown() error { method WaitLockRelease (line 88) | func (mock *ServiceMock) WaitLockRelease(ctx context.Context) error { function NewServiceMock (line 21) | func NewServiceMock(socketPath string) (*ServiceMock, error) { FILE: internal/pkg/measure/internal/pcr/bank_data.go type RSAKey (line 24) | type RSAKey interface function CalculateBankData (line 34) | func CalculateBankData(pcrNumber int, alg tpm2.TPMAlgID, sectionData map... FILE: internal/pkg/measure/internal/pcr/bank_data_test.go type keyWrapper (line 21) | type keyWrapper struct method PublicRSAKey (line 25) | func (k keyWrapper) PublicRSAKey() *rsa.PublicKey { function TestCalculateBankData (line 29) | func TestCalculateBankData(t *testing.T) { FILE: internal/pkg/measure/internal/pcr/extend.go type Digest (line 20) | type Digest struct method Hash (line 34) | func (d *Digest) Hash() []byte { method Extend (line 39) | func (d *Digest) Extend(data []byte) { method ExtendFrom (line 44) | func (d *Digest) ExtendFrom(rdr io.WriterTo) error { function NewDigest (line 26) | func NewDigest(alg crypto.Hash) *Digest { FILE: internal/pkg/measure/internal/pcr/extend_test.go function TestExtend (line 16) | func TestExtend(t *testing.T) { FILE: internal/pkg/measure/internal/pcr/sections.go function OrderedSections (line 11) | func OrderedSections() []string { FILE: internal/pkg/measure/internal/pcr/sign.go type Signature (line 16) | type Signature struct function Sign (line 22) | func Sign(digest []byte, hash crypto.Hash, key crypto.Signer) (*Signatur... FILE: internal/pkg/measure/internal/pcr/sign_test.go function TestSign (line 20) | func TestSign(t *testing.T) { FILE: internal/pkg/measure/measure.go type SectionsData (line 22) | type SectionsData type RSAKey (line 25) | type RSAKey interface function GenerateSignedPCR (line 31) | func GenerateSignedPCR(sectionsData SectionsData, rsaKey RSAKey) (*tpm2i... FILE: internal/pkg/measure/measure_test.go constant ExpectedSignatureJSON (line 29) | ExpectedSignatureJSON = `{"sha256":[{"pcrs":[11],"pkfp":"58f58f625bd8a8b... type rsaWrapper (line 32) | type rsaWrapper struct method PublicRSAKey (line 36) | func (w rsaWrapper) PublicRSAKey() *rsa.PublicKey { function loadRSAKey (line 40) | func loadRSAKey(path string) (measure.RSAKey, error) { function TestMeasureMatchesExpectedOutput (line 60) | func TestMeasureMatchesExpectedOutput(t *testing.T) { function getSignatureUsingSDMeasure (line 101) | func getSignatureUsingSDMeasure(t *testing.T) string { FILE: internal/pkg/meta/internal/adv/adv.go type ADV (line 9) | type ADV interface constant End (line 21) | End = iota constant _ (line 22) | _ constant _ (line 23) | _ constant Reserved1 (line 25) | Reserved1 constant Reserved2 (line 27) | Reserved2 constant Reserved3 (line 29) | Reserved3 FILE: internal/pkg/meta/internal/adv/syslinux/syslinux.go constant AdvSize (line 18) | AdvSize = 512 constant AdvLen (line 20) | AdvLen = AdvSize - 3*4 constant AdvMagic1 (line 22) | AdvMagic1 = uint32(0x5a2d2fa5) constant AdvMagic2 (line 24) | AdvMagic2 = uint32(0xa3041767) constant AdvMagic3 (line 26) | AdvMagic3 = uint32(0xdd28bf64) type ADV (line 30) | type ADV method ReadTag (line 56) | func (a ADV) ReadTag(t uint8) (val string, ok bool) { method ReadTagBytes (line 66) | func (a ADV) ReadTagBytes(t uint8) (val []byte, ok bool) { method ListTags (line 99) | func (a ADV) ListTags() []uint8 { method SetTag (line 124) | func (a ADV) SetTag(t uint8, val string) bool { method SetTagBytes (line 129) | func (a ADV) SetTagBytes(t uint8, val []byte) (ok bool) { method DeleteTag (line 177) | func (a ADV) DeleteTag(t uint8) (ok bool) { method Bytes (line 232) | func (a ADV) Bytes() ([]byte, error) { method cleanup (line 236) | func (a ADV) cleanup() { method head (line 246) | func (a ADV) head() { method total (line 250) | func (a ADV) total() { method tail (line 259) | func (a ADV) tail() { function NewADV (line 33) | func NewADV(r io.ReadSeeker) (adv ADV, err error) { FILE: internal/pkg/meta/internal/adv/syslinux/syslinux_test.go function TestNewADV (line 16) | func TestNewADV(t *testing.T) { function TestADV_ReadTag (line 64) | func TestADV_ReadTag(t *testing.T) { function TestADV_SetTag (line 110) | func TestADV_SetTag(t *testing.T) { function TestADV_DeleteTag (line 166) | func TestADV_DeleteTag(t *testing.T) { function TestADV_cleanup (line 228) | func TestADV_cleanup(t *testing.T) { function TestADV_head (line 251) | func TestADV_head(t *testing.T) { function TestADV_total (line 285) | func TestADV_total(t *testing.T) { function TestADV_tail (line 318) | func TestADV_tail(t *testing.T) { function TestADV_overwrite (line 352) | func TestADV_overwrite(t *testing.T) { function TestADV_many_tags (line 367) | func TestADV_many_tags(t *testing.T) { FILE: internal/pkg/meta/internal/adv/talos/talos.go constant Length (line 24) | Length = 256 * 1024 constant DataLength (line 25) | DataLength = Length - 40 constant Size (line 26) | Size = 2 * Length constant Magic1 (line 31) | Magic1 uint32 = 0x5a4b3c2d constant Magic2 (line 32) | Magic2 uint32 = 0xa5b4c3d2 type Tag (line 38) | type Tag type Value (line 41) | type Value type ADV (line 56) | type ADV struct method Unmarshal (line 95) | func (a *ADV) Unmarshal(buf []byte) error { method Marshal (line 143) | func (a *ADV) Marshal() ([]byte, error) { method Bytes (line 171) | func (a *ADV) Bytes() ([]byte, error) { method ReadTag (line 181) | func (a *ADV) ReadTag(t uint8) (val string, ok bool) { method ReadTagBytes (line 190) | func (a *ADV) ReadTagBytes(t uint8) (val []byte, ok bool) { method ListTags (line 197) | func (a *ADV) ListTags() (tags []uint8) { method SetTag (line 202) | func (a *ADV) SetTag(t uint8, val string) (ok bool) { method SetTagBytes (line 207) | func (a *ADV) SetTagBytes(t uint8, val []byte) (ok bool) { method DeleteTag (line 228) | func (a *ADV) DeleteTag(t uint8) (ok bool) { function NewADV (line 61) | func NewADV(r io.Reader) (*ADV, error) { FILE: internal/pkg/meta/internal/adv/talos/talos_test.go function TestMarshalUnmarshal (line 19) | func TestMarshalUnmarshal(t *testing.T) { FILE: internal/pkg/meta/meta.go type Meta (line 35) | type Meta struct method getPath (line 97) | func (meta *Meta) getPath(ctx context.Context) (string, string, error) { method Reload (line 130) | func (meta *Meta) Reload(ctx context.Context) error { method syncState (line 193) | func (meta *Meta) syncState(ctx context.Context) error { method Flush (line 230) | func (meta *Meta) Flush() error { method ReadTag (line 306) | func (meta *Meta) ReadTag(t uint8) (val string, ok bool) { method ReadTagBytes (line 319) | func (meta *Meta) ReadTagBytes(t uint8) (val []byte, ok bool) { method SetTag (line 332) | func (meta *Meta) SetTag(ctx context.Context, t uint8, val string) (bo... method SetTagBytes (line 349) | func (meta *Meta) SetTagBytes(ctx context.Context, t uint8, val []byte... method DeleteTag (line 366) | func (meta *Meta) DeleteTag(ctx context.Context, t uint8) (bool, error) { type Options (line 45) | type Options struct type Option (line 51) | type Option function WithFixedPath (line 54) | func WithFixedPath(path string) Option { function WithPrinter (line 61) | func WithPrinter(printer func(string, ...any)) Option { function New (line 68) | func New(ctx context.Context, st state.State, opts ...Option) (*Meta, er... function updateTagResource (line 387) | func updateTagResource(ctx context.Context, st state.State, t uint8, val... function flock (line 411) | func flock(f *os.File, flag int) error { FILE: internal/pkg/meta/meta_test.go function setupTest (line 25) | func setupTest(t *testing.T) (*meta.Meta, string, state.State) { function TestFlow (line 47) | func TestFlow(t *testing.T) { FILE: internal/pkg/miniprocfs/processes.go constant procsPageSize (line 18) | procsPageSize = 256 constant procsBufSize (line 19) | procsBufSize = 16 * 1024 constant userHz (line 20) | userHz = 100 type Processes (line 24) | type Processes struct method Close (line 60) | func (procs *Processes) Close() error { method Next (line 68) | func (procs *Processes) Next() (*machine.ProcessInfo, error) { method readProc (line 96) | func (procs *Processes) readProc(pidString string) (*machine.ProcessIn... method readFileIntoBuf (line 185) | func (procs *Processes) readFileIntoBuf(path string) error { function NewProcesses (line 36) | func NewProcesses() (*Processes, error) { function NewProcessesWithPath (line 41) | func NewProcessesWithPath(rootPath string) (*Processes, error) { FILE: internal/pkg/miniprocfs/processes_test.go function TestLive (line 19) | func TestLive(t *testing.T) { function TestMock (line 41) | func TestMock(t *testing.T) { function BenchmarkPrometheusProcfs (line 87) | func BenchmarkPrometheusProcfs(b *testing.B) { function BenchmarkProcesses (line 135) | func BenchmarkProcesses(b *testing.B) { FILE: internal/pkg/mount/switchroot/switchroot.go function Switch (line 39) | func Switch(prefix string, mountpoints mount.Managers) (err error) { function recursiveDelete (line 124) | func recursiveDelete(fd int, path string) (preserved bool, err error) { function recusiveDeleteInner (line 153) | func recusiveDeleteInner(parentFd int, parentDev uint64, childName, path... function getDev (line 189) | func getDev(fd int) (dev uint64, err error) { FILE: internal/pkg/mount/switchroot/switchroot_test.go function TestEmpty (line 9) | func TestEmpty(t *testing.T) { FILE: internal/pkg/mount/v3/all.go function unmountWithTimeout (line 19) | func unmountWithTimeout(target string, flags int, timeout time.Duration)... function UnmountAll (line 38) | func UnmountAll() error { type mountInfo (line 82) | type mountInfo struct function readMountInfo (line 87) | func readMountInfo() ([]mountInfo, error) { function getSubmounts (line 126) | func getSubmounts(target string) ([]string, error) { FILE: internal/pkg/mount/v3/helpers.go function discard (line 26) | func discard(string, ...any) {} function NewCgroup2 (line 29) | func NewCgroup2() *Manager { function NewReadOnlyOverlay (line 42) | func NewReadOnlyOverlay(sources []string, target string, printer func(st... function NewOverlayWithBasePath (line 68) | func NewOverlayWithBasePath(sources []string, target, basePath string, p... function NewVarOverlay (line 99) | func NewVarOverlay(sources []string, target string, printer func(string,... function NewSystemOverlay (line 104) | func NewSystemOverlay(sources []string, target string, printer func(stri... function Squashfs (line 109) | func Squashfs(target, squashfsFile string, printer func(string, ...any))... function gather (line 131) | func gather[T comparable](c ...func() T) []T { function newManager (line 148) | func newManager(condition func() bool, opts ...ManagerOption) func() *Ma... function always (line 158) | func always() bool { return true } function hasEFIVars (line 160) | func hasEFIVars() bool { function Pseudo (line 173) | func Pseudo(printer func(string, ...any)) Managers { function PseudoLate (line 205) | func PseudoLate(printer func(string, ...any)) Managers { function PseudoSub (line 244) | func PseudoSub(printer func(string, ...any)) Managers { FILE: internal/pkg/mount/v3/manager.go type Manager (line 20) | type Manager struct method Mount (line 51) | func (m *Manager) Mount() (*Point, error) { method Unmount (line 106) | func (m *Manager) Unmount() error { method Move (line 125) | func (m *Manager) Move(newTarget string) error { function NewManager (line 40) | func NewManager(opts ...ManagerOption) *Manager { type ManagerOption (line 130) | type ManagerOption struct function WithTarget (line 135) | func WithTarget(target string) ManagerOption { function WithKeepOpenAfterMount (line 144) | func WithKeepOpenAfterMount() ManagerOption { function WithSelinuxLabel (line 153) | func WithSelinuxLabel(label string) ManagerOption { function WithShared (line 162) | func WithShared() ManagerOption { function WithPrinter (line 171) | func WithPrinter(printer func(string, ...any)) ManagerOption { function WithSkipIfMounted (line 180) | func WithSkipIfMounted() ManagerOption { function WithFsopen (line 189) | func WithFsopen(fstype string, opts ...fsopen.Option) ManagerOption { function WithOpentreeFromPath (line 198) | func WithOpentreeFromPath(path string) ManagerOption { function WithMountAttributes (line 207) | func WithMountAttributes(flags int) ManagerOption { function WithDisableAccessTime (line 216) | func WithDisableAccessTime() ManagerOption { function WithSecure (line 221) | func WithSecure() ManagerOption { function WithReadOnly (line 226) | func WithReadOnly() ManagerOption { function WithDetached (line 231) | func WithDetached() ManagerOption { function WithExtraDirs (line 241) | func WithExtraDirs(dirs ...string) ManagerOption { function WithExtraUnmountCallbacks (line 251) | func WithExtraUnmountCallbacks(callbacks ...func(m *Manager)) ManagerOpt... function WithRecursiveUnmount (line 260) | func WithRecursiveUnmount() ManagerOption { FILE: internal/pkg/mount/v3/managers.go type Managers (line 14) | type Managers method Mount (line 17) | func (managers Managers) Mount() (func() error, error) { method Unmount (line 54) | func (managers Managers) Unmount() error { method Move (line 65) | func (managers Managers) Move(prefix string) error { FILE: internal/pkg/mount/v3/mount.go function BindReadonly (line 15) | func BindReadonly(src, dst string) error { function BindReadonlyFd (line 37) | func BindReadonlyFd(dfd int, dst string) error { FILE: internal/pkg/mount/v3/point.go type Point (line 25) | type Point struct method Mount (line 55) | func (p *Point) Mount(opts Options) error { method Share (line 114) | func (p *Point) Share() error { method Release (line 131) | func (p *Point) Release(force bool) error { method Unmount (line 140) | func (p *Point) Unmount(opts UnmountOptions) error { method IsMounted (line 155) | func (p *Point) IsMounted() (bool, error) { method Move (line 182) | func (p *Point) Move(newTarget string) error { method retry (line 187) | func (p *Point) retry(f func() error, isUnmount bool) error { method moveMount (line 232) | func (p *Point) moveMount(target string) error { method Target (line 254) | func (p *Point) Target() string { method Source (line 259) | func (p *Point) Source() string { method FSType (line 268) | func (p *Point) FSType() string { method Root (line 277) | func (p *Point) Root() xfs.Root { method RemountReadOnly (line 282) | func (p *Point) RemountReadOnly() error { method RemountReadWrite (line 293) | func (p *Point) RemountReadWrite() error { method SetDisableAccessTime (line 304) | func (p *Point) SetDisableAccessTime(disable bool) error { method SetSecure (line 321) | func (p *Point) SetSecure(secure bool) error { method setattr (line 337) | func (p *Point) setattr(attr *unix.MountAttr, flags int) error { function NewPoint (line 36) | func NewPoint(source string, srcfd int, target string, targetfd int, fst... type Options (line 45) | type Options struct function FilterSelinuxLabelErrors (line 97) | func FilterSelinuxLabelErrors(target, fstype string, err error) error { type UnmountOptions (line 125) | type UnmountOptions struct FILE: internal/pkg/mount/v3/unmount.go function trySyncMount (line 15) | func trySyncMount(target string, printer func(string, ...any)) error { function unmountLoop (line 33) | func unmountLoop(ctx context.Context, printer func(string, ...any), targ... function SafeUnmount (line 75) | func SafeUnmount(ctx context.Context, printer func(string, ...any), targ... function safeUnmountSingle (line 121) | func safeUnmountSingle(ctx context.Context, printer func(string, ...any)... function logSubmounts (line 130) | func logSubmounts(printer func(string, ...any), target string) { FILE: internal/pkg/msguid/msguid.go function From (line 19) | func From(u uuid.UUID) (o [16]byte) { function To (line 28) | func To(i [16]byte) (o uuid.UUID) { FILE: internal/pkg/msguid/msguid_test.go function TestRoundTrip (line 19) | func TestRoundTrip(t *testing.T) { FILE: internal/pkg/ntp/consts.go constant MinAllowablePoll (line 11) | MinAllowablePoll = 32 * time.Second constant MaxAllowablePoll (line 13) | MaxAllowablePoll = 2048 * time.Second constant RetryPoll (line 15) | RetryPoll = time.Second constant AdjustTimeLimit (line 20) | AdjustTimeLimit = 400 * time.Millisecond constant EpochLimit (line 22) | EpochLimit = 15 * time.Minute constant ExpectedAccuracy (line 24) | ExpectedAccuracy = 200 * time.Millisecond FILE: internal/pkg/ntp/interfaces.go type CurrentTimeFunc (line 18) | type CurrentTimeFunc type QueryFunc (line 21) | type QueryFunc type SetTimeFunc (line 24) | type SetTimeFunc type AdjustTimeFunc (line 27) | type AdjustTimeFunc FILE: internal/pkg/ntp/internal/spike/spike.go constant defaultCapacity (line 14) | defaultCapacity = 8 type Sample (line 17) | type Sample struct function SampleFromNTPResponse (line 22) | func SampleFromNTPResponse(resp *ntp.Response) Sample { type Detector (line 32) | type Detector struct method IsSpike (line 42) | func (d *Detector) IsSpike(sample Sample) bool { method Jitter (line 108) | func (d *Detector) Jitter() float64 { FILE: internal/pkg/ntp/internal/spike/spike_test.go function TestSpikeDetector (line 15) | func TestSpikeDetector(t *testing.T) { FILE: internal/pkg/ntp/ntp.go type Syncer (line 31) | type Syncer struct method Synced (line 92) | func (syncer *Syncer) Synced() <-chan struct{} { method EpochChange (line 97) | func (syncer *Syncer) EpochChange() <-chan struct{} { method getTimeServers (line 101) | func (syncer *Syncer) getTimeServers() []string { method getLastSyncServer (line 108) | func (syncer *Syncer) getLastSyncServer() string { method setLastSyncServer (line 115) | func (syncer *Syncer) setLastSyncServer(lastSyncServer string) { method SetTimeServers (line 123) | func (syncer *Syncer) SetTimeServers(timeServers []string) { method restartSync (line 137) | func (syncer *Syncer) restartSync() { method isSpike (line 152) | func (syncer *Syncer) isSpike(resp *ntp.Response) bool { method Run (line 162) | func (syncer *Syncer) Run(ctx context.Context) { method query (line 248) | func (syncer *Syncer) query(ctx context.Context) (lastSyncServer strin... method resolveServers (line 308) | func (syncer *Syncer) resolveServers(ctx context.Context) ([]string, e... method lookupIPAddrWithTimeout (line 335) | func (syncer *Syncer) lookupIPAddrWithTimeout(ctx context.Context, hos... method queryServer (line 342) | func (syncer *Syncer) queryServer(server string) (*Measurement, error) { method queryPTP (line 350) | func (syncer *Syncer) queryPTP(device string) (*Measurement, error) { method queryNTP (line 402) | func (syncer *Syncer) queryNTP(server string) (*Measurement, error) { method adjustTime (line 443) | func (syncer *Syncer) adjustTime(offset time.Duration, leapSecond ntp.... type Measurement (line 58) | type Measurement struct function NewSyncer (line 65) | func NewSyncer(logger *zap.Logger, timeServers []string) *Syncer { function absDuration (line 144) | func absDuration(d time.Duration) time.Duration { function IsPTPDevice (line 304) | func IsPTPDevice(server string) bool { function QueryPTPDevice (line 374) | func QueryPTPDevice(device string) (unix.Timespec, error) { function log2i (line 432) | func log2i(v uint64) int { FILE: internal/pkg/ntp/ntp_test.go type NTPSuite (line 27) | type NTPSuite struct method SetupTest (line 43) | func (suite *NTPSuite) SetupTest() { method getSystemClock (line 51) | func (suite *NTPSuite) getSystemClock() time.Time { method adjustSystemClock (line 58) | func (suite *NTPSuite) adjustSystemClock(val *unix.Timex) (status time... method fakeQuery (line 74) | func (suite *NTPSuite) fakeQuery(host string) (resp *beevikntp.Respons... method TestSync (line 187) | func (suite *NTPSuite) TestSync() { method TestSyncContinuous (line 214) | func (suite *NTPSuite) TestSyncContinuous() { method TestSyncKissOfDeath (line 259) | func (suite *NTPSuite) TestSyncKissOfDeath() { method TestSyncWithSpikes (line 309) | func (suite *NTPSuite) TestSyncWithSpikes() { method TestSyncChangeTimeservers (line 358) | func (suite *NTPSuite) TestSyncChangeTimeservers() { method TestSyncIterateTimeservers (line 393) | func (suite *NTPSuite) TestSyncIterateTimeservers() { method TestSyncEpochChange (line 442) | func (suite *NTPSuite) TestSyncEpochChange() { method TestSyncSwitchTimeservers (line 478) | func (suite *NTPSuite) TestSyncSwitchTimeservers() { function TestNTPSuite (line 39) | func TestNTPSuite(t *testing.T) { FILE: internal/pkg/partition/constants.go constant EFISystemPartition (line 14) | EFISystemPartition Type = "C12A7328-F81F-11D2-BA4B-00A0C93EC93B" constant BIOSBootPartition (line 15) | BIOSBootPartition Type = "21686148-6449-6E6F-744E-656564454649" constant LinuxFilesystemData (line 16) | LinuxFilesystemData Type = "0FC63DAF-8483-4772-8E79-3D69D8477DE4" constant LinkSwap (line 17) | LinkSwap Type = "0657FD6D-A4AB-43C4-84E5-0933C84B4F4F" constant FilesystemTypeNone (line 25) | FilesystemTypeNone FileSystemType = "none" constant FilesystemTypeZeroes (line 26) | FilesystemTypeZeroes FileSystemType = "zeroes" constant FilesystemTypeXFS (line 27) | FilesystemTypeXFS FileSystemType = "xfs" constant FilesystemTypeVFAT (line 28) | FilesystemTypeVFAT FileSystemType = "vfat" constant FileSystemTypeExt4 (line 29) | FileSystemTypeExt4 FileSystemType = "ext4" FILE: internal/pkg/partition/format.go type FormatOptions (line 20) | type FormatOptions struct type FormatOption (line 30) | type FormatOption function WithSourceDirectory (line 33) | func WithSourceDirectory(dir string) FormatOption { function WithUnsupportedFSOption (line 40) | func WithUnsupportedFSOption() FormatOption { function WithForce (line 47) | func WithForce() FormatOption { function WithLabel (line 54) | func WithLabel(label string) FormatOption { function WithFileSystemType (line 61) | func WithFileSystemType(fsType FileSystemType) FormatOption { function WithReproducible (line 68) | func WithReproducible() FormatOption { function NewFormatOptions (line 75) | func NewFormatOptions(opts ...FormatOption) *FormatOptions { function Format (line 86) | func Format(ctx context.Context, devname string, t *FormatOptions, talos... function zeroPartition (line 126) | func zeroPartition(devname string) (err error) { function systemPartitionsFormatOptions (line 138) | func systemPartitionsFormatOptions(opts FormatOptions) *FormatOptions { FILE: internal/pkg/partition/helpers.go function WipeWithSignatures (line 23) | func WipeWithSignatures(bd *block.Device, deviceName string, log func(st... FILE: internal/pkg/partition/partition.go type Options (line 18) | type Options struct function NewPartitionOptions (line 30) | func NewPartitionOptions(uki bool, quirk quirks.Quirks, formatOpts ...Fo... FILE: internal/pkg/partition/wipe.go type VolumeWipeTarget (line 19) | type VolumeWipeTarget struct method GetLabel (line 60) | func (v *VolumeWipeTarget) GetLabel() string { method String (line 65) | func (v *VolumeWipeTarget) String() string { method Wipe (line 71) | func (v *VolumeWipeTarget) Wipe(ctx context.Context, log func(string, ... method wipeWithParentLocked (line 100) | func (v *VolumeWipeTarget) wipeWithParentLocked(log func(string, ...an... method dropWithParentLocked (line 113) | func (v *VolumeWipeTarget) dropWithParentLocked(parentBd *block.Device... function VolumeWipeTargetFromVolumeStatus (line 28) | func VolumeWipeTargetFromVolumeStatus(vs *blockres.VolumeStatus) *Volume... function VolumeWipeTargetFromDiscoveredVolume (line 44) | func VolumeWipeTargetFromDiscoveredVolume(dv *blockres.DiscoveredVolume)... FILE: internal/pkg/pcap/pcap.go type Writer (line 23) | type Writer struct method WriteFileHeader (line 54) | func (w *Writer) WriteFileHeader(snaplen uint32, linktype LinkType) er... method writePacketHeader (line 72) | func (w *Writer) writePacketHeader(ci gopacket.CaptureInfo) error { method WritePacket (line 93) | func (w *Writer) WritePacket(ci gopacket.CaptureInfo, data []byte) err... constant magicNanoseconds (line 29) | magicNanoseconds = 0xA1B23C4D constant versionMajor (line 30) | versionMajor = 2 constant versionMinor (line 31) | versionMinor = 4 type LinkType (line 35) | type LinkType constant LinkTypeEthernet (line 39) | LinkTypeEthernet LinkType = 1 constant LinkTypeRaw (line 40) | LinkTypeRaw LinkType = 101 function NewWriter (line 48) | func NewWriter(w io.Writer) *Writer { FILE: internal/pkg/pci/pci.go type Device (line 13) | type Device struct method LookupDB (line 22) | func (d *Device) LookupDB() { FILE: internal/pkg/pci/sysfs.go constant sysfsPath (line 16) | sysfsPath = "/sys/bus/pci/devices/%s/%s" function readID (line 18) | func readID(busPath, name string) (uint16, error) { function SysfsDeviceInfo (line 30) | func SysfsDeviceInfo(busPath string) (*Device, error) { FILE: internal/pkg/rng/pool.go function GetPoolSize (line 17) | func GetPoolSize() (int, error) { function WriteEntropy (line 27) | func WriteEntropy(data []byte) error { FILE: internal/pkg/rng/tpm.go function TPMSeed (line 22) | func TPMSeed() error { FILE: internal/pkg/rootfs/rootfs_test.go function TestPkgsGoVersionMatchesTalos (line 18) | func TestPkgsGoVersionMatchesTalos(t *testing.T) { FILE: internal/pkg/secureboot/database/database.go type Entry (line 25) | type Entry struct constant microsoftSignatureOwnerGUID (line 31) | microsoftSignatureOwnerGUID = "77fa9abd-0359-4d32-bd60-28f4e78f784b" function loadWellKnownCertificates (line 44) | func loadWellKnownCertificates(fs embed.FS, path string) ([]*x509.Certif... type Options (line 88) | type Options struct type Option (line 93) | type Option function IncludeWellKnownCertificates (line 96) | func IncludeWellKnownCertificates(v bool) Option { function Generate (line 107) | func Generate(enrolledCertificate []byte, signer pesign.CertificateSigne... FILE: internal/pkg/secureboot/pesign/pesign.go type Signer (line 20) | type Signer struct method Sign (line 38) | func (s *Signer) Sign(input, output string) error { type CertificateSigner (line 25) | type CertificateSigner interface function NewSigner (line 31) | func NewSigner(provider CertificateSigner) (*Signer, error) { FILE: internal/pkg/secureboot/pesign/pesign_test.go type certificateProvider (line 22) | type certificateProvider struct method Signer (line 26) | func (c *certificateProvider) Signer() crypto.Signer { method Certificate (line 30) | func (c *certificateProvider) Certificate() *stdx509.Certificate { function TestSign (line 34) | func TestSign(t *testing.T) { FILE: internal/pkg/secureboot/secureboot.go type Phase (line 9) | type Phase constant EnterInitrd (line 13) | EnterInitrd Phase = "enter-initrd" constant LeaveInitrd (line 15) | LeaveInitrd Phase = "leave-initrd" constant EnterMachined (line 18) | EnterMachined Phase = "enter-machined" constant StartTheWorld (line 20) | StartTheWorld Phase = "start-the-world" type PhaseInfo (line 24) | type PhaseInfo struct function OrderedPhases (line 37) | func OrderedPhases() []PhaseInfo { FILE: internal/pkg/secureboot/tpm2/keys.go function ParsePCRSigningPubKey (line 20) | func ParsePCRSigningPubKey(file string) (*rsa.PublicKey, error) { function RSAPubKeyTemplate (line 46) | func RSAPubKeyTemplate(bitlen, exponent int, modulus []byte) tpm2.TPMTPu... FILE: internal/pkg/secureboot/tpm2/pcr.go function CreateSelector (line 24) | func CreateSelector(pcrs []int) ([]byte, error) { function ReadPCR (line 41) | func ReadPCR(t transport.TPM, pcr int) ([]byte, error) { function PCRExtend (line 67) | func PCRExtend(pcr int, data []byte) error { function PolicyPCRDigest (line 122) | func PolicyPCRDigest(t transport.TPM, policyHandle tpm2.TPMHandle, pcrSe... function validatePCRBanks (line 145) | func validatePCRBanks(t transport.TPM, tpmPCRs []int) error { function validatePCRNotZeroAndNotFilled (line 202) | func validatePCRNotZeroAndNotFilled(pcrValue []byte, pcr int) error { FILE: internal/pkg/secureboot/tpm2/pcr_test.go function TestGetSelection (line 16) | func TestGetSelection(t *testing.T) { FILE: internal/pkg/secureboot/tpm2/policy.go function CalculatePolicy (line 17) | func CalculatePolicy(pcrValue []byte, pcrSelection tpm2.TPMLPCRSelection... function calculatePolicyAuthorize (line 40) | func calculatePolicyAuthorize(calculator *tpm2.PolicyCalculator, pubKey ... type SealingPolicyDigestInfo (line 61) | type SealingPolicyDigestInfo struct function CalculateSealingPolicyDigest (line 68) | func CalculateSealingPolicyDigest(t transport.TPM, spInfo SealingPolicyD... FILE: internal/pkg/secureboot/tpm2/policy_test.go function TestCalculatePolicy (line 18) | func TestCalculatePolicy(t *testing.T) { function TestCalculateSealingPolicyDigestWithNOPCRs (line 36) | func TestCalculateSealingPolicyDigestWithNOPCRs(t *testing.T) { function TestCalculateSealingPolicyDigestWithPCRs (line 54) | func TestCalculateSealingPolicyDigestWithPCRs(t *testing.T) { FILE: internal/pkg/secureboot/tpm2/seal.go function Seal (line 18) | func Seal(key []byte, tpmPCRs []int) (*SealedResponse, error) { FILE: internal/pkg/secureboot/tpm2/signature.go type PCRData (line 17) | type PCRData struct type BankData (line 25) | type BankData struct function ParsePCRSignature (line 37) | func ParsePCRSignature() (*PCRData, error) { FILE: internal/pkg/secureboot/tpm2/tpm2.go constant EncryptionSchemaVersionErrata (line 14) | EncryptionSchemaVersionErrata = "1" type SealedResponse (line 18) | type SealedResponse struct FILE: internal/pkg/secureboot/tpm2/unseal.go function Unseal (line 27) | func Unseal(sealed SealedResponse) ([]byte, error) { function validatePCRPolicyDigest (line 269) | func validatePCRPolicyDigest(t transport.TPM, handle tpm2.TPMHandle, pcr... FILE: internal/pkg/selinux/selinux.go function GetLabel (line 63) | func GetLabel(filename string) (string, error) { function SetLabel (line 82) | func SetLabel(filename string, label string, excludeLabels ...string) er... function FGetLabel (line 112) | func FGetLabel(root xfs.Root, filename string) (string, error) { function FSetLabel (line 143) | func FSetLabel(root xfs.Root, filename string, label string, excludeLabe... function SetLabelRecursive (line 185) | func SetLabelRecursive(dir string, label string, excludeLabels ...string... function Init (line 197) | func Init() error { FILE: internal/pkg/smbios/oem.go function ReadOEMVariable (line 12) | func ReadOEMVariable(name string) ([]string, error) { FILE: internal/pkg/smbios/smbios.go function GetSMBIOSInfo (line 21) | func GetSMBIOSInfo() (*smbios.SMBIOS, error) { FILE: internal/pkg/timex/timex.go type Status (line 15) | type Status method String (line 17) | func (status Status) String() string { type State (line 50) | type State method String (line 52) | func (state State) String() string { function Adjtimex (line 72) | func Adjtimex(buf *unix.Timex) (state State, err error) { FILE: internal/pkg/toml/merge.go function tomlDecodeFile (line 21) | func tomlDecodeFile(path string, dest any) ([]byte, error) { function Merge (line 41) | func Merge(parts []string) ([]byte, map[string][]byte, error) { FILE: internal/pkg/toml/merge_test.go function TestMerge (line 20) | func TestMerge(t *testing.T) { FILE: internal/pkg/tpm/tpm_linux.go function Open (line 21) | func Open() (transport.TPMCloser, error) { FILE: internal/pkg/tpm/tpm_other.go function Open (line 17) | func Open() (transport.TPMCloser, error) { FILE: internal/pkg/uki/assemble.go method assemble (line 14) | func (builder *Builder) assemble() error { FILE: internal/pkg/uki/generate.go method generateOSRel (line 26) | func (builder *Builder) generateOSRel() error { method generateCmdline (line 50) | func (builder *Builder) generateCmdline() error { method generateInitrd (line 69) | func (builder *Builder) generateInitrd() error { method generateSplash (line 82) | func (builder *Builder) generateSplash() error { method generateUname (line 101) | func (builder *Builder) generateUname() error { method generateSBAT (line 137) | func (builder *Builder) generateSBAT() error { method generatePCRPublicKey (line 160) | func (builder *Builder) generatePCRPublicKey() error { function defaultProfiles (line 189) | func defaultProfiles() []Profile { method generateProfiles (line 197) | func (builder *Builder) generateProfiles() error { method generateKernel (line 245) | func (builder *Builder) generateKernel() error { type profileIndex (line 268) | type profileIndex struct method generatePCRSig (line 273) | func (builder *Builder) generatePCRSig() error { method writePCRSignature (line 321) | func (builder *Builder) writePCRSignature(data map[string]string, filena... FILE: internal/pkg/uki/internal/pe/extract.go type AssetInfo (line 14) | type AssetInfo struct function Extract (line 23) | func Extract(ukiPath string) (assetInfo AssetInfo, err error) { FILE: internal/pkg/uki/internal/pe/extract_test.go function TestUKIExtract (line 19) | func TestUKIExtract(t *testing.T) { FILE: internal/pkg/uki/internal/pe/native.go constant dosHeaderLength (line 22) | dosHeaderLength = 0x40 constant dosHeaderPadding (line 23) | dosHeaderPadding = 0x40 function AssembleNative (line 29) | func AssembleNative(srcPath, dstPath string, sections []Section) error { type zeroReader (line 280) | type zeroReader struct method Read (line 282) | func (zeroReader) Read(p []byte) (int, error) { FILE: internal/pkg/uki/internal/pe/objcopy.go function AssembleObjcopy (line 17) | func AssembleObjcopy(ctx context.Context, srcPath, dstPath string, secti... FILE: internal/pkg/uki/internal/pe/pe.go type Section (line 9) | type Section struct FILE: internal/pkg/uki/internal/pe/pe_test.go function assertToolsPresent (line 21) | func assertToolsPresent(t *testing.T) { function TestAssembleNative (line 36) | func TestAssembleNative(t *testing.T) { function dumpHeaders (line 111) | func dumpHeaders(t *testing.T, path string) string { function binaryDump (line 122) | func binaryDump(t *testing.T, path string) string { function extractSection (line 131) | func extractSection(t *testing.T, path, section string) string { function TestMultipleSections (line 142) | func TestMultipleSections(t *testing.T) { FILE: internal/pkg/uki/kernel.go function DiscoverKernelVersion (line 20) | func DiscoverKernelVersion(kernelPath string) (string, error) { FILE: internal/pkg/uki/kernel_test.go function TestKernelVersion (line 16) | func TestKernelVersion(t *testing.T) { FILE: internal/pkg/uki/sbat.go function GetSBAT (line 13) | func GetSBAT(path string) ([]byte, error) { FILE: internal/pkg/uki/sbat_test.go function TestGetSBAT (line 15) | func TestGetSBAT(t *testing.T) { FILE: internal/pkg/uki/uki.go type Section (line 20) | type Section method String (line 41) | func (s Section) String() string { constant SectionLinux (line 24) | SectionLinux Section = ".linux" constant SectionOSRel (line 25) | SectionOSRel Section = ".osrel" constant SectionCmdline (line 26) | SectionCmdline Section = ".cmdline" constant SectionInitrd (line 27) | SectionInitrd Section = ".initrd" constant SectionUcode (line 28) | SectionUcode Section = ".ucode" constant SectionSplash (line 29) | SectionSplash Section = ".splash" constant SectionDTB (line 30) | SectionDTB Section = ".dtb" constant SectionUname (line 31) | SectionUname Section = ".uname" constant SectionSBAT (line 32) | SectionSBAT Section = ".sbat" constant SectionPCRSig (line 33) | SectionPCRSig Section = ".pcrsig" constant SectionPCRPKey (line 34) | SectionPCRPKey Section = ".pcrpkey" constant SectionProfile (line 35) | SectionProfile Section = ".profile" constant SectionDTBAuto (line 36) | SectionDTBAuto Section = ".dtbauto" constant SectionHWIDS (line 37) | SectionHWIDS Section = ".hwids" type Builder (line 48) | type Builder struct method Build (line 111) | func (builder *Builder) Build(printf func(string, ...any)) error { method BuildSigned (line 164) | func (builder *Builder) BuildSigned(printf func(string, ...any)) error { type Profile (line 88) | type Profile struct method String (line 96) | func (p Profile) String() string { function Extract (line 224) | func Extract(ukiPath string) (asset pe.AssetInfo, err error) { FILE: internal/pkg/uki/uki_test.go type certificateProvider (line 34) | type certificateProvider struct method Signer (line 38) | func (c *certificateProvider) Signer() crypto.Signer { method Certificate (line 42) | func (c *certificateProvider) Certificate() *stdx509.Certificate { type rsaWrapper (line 46) | type rsaWrapper struct method PublicRSAKey (line 50) | func (w rsaWrapper) PublicRSAKey() *rsa.PublicKey { function loadRSAKey (line 54) | func loadRSAKey(path string) (measure.RSAKey, error) { function TestBuildUKI (line 102) | func TestBuildUKI(t *testing.T) { function compareUKIFiles (line 390) | func compareUKIFiles(t *testing.T, ukiNative, ukiUKIFY string) { FILE: internal/pkg/zboot/zboot.go function Extract (line 20) | func Extract(kernel *os.File) (int, io.Closer, error) { FILE: pkg/archiver/archiver.go function TarGz (line 15) | func TarGz(ctx context.Context, rootPath string, output io.Writer, walke... function UntarGz (line 34) | func UntarGz(ctx context.Context, input io.Reader, rootPath string) error { FILE: pkg/archiver/archiver_test.go type CommonSuite (line 16) | type CommonSuite struct method SetupSuite (line 60) | func (suite *CommonSuite) SetupSuite() { FILE: pkg/archiver/tar.go function Tar (line 23) | func Tar(ctx context.Context, paths <-chan FileItem, output io.Writer) e... function processFile (line 53) | func processFile(ctx context.Context, tw *tar.Writer, fi FileItem, buf [... function archiveFile (line 128) | func archiveFile(ctx context.Context, tw io.Writer, fi FileItem, r io.Re... FILE: pkg/archiver/tar_test.go type TarSuite (line 21) | type TarSuite struct method TestArchiveDir (line 25) | func (suite *TarSuite) TestArchiveDir() { method TestArchiveFile (line 82) | func (suite *TarSuite) TestArchiveFile() { method TestArchiveProcfs (line 114) | func (suite *TarSuite) TestArchiveProcfs() { function TestTarSuite (line 154) | func TestTarSuite(t *testing.T) { FILE: pkg/archiver/untar.go function Untar (line 24) | func Untar(ctx context.Context, r io.Reader, rootPath string) error { FILE: pkg/archiver/walker.go type FileItem (line 15) | type FileItem struct type FileType (line 24) | type FileType constant RegularFileType (line 28) | RegularFileType FileType = iota constant DirectoryFileType (line 29) | DirectoryFileType constant SymlinkFileType (line 30) | SymlinkFileType type walkerOptions (line 33) | type walkerOptions struct type WalkerOption (line 41) | type WalkerOption function WithSkipRoot (line 44) | func WithSkipRoot() WalkerOption { function WithMaxRecurseDepth (line 53) | func WithMaxRecurseDepth(maxDepth int) WalkerOption { function WithFnmatchPatterns (line 62) | func WithFnmatchPatterns(patterns ...string) WalkerOption { function WithFileTypes (line 71) | func WithFileTypes(fileType ...FileType) WalkerOption { function Walker (line 83) | func Walker(ctx context.Context, rootPath string, options ...WalkerOptio... constant OSPathSeparator (line 194) | OSPathSeparator = string(os.PathSeparator) function atMaxDepth (line 196) | func atMaxDepth(maximum int, root, cur string) bool { FILE: pkg/archiver/walker_test.go type WalkerSuite (line 19) | type WalkerSuite struct method TestIterationDir (line 23) | func (suite *WalkerSuite) TestIterationDir() { method TestIterationFilter (line 47) | func (suite *WalkerSuite) TestIterationFilter() { method TestIterationMaxRecurseDepth (line 69) | func (suite *WalkerSuite) TestIterationMaxRecurseDepth() { method TestIterationFile (line 118) | func (suite *WalkerSuite) TestIterationFile() { method TestIterationSymlink (line 133) | func (suite *WalkerSuite) TestIterationSymlink() { method TestIterationNotFound (line 169) | func (suite *WalkerSuite) TestIterationNotFound() { method TestIterationTypes (line 174) | func (suite *WalkerSuite) TestIterationTypes() { function TestWalkerSuite (line 191) | func TestWalkerSuite(t *testing.T) { FILE: pkg/argsbuilder/argsbuilder_args.go type Args (line 22) | type Args method MustMerge (line 25) | func (a Args) MustMerge(args Args, setters ...MergeOption) { method Merge (line 34) | func (a Args) Merge(args Args, setters ...MergeOption) error { method Set (line 114) | func (a Args) Set(k Key, v Value) ArgsBuilder { method Args (line 121) | func (a Args) Args() []string { method Get (line 142) | func (a Args) Get(k Key) Value { method Contains (line 147) | func (a Args) Contains(k Key) bool { type DenyListError (line 155) | type DenyListError struct method Error (line 165) | func (b *DenyListError) Error() string { function NewDenylistError (line 160) | func NewDenylistError(s string) error { FILE: pkg/argsbuilder/argsbuilder_interface.go type MergePolicy (line 8) | type MergePolicy constant MergeOverwrite (line 12) | MergeOverwrite = iota constant MergeAdditive (line 14) | MergeAdditive constant MergeDenied (line 16) | MergeDenied constant MergePrepend (line 18) | MergePrepend constant MergeAppend (line 20) | MergeAppend type MergePolicies (line 24) | type MergePolicies type MergeOptions (line 27) | type MergeOptions struct type MergeOption (line 32) | type MergeOption function WithMergePolicies (line 35) | func WithMergePolicies(policies MergePolicies) MergeOption { function WithDenyList (line 42) | func WithDenyList(denyList Args) MergeOption { type ArgsBuilder (line 55) | type ArgsBuilder interface FILE: pkg/argsbuilder/argsbuilder_test.go type ArgsbuilderSuite (line 15) | type ArgsbuilderSuite struct method TestMergeAdditive (line 19) | func (suite *ArgsbuilderSuite) TestMergeAdditive() { method TestMergeOverwrite (line 53) | func (suite *ArgsbuilderSuite) TestMergeOverwrite() { method TestMergePrepend (line 78) | func (suite *ArgsbuilderSuite) TestMergePrepend() { method TestMergeAppend (line 111) | func (suite *ArgsbuilderSuite) TestMergeAppend() { method TestMergeDenied (line 143) | func (suite *ArgsbuilderSuite) TestMergeDenied() { method TestMergeDenyList (line 159) | func (suite *ArgsbuilderSuite) TestMergeDenyList() { function TestArgsbuilderSuite (line 179) | func TestArgsbuilderSuite(t *testing.T) { FILE: pkg/bytesize/bytesize.go type ByteSize (line 17) | type ByteSize struct method Bytes (line 34) | func (bs *ByteSize) Bytes() uint64 { method Megabytes (line 39) | func (bs *ByteSize) Megabytes() uint64 { method Gigabytes (line 44) | func (bs *ByteSize) Gigabytes() uint64 { method Mebibytetes (line 49) | func (bs *ByteSize) Mebibytetes() uint64 { method Gibibytes (line 54) | func (bs *ByteSize) Gibibytes() uint64 { method String (line 59) | func (bs *ByteSize) String() string { method SetDefaultUnit (line 64) | func (bs *ByteSize) SetDefaultUnit(unit string) { method Set (line 69) | func (bs *ByteSize) Set(in string) error { method Type (line 98) | func (bs *ByteSize) Type() string { return "string(mb,gb)" } function WithDefaultUnit (line 24) | func WithDefaultUnit(unit string) *ByteSize { function New (line 29) | func New() *ByteSize { FILE: pkg/bytesize/bytesize_test.go function TestBytesizeNoDefaultUnit (line 15) | func TestBytesizeNoDefaultUnit(t *testing.T) { function TestBytesizeWithDefaultUnit (line 41) | func TestBytesizeWithDefaultUnit(t *testing.T) { function TestByteSizeUnits (line 71) | func TestByteSizeUnits(t *testing.T) { FILE: pkg/chunker/chunker.go type ChunkReader (line 12) | type ChunkReader interface FILE: pkg/chunker/file/file.go type Options (line 18) | type Options struct type Option (line 24) | type Option function WithSize (line 27) | func WithSize(s int) Option { function WithFollow (line 34) | func WithFollow() Option { function NewChunker (line 44) | func NewChunker(ctx context.Context, source Source, setters ...Option) c... FILE: pkg/chunker/file/file_test.go type FileChunkerSuite (line 20) | type FileChunkerSuite struct method SetupSuite (line 28) | func (suite *FileChunkerSuite) SetupSuite() { method SetupTest (line 32) | func (suite *FileChunkerSuite) SetupTest() { method TearDownTest (line 44) | func (suite *FileChunkerSuite) TearDownTest() { method TestStreaming (line 65) | func (suite *FileChunkerSuite) TestStreaming() { method TestStreamingWithSomeHead (line 92) | func (suite *FileChunkerSuite) TestStreamingWithSomeHead() { method TestStreamingSmallBuffer (line 121) | func (suite *FileChunkerSuite) TestStreamingSmallBuffer() { method TestStreamingDeleted (line 153) | func (suite *FileChunkerSuite) TestStreamingDeleted() { method TestNoFollow (line 181) | func (suite *FileChunkerSuite) TestNoFollow() { function collectChunks (line 49) | func collectChunks(chunksCh <-chan []byte) <-chan []byte { function TestFileChunkerSuite (line 201) | func TestFileChunkerSuite(t *testing.T) { FILE: pkg/chunker/stream/stream.go type Options (line 21) | type Options struct type Option (line 26) | type Option function Size (line 29) | func Size(s int) Option { type Stream (line 36) | type Stream struct method Read (line 68) | func (c *Stream) Read() <-chan []byte { type Source (line 44) | type Source interface function NewChunker (line 49) | func NewChunker(ctx context.Context, source Source, setters ...Option) c... FILE: pkg/chunker/stream/stream_test.go type StreamChunkerSuite (line 18) | type StreamChunkerSuite struct method SetupTest (line 25) | func (suite *StreamChunkerSuite) SetupTest() { method TearDownTest (line 29) | func (suite *StreamChunkerSuite) TearDownTest() { method TestStreaming (line 50) | func (suite *StreamChunkerSuite) TestStreaming() { method TestStreamingSmallBuf (line 76) | func (suite *StreamChunkerSuite) TestStreamingSmallBuf() { method TestStreamingCancel (line 102) | func (suite *StreamChunkerSuite) TestStreamingCancel() { function collectChunks (line 34) | func collectChunks(chunksCh <-chan []byte) <-chan []byte { function TestStreamChunkerSuite (line 129) | func TestStreamChunkerSuite(t *testing.T) { FILE: pkg/cli/context.go function WithContext (line 16) | func WithContext(ctx context.Context, f func(context.Context) error) err... FILE: pkg/cli/output.go function Fatalf (line 14) | func Fatalf(message string, args ...any) { function Warning (line 24) | func Warning(message string, args ...any) { FILE: pkg/cli/should.go function Should (line 11) | func Should(err error) { FILE: pkg/cluster/apply-config.go type ApplyConfigClient (line 22) | type ApplyConfigClient struct method ApplyConfig (line 28) | func (s *APIBootstrapper) ApplyConfig(ctx context.Context, nodes []provi... FILE: pkg/cluster/bootstrap.go type APIBootstrapper (line 28) | type APIBootstrapper struct method Bootstrap (line 38) | func (s *APIBootstrapper) Bootstrap(ctx context.Context, out io.Writer... FILE: pkg/cluster/check/apid.go function ApidReadyAssertion (line 15) | func ApidReadyAssertion(ctx context.Context, cluster ClusterInfo) error { FILE: pkg/cluster/check/check.go constant updateInterval (line 19) | updateInterval = 100 * time.Millisecond type ClusterInfo (line 22) | type ClusterInfo interface type ClusterCheck (line 29) | type ClusterCheck type Reporter (line 34) | type Reporter interface function Wait (line 42) | func Wait(ctx context.Context, cluster ClusterInfo, checks []ClusterChec... function flatMapNodeInfosToIPs (line 88) | func flatMapNodeInfosToIPs(nodes []cluster.NodeInfo) []netip.Addr { function mapNodeInfosToInternalIPs (line 92) | func mapNodeInfosToInternalIPs(nodes []cluster.NodeInfo) []netip.Addr { function mapIPsToStrings (line 96) | func mapIPsToStrings(input []netip.Addr) []string { FILE: pkg/cluster/check/check_test.go function TestEmpty (line 9) | func TestEmpty(t *testing.T) { FILE: pkg/cluster/check/default.go function DefaultClusterChecks (line 20) | func DefaultClusterChecks() []ClusterCheck { function cniDisabledStatus (line 86) | func cniDisabledStatus(ctx context.Context, cluster ClusterInfo) (bool, ... function K8sComponentsReadinessChecks (line 103) | func K8sComponentsReadinessChecks() []ClusterCheck { function ExtraClusterChecks (line 131) | func ExtraClusterChecks() []ClusterCheck { function PreBootSequenceChecks (line 136) | func PreBootSequenceChecks() []ClusterCheck { FILE: pkg/cluster/check/diagnostics.go function NoDiagnostics (line 24) | func NoDiagnostics(ctx context.Context, cluster ClusterInfo) error { FILE: pkg/cluster/check/discovery.go type DiscoveredClusterInfo (line 20) | type DiscoveredClusterInfo struct method Nodes (line 26) | func (d *DiscoveredClusterInfo) Nodes() []cluster.NodeInfo { method NodesByType (line 31) | func (d *DiscoveredClusterInfo) NodesByType(m machine.Type) []cluster.... function NewDiscoveredClusterInfo (line 36) | func NewDiscoveredClusterInfo(members []*clussterres.Member) (cluster.In... function membersToNodeInfoMap (line 50) | func membersToNodeInfoMap(members []*clussterres.Member) (map[machine.Ty... function memberToNodeInfo (line 69) | func memberToNodeInfo(member *clussterres.Member) (cluster.NodeInfo, err... function stringsToNetipAddrs (line 87) | func stringsToNetipAddrs(ips []string) ([]netip.Addr, error) { FILE: pkg/cluster/check/etcd.go function EtcdConsistentAssertion (line 25) | func EtcdConsistentAssertion(ctx context.Context, cl ClusterInfo) error { function EtcdControlPlaneNodesAssertion (line 94) | func EtcdControlPlaneNodesAssertion(ctx context.Context, cl ClusterInfo)... FILE: pkg/cluster/check/events.go function AllNodesBootedAssertion (line 25) | func AllNodesBootedAssertion(ctx context.Context, cluster ClusterInfo) e... FILE: pkg/cluster/check/kubernetes.go function K8sAllNodesReportedAssertion (line 30) | func K8sAllNodesReportedAssertion(ctx context.Context, cl ClusterInfo) e... function K8sFullControlPlaneAssertion (line 83) | func K8sFullControlPlaneAssertion(ctx context.Context, cl ClusterInfo) e... function K8sAllNodesReadyAssertion (line 216) | func K8sAllNodesReadyAssertion(ctx context.Context, cluster cluster.K8sP... function K8sAllNodesSchedulableAssertion (line 249) | func K8sAllNodesSchedulableAssertion(ctx context.Context, cluster cluste... function K8sPodReadyAssertion (line 280) | func K8sPodReadyAssertion(ctx context.Context, cluster cluster.K8sProvid... function DaemonSetPresent (line 362) | func DaemonSetPresent(ctx context.Context, cluster cluster.K8sProvider, ... function DeploymentPresent (line 383) | func DeploymentPresent(ctx context.Context, cluster cluster.K8sProvider,... function K8sControlPlaneStaticPods (line 406) | func K8sControlPlaneStaticPods(ctx context.Context, cl ClusterInfo) error { FILE: pkg/cluster/check/nodes.go function AllNodesMemorySizes (line 28) | func AllNodesMemorySizes(ctx context.Context, cluster ClusterInfo) error { function getNodesTypes (line 93) | func getNodesTypes(cluster ClusterInfo, nodeTypes ...machine.Type) map[s... function AllNodesDiskSizes (line 108) | func AllNodesDiskSizes(ctx context.Context, cluster ClusterInfo) error { function getNonContainerNodes (line 166) | func getNonContainerNodes(ctx context.Context, cl *client.Client) ([]str... FILE: pkg/cluster/check/options.go type Option (line 10) | type Option function WithNodeTypes (line 13) | func WithNodeTypes(t ...machine.Type) Option { type Options (line 22) | type Options struct function DefaultOptions (line 27) | func DefaultOptions() *Options { FILE: pkg/cluster/check/reporter.go type ConditionReporter (line 16) | type ConditionReporter struct method Update (line 21) | func (r *ConditionReporter) Update(condition conditions.Condition) { function StderrReporter (line 26) | func StderrReporter() *ConditionReporter { function conditionToUpdate (line 32) | func conditionToUpdate(condition conditions.Condition) reporter.Update { FILE: pkg/cluster/check/service.go function ServiceStateAssertion (line 26) | func ServiceStateAssertion(ctx context.Context, cl ClusterInfo, service ... function ServiceHealthAssertion (line 75) | func ServiceHealthAssertion(ctx context.Context, cl ClusterInfo, service... FILE: pkg/cluster/cluster.go type ClientProvider (line 28) | type ClientProvider interface type K8sProvider (line 37) | type K8sProvider interface type CrashDumper (line 46) | type CrashDumper interface type NodeInfo (line 51) | type NodeInfo struct type Info (line 57) | type Info interface type Bootstrapper (line 65) | type Bootstrapper interface function IPsToNodeInfos (line 70) | func IPsToNodeInfos(ips []string) ([]NodeInfo, error) { function IPToNodeInfo (line 86) | func IPToNodeInfo(ip string) (*NodeInfo, error) { function NodesMatch (line 101) | func NodesMatch(expected, actual []NodeInfo) error { FILE: pkg/cluster/cluster_test.go function TestAssertNodes (line 16) | func TestAssertNodes(t *testing.T) { FILE: pkg/cluster/config.go type ConfigClientProvider (line 16) | type ConfigClientProvider struct method Client (line 32) | func (c *ConfigClientProvider) Client(endpoints ...string) (*client.Cl... method Close (line 59) | func (c *ConfigClientProvider) Close() error { FILE: pkg/cluster/crashdump.go function Crashdump (line 27) | func Crashdump(ctx context.Context, cluster provision.Cluster, logWriter... function getKubernetesClient (line 84) | func getKubernetesClient(ctx context.Context, c *client.Client, endpoint... FILE: pkg/cluster/hydrophone/hydrophone.go type Options (line 28) | type Options struct function DefaultOptions (line 45) | func DefaultOptions() *Options { function NetworkPolicies (line 62) | func NetworkPolicies(ctx context.Context, cluster cluster.K8sProvider) e... function FastConformance (line 79) | func FastConformance(ctx context.Context, cluster cluster.K8sProvider) e... function CertifiedConformance (line 115) | func CertifiedConformance(ctx context.Context, cluster cluster.K8sProvid... function Run (line 145) | func Run(ctx context.Context, cluster cluster.K8sProvider, options *Opti... FILE: pkg/cluster/hydrophone/product.go type product (line 9) | type product struct FILE: pkg/cluster/kubelet.go type KubernetesFromKubeletClient (line 16) | type KubernetesFromKubeletClient struct method K8sClient (line 24) | func (k *KubernetesFromKubeletClient) K8sClient(ctx context.Context) (... method K8sHelper (line 40) | func (k *KubernetesFromKubeletClient) K8sHelper(ctx context.Context) (... method K8sClose (line 54) | func (k *KubernetesFromKubeletClient) K8sClose() error { FILE: pkg/cluster/kubernetes.go type KubernetesClient (line 23) | type KubernetesClient struct method Kubeconfig (line 39) | func (k *KubernetesClient) Kubeconfig(ctx context.Context) ([]byte, er... method K8sRestConfig (line 55) | func (k *KubernetesClient) K8sRestConfig(ctx context.Context) (*rest.C... method K8sClient (line 86) | func (k *KubernetesClient) K8sClient(ctx context.Context) (*kubernetes... method K8sHelper (line 106) | func (k *KubernetesClient) K8sHelper(ctx context.Context) (*k8s.Client... method K8sClose (line 120) | func (k *KubernetesClient) K8sClose() error { FILE: pkg/cluster/kubernetes/compat.go type NodeVersion (line 20) | type NodeVersion struct function GetNodesTalosVersions (line 26) | func GetNodesTalosVersions(ctx context.Context, talosClient *client.Clie... function GetMinimumTalosVersion (line 58) | func GetMinimumTalosVersion(versions []NodeVersion) (*compatibility.Talo... function CheckCompatibility (line 91) | func CheckCompatibility(k8sVersion string, versions []NodeVersion) error { function VerifyVersionCompatibility (line 107) | func VerifyVersionCompatibility(ctx context.Context, talosClient *client... FILE: pkg/cluster/kubernetes/compat_test.go function TestGetMinimumTalosVersion (line 18) | func TestGetMinimumTalosVersion(t *testing.T) { FILE: pkg/cluster/kubernetes/detect.go function DetectLowestVersion (line 20) | func DetectLowestVersion(ctx context.Context, cluster UpgradeProvider, o... FILE: pkg/cluster/kubernetes/kubelet.go constant kubelet (line 30) | kubelet = "kubelet" function upgradeKubelet (line 32) | func upgradeKubelet(ctx context.Context, cluster UpgradeProvider, option... function upgradeKubeletOnNode (line 51) | func upgradeKubeletOnNode(ctx context.Context, cluster UpgradeProvider, ... function extractKubeletVersionSuffix (line 170) | func extractKubeletVersionSuffix(imageRef string) string { function upgradeKubeletPatcher (line 180) | func upgradeKubeletPatcher( function checkNodeKubeletVersion (line 233) | func checkNodeKubeletVersion(ctx context.Context, cluster UpgradeProvide... FILE: pkg/cluster/kubernetes/kubernetes_test.go function TestUpgradePath (line 19) | func TestUpgradePath(t *testing.T) { FILE: pkg/cluster/kubernetes/patch.go function patchNodeConfig (line 21) | func patchNodeConfig(ctx context.Context, cluster UpgradeProvider, node ... FILE: pkg/cluster/kubernetes/talos_managed.go type UpgradeProvider (line 44) | type UpgradeProvider interface function ValidateImageReference (line 50) | func ValidateImageReference(ref string) error { method Validate (line 60) | func (options *UpgradeOptions) Validate() error { function Upgrade (line 81) | func Upgrade(ctx context.Context, cluster UpgradeProvider, options Upgra... function prePullImages (line 168) | func prePullImages(ctx context.Context, talosClient *client.Client, opti... function upgradeStaticPod (line 218) | func upgradeStaticPod(ctx context.Context, cluster UpgradeProvider, opti... function upgradeKubeProxy (line 230) | func upgradeKubeProxy(ctx context.Context, cluster UpgradeProvider, opti... function patchKubeProxy (line 244) | func patchKubeProxy(options UpgradeOptions) func(config *v1alpha1config.... function controlplaneConfigResourceType (line 266) | func controlplaneConfigResourceType(service string) resource.Type { function upgradeStaticPodOnNode (line 280) | func upgradeStaticPodOnNode(ctx context.Context, cluster UpgradeProvider... function staticPodImage (line 358) | func staticPodImage(logUpdate func(oldImage string), imageName, containe... function upgradeStaticPodPatcher (line 375) | func upgradeStaticPodPatcher(options UpgradeOptions, service string, con... function PerformManifestsSync (line 464) | func PerformManifestsSync( function getManifests (line 483) | func getManifests(ctx context.Context, cluster UpgradeProvider) ([]*unst... function syncManifests (line 501) | func syncManifests(ctx context.Context, objects []*unstructured.Unstruct... function syncManifestsSSA (line 511) | func syncManifestsSSA(ctx context.Context, objects []*unstructured.Unstr... function checkPodStatus (line 584) | func checkPodStatus(ctx context.Context, cluster UpgradeProvider, option... FILE: pkg/cluster/kubernetes/upgrade.go constant namespace (line 19) | namespace = "kube-system" constant kubeAPIServer (line 21) | kubeAPIServer = "kube-apiserver" constant kubeControllerManager (line 22) | kubeControllerManager = "kube-controller-manager" constant kubeScheduler (line 23) | kubeScheduler = "kube-scheduler" type UpgradeOptions (line 27) | type UpgradeOptions struct method Log (line 54) | func (options *UpgradeOptions) Log(line string, args ...any) { FILE: pkg/cluster/kubernetes/upgrade_test.go function TestValidateImageReference (line 15) | func TestValidateImageReference(t *testing.T) { function TestUpgradeOptions_validate (line 73) | func TestUpgradeOptions_validate(t *testing.T) { FILE: pkg/cluster/local.go type LocalClientProvider (line 24) | type LocalClientProvider struct method Client (line 45) | func (c *LocalClientProvider) Client(endpoints ...string) (*client.Cli... method Close (line 94) | func (c *LocalClientProvider) Close() error { function NewLocalClientProvider (line 34) | func NewLocalClientProvider(resources state.State, roles role.Set) *Loca... FILE: pkg/cluster/logsaarchive.go function SaveClusterLogsArchive (line 19) | func SaveClusterLogsArchive(statePath, archivePath string) { function saveClusterLogsArchive (line 25) | func saveClusterLogsArchive(statePath, archivePath string) error { FILE: pkg/cluster/provision.go function MapProvisionNodeInfosToClusterNodeInfos (line 15) | func MapProvisionNodeInfosToClusterNodeInfos(nodes []provision.NodeInfo)... function MapProvisionNodeInfosToNodeInfosByType (line 32) | func MapProvisionNodeInfosToNodeInfosByType(nodes []provision.NodeInfo) ... function toClusterNodeInfo (line 47) | func toClusterNodeInfo(info provision.NodeInfo) (*NodeInfo, error) { FILE: pkg/conditions/all.go type all (line 16) | type all struct method Wait (line 27) | func (a *all) Wait(ctx context.Context) error { method String (line 67) | func (a *all) String() string { type waitResult (line 22) | type waitResult struct function WaitForAll (line 87) | func WaitForAll(conditions ...Condition) Condition { FILE: pkg/conditions/all_test.go type AllSuite (line 17) | type AllSuite struct method TestString (line 39) | func (suite *AllSuite) TestString() { method TestFlatten (line 76) | func (suite *AllSuite) TestFlatten() { type MockCondition (line 21) | type MockCondition struct method String (line 26) | func (mc *MockCondition) String() string { method Wait (line 30) | func (mc *MockCondition) Wait(ctx context.Context) error { function TestAllSuite (line 111) | func TestAllSuite(t *testing.T) { FILE: pkg/conditions/conditions.go constant OK (line 13) | OK = "OK" type Condition (line 18) | type Condition interface FILE: pkg/conditions/files.go type file (line 18) | type file method Wait (line 20) | func (filename file) Wait(ctx context.Context) error { method String (line 42) | func (filename file) String() string { function WaitForFileToExist (line 48) | func WaitForFileToExist(filename string) Condition { function WaitForFilesToExist (line 53) | func WaitForFilesToExist(filenames ...string) Condition { FILE: pkg/conditions/files_test.go type FilesSuite (line 19) | type FilesSuite struct method SetupSuite (line 25) | func (suite *FilesSuite) SetupSuite() { method createFile (line 29) | func (suite *FilesSuite) createFile(name string) (path string) { method TestString (line 39) | func (suite *FilesSuite) TestString() { method TestWaitForFileToExist (line 43) | func (suite *FilesSuite) TestWaitForFileToExist() { method TestWaitForAllFilesToExist (line 90) | func (suite *FilesSuite) TestWaitForAllFilesToExist() { function TestFilesSuite (line 139) | func TestFilesSuite(t *testing.T) { FILE: pkg/conditions/kubeconfig.go type kubeconfig (line 18) | type kubeconfig method Wait (line 20) | func (filename kubeconfig) Wait(ctx context.Context) error { method String (line 46) | func (filename kubeconfig) String() string { function WaitForKubeconfigReady (line 51) | func WaitForKubeconfigReady(filename string) Condition { FILE: pkg/conditions/none.go type condition (line 9) | type condition struct method Wait (line 11) | func (condition) Wait(ctx context.Context) error { method String (line 15) | func (condition) String() string { function None (line 20) | func None() Condition { FILE: pkg/conditions/poll.go type AssertionFunc (line 22) | type AssertionFunc type pollingCondition (line 24) | type pollingCondition struct method String (line 34) | func (p *pollingCondition) String() string { method Wait (line 52) | func (p *pollingCondition) Wait(ctx context.Context) error { function PollingCondition (line 84) | func PollingCondition(description string, assertion AssertionFunc, inter... FILE: pkg/conditions/poll_test.go function TestPollingCondition (line 18) | func TestPollingCondition(t *testing.T) { FILE: pkg/download/download.go constant b64 (line 29) | b64 = "base64" type downloadOptions (line 31) | type downloadOptions struct type Option (line 47) | type Option function downloadDefaults (line 49) | func downloadDefaults(endpoint string) *downloadOptions { function WithFormat (line 62) | func WithFormat(format string) Option { function WithHeaders (line 75) | func WithHeaders(headers map[string]string) Option { function WithLowSrcPort (line 91) | func WithLowSrcPort() Option { function WithErrorOnNotFound (line 98) | func WithErrorOnNotFound(e error) Option { function WithErrorOnEmptyResponse (line 105) | func WithErrorOnEmptyResponse(e error) Option { function WithErrorOnBadRequest (line 112) | func WithErrorOnBadRequest(e error) Option { function WithEndpointFunc (line 119) | func WithEndpointFunc(endpointFunc func(context.Context) (string, error)... function WithTimeout (line 126) | func WithTimeout(timeout time.Duration) Option { function WithRetryOptions (line 133) | func WithRetryOptions(opts ...retry.Option) Option { function Download (line 142) | func Download(ctx context.Context, endpoint string, opts ...Option) (b [... function download (line 225) | func download(req *http.Request, options *downloadOptions) (data []byte,... FILE: pkg/download/download_test.go type flipper (line 23) | type flipper struct method EndpointFunc (line 29) | func (f *flipper) EndpointFunc() func(context.Context) (string, error) { function TestDownload (line 43) | func TestDownload(t *testing.T) { FILE: pkg/download/tftp.go function NewTFTPTransport (line 18) | func NewTFTPTransport() http.RoundTripper { type tftpRoundTripper (line 22) | type tftpRoundTripper struct method RoundTrip (line 24) | func (t tftpRoundTripper) RoundTrip(req *http.Request) (*http.Response... FILE: pkg/filetree/chown.go function ChownRecursive (line 15) | func ChownRecursive(root string, uid, gid uint32) error { FILE: pkg/flags/flags.go type choiceValue (line 19) | type choiceValue struct method Set (line 25) | func (v *choiceValue) Set(s string) error { method Type (line 37) | func (v *choiceValue) Type() string { return "string" } method String (line 40) | func (v *choiceValue) String() string { return v.value } function StringChoice (line 44) | func StringChoice(defaultValue string, otherChoices ...string) pflag.Val... type semverValue (line 59) | type semverValue struct method Set (line 68) | func (v *semverValue) Set(s string) error { method Type (line 86) | func (v *semverValue) Type() string { return "semver" } method String (line 89) | func (v *semverValue) String() string { return "v" + v.value.String() } type SemverValidateFunc (line 65) | type SemverValidateFunc function Semver (line 98) | func Semver(defaultValue string, validators ...SemverValidateFunc) pflag... type comparableStringer (line 110) | type comparableStringer interface type PflagExtended (line 117) | type PflagExtended interface type protoEnumValue (line 124) | type protoEnumValue struct method Set (line 131) | func (v *protoEnumValue[T]) Set(s string) error { method Type (line 143) | func (v *protoEnumValue[T]) Type() string { return "string" } method String (line 146) | func (v *protoEnumValue[T]) String() string { return strings.ToLower(v.v... method Value (line 149) | func (v *protoEnumValue[T]) Value() T { method Options (line 154) | func (v *protoEnumValue[T]) Options() []string { function ProtoEnum (line 164) | func ProtoEnum[T comparableStringer](defaultValue T, values map[string]i... FILE: pkg/follow/follow.go type Reader (line 23) | type Reader struct method Read (line 52) | func (r *Reader) Read(p []byte) (n int, err error) { method Close (line 97) | func (r *Reader) Close() error { method startNotify (line 115) | func (r *Reader) startNotify() { method notify (line 122) | func (r *Reader) notify() { function NewReader (line 38) | func NewReader(readCtx context.Context, source *os.File) *Reader { FILE: pkg/follow/follow_test.go type FollowSuite (line 22) | type FollowSuite struct method SetupSuite (line 32) | func (suite *FollowSuite) SetupSuite() { method SetupTest (line 36) | func (suite *FollowSuite) SetupTest() { method TearDownTest (line 48) | func (suite *FollowSuite) TearDownTest() { method readAll (line 55) | func (suite *FollowSuite) readAll(ctx context.Context, expectedError s... method smallReadAll (line 81) | func (suite *FollowSuite) smallReadAll(ctx context.Context, sizeHint i... method TestStreaming (line 105) | func (suite *FollowSuite) TestStreaming() { method TestStreamingClose (line 126) | func (suite *FollowSuite) TestStreamingClose() { method TestStreamingWithSomeHead (line 150) | func (suite *FollowSuite) TestStreamingWithSomeHead() { method TestStreamingSmallBuffer (line 173) | func (suite *FollowSuite) TestStreamingSmallBuffer() { method TestDeleted (line 198) | func (suite *FollowSuite) TestDeleted() { method TestReadWrite (line 225) | func (suite *FollowSuite) TestReadWrite() { function TestFollowSuite (line 271) | func TestFollowSuite(t *testing.T) { FILE: pkg/grpc/factory/factory.go type Registrator (line 31) | type Registrator interface type Options (line 36) | type Options struct type Option (line 50) | type Option function Address (line 53) | func Address(a string) Option { function Port (line 60) | func Port(o int) Option { function SocketPath (line 67) | func SocketPath(o string) Option { function Network (line 74) | func Network(o string) Option { function ServerOptions (line 81) | func ServerOptions(o ...grpc.ServerOption) Option { function WithUnaryInterceptor (line 88) | func WithUnaryInterceptor(i grpc.UnaryServerInterceptor) Option { function WithStreamInterceptor (line 95) | func WithStreamInterceptor(i grpc.StreamServerInterceptor) Option { function WithLog (line 102) | func WithLog(prefix string, w io.Writer) Option { function WithDefaultLog (line 110) | func WithDefaultLog() Option { function WithReflection (line 117) | func WithReflection() Option { function recoveryHandler (line 123) | func recoveryHandler(logger *log.Logger) grpc_recovery.RecoveryHandlerFu... function NewDefaultOptions (line 134) | func NewDefaultOptions(setters ...Option) *Options { function NewServer (line 189) | func NewServer(r Registrator, setters ...Option) *grpc.Server { function NewListener (line 203) | func NewListener(ctx context.Context, setters ...Option) (net.Listener, ... function ListenAndServe (line 242) | func ListenAndServe(ctx context.Context, r Registrator, setters ...Optio... function ServerGracefulStop (line 256) | func ServerGracefulStop(server *grpc.Server, shutdownCtx context.Context... FILE: pkg/grpc/factory/factory_test.go function TestEmpty (line 9) | func TestEmpty(t *testing.T) { FILE: pkg/grpc/gen/gen_test.go function TestEmpty (line 9) | func TestEmpty(t *testing.T) { FILE: pkg/grpc/gen/local.go type LocalGenerator (line 12) | type LocalGenerator struct method Identity (line 25) | func (g *LocalGenerator) Identity(csr *x509.CertificateSigningRequest)... function NewLocalGenerator (line 18) | func NewLocalGenerator(caKey, caCrt []byte) (g *LocalGenerator, err erro... FILE: pkg/grpc/gen/remote.go type RemoteGenerator (line 28) | type RemoteGenerator struct method Identity (line 57) | func (g *RemoteGenerator) Identity(csr *x509.CertificateSigningRequest... method IdentityContext (line 62) | func (g *RemoteGenerator) IdentityContext(ctx context.Context, csr *x5... method Close (line 94) | func (g *RemoteGenerator) Close() error { function NewRemoteGenerator (line 34) | func NewRemoteGenerator(token string, endpoints []string, acceptedCAs []... FILE: pkg/grpc/middleware/auth/basic/basic.go type Credentials (line 22) | type Credentials interface function NewConnection (line 30) | func NewConnection(address string, creds credentials.PerRPCCredentials, ... FILE: pkg/grpc/middleware/auth/basic/token.go type TokenGetterFunc (line 17) | type TokenGetterFunc type TokenCredentials (line 21) | type TokenCredentials struct method GetRequestMetadata (line 46) | func (b *TokenCredentials) GetRequestMetadata(ctx context.Context, s .... method RequireTransportSecurity (line 59) | func (b *TokenCredentials) RequireTransportSecurity() bool { method authenticate (line 63) | func (b *TokenCredentials) authenticate(ctx context.Context) error { method UnaryInterceptor (line 80) | func (b *TokenCredentials) UnaryInterceptor() grpc.UnaryServerIntercep... function NewTokenCredentials (line 26) | func NewTokenCredentials(token string) (creds Credentials) { function NewTokenCredentialsDynamic (line 37) | func NewTokenCredentialsDynamic(f TokenGetterFunc) (creds Credentials) { FILE: pkg/grpc/middleware/auth/basic/username_and_password.go type UsernameAndPasswordCredentials (line 20) | type UsernameAndPasswordCredentials struct method GetRequestMetadata (line 37) | func (b *UsernameAndPasswordCredentials) GetRequestMetadata(context.Co... method RequireTransportSecurity (line 46) | func (b *UsernameAndPasswordCredentials) RequireTransportSecurity() bo... method authorize (line 50) | func (b *UsernameAndPasswordCredentials) authorize(ctx context.Context... method UnaryInterceptor (line 65) | func (b *UsernameAndPasswordCredentials) UnaryInterceptor() grpc.Unary... function NewUsernameAndPasswordCredentials (line 27) | func NewUsernameAndPasswordCredentials(username, password string) (creds... FILE: pkg/grpc/middleware/auth/basic/username_and_password_test.go function TestEmpty (line 9) | func TestEmpty(t *testing.T) { FILE: pkg/grpc/middleware/authz/authorizer.go type Authorizer (line 22) | type Authorizer struct method logf (line 33) | func (a *Authorizer) logf(format string, v ...any) { method authorize (line 41) | func (a *Authorizer) authorize(ctx context.Context, method string) err... method UnaryInterceptor (line 61) | func (a *Authorizer) UnaryInterceptor() grpc.UnaryServerInterceptor { method StreamInterceptor (line 72) | func (a *Authorizer) StreamInterceptor() grpc.StreamServerInterceptor { FILE: pkg/grpc/middleware/authz/authorizer_test.go function TestEmpty (line 9) | func TestEmpty(t *testing.T) { FILE: pkg/grpc/middleware/authz/context.go type ctxKey (line 15) | type ctxKey struct function GetRoles (line 19) | func GetRoles(ctx context.Context) role.Set { function HasRole (line 30) | func HasRole(ctx context.Context, r role.Role) bool { function getFromContext (line 35) | func getFromContext(ctx context.Context) (role.Set, bool) { function ContextWithRoles (line 42) | func ContextWithRoles(ctx context.Context, roles role.Set) context.Conte... FILE: pkg/grpc/middleware/authz/injector.go type InjectorMode (line 23) | type InjectorMode constant Disabled (line 27) | Disabled InjectorMode = iota constant ReadOnly (line 30) | ReadOnly constant ReadOnlyWithAdminOnSiderolink (line 34) | ReadOnlyWithAdminOnSiderolink constant MetadataOnly (line 37) | MetadataOnly constant Enabled (line 40) | Enabled type SideroLinkPeerCheckFunc (line 49) | type SideroLinkPeerCheckFunc type Injector (line 52) | type Injector struct method logf (line 64) | func (i *Injector) logf(format string, v ...any) { method extractRoles (line 74) | func (i *Injector) extractRoles(ctx context.Context) role.Set { method UnaryInterceptor (line 151) | func (i *Injector) UnaryInterceptor() grpc.UnaryServerInterceptor { method StreamInterceptor (line 160) | func (i *Injector) StreamInterceptor() grpc.StreamServerInterceptor { function isSideroLinkPeer (line 172) | func isSideroLinkPeer(ctx context.Context) (netip.Addr, bool) { function peerAddress (line 181) | func peerAddress(ctx context.Context) (netip.Addr, bool) { FILE: pkg/grpc/middleware/authz/metadata.go constant mdKey (line 18) | mdKey = constants.APIAuthzRoleMetadataKey function SetMetadata (line 21) | func SetMetadata(md metadata.MD, roles role.Set) { function getFromMetadata (line 26) | func getFromMetadata(ctx context.Context, logf func(format string, v ...... FILE: pkg/grpc/middleware/log/log.go type Middleware (line 21) | type Middleware struct method UnaryInterceptor (line 63) | func (m *Middleware) UnaryInterceptor() grpc.UnaryServerInterceptor { method StreamInterceptor (line 84) | func (m *Middleware) StreamInterceptor() grpc.StreamServerInterceptor { type Logger (line 26) | type Logger interface function NewMiddleware (line 31) | func NewMiddleware(logger Logger) *Middleware { function ExtractMetadata (line 42) | func ExtractMetadata(ctx context.Context) string { FILE: pkg/grpc/middleware/log/log_test.go function TestExtractMetadata (line 16) | func TestExtractMetadata(t *testing.T) { FILE: pkg/grpc/proxy/backend/local.go type Local (line 23) | type Local struct method String (line 39) | func (l *Local) String() string { method GetConnection (line 44) | func (l *Local) GetConnection(ctx context.Context, _ string) (context.... method AppendInfo (line 76) | func (l *Local) AppendInfo(_ bool, resp []byte) ([]byte, error) { method BuildError (line 81) | func (l *Local) BuildError(bool, error) ([]byte, error) { method Close (line 86) | func (l *Local) Close() error { function NewLocal (line 32) | func NewLocal(name, socketPath string) *Local { FILE: pkg/grpc/proxy/backend/local_test.go function TestLocalGetConnection (line 18) | func TestLocalGetConnection(t *testing.T) { FILE: pkg/httpdefaults/httpdefaults.go function PatchTransport (line 19) | func PatchTransport(transport *http.Transport) *http.Transport { FILE: pkg/httpdefaults/tls.go function RootCAs (line 26) | func RootCAs() *x509.CertPool { function RootCAsTLSConfig (line 60) | func RootCAsTLSConfig() *tls.Config { FILE: pkg/httpdefaults/useragent.go function UserAgent (line 10) | func UserAgent() string { FILE: pkg/imager/cache/cache.go constant blobsDir (line 43) | blobsDir = "blob" constant manifestsDir (line 44) | manifestsDir = "manifests" function rewriteRegistry (line 48) | func rewriteRegistry(registryName, origRef string) string { function Generate (line 65) | func Generate(images []string, platforms []string, insecure bool, imageL... function move (line 194) | func move(src, dest string) error { function copyFile (line 221) | func copyFile(src, dest string, perm fs.FileMode) error { function copyDir (line 246) | func copyDir(src, dest string) error { function processImage (line 268) | func processImage( function processCosignSignature (line 388) | func processCosignSignature( function processLayer (line 547) | func processLayer(layer v1.Layer, dstDir string) error { FILE: pkg/imager/embed.go method handleEmbeddedConfig (line 25) | func (i *Imager) handleEmbeddedConfig() error { function BuildEmbeddedConfigExtension (line 57) | func BuildEmbeddedConfigExtension(machineConfig []byte) (io.Reader, erro... FILE: pkg/imager/embed_test.go function TestBuildEmbeddedConfigExtension (line 18) | func TestBuildEmbeddedConfigExtension(t *testing.T) { FILE: pkg/imager/extensions/contents.go function findExtensionsWithKernelModules (line 19) | func findExtensionsWithKernelModules(extensions []*extensions.Extension,... function buildInitramfsContents (line 36) | func buildInitramfsContents(path string) (compressedListing, uncompresse... function buildInitramfsContentsRecursive (line 46) | func buildInitramfsContentsRecursive(basePath, path string, compressedW,... FILE: pkg/imager/extensions/extensions.go type Builder (line 21) | type Builder struct method Build (line 39) | func (builder *Builder) Build(ctx context.Context) error { method validateExtensions (line 98) | func (builder *Builder) validateExtensions(extensions []*extensions.Ex... method compressExtensions (line 119) | func (builder *Builder) compressExtensions(ctx context.Context, extens... FILE: pkg/imager/extensions/printer.go method printExtensions (line 15) | func (builder *Builder) printExtensions(extensions []*extensions.Extensi... FILE: pkg/imager/extensions/rebuild.go method rebuildInitramfs (line 23) | func (builder *Builder) rebuildInitramfs(ctx context.Context, tempDir st... method appendCompressedInitramfs (line 42) | func (builder *Builder) appendCompressedInitramfs(ctx context.Context, t... method prependUncompressedInitramfs (line 119) | func (builder *Builder) prependUncompressedInitramfs(ctx context.Context... FILE: pkg/imager/filemap/filemap.go type File (line 24) | type File struct function Walk (line 31) | func Walk(sourceBasePath, imageBasePath string) ([]File, error) { function Build (line 66) | func Build(filemap []File) io.ReadCloser { function handleFile (line 112) | func handleFile(w *tar.Writer, r io.Reader, path string, mode, size int6... function handleDir (line 130) | func handleDir(w *tar.Writer, path string, mode int64) error { function Layer (line 149) | func Layer(filemap []File) (v1.Layer, error) { FILE: pkg/imager/filemap/filemap_test.go function TestFileMap (line 17) | func TestFileMap(t *testing.T) { FILE: pkg/imager/imager.go type Imager (line 36) | type Imager struct method Execute (line 62) | func (i *Imager) Execute(ctx context.Context, outputPath string, repor... method handleOverlay (line 185) | func (i *Imager) handleOverlay(ctx context.Context, report *reporter.R... method handleProf (line 241) | func (i *Imager) handleProf() error { method buildInitramfs (line 280) | func (i *Imager) buildInitramfs(ctx context.Context, report *reporter.... method buildCmdline (line 348) | func (i *Imager) buildCmdline(ctx context.Context) error { method buildUKI (line 413) | func (i *Imager) buildUKI(ctx context.Context, report *reporter.Report... function New (line 53) | func New(prof profile.Profile) (*Imager, error) { FILE: pkg/imager/imager_test.go function TestImager (line 21) | func TestImager(t *testing.T) { FILE: pkg/imager/iso/grub.go method CreateGRUB (line 25) | func (options Options) CreateGRUB(printf func(string, ...any)) (Generato... FILE: pkg/imager/iso/hybrid.go method CreateHybrid (line 13) | func (options Options) CreateHybrid(ctx context.Context, printf func(str... FILE: pkg/imager/iso/iso.go function VolumeID (line 22) | func VolumeID(label string) string { function Label (line 46) | func Label(version string, secureboot bool) string { type ExecutorOptions (line 57) | type ExecutorOptions struct method Generate (line 96) | func (e *ExecutorOptions) Generate(ctx context.Context) error { type Generator (line 64) | type Generator interface type Options (line 69) | type Options struct FILE: pkg/imager/iso/iso_test.go function TestVolumeID (line 15) | func TestVolumeID(t *testing.T) { FILE: pkg/imager/iso/uefi.go constant mib (line 26) | mib = 1024 * 1024 method CreateUEFI (line 37) | func (options Options) CreateUEFI(ctx context.Context, printf func(strin... FILE: pkg/imager/out.go method outInitramfs (line 44) | func (i *Imager) outInitramfs(path string, report *reporter.Reporter) er... method outKernel (line 56) | func (i *Imager) outKernel(path string, report *reporter.Reporter) error { method outUKI (line 68) | func (i *Imager) outUKI(path string, report *reporter.Reporter) error { method outCmdline (line 80) | func (i *Imager) outCmdline(path string) error { method outISO (line 85) | func (i *Imager) outISO(ctx context.Context, path string, report *report... method outImage (line 274) | func (i *Imager) outImage(ctx context.Context, path string, report *repo... method buildImage (line 310) | func (i *Imager) buildImage(ctx context.Context, path string, printf fun... function calculateDirectorySizeWithOverhead (line 403) | func calculateDirectorySizeWithOverhead(dir string, overheadPercentage i... method outInstaller (line 428) | func (i *Imager) outInstaller(ctx context.Context, path string, report *... FILE: pkg/imager/ova/ova.go constant mfTpl (line 25) | mfTpl = `SHA256({{ .VMDK }})= {{ .VMDKSHA }} constant ovfTpl (line 32) | ovfTpl = ` function CreateOVAFromRAW (line 146) | func CreateOVAFromRAW(ctx context.Context, outPath, arch, scratchPath st... function sha256sum (line 210) | func sha256sum(input io.Reader) (string, error) { function renderMF (line 222) | func renderMF(vmdkSHA25Sum, ovfSHA25Sum string) (string, error) { function renderOVF (line 246) | func renderOVF(imageSize, diskSize int64) (string, error) { FILE: pkg/imager/overlay/executor/executor.go type Options (line 23) | type Options struct method GetOptions (line 35) | func (o *Options) GetOptions(ctx context.Context, extra overlay.ExtraO... method Install (line 57) | func (o *Options) Install(ctx context.Context, options overlay.Install... method execute (line 70) | func (o *Options) execute(ctx context.Context, stdin io.Reader, args .... function New (line 28) | func New(commandPath string) *Options { FILE: pkg/imager/post.go method postProcessTar (line 23) | func (i *Imager) postProcessTar(ctx context.Context, filename string, re... method postProcessGz (line 125) | func (i *Imager) postProcessGz(ctx context.Context, filename string, rep... method postProcessXz (line 137) | func (i *Imager) postProcessXz(ctx context.Context, filename string, rep... method postProcessZstd (line 149) | func (i *Imager) postProcessZstd(ctx context.Context, filename string, r... FILE: pkg/imager/profile/customization.go type CustomizationProfile (line 12) | type CustomizationProfile struct FILE: pkg/imager/profile/deep_copy.generated.go method DeepCopy (line 14) | func (o Profile) DeepCopy() Profile { method DeepCopy (line 58) | func (o SecureBootAssets) DeepCopy() SecureBootAssets { FILE: pkg/imager/profile/default.go constant mib (line 12) | mib = 1024 * 1024 constant MinRAWDiskSize (line 15) | MinRAWDiskSize = 1246 * mib constant DefaultRAWDiskSize (line 18) | DefaultRAWDiskSize = 8192 * mib FILE: pkg/imager/profile/input.go constant arm64 (line 36) | arm64 = "arm64" constant amd64 (line 37) | amd64 = "amd64" type Input (line 41) | type Input struct method FillDefaults (line 177) | func (i *Input) FillDefaults(arch, version string, secureboot bool) { type FileAsset (line 65) | type FileAsset struct type ContainerAsset (line 71) | type ContainerAsset struct method Pull (line 248) | func (c *ContainerAsset) Pull(ctx context.Context, arch string, printf... method pullFromOCI (line 288) | func (c *ContainerAsset) pullFromOCI(arch string) (v1.Image, error) { method Extract (line 323) | func (c *ContainerAsset) Extract(ctx context.Context, destination, arc... type SecureBootAssets (line 87) | type SecureBootAssets struct type SigningKeyAndCertificate (line 101) | type SigningKeyAndCertificate struct method GetSigner (line 157) | func (keyAndCert SigningKeyAndCertificate) GetSigner(ctx context.Conte... type SigningKey (line 123) | type SigningKey struct method GetSigner (line 143) | func (key SigningKey) GetSigner(ctx context.Context) (measure.RSAKey, ... constant defaultSecureBootPrefix (line 172) | defaultSecureBootPrefix = "/secureboot" function fileExists (line 241) | func fileExists(path string) bool { FILE: pkg/imager/profile/internal/signer/aws/aws.go function getKmsClient (line 17) | func getKmsClient(ctx context.Context, awsRegion string) (*kms.Client, e... function getAcmClient (line 26) | func getAcmClient(ctx context.Context, awsRegion string) (*acm.Client, e... FILE: pkg/imager/profile/internal/signer/aws/aws_test.go function TestIntegration (line 17) | func TestIntegration(t *testing.T) { FILE: pkg/imager/profile/internal/signer/aws/pcr.go type KeySigner (line 25) | type KeySigner struct method PublicRSAKey (line 60) | func (s *KeySigner) PublicRSAKey() *rsa.PublicKey { method Public (line 65) | func (s *KeySigner) Public() crypto.PublicKey { method Sign (line 70) | func (s *KeySigner) Sign(rand io.Reader, digest []byte, opts crypto.Si... type mode (line 51) | type mode constant rsaPKCS1v15 (line 54) | rsaPKCS1v15 mode = "pkcs1v15" constant rsaPSS (line 55) | rsaPSS mode = "pss" constant ecdsa (line 56) | ecdsa mode = "ecdsa" function NewPCRSigner (line 106) | func NewPCRSigner(ctx context.Context, kmsKeyID, awsRegion string) (*Key... FILE: pkg/imager/profile/internal/signer/aws/secureboot.go type SecureBootSigner (line 22) | type SecureBootSigner struct method Signer (line 31) | func (s *SecureBootSigner) Signer() crypto.Signer { method Certificate (line 36) | func (s *SecureBootSigner) Certificate() *x509.Certificate { function NewSecureBootSigner (line 41) | func NewSecureBootSigner(ctx context.Context, kmsKeyID, awsRegion, certP... function NewSecureBootACMSigner (line 69) | func NewSecureBootACMSigner(ctx context.Context, kmsKeyID, awsRegion, ac... FILE: pkg/imager/profile/internal/signer/azure/azure.go type authenticationMethod (line 24) | type authenticationMethod constant unknownAuthenticationMethod (line 27) | unknownAuthenticationMethod = "unknown" constant environmentAuthenticationMethod (line 28) | environmentAuthenticationMethod = "environment" constant cliAuthenticationMethod (line 29) | cliAuthenticationMethod = "cli" constant azureClientID (line 32) | azureClientID = "AZURE_CLIENT_ID" function getAuthenticationMethod (line 38) | func getAuthenticationMethod() authenticationMethod { type azureCredential (line 60) | type azureCredential interface function getAzClientOpts (line 64) | func getAzClientOpts() azcore.ClientOptions { function getAzureCredential (line 88) | func getAzureCredential(method authenticationMethod) (azureCredential, e... type azureCredentialAndError (line 135) | type azureCredentialAndError struct function getKeysClient (line 148) | func getKeysClient(vaultURL string) (*azkeys.Client, error) { function getCertsClient (line 157) | func getCertsClient(vaultURL string) (*azcertificates.Client, error) { FILE: pkg/imager/profile/internal/signer/azure/azure_test.go function TestIntegration (line 17) | func TestIntegration(t *testing.T) { FILE: pkg/imager/profile/internal/signer/azure/pcr.go type KeySigner (line 24) | type KeySigner struct method PublicRSAKey (line 32) | func (s *KeySigner) PublicRSAKey() *rsa.PublicKey { method Public (line 37) | func (s *KeySigner) Public() crypto.PublicKey { method Sign (line 42) | func (s *KeySigner) Sign(_ io.Reader, digest []byte, opts crypto.Signe... function NewPCRSigner (line 76) | func NewPCRSigner(ctx context.Context, vaultURL, keyID, keyVersion strin... FILE: pkg/imager/profile/internal/signer/azure/secureboot.go type SecureBootSigner (line 20) | type SecureBootSigner struct method Signer (line 29) | func (s *SecureBootSigner) Signer() crypto.Signer { method Certificate (line 34) | func (s *SecureBootSigner) Certificate() *x509.Certificate { function NewSecureBootSigner (line 39) | func NewSecureBootSigner(ctx context.Context, vaultURL, certificateID, c... FILE: pkg/imager/profile/internal/signer/file/pcr.go type PCRSigner (line 22) | type PCRSigner struct method PublicRSAKey (line 30) | func (s *PCRSigner) PublicRSAKey() *rsa.PublicKey { method Public (line 35) | func (s *PCRSigner) Public() crypto.PublicKey { method Sign (line 40) | func (s *PCRSigner) Sign(rand io.Reader, digest []byte, opts crypto.Si... function NewPCRSigner (line 45) | func NewPCRSigner(keyPath string) (*PCRSigner, error) { FILE: pkg/imager/profile/internal/signer/file/secureboot.go type SecureBootSigner (line 20) | type SecureBootSigner struct method Signer (line 29) | func (s *SecureBootSigner) Signer() crypto.Signer { method Certificate (line 34) | func (s *SecureBootSigner) Certificate() *x509.Certificate { function NewSecureBootSigner (line 39) | func NewSecureBootSigner(certPath, keyPath string) (*SecureBootSigner, e... FILE: pkg/imager/profile/output.go type Output (line 13) | type Output struct method FillDefaults (line 124) | func (o *Output) FillDefaults(arch, version string, secureboot bool) { method selectBootloader (line 156) | func (o *Output) selectBootloader(current BootloaderKind, arch, versio... type ImageOptions (line 34) | type ImageOptions struct type ISOOptions (line 51) | type ISOOptions struct type OutputKind (line 62) | type OutputKind constant OutKindUnknown (line 66) | OutKindUnknown OutputKind = iota constant OutKindISO (line 67) | OutKindISO constant OutKindImage (line 68) | OutKindImage constant OutKindInstaller (line 69) | OutKindInstaller constant OutKindKernel (line 70) | OutKindKernel constant OutKindInitramfs (line 71) | OutKindInitramfs constant OutKindUKI (line 72) | OutKindUKI constant OutKindCmdline (line 73) | OutKindCmdline type OutFormat (line 77) | type OutFormat constant OutFormatUnknown (line 81) | OutFormatUnknown OutFormat = iota constant OutFormatRaw (line 82) | OutFormatRaw constant OutFormatTar (line 83) | OutFormatTar constant OutFormatXZ (line 84) | OutFormatXZ constant OutFormatGZ (line 85) | OutFormatGZ constant OutFormatZSTD (line 86) | OutFormatZSTD type DiskFormat (line 90) | type DiskFormat constant DiskFormatUnknown (line 94) | DiskFormatUnknown DiskFormat = iota constant DiskFormatRaw (line 95) | DiskFormatRaw constant DiskFormatQCOW2 (line 96) | DiskFormatQCOW2 constant DiskFormatVPC (line 97) | DiskFormatVPC constant DiskFormatOVA (line 98) | DiskFormatOVA type SDBootEnrollKeys (line 102) | type SDBootEnrollKeys constant SDBootEnrollKeysIfSafe (line 106) | SDBootEnrollKeysIfSafe SDBootEnrollKeys = iota constant SDBootEnrollKeysManual (line 107) | SDBootEnrollKeysManual constant SDBootEnrollKeysForce (line 108) | SDBootEnrollKeysForce constant SDBootEnrollKeysOff (line 109) | SDBootEnrollKeysOff constant BootLoaderKindNone (line 117) | BootLoaderKindNone = imageropts.BootLoaderKindNone constant BootLoaderKindDualBoot (line 118) | BootLoaderKindDualBoot = imageropts.BootLoaderKindDualBoot constant BootLoaderKindSDBoot (line 119) | BootLoaderKindSDBoot = imageropts.BootLoaderKindSDBoot constant BootLoaderKindGrub (line 120) | BootLoaderKindGrub = imageropts.BootLoaderKindGrub FILE: pkg/imager/profile/output_test.go function createOutputWithDefaults (line 16) | func createOutputWithDefaults(kind profile.OutputKind, arch, version str... function createOutputWithOverride (line 26) | func createOutputWithOverride(kind profile.OutputKind, bootloader profil... function TestBootloaderSetting (line 47) | func TestBootloaderSetting(t *testing.T) { function TestBootloaderOverride (line 105) | func TestBootloaderOverride(t *testing.T) { FILE: pkg/imager/profile/outputkind_enumer.go constant _OutputKindName (line 10) | _OutputKindName = "unknownisoimageinstallerkernelinitramfsukicmdline" constant _OutputKindLowerName (line 14) | _OutputKindLowerName = "unknownisoimageinstallerkernelinitramfsukicmdline" method String (line 16) | func (i OutputKind) String() string { function _OutputKindNoOp (line 25) | func _OutputKindNoOp() { function OutputKindString (line 71) | func OutputKindString(s string) (OutputKind, error) { function OutputKindValues (line 83) | func OutputKindValues() []OutputKind { function OutputKindStrings (line 88) | func OutputKindStrings() []string { method IsAOutputKind (line 95) | func (i OutputKind) IsAOutputKind() bool { method MarshalText (line 105) | func (i OutputKind) MarshalText() ([]byte, error) { method UnmarshalText (line 110) | func (i *OutputKind) UnmarshalText(text []byte) error { constant _OutFormatName (line 116) | _OutFormatName = "unknownraw.tar.gz.xz.gz.zst" constant _OutFormatLowerName (line 120) | _OutFormatLowerName = "unknownraw.tar.gz.xz.gz.zst" method String (line 122) | func (i OutFormat) String() string { function _OutFormatNoOp (line 131) | func _OutFormatNoOp() { function OutFormatString (line 169) | func OutFormatString(s string) (OutFormat, error) { function OutFormatValues (line 181) | func OutFormatValues() []OutFormat { function OutFormatStrings (line 186) | func OutFormatStrings() []string { method IsAOutFormat (line 193) | func (i OutFormat) IsAOutFormat() bool { method MarshalText (line 203) | func (i OutFormat) MarshalText() ([]byte, error) { method UnmarshalText (line 208) | func (i *OutFormat) UnmarshalText(text []byte) error { constant _DiskFormatName (line 214) | _DiskFormatName = "unknownrawqcow2vhdova" constant _DiskFormatLowerName (line 218) | _DiskFormatLowerName = "unknownrawqcow2vhdova" method String (line 220) | func (i DiskFormat) String() string { function _DiskFormatNoOp (line 229) | func _DiskFormatNoOp() { function DiskFormatString (line 263) | func DiskFormatString(s string) (DiskFormat, error) { function DiskFormatValues (line 275) | func DiskFormatValues() []DiskFormat { function DiskFormatStrings (line 280) | func DiskFormatStrings() []string { method IsADiskFormat (line 287) | func (i DiskFormat) IsADiskFormat() bool { method MarshalText (line 297) | func (i DiskFormat) MarshalText() ([]byte, error) { method UnmarshalText (line 302) | func (i *DiskFormat) UnmarshalText(text []byte) error { constant _SDBootEnrollKeysName (line 308) | _SDBootEnrollKeysName = "if-safemanualforceoff" constant _SDBootEnrollKeysLowerName (line 312) | _SDBootEnrollKeysLowerName = "if-safemanualforceoff" method String (line 314) | func (i SDBootEnrollKeys) String() string { function _SDBootEnrollKeysNoOp (line 323) | func _SDBootEnrollKeysNoOp() { function SDBootEnrollKeysString (line 353) | func SDBootEnrollKeysString(s string) (SDBootEnrollKeys, error) { function SDBootEnrollKeysValues (line 365) | func SDBootEnrollKeysValues() []SDBootEnrollKeys { function SDBootEnrollKeysStrings (line 370) | func SDBootEnrollKeysStrings() []string { method IsASDBootEnrollKeys (line 377) | func (i SDBootEnrollKeys) IsASDBootEnrollKeys() bool { method MarshalText (line 387) | func (i SDBootEnrollKeys) MarshalText() ([]byte, error) { method UnmarshalText (line 392) | func (i *SDBootEnrollKeys) UnmarshalText(text []byte) error { FILE: pkg/imager/profile/profile.go type Profile (line 25) | type Profile struct method SecureBootEnabled (line 58) | func (p *Profile) SecureBootEnabled() bool { method Validate (line 65) | func (p *Profile) Validate() error { method OutputPath (line 128) | func (p *Profile) OutputPath() string { method Dump (line 166) | func (p *Profile) Dump(w io.Writer) error { type OverlayOptions (line 48) | type OverlayOptions struct FILE: pkg/imager/profile/profile_test.go function TestFillDefaults (line 23) | func TestFillDefaults(t *testing.T) { FILE: pkg/imager/progress.go function progressPrintf (line 14) | func progressPrintf(report *reporter.Reporter, status reporter.Update) f... FILE: pkg/imager/qemuimg/qemuimg.go function Convert (line 16) | func Convert(ctx context.Context, inputFmt, outputFmt, options, path str... function Resize (line 34) | func Resize(ctx context.Context, file, size string) error { FILE: pkg/imager/utils/copy.go function SourceDestination (line 21) | func SourceDestination(src, dest string) CopyInstruction { function CopyFiles (line 26) | func CopyFiles(printf func(string, ...any), instructions ...CopyInstruct... type CopyReaderInstruction (line 63) | type CopyReaderInstruction struct function ReaderDestination (line 69) | func ReaderDestination(reader io.Reader, dest string) CopyReaderInstruct... function CopyReader (line 74) | func CopyReader(printf func(string, ...any), instructions ...CopyReaderI... FILE: pkg/imager/utils/epoch.go function SourceDateEpoch (line 14) | func SourceDateEpoch() (int64, bool, error) { FILE: pkg/imager/utils/raw.go function CreateRawDisk (line 17) | func CreateRawDisk(printf func(string, ...any), path string, diskSize in... FILE: pkg/imager/utils/touch.go function TouchFiles (line 16) | func TouchFiles(printf func(string, ...any), root string) error { FILE: pkg/imager/vmdkconvert/vmdkconvert.go function ConvertToStreamOptimizedVMDK (line 16) | func ConvertToStreamOptimizedVMDK(ctx context.Context, path string, prin... FILE: pkg/images/list.go type Versions (line 18) | type Versions struct constant DefaultSandboxImage (line 36) | DefaultSandboxImage = "registry.k8s.io/pause:3.10.1" function List (line 39) | func List(config config.Config) Versions { type VersionsListOptions (line 63) | type VersionsListOptions struct function ListWithOptions (line 84) | func ListWithOptions(config config.Config, opts VersionsListOptions) Ver... function mustParseTag (line 118) | func mustParseTag(s string) name.Tag { function mustParseReferenceWithTag (line 134) | func mustParseReferenceWithTag(ref, tag string) name.Tag { type TalosBundle (line 144) | type TalosBundle struct function ListSourcesFor (line 156) | func ListSourcesFor(tag string) TalosBundle { FILE: pkg/kernel/kernel.go function WriteParam (line 15) | func WriteParam(prop *kernel.Param) error { function ReadParam (line 20) | func ReadParam(prop *kernel.Param) ([]byte, error) { function DeleteParam (line 25) | func DeleteParam(prop *kernel.Param) error { FILE: pkg/kernel/kspp/kspp.go function EnforceKSPPKernelParameters (line 30) | func EnforceKSPPKernelParameters() error { function GetKernelParams (line 51) | func GetKernelParams() []*kernel.Param { FILE: pkg/kubeconfig/generate.go type GenerateAdminInput (line 26) | type GenerateAdminInput interface function GenerateAdmin (line 35) | func GenerateAdmin(config GenerateAdminInput, out io.Writer) error { type GenerateInput (line 61) | type GenerateInput struct constant allowedTimeSkew (line 76) | allowedTimeSkew = 10 * time.Second function Generate (line 79) | func Generate(in *GenerateInput, out io.Writer) error { FILE: pkg/kubeconfig/generate_test.go type GenerateSuite (line 22) | type GenerateSuite struct method TestGenerateAdmin (line 26) | func (suite *GenerateSuite) TestGenerateAdmin() { method TestGenerate (line 64) | func (suite *GenerateSuite) TestGenerate() { function TestGenerateSuite (line 98) | func TestGenerateSuite(t *testing.T) { FILE: pkg/kubernetes/errors.go function IsRetryableError (line 12) | func IsRetryableError(err error) bool { FILE: pkg/kubernetes/inject/serviceaccount.go constant injectToEnv (line 28) | injectToEnv = false constant volumeName (line 29) | volumeName = "talos-secrets" constant nameSuffix (line 31) | nameSuffix = "-talos-secrets" constant apiVersionField (line 33) | apiVersionField = "apiVersion" constant kindField (line 34) | kindField = "kind" constant metadataField (line 35) | metadataField = "metadata" constant namespaceField (line 36) | namespaceField = "namespace" constant nameField (line 37) | nameField = "name" constant yamlSeparator (line 39) | yamlSeparator = "---\n" function ServiceAccount (line 46) | func ServiceAccount(reader io.Reader, roles []string) ([]byte, error) { function buildServiceAccount (line 143) | func buildServiceAccount(namespace string, name string, roles []string) ... function isServiceAccount (line 166) | func isServiceAccount(raw map[string]any) bool { function injectToObject (line 182) | func injectToObject(raw map[string]any) (metav1.Object, error) { function injectToPodSpecObject (line 225) | func injectToPodSpecObject[T any](raw map[string]any, podSpecFunc func(*... function readResourceAPIVersionKind (line 247) | func readResourceAPIVersionKind(raw map[string]any) (string, error) { function readResourceIDFromObject (line 269) | func readResourceIDFromObject(obj metav1.Object) string { function readResourceIDFromServiceAccount (line 277) | func readResourceIDFromServiceAccount(raw map[string]any) string { function injectToPodSpec (line 301) | func injectToPodSpec(secretName string, podSpec *corev1.PodSpec) { function injectToVolumes (line 307) | func injectToVolumes(name string, volumes []corev1.Volume) []corev1.Volu... function injectToContainers (line 328) | func injectToContainers(containers []corev1.Container) []corev1.Container { function injectToContainer (line 340) | func injectToContainer(container *corev1.Container) { function injectToContainerEnv (line 361) | func injectToContainerEnv(env []corev1.EnvVar) []corev1.EnvVar { FILE: pkg/kubernetes/klog.go function init (line 13) | func init() { FILE: pkg/kubernetes/kubelet/kubelet.go type Client (line 29) | type Client struct method Pods (line 70) | func (c *Client) Pods(ctx context.Context) (*PodList, error) { function NewClient (line 34) | func NewClient(nodename string, clientCert, clientKey, caPEM []byte) (*C... type PodList (line 87) | type PodList struct type Pod (line 92) | type Pod struct type Metadata (line 98) | type Metadata struct type Annotations (line 105) | type Annotations struct FILE: pkg/kubernetes/kubernetes.go constant DrainTimeout (line 39) | DrainTimeout = 5 * time.Minute type Client (line 44) | type Client struct method NodeIPs (line 174) | func (h *Client) NodeIPs(ctx context.Context, machineType machine.Type... method Drain (line 228) | func (h *Client) Drain(ctx context.Context, node string) error { method evict (line 282) | func (h *Client) evict(ctx context.Context, p corev1.Pod, gracePeriod ... method waitForPodDeleted (line 307) | func (h *Client) waitForPodDeleted(ctx context.Context, p *corev1.Pod)... function NewClientFromKubeletKubeconfig (line 49) | func NewClientFromKubeletKubeconfig() (*Client, error) { function loadPKIIntoVariable (line 58) | func loadPKIIntoVariable(data *[]byte, path *string) error { function NewForConfig (line 79) | func NewForConfig(config *restclient.Config) (*Client, error) { function NewClientFromPKI (line 108) | func NewClientFromPKI(ca, crt, key []byte, endpoint *url.URL) (*Client, ... function NewTemporaryClientControlPlane (line 128) | func NewTemporaryClientControlPlane(ctx context.Context, r controller.Re... function NewTemporaryClientFromPKI (line 145) | func NewTemporaryClientFromPKI(ca *x509.PEMEncodedCertificateAndKey, end... FILE: pkg/kubernetes/version.go function VersionGTE (line 15) | func VersionGTE(image string, version semver.Version) bool { FILE: pkg/kubernetes/version_test.go function TestVersionGTE (line 16) | func TestVersionGTE(t *testing.T) { FILE: pkg/logging/error_suppress.go function NewControllerErrorSuppressor (line 22) | func NewControllerErrorSuppressor(core zapcore.Core, threshold int64) za... type consoleSampler (line 29) | type consoleSampler struct method Level (line 39) | func (s *consoleSampler) Level() zapcore.Level { method With (line 43) | func (s *consoleSampler) With(fields []zapcore.Field) zapcore.Core { method Check (line 66) | func (s *consoleSampler) Check(ent zapcore.Entry, ce *zapcore.CheckedE... FILE: pkg/logging/error_suppress_test.go function assertLogged (line 17) | func assertLogged(t *testing.T, core zapcore.Core, logs *observer.Observ... function TestErrorSuppressor (line 29) | func TestErrorSuppressor(t *testing.T) { FILE: pkg/logging/zap.go type LogWriter (line 18) | type LogWriter struct method Write (line 32) | func (lw *LogWriter) Write(line []byte) (int, error) { function NewWriter (line 24) | func NewWriter(l *zap.Logger, level zapcore.Level) io.Writer { type logWrapper (line 44) | type logWrapper struct method Write (line 49) | func (lw *logWrapper) Write(line []byte) (int, error) { type LogDestination (line 63) | type LogDestination struct type LogDestinationOption (line 72) | type LogDestinationOption function WithoutTimestamp (line 75) | func WithoutTimestamp() LogDestinationOption { function WithoutLogLevels (line 82) | func WithoutLogLevels() LogDestinationOption { function WithColoredLevels (line 89) | func WithColoredLevels() LogDestinationOption { function WithControllerErrorSuppressor (line 96) | func WithControllerErrorSuppressor(threshold int64) LogDestinationOption { function NewLogDestination (line 103) | func NewLogDestination(writer io.Writer, logLevel zapcore.LevelEnabler, ... function Wrap (line 122) | func Wrap(writer io.Writer) *zap.Logger { function ZapLogger (line 129) | func ZapLogger(dests ...*LogDestination) *zap.Logger { function Component (line 152) | func Component(name string) zapcore.Field { FILE: pkg/machinery/api/api.go function TalosAPIdOne2ManyAPIs (line 27) | func TalosAPIdOne2ManyAPIs() []protoreflect.FileDescriptor { function TalosAPIdAllAPIs (line 41) | func TalosAPIdAllAPIs() []protoreflect.FileDescriptor { function AllAPIs (line 53) | func AllAPIs() []protoreflect.FileDescriptor { FILE: pkg/machinery/api/cluster/cluster.pb.go constant _ (line 23) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 25) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type HealthCheckRequest (line 28) | type HealthCheckRequest struct method Reset (line 36) | func (x *HealthCheckRequest) Reset() { method String (line 43) | func (x *HealthCheckRequest) String() string { method ProtoMessage (line 47) | func (*HealthCheckRequest) ProtoMessage() {} method ProtoReflect (line 49) | func (x *HealthCheckRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 62) | func (*HealthCheckRequest) Descriptor() ([]byte, []int) { method GetWaitTimeout (line 66) | func (x *HealthCheckRequest) GetWaitTimeout() *durationpb.Duration { method GetClusterInfo (line 73) | func (x *HealthCheckRequest) GetClusterInfo() *ClusterInfo { type ClusterInfo (line 80) | type ClusterInfo struct method Reset (line 89) | func (x *ClusterInfo) Reset() { method String (line 96) | func (x *ClusterInfo) String() string { method ProtoMessage (line 100) | func (*ClusterInfo) ProtoMessage() {} method ProtoReflect (line 102) | func (x *ClusterInfo) ProtoReflect() protoreflect.Message { method Descriptor (line 115) | func (*ClusterInfo) Descriptor() ([]byte, []int) { method GetControlPlaneNodes (line 119) | func (x *ClusterInfo) GetControlPlaneNodes() []string { method GetWorkerNodes (line 126) | func (x *ClusterInfo) GetWorkerNodes() []string { method GetForceEndpoint (line 133) | func (x *ClusterInfo) GetForceEndpoint() string { type HealthCheckProgress (line 140) | type HealthCheckProgress struct method Reset (line 148) | func (x *HealthCheckProgress) Reset() { method String (line 155) | func (x *HealthCheckProgress) String() string { method ProtoMessage (line 159) | func (*HealthCheckProgress) ProtoMessage() {} method ProtoReflect (line 161) | func (x *HealthCheckProgress) ProtoReflect() protoreflect.Message { method Descriptor (line 174) | func (*HealthCheckProgress) Descriptor() ([]byte, []int) { method GetMetadata (line 178) | func (x *HealthCheckProgress) GetMetadata() *common.Metadata { method GetMessage (line 185) | func (x *HealthCheckProgress) GetMessage() string { constant file_cluster_cluster_proto_rawDesc (line 194) | file_cluster_cluster_proto_rawDesc = "" + function file_cluster_cluster_proto_rawDescGZIP (line 216) | func file_cluster_cluster_proto_rawDescGZIP() []byte { function init (line 244) | func init() { file_cluster_cluster_proto_init() } function file_cluster_cluster_proto_init (line 245) | func file_cluster_cluster_proto_init() { FILE: pkg/machinery/api/cluster/cluster_grpc.pb.go constant _ (line 20) | _ = grpc.SupportPackageIsVersion9 constant ClusterService_HealthCheck_FullMethodName (line 23) | ClusterService_HealthCheck_FullMethodName = "/cluster.ClusterService/Hea... type ClusterServiceClient (line 31) | type ClusterServiceClient interface type clusterServiceClient (line 35) | type clusterServiceClient struct method HealthCheck (line 43) | func (c *clusterServiceClient) HealthCheck(ctx context.Context, in *He... function NewClusterServiceClient (line 39) | func NewClusterServiceClient(cc grpc.ClientConnInterface) ClusterService... type ClusterServiceServer (line 67) | type ClusterServiceServer interface type UnimplementedClusterServiceServer (line 77) | type UnimplementedClusterServiceServer struct method HealthCheck (line 79) | func (UnimplementedClusterServiceServer) HealthCheck(*HealthCheckReque... method mustEmbedUnimplementedClusterServiceServer (line 82) | func (UnimplementedClusterServiceServer) mustEmbedUnimplementedCluster... method testEmbeddedByValue (line 83) | func (UnimplementedClusterServiceServer) testEmbeddedByValue() ... type UnsafeClusterServiceServer (line 88) | type UnsafeClusterServiceServer interface function RegisterClusterServiceServer (line 92) | func RegisterClusterServiceServer(s grpc.ServiceRegistrar, srv ClusterSe... function _ClusterService_HealthCheck_Handler (line 103) | func _ClusterService_HealthCheck_Handler(srv interface{}, stream grpc.Se... FILE: pkg/machinery/api/cluster/cluster_vtproto.pb.go constant _ (line 22) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 24) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) method MarshalVT (line 27) | func (m *HealthCheckRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 40) | func (m *HealthCheckRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 45) | func (m *HealthCheckRequest) MarshalToSizedBufferVT(dAtA []byte) (int, e... method MarshalVT (line 80) | func (m *ClusterInfo) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 93) | func (m *ClusterInfo) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 98) | func (m *ClusterInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 138) | func (m *HealthCheckProgress) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 151) | func (m *HealthCheckProgress) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 156) | func (m *HealthCheckProgress) MarshalToSizedBufferVT(dAtA []byte) (int, ... method SizeVT (line 200) | func (m *HealthCheckRequest) SizeVT() (n int) { method SizeVT (line 218) | func (m *ClusterInfo) SizeVT() (n int) { method SizeVT (line 244) | func (m *HealthCheckProgress) SizeVT() (n int) { method UnmarshalVT (line 268) | func (m *HealthCheckRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 391) | func (m *ClusterInfo) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 538) | func (m *HealthCheckProgress) UnmarshalVT(dAtA []byte) error { FILE: pkg/machinery/api/common/common.pb.go constant _ (line 23) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 25) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type Code (line 28) | type Code method Enum (line 50) | func (x Code) Enum() *Code { method String (line 56) | func (x Code) String() string { method Descriptor (line 60) | func (Code) Descriptor() protoreflect.EnumDescriptor { method Type (line 64) | func (Code) Type() protoreflect.EnumType { method Number (line 68) | func (x Code) Number() protoreflect.EnumNumber { method EnumDescriptor (line 73) | func (Code) EnumDescriptor() ([]byte, []int) { constant Code_FATAL (line 31) | Code_FATAL Code = 0 constant Code_LOCKED (line 32) | Code_LOCKED Code = 1 constant Code_CANCELED (line 33) | Code_CANCELED Code = 2 type ContainerDriver (line 77) | type ContainerDriver method Enum (line 96) | func (x ContainerDriver) Enum() *ContainerDriver { method String (line 102) | func (x ContainerDriver) String() string { method Descriptor (line 106) | func (ContainerDriver) Descriptor() protoreflect.EnumDescriptor { method Type (line 110) | func (ContainerDriver) Type() protoreflect.EnumType { method Number (line 114) | func (x ContainerDriver) Number() protoreflect.EnumNumber { method EnumDescriptor (line 119) | func (ContainerDriver) EnumDescriptor() ([]byte, []int) { constant ContainerDriver_CONTAINERD (line 80) | ContainerDriver_CONTAINERD ContainerDriver = 0 constant ContainerDriver_CRI (line 81) | ContainerDriver_CRI ContainerDriver = 1 type ContainerdNamespace (line 123) | type ContainerdNamespace method Enum (line 145) | func (x ContainerdNamespace) Enum() *ContainerdNamespace { method String (line 151) | func (x ContainerdNamespace) String() string { method Descriptor (line 155) | func (ContainerdNamespace) Descriptor() protoreflect.EnumDescriptor { method Type (line 159) | func (ContainerdNamespace) Type() protoreflect.EnumType { method Number (line 163) | func (x ContainerdNamespace) Number() protoreflect.EnumNumber { method EnumDescriptor (line 168) | func (ContainerdNamespace) EnumDescriptor() ([]byte, []int) { constant ContainerdNamespace_NS_UNKNOWN (line 126) | ContainerdNamespace_NS_UNKNOWN ContainerdNamespace = 0 constant ContainerdNamespace_NS_SYSTEM (line 127) | ContainerdNamespace_NS_SYSTEM ContainerdNamespace = 1 constant ContainerdNamespace_NS_CRI (line 128) | ContainerdNamespace_NS_CRI ContainerdNamespace = 2 type Error (line 172) | type Error struct method Reset (line 181) | func (x *Error) Reset() { method String (line 188) | func (x *Error) String() string { method ProtoMessage (line 192) | func (*Error) ProtoMessage() {} method ProtoReflect (line 194) | func (x *Error) ProtoReflect() protoreflect.Message { method Descriptor (line 207) | func (*Error) Descriptor() ([]byte, []int) { method GetCode (line 211) | func (x *Error) GetCode() Code { method GetMessage (line 218) | func (x *Error) GetMessage() string { method GetDetails (line 225) | func (x *Error) GetDetails() []*anypb.Any { type Metadata (line 233) | type Metadata struct method Reset (line 246) | func (x *Metadata) Reset() { method String (line 253) | func (x *Metadata) String() string { method ProtoMessage (line 257) | func (*Metadata) ProtoMessage() {} method ProtoReflect (line 259) | func (x *Metadata) ProtoReflect() protoreflect.Message { method Descriptor (line 272) | func (*Metadata) Descriptor() ([]byte, []int) { method GetHostname (line 276) | func (x *Metadata) GetHostname() string { method GetError (line 283) | func (x *Metadata) GetError() string { method GetStatus (line 290) | func (x *Metadata) GetStatus() *status.Status { type Data (line 297) | type Data struct method Reset (line 305) | func (x *Data) Reset() { method String (line 312) | func (x *Data) String() string { method ProtoMessage (line 316) | func (*Data) ProtoMessage() {} method ProtoReflect (line 318) | func (x *Data) ProtoReflect() protoreflect.Message { method Descriptor (line 331) | func (*Data) Descriptor() ([]byte, []int) { method GetMetadata (line 335) | func (x *Data) GetMetadata() *Metadata { method GetBytes (line 342) | func (x *Data) GetBytes() []byte { type DataResponse (line 349) | type DataResponse struct method Reset (line 356) | func (x *DataResponse) Reset() { method String (line 363) | func (x *DataResponse) String() string { method ProtoMessage (line 367) | func (*DataResponse) ProtoMessage() {} method ProtoReflect (line 369) | func (x *DataResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 382) | func (*DataResponse) Descriptor() ([]byte, []int) { method GetMessages (line 386) | func (x *DataResponse) GetMessages() []*Data { type Empty (line 393) | type Empty struct method Reset (line 400) | func (x *Empty) Reset() { method String (line 407) | func (x *Empty) String() string { method ProtoMessage (line 411) | func (*Empty) ProtoMessage() {} method ProtoReflect (line 413) | func (x *Empty) ProtoReflect() protoreflect.Message { method Descriptor (line 426) | func (*Empty) Descriptor() ([]byte, []int) { method GetMetadata (line 430) | func (x *Empty) GetMetadata() *Metadata { type EmptyResponse (line 437) | type EmptyResponse struct method Reset (line 444) | func (x *EmptyResponse) Reset() { method String (line 451) | func (x *EmptyResponse) String() string { method ProtoMessage (line 455) | func (*EmptyResponse) ProtoMessage() {} method ProtoReflect (line 457) | func (x *EmptyResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 470) | func (*EmptyResponse) Descriptor() ([]byte, []int) { method GetMessages (line 474) | func (x *EmptyResponse) GetMessages() []*Empty { type ContainerdInstance (line 481) | type ContainerdInstance struct method Reset (line 491) | func (x *ContainerdInstance) Reset() { method String (line 498) | func (x *ContainerdInstance) String() string { method ProtoMessage (line 502) | func (*ContainerdInstance) ProtoMessage() {} method ProtoReflect (line 504) | func (x *ContainerdInstance) ProtoReflect() protoreflect.Message { method Descriptor (line 517) | func (*ContainerdInstance) Descriptor() ([]byte, []int) { method GetDriver (line 521) | func (x *ContainerdInstance) GetDriver() ContainerDriver { method GetNamespace (line 528) | func (x *ContainerdInstance) GetNamespace() ContainerdNamespace { type URL (line 535) | type URL struct method Reset (line 542) | func (x *URL) Reset() { method String (line 549) | func (x *URL) String() string { method ProtoMessage (line 553) | func (*URL) ProtoMessage() {} method ProtoReflect (line 555) | func (x *URL) ProtoReflect() protoreflect.Message { method Descriptor (line 568) | func (*URL) Descriptor() ([]byte, []int) { method GetFullPath (line 572) | func (x *URL) GetFullPath() string { type PEMEncodedCertificateAndKey (line 579) | type PEMEncodedCertificateAndKey struct method Reset (line 587) | func (x *PEMEncodedCertificateAndKey) Reset() { method String (line 594) | func (x *PEMEncodedCertificateAndKey) String() string { method ProtoMessage (line 598) | func (*PEMEncodedCertificateAndKey) ProtoMessage() {} method ProtoReflect (line 600) | func (x *PEMEncodedCertificateAndKey) ProtoReflect() protoreflect.Mess... method Descriptor (line 613) | func (*PEMEncodedCertificateAndKey) Descriptor() ([]byte, []int) { method GetCrt (line 617) | func (x *PEMEncodedCertificateAndKey) GetCrt() []byte { method GetKey (line 624) | func (x *PEMEncodedCertificateAndKey) GetKey() []byte { type PEMEncodedKey (line 631) | type PEMEncodedKey struct method Reset (line 638) | func (x *PEMEncodedKey) Reset() { method String (line 645) | func (x *PEMEncodedKey) String() string { method ProtoMessage (line 649) | func (*PEMEncodedKey) ProtoMessage() {} method ProtoReflect (line 651) | func (x *PEMEncodedKey) ProtoReflect() protoreflect.Message { method Descriptor (line 664) | func (*PEMEncodedKey) Descriptor() ([]byte, []int) { method GetKey (line 668) | func (x *PEMEncodedKey) GetKey() []byte { type PEMEncodedCertificate (line 675) | type PEMEncodedCertificate struct method Reset (line 682) | func (x *PEMEncodedCertificate) Reset() { method String (line 689) | func (x *PEMEncodedCertificate) String() string { method ProtoMessage (line 693) | func (*PEMEncodedCertificate) ProtoMessage() {} method ProtoReflect (line 695) | func (x *PEMEncodedCertificate) ProtoReflect() protoreflect.Message { method Descriptor (line 708) | func (*PEMEncodedCertificate) Descriptor() ([]byte, []int) { method GetCrt (line 712) | func (x *PEMEncodedCertificate) GetCrt() []byte { type NetIP (line 719) | type NetIP struct method Reset (line 726) | func (x *NetIP) Reset() { method String (line 733) | func (x *NetIP) String() string { method ProtoMessage (line 737) | func (*NetIP) ProtoMessage() {} method ProtoReflect (line 739) | func (x *NetIP) ProtoReflect() protoreflect.Message { method Descriptor (line 752) | func (*NetIP) Descriptor() ([]byte, []int) { method GetIp (line 756) | func (x *NetIP) GetIp() []byte { type NetIPPort (line 763) | type NetIPPort struct method Reset (line 771) | func (x *NetIPPort) Reset() { method String (line 778) | func (x *NetIPPort) String() string { method ProtoMessage (line 782) | func (*NetIPPort) ProtoMessage() {} method ProtoReflect (line 784) | func (x *NetIPPort) ProtoReflect() protoreflect.Message { method Descriptor (line 797) | func (*NetIPPort) Descriptor() ([]byte, []int) { method GetIp (line 801) | func (x *NetIPPort) GetIp() []byte { method GetPort (line 808) | func (x *NetIPPort) GetPort() int32 { type NetIPPrefix (line 815) | type NetIPPrefix struct method Reset (line 823) | func (x *NetIPPrefix) Reset() { method String (line 830) | func (x *NetIPPrefix) String() string { method ProtoMessage (line 834) | func (*NetIPPrefix) ProtoMessage() {} method ProtoReflect (line 836) | func (x *NetIPPrefix) ProtoReflect() protoreflect.Message { method Descriptor (line 849) | func (*NetIPPrefix) Descriptor() ([]byte, []int) { method GetIp (line 853) | func (x *NetIPPrefix) GetIp() []byte { method GetPrefixLength (line 860) | func (x *NetIPPrefix) GetPrefixLength() int32 { constant file_common_common_proto_rawDesc (line 968) | file_common_common_proto_rawDesc = "" + function file_common_common_proto_rawDescGZIP (line 1036) | func file_common_common_proto_rawDescGZIP() []byte { function init (line 1095) | func init() { file_common_common_proto_init() } function file_common_common_proto_init (line 1096) | func file_common_common_proto_init() { FILE: pkg/machinery/api/common/common_vtproto.pb.go constant _ (line 21) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 23) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) method MarshalVT (line 26) | func (m *Error) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 39) | func (m *Error) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 44) | func (m *Error) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 83) | func (m *Metadata) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 96) | func (m *Metadata) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 101) | func (m *Metadata) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 152) | func (m *Data) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 165) | func (m *Data) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 170) | func (m *Data) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 202) | func (m *DataResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 215) | func (m *DataResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 220) | func (m *DataResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 247) | func (m *Empty) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 260) | func (m *Empty) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 265) | func (m *Empty) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 290) | func (m *EmptyResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 303) | func (m *EmptyResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 308) | func (m *EmptyResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 335) | func (m *ContainerdInstance) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 348) | func (m *ContainerdInstance) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 353) | func (m *ContainerdInstance) MarshalToSizedBufferVT(dAtA []byte) (int, e... method MarshalVT (line 378) | func (m *URL) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 391) | func (m *URL) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 396) | func (m *URL) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 418) | func (m *PEMEncodedCertificateAndKey) MarshalVT() (dAtA []byte, err erro... method MarshalToVT (line 431) | func (m *PEMEncodedCertificateAndKey) MarshalToVT(dAtA []byte) (int, err... method MarshalToSizedBufferVT (line 436) | func (m *PEMEncodedCertificateAndKey) MarshalToSizedBufferVT(dAtA []byte... method MarshalVT (line 465) | func (m *PEMEncodedKey) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 478) | func (m *PEMEncodedKey) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 483) | func (m *PEMEncodedKey) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 505) | func (m *PEMEncodedCertificate) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 518) | func (m *PEMEncodedCertificate) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 523) | func (m *PEMEncodedCertificate) MarshalToSizedBufferVT(dAtA []byte) (int... method MarshalVT (line 545) | func (m *NetIP) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 558) | func (m *NetIP) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 563) | func (m *NetIP) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 585) | func (m *NetIPPort) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 598) | func (m *NetIPPort) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 603) | func (m *NetIPPort) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 630) | func (m *NetIPPrefix) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 643) | func (m *NetIPPrefix) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 648) | func (m *NetIPPrefix) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method SizeVT (line 675) | func (m *Error) SizeVT() (n int) { method SizeVT (line 698) | func (m *Metadata) SizeVT() (n int) { method SizeVT (line 726) | func (m *Data) SizeVT() (n int) { method SizeVT (line 744) | func (m *DataResponse) SizeVT() (n int) { method SizeVT (line 760) | func (m *Empty) SizeVT() (n int) { method SizeVT (line 774) | func (m *EmptyResponse) SizeVT() (n int) { method SizeVT (line 790) | func (m *ContainerdInstance) SizeVT() (n int) { method SizeVT (line 806) | func (m *URL) SizeVT() (n int) { method SizeVT (line 820) | func (m *PEMEncodedCertificateAndKey) SizeVT() (n int) { method SizeVT (line 838) | func (m *PEMEncodedKey) SizeVT() (n int) { method SizeVT (line 852) | func (m *PEMEncodedCertificate) SizeVT() (n int) { method SizeVT (line 866) | func (m *NetIP) SizeVT() (n int) { method SizeVT (line 880) | func (m *NetIPPort) SizeVT() (n int) { method SizeVT (line 897) | func (m *NetIPPrefix) SizeVT() (n int) { method UnmarshalVT (line 914) | func (m *Error) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1050) | func (m *Metadata) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1209) | func (m *Data) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1330) | func (m *DataResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1415) | func (m *Empty) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1502) | func (m *EmptyResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1587) | func (m *ContainerdInstance) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1676) | func (m *URL) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1759) | func (m *PEMEncodedCertificateAndKey) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1878) | func (m *PEMEncodedKey) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1963) | func (m *PEMEncodedCertificate) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 2048) | func (m *NetIP) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 2133) | func (m *NetIPPort) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 2237) | func (m *NetIPPrefix) UnmarshalVT(dAtA []byte) error { FILE: pkg/machinery/api/inspect/inspect.pb.go constant _ (line 23) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 25) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type DependencyEdgeType (line 28) | type DependencyEdgeType method Enum (line 56) | func (x DependencyEdgeType) Enum() *DependencyEdgeType { method String (line 62) | func (x DependencyEdgeType) String() string { method Descriptor (line 66) | func (DependencyEdgeType) Descriptor() protoreflect.EnumDescriptor { method Type (line 70) | func (DependencyEdgeType) Type() protoreflect.EnumType { method Number (line 74) | func (x DependencyEdgeType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 79) | func (DependencyEdgeType) EnumDescriptor() ([]byte, []int) { constant DependencyEdgeType_OUTPUT_EXCLUSIVE (line 31) | DependencyEdgeType_OUTPUT_EXCLUSIVE DependencyEdgeType = 0 constant DependencyEdgeType_OUTPUT_SHARED (line 32) | DependencyEdgeType_OUTPUT_SHARED DependencyEdgeType = 3 constant DependencyEdgeType_INPUT_STRONG (line 33) | DependencyEdgeType_INPUT_STRONG DependencyEdgeType = 1 constant DependencyEdgeType_INPUT_WEAK (line 34) | DependencyEdgeType_INPUT_WEAK DependencyEdgeType = 2 constant DependencyEdgeType_INPUT_DESTROY_READY (line 35) | DependencyEdgeType_INPUT_DESTROY_READY DependencyEdgeType = 4 type ControllerRuntimeDependency (line 84) | type ControllerRuntimeDependency struct method Reset (line 92) | func (x *ControllerRuntimeDependency) Reset() { method String (line 99) | func (x *ControllerRuntimeDependency) String() string { method ProtoMessage (line 103) | func (*ControllerRuntimeDependency) ProtoMessage() {} method ProtoReflect (line 105) | func (x *ControllerRuntimeDependency) ProtoReflect() protoreflect.Mess... method Descriptor (line 118) | func (*ControllerRuntimeDependency) Descriptor() ([]byte, []int) { method GetMetadata (line 122) | func (x *ControllerRuntimeDependency) GetMetadata() *common.Metadata { method GetEdges (line 129) | func (x *ControllerRuntimeDependency) GetEdges() []*ControllerDependen... type ControllerRuntimeDependenciesResponse (line 136) | type ControllerRuntimeDependenciesResponse struct method Reset (line 143) | func (x *ControllerRuntimeDependenciesResponse) Reset() { method String (line 150) | func (x *ControllerRuntimeDependenciesResponse) String() string { method ProtoMessage (line 154) | func (*ControllerRuntimeDependenciesResponse) ProtoMessage() {} method ProtoReflect (line 156) | func (x *ControllerRuntimeDependenciesResponse) ProtoReflect() protore... method Descriptor (line 169) | func (*ControllerRuntimeDependenciesResponse) Descriptor() ([]byte, []... method GetMessages (line 173) | func (x *ControllerRuntimeDependenciesResponse) GetMessages() []*Contr... type ControllerDependencyEdge (line 180) | type ControllerDependencyEdge struct method Reset (line 191) | func (x *ControllerDependencyEdge) Reset() { method String (line 198) | func (x *ControllerDependencyEdge) String() string { method ProtoMessage (line 202) | func (*ControllerDependencyEdge) ProtoMessage() {} method ProtoReflect (line 204) | func (x *ControllerDependencyEdge) ProtoReflect() protoreflect.Message { method Descriptor (line 217) | func (*ControllerDependencyEdge) Descriptor() ([]byte, []int) { method GetControllerName (line 221) | func (x *ControllerDependencyEdge) GetControllerName() string { method GetEdgeType (line 228) | func (x *ControllerDependencyEdge) GetEdgeType() DependencyEdgeType { method GetResourceNamespace (line 235) | func (x *ControllerDependencyEdge) GetResourceNamespace() string { method GetResourceType (line 242) | func (x *ControllerDependencyEdge) GetResourceType() string { method GetResourceId (line 249) | func (x *ControllerDependencyEdge) GetResourceId() string { constant file_inspect_inspect_proto_rawDesc (line 258) | file_inspect_inspect_proto_rawDesc = "" + function file_inspect_inspect_proto_rawDescGZIP (line 289) | func file_inspect_inspect_proto_rawDescGZIP() []byte { function init (line 320) | func init() { file_inspect_inspect_proto_init() } function file_inspect_inspect_proto_init (line 321) | func file_inspect_inspect_proto_init() { FILE: pkg/machinery/api/inspect/inspect_grpc.pb.go constant _ (line 21) | _ = grpc.SupportPackageIsVersion9 constant InspectService_ControllerRuntimeDependencies_FullMethodName (line 24) | InspectService_ControllerRuntimeDependencies_FullMethodName = "/inspect.... type InspectServiceClient (line 34) | type InspectServiceClient interface type inspectServiceClient (line 38) | type inspectServiceClient struct method ControllerRuntimeDependencies (line 46) | func (c *inspectServiceClient) ControllerRuntimeDependencies(ctx conte... function NewInspectServiceClient (line 42) | func NewInspectServiceClient(cc grpc.ClientConnInterface) InspectService... type InspectServiceServer (line 63) | type InspectServiceServer interface type UnimplementedInspectServiceServer (line 73) | type UnimplementedInspectServiceServer struct method ControllerRuntimeDependencies (line 75) | func (UnimplementedInspectServiceServer) ControllerRuntimeDependencies... method mustEmbedUnimplementedInspectServiceServer (line 78) | func (UnimplementedInspectServiceServer) mustEmbedUnimplementedInspect... method testEmbeddedByValue (line 79) | func (UnimplementedInspectServiceServer) testEmbeddedByValue() ... type UnsafeInspectServiceServer (line 84) | type UnsafeInspectServiceServer interface function RegisterInspectServiceServer (line 88) | func RegisterInspectServiceServer(s grpc.ServiceRegistrar, srv InspectSe... function _InspectService_ControllerRuntimeDependencies_Handler (line 99) | func _InspectService_ControllerRuntimeDependencies_Handler(srv interface... FILE: pkg/machinery/api/inspect/inspect_vtproto.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) method MarshalVT (line 25) | func (m *ControllerRuntimeDependency) MarshalVT() (dAtA []byte, err erro... method MarshalToVT (line 38) | func (m *ControllerRuntimeDependency) MarshalToVT(dAtA []byte) (int, err... method MarshalToSizedBufferVT (line 43) | func (m *ControllerRuntimeDependency) MarshalToSizedBufferVT(dAtA []byte... method MarshalVT (line 92) | func (m *ControllerRuntimeDependenciesResponse) MarshalVT() (dAtA []byte... method MarshalToVT (line 105) | func (m *ControllerRuntimeDependenciesResponse) MarshalToVT(dAtA []byte)... method MarshalToSizedBufferVT (line 110) | func (m *ControllerRuntimeDependenciesResponse) MarshalToSizedBufferVT(d... method MarshalVT (line 137) | func (m *ControllerDependencyEdge) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 150) | func (m *ControllerDependencyEdge) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 155) | func (m *ControllerDependencyEdge) MarshalToSizedBufferVT(dAtA []byte) (... method SizeVT (line 203) | func (m *ControllerRuntimeDependency) SizeVT() (n int) { method SizeVT (line 229) | func (m *ControllerRuntimeDependenciesResponse) SizeVT() (n int) { method SizeVT (line 245) | func (m *ControllerDependencyEdge) SizeVT() (n int) { method UnmarshalVT (line 274) | func (m *ControllerRuntimeDependency) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 403) | func (m *ControllerRuntimeDependenciesResponse) UnmarshalVT(dAtA []byte)... method UnmarshalVT (line 488) | func (m *ControllerDependencyEdge) UnmarshalVT(dAtA []byte) error { FILE: pkg/machinery/api/machine/debug.pb.go constant _ (line 22) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 24) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type DebugContainerRunRequestSpec_Profile (line 27) | type DebugContainerRunRequestSpec_Profile method Enum (line 46) | func (x DebugContainerRunRequestSpec_Profile) Enum() *DebugContainerRu... method String (line 52) | func (x DebugContainerRunRequestSpec_Profile) String() string { method Descriptor (line 56) | func (DebugContainerRunRequestSpec_Profile) Descriptor() protoreflect.... method Type (line 60) | func (DebugContainerRunRequestSpec_Profile) Type() protoreflect.EnumTy... method Number (line 64) | func (x DebugContainerRunRequestSpec_Profile) Number() protoreflect.En... method EnumDescriptor (line 69) | func (DebugContainerRunRequestSpec_Profile) EnumDescriptor() ([]byte, ... constant DebugContainerRunRequestSpec_PROFILE_UNSPECIFIED (line 30) | DebugContainerRunRequestSpec_PROFILE_UNSPECIFIED DebugContainerRunReques... constant DebugContainerRunRequestSpec_PROFILE_PRIVILEGED (line 31) | DebugContainerRunRequestSpec_PROFILE_PRIVILEGED DebugContainerRunReques... type DebugContainerRunRequest (line 73) | type DebugContainerRunRequest struct method Reset (line 86) | func (x *DebugContainerRunRequest) Reset() { method String (line 93) | func (x *DebugContainerRunRequest) String() string { method ProtoMessage (line 97) | func (*DebugContainerRunRequest) ProtoMessage() {} method ProtoReflect (line 99) | func (x *DebugContainerRunRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 112) | func (*DebugContainerRunRequest) Descriptor() ([]byte, []int) { method GetRequest (line 116) | func (x *DebugContainerRunRequest) GetRequest() isDebugContainerRunReq... method GetSpec (line 123) | func (x *DebugContainerRunRequest) GetSpec() *DebugContainerRunRequest... method GetStdinData (line 132) | func (x *DebugContainerRunRequest) GetStdinData() []byte { method GetSignal (line 141) | func (x *DebugContainerRunRequest) GetSignal() int32 { method GetTermResize (line 150) | func (x *DebugContainerRunRequest) GetTermResize() *DebugContainerTerm... type isDebugContainerRunRequest_Request (line 159) | type isDebugContainerRunRequest_Request interface type DebugContainerRunRequest_Spec (line 163) | type DebugContainerRunRequest_Spec struct method isDebugContainerRunRequest_Request (line 181) | func (*DebugContainerRunRequest_Spec) isDebugContainerRunRequest_Reque... type DebugContainerRunRequest_StdinData (line 168) | type DebugContainerRunRequest_StdinData struct method isDebugContainerRunRequest_Request (line 183) | func (*DebugContainerRunRequest_StdinData) isDebugContainerRunRequest_... type DebugContainerRunRequest_Signal (line 173) | type DebugContainerRunRequest_Signal struct method isDebugContainerRunRequest_Request (line 185) | func (*DebugContainerRunRequest_Signal) isDebugContainerRunRequest_Req... type DebugContainerRunRequest_TermResize (line 177) | type DebugContainerRunRequest_TermResize struct method isDebugContainerRunRequest_Request (line 187) | func (*DebugContainerRunRequest_TermResize) isDebugContainerRunRequest... type DebugContainerRunRequestSpec (line 189) | type DebugContainerRunRequestSpec struct method Reset (line 201) | func (x *DebugContainerRunRequestSpec) Reset() { method String (line 208) | func (x *DebugContainerRunRequestSpec) String() string { method ProtoMessage (line 212) | func (*DebugContainerRunRequestSpec) ProtoMessage() {} method ProtoReflect (line 214) | func (x *DebugContainerRunRequestSpec) ProtoReflect() protoreflect.Mes... method Descriptor (line 227) | func (*DebugContainerRunRequestSpec) Descriptor() ([]byte, []int) { method GetContainerd (line 231) | func (x *DebugContainerRunRequestSpec) GetContainerd() *common.Contain... method GetImageName (line 238) | func (x *DebugContainerRunRequestSpec) GetImageName() string { method GetArgs (line 245) | func (x *DebugContainerRunRequestSpec) GetArgs() []string { method GetEnv (line 252) | func (x *DebugContainerRunRequestSpec) GetEnv() map[string]string { method GetProfile (line 259) | func (x *DebugContainerRunRequestSpec) GetProfile() DebugContainerRunR... method GetTty (line 266) | func (x *DebugContainerRunRequestSpec) GetTty() bool { type DebugContainerTerminalResize (line 273) | type DebugContainerTerminalResize struct method Reset (line 281) | func (x *DebugContainerTerminalResize) Reset() { method String (line 288) | func (x *DebugContainerTerminalResize) String() string { method ProtoMessage (line 292) | func (*DebugContainerTerminalResize) ProtoMessage() {} method ProtoReflect (line 294) | func (x *DebugContainerTerminalResize) ProtoReflect() protoreflect.Mes... method Descriptor (line 307) | func (*DebugContainerTerminalResize) Descriptor() ([]byte, []int) { method GetWidth (line 311) | func (x *DebugContainerTerminalResize) GetWidth() int32 { method GetHeight (line 318) | func (x *DebugContainerTerminalResize) GetHeight() int32 { type DebugContainerRunResponse (line 325) | type DebugContainerRunResponse struct method Reset (line 336) | func (x *DebugContainerRunResponse) Reset() { method String (line 343) | func (x *DebugContainerRunResponse) String() string { method ProtoMessage (line 347) | func (*DebugContainerRunResponse) ProtoMessage() {} method ProtoReflect (line 349) | func (x *DebugContainerRunResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 362) | func (*DebugContainerRunResponse) Descriptor() ([]byte, []int) { method GetResp (line 366) | func (x *DebugContainerRunResponse) GetResp() isDebugContainerRunRespo... method GetStdoutData (line 373) | func (x *DebugContainerRunResponse) GetStdoutData() []byte { method GetExitCode (line 382) | func (x *DebugContainerRunResponse) GetExitCode() int32 { type isDebugContainerRunResponse_Resp (line 391) | type isDebugContainerRunResponse_Resp interface type DebugContainerRunResponse_StdoutData (line 395) | type DebugContainerRunResponse_StdoutData struct method isDebugContainerRunResponse_Resp (line 403) | func (*DebugContainerRunResponse_StdoutData) isDebugContainerRunRespon... type DebugContainerRunResponse_ExitCode (line 399) | type DebugContainerRunResponse_ExitCode struct method isDebugContainerRunResponse_Resp (line 405) | func (*DebugContainerRunResponse_ExitCode) isDebugContainerRunResponse... constant file_machine_debug_proto_rawDesc (line 409) | file_machine_debug_proto_rawDesc = "" + function file_machine_debug_proto_rawDescGZIP (line 453) | func file_machine_debug_proto_rawDescGZIP() []byte { function init (line 486) | func init() { file_machine_debug_proto_init() } function file_machine_debug_proto_init (line 487) | func file_machine_debug_proto_init() { FILE: pkg/machinery/api/machine/debug_grpc.pb.go constant _ (line 20) | _ = grpc.SupportPackageIsVersion9 constant DebugService_ContainerRun_FullMethodName (line 23) | DebugService_ContainerRun_FullMethodName = "/machine.DebugService/Contai... type DebugServiceClient (line 31) | type DebugServiceClient interface type debugServiceClient (line 36) | type debugServiceClient struct method ContainerRun (line 44) | func (c *debugServiceClient) ContainerRun(ctx context.Context, opts ..... function NewDebugServiceClient (line 40) | func NewDebugServiceClient(cc grpc.ClientConnInterface) DebugServiceClie... type DebugServiceServer (line 62) | type DebugServiceServer interface type UnimplementedDebugServiceServer (line 73) | type UnimplementedDebugServiceServer struct method ContainerRun (line 75) | func (UnimplementedDebugServiceServer) ContainerRun(grpc.BidiStreaming... method mustEmbedUnimplementedDebugServiceServer (line 78) | func (UnimplementedDebugServiceServer) mustEmbedUnimplementedDebugServ... method testEmbeddedByValue (line 79) | func (UnimplementedDebugServiceServer) testEmbeddedByValue() ... type UnsafeDebugServiceServer (line 84) | type UnsafeDebugServiceServer interface function RegisterDebugServiceServer (line 88) | func RegisterDebugServiceServer(s grpc.ServiceRegistrar, srv DebugServic... function _DebugService_ContainerRun_Handler (line 99) | func _DebugService_ContainerRun_Handler(srv interface{}, stream grpc.Ser... FILE: pkg/machinery/api/machine/debug_vtproto.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) method MarshalVT (line 25) | func (m *DebugContainerRunRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 38) | func (m *DebugContainerRunRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 43) | func (m *DebugContainerRunRequest) MarshalToSizedBufferVT(dAtA []byte) (... method MarshalToVT (line 67) | func (m *DebugContainerRunRequest_Spec) MarshalToVT(dAtA []byte) (int, e... method MarshalToSizedBufferVT (line 72) | func (m *DebugContainerRunRequest_Spec) MarshalToSizedBufferVT(dAtA []by... method MarshalToVT (line 90) | func (m *DebugContainerRunRequest_StdinData) MarshalToVT(dAtA []byte) (i... method MarshalToSizedBufferVT (line 95) | func (m *DebugContainerRunRequest_StdinData) MarshalToSizedBufferVT(dAtA... method MarshalToVT (line 104) | func (m *DebugContainerRunRequest_Signal) MarshalToVT(dAtA []byte) (int,... method MarshalToSizedBufferVT (line 109) | func (m *DebugContainerRunRequest_Signal) MarshalToSizedBufferVT(dAtA []... method MarshalToVT (line 116) | func (m *DebugContainerRunRequest_TermResize) MarshalToVT(dAtA []byte) (... method MarshalToSizedBufferVT (line 121) | func (m *DebugContainerRunRequest_TermResize) MarshalToSizedBufferVT(dAt... method MarshalVT (line 139) | func (m *DebugContainerRunRequestSpec) MarshalVT() (dAtA []byte, err err... method MarshalToVT (line 152) | func (m *DebugContainerRunRequestSpec) MarshalToVT(dAtA []byte) (int, er... method MarshalToSizedBufferVT (line 157) | func (m *DebugContainerRunRequestSpec) MarshalToSizedBufferVT(dAtA []byt... method MarshalVT (line 244) | func (m *DebugContainerTerminalResize) MarshalVT() (dAtA []byte, err err... method MarshalToVT (line 257) | func (m *DebugContainerTerminalResize) MarshalToVT(dAtA []byte) (int, er... method MarshalToSizedBufferVT (line 262) | func (m *DebugContainerTerminalResize) MarshalToSizedBufferVT(dAtA []byt... method MarshalVT (line 287) | func (m *DebugContainerRunResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 300) | func (m *DebugContainerRunResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 305) | func (m *DebugContainerRunResponse) MarshalToSizedBufferVT(dAtA []byte) ... method MarshalToVT (line 329) | func (m *DebugContainerRunResponse_StdoutData) MarshalToVT(dAtA []byte) ... method MarshalToSizedBufferVT (line 334) | func (m *DebugContainerRunResponse_StdoutData) MarshalToSizedBufferVT(dA... method MarshalToVT (line 343) | func (m *DebugContainerRunResponse_ExitCode) MarshalToVT(dAtA []byte) (i... method MarshalToSizedBufferVT (line 348) | func (m *DebugContainerRunResponse_ExitCode) MarshalToSizedBufferVT(dAtA... method SizeVT (line 355) | func (m *DebugContainerRunRequest) SizeVT() (n int) { method SizeVT (line 368) | func (m *DebugContainerRunRequest_Spec) SizeVT() (n int) { method SizeVT (line 382) | func (m *DebugContainerRunRequest_StdinData) SizeVT() (n int) { method SizeVT (line 392) | func (m *DebugContainerRunRequest_Signal) SizeVT() (n int) { method SizeVT (line 401) | func (m *DebugContainerRunRequest_TermResize) SizeVT() (n int) { method SizeVT (line 415) | func (m *DebugContainerRunRequestSpec) SizeVT() (n int) { method SizeVT (line 459) | func (m *DebugContainerTerminalResize) SizeVT() (n int) { method SizeVT (line 475) | func (m *DebugContainerRunResponse) SizeVT() (n int) { method SizeVT (line 488) | func (m *DebugContainerRunResponse_StdoutData) SizeVT() (n int) { method SizeVT (line 498) | func (m *DebugContainerRunResponse_ExitCode) SizeVT() (n int) { method UnmarshalVT (line 507) | func (m *DebugContainerRunRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 693) | func (m *DebugContainerRunRequestSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1018) | func (m *DebugContainerTerminalResize) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1107) | func (m *DebugContainerRunResponse) UnmarshalVT(dAtA []byte) error { FILE: pkg/machinery/api/machine/image.go method Fmt (line 15) | func (s *ImageServicePullLayerProgress) Fmt() string { FILE: pkg/machinery/api/machine/image.pb.go constant _ (line 25) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 27) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type ImageServicePullLayerProgress_Status (line 30) | type ImageServicePullLayerProgress_Status method Enum (line 59) | func (x ImageServicePullLayerProgress_Status) Enum() *ImageServicePull... method String (line 65) | func (x ImageServicePullLayerProgress_Status) String() string { method Descriptor (line 69) | func (ImageServicePullLayerProgress_Status) Descriptor() protoreflect.... method Type (line 73) | func (ImageServicePullLayerProgress_Status) Type() protoreflect.EnumTy... method Number (line 77) | func (x ImageServicePullLayerProgress_Status) Number() protoreflect.En... method EnumDescriptor (line 82) | func (ImageServicePullLayerProgress_Status) EnumDescriptor() ([]byte, ... constant ImageServicePullLayerProgress_DOWNLOADING (line 34) | ImageServicePullLayerProgress_DOWNLOADING ImageServicePullLayerPro... constant ImageServicePullLayerProgress_DOWNLOAD_COMPLETE (line 35) | ImageServicePullLayerProgress_DOWNLOAD_COMPLETE ImageServicePullLayerPro... constant ImageServicePullLayerProgress_EXTRACTING (line 36) | ImageServicePullLayerProgress_EXTRACTING ImageServicePullLayerPro... constant ImageServicePullLayerProgress_EXTRACT_COMPLETE (line 37) | ImageServicePullLayerProgress_EXTRACT_COMPLETE ImageServicePullLayerPro... constant ImageServicePullLayerProgress_ALREADY_EXISTS (line 38) | ImageServicePullLayerProgress_ALREADY_EXISTS ImageServicePullLayerPro... type ImageServiceListRequest (line 86) | type ImageServiceListRequest struct method Reset (line 93) | func (x *ImageServiceListRequest) Reset() { method String (line 100) | func (x *ImageServiceListRequest) String() string { method ProtoMessage (line 104) | func (*ImageServiceListRequest) ProtoMessage() {} method ProtoReflect (line 106) | func (x *ImageServiceListRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 119) | func (*ImageServiceListRequest) Descriptor() ([]byte, []int) { method GetContainerd (line 123) | func (x *ImageServiceListRequest) GetContainerd() *common.ContainerdIn... type ImageServiceListResponse (line 130) | type ImageServiceListResponse struct method Reset (line 141) | func (x *ImageServiceListResponse) Reset() { method String (line 148) | func (x *ImageServiceListResponse) String() string { method ProtoMessage (line 152) | func (*ImageServiceListResponse) ProtoMessage() {} method ProtoReflect (line 154) | func (x *ImageServiceListResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 167) | func (*ImageServiceListResponse) Descriptor() ([]byte, []int) { method GetName (line 171) | func (x *ImageServiceListResponse) GetName() string { method GetDigest (line 178) | func (x *ImageServiceListResponse) GetDigest() string { method GetSize (line 185) | func (x *ImageServiceListResponse) GetSize() int64 { method GetCreatedAt (line 192) | func (x *ImageServiceListResponse) GetCreatedAt() *timestamppb.Timesta... method GetLabels (line 199) | func (x *ImageServiceListResponse) GetLabels() map[string]string { type ImageServicePullRequest (line 206) | type ImageServicePullRequest struct method Reset (line 215) | func (x *ImageServicePullRequest) Reset() { method String (line 222) | func (x *ImageServicePullRequest) String() string { method ProtoMessage (line 226) | func (*ImageServicePullRequest) ProtoMessage() {} method ProtoReflect (line 228) | func (x *ImageServicePullRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 241) | func (*ImageServicePullRequest) Descriptor() ([]byte, []int) { method GetContainerd (line 245) | func (x *ImageServicePullRequest) GetContainerd() *common.ContainerdIn... method GetImageRef (line 252) | func (x *ImageServicePullRequest) GetImageRef() string { type ImageServicePullResponse (line 259) | type ImageServicePullResponse struct method Reset (line 270) | func (x *ImageServicePullResponse) Reset() { method String (line 277) | func (x *ImageServicePullResponse) String() string { method ProtoMessage (line 281) | func (*ImageServicePullResponse) ProtoMessage() {} method ProtoReflect (line 283) | func (x *ImageServicePullResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 296) | func (*ImageServicePullResponse) Descriptor() ([]byte, []int) { method GetResponse (line 300) | func (x *ImageServicePullResponse) GetResponse() isImageServicePullRes... method GetName (line 307) | func (x *ImageServicePullResponse) GetName() string { method GetPullProgress (line 316) | func (x *ImageServicePullResponse) GetPullProgress() *ImageServicePull... type isImageServicePullResponse_Response (line 325) | type isImageServicePullResponse_Response interface type ImageServicePullResponse_Name (line 329) | type ImageServicePullResponse_Name struct method isImageServicePullResponse_Response (line 339) | func (*ImageServicePullResponse_Name) isImageServicePullResponse_Respo... type ImageServicePullResponse_PullProgress (line 334) | type ImageServicePullResponse_PullProgress struct method isImageServicePullResponse_Response (line 341) | func (*ImageServicePullResponse_PullProgress) isImageServicePullRespon... type ImageServiceImportRequest (line 343) | type ImageServiceImportRequest struct method Reset (line 354) | func (x *ImageServiceImportRequest) Reset() { method String (line 361) | func (x *ImageServiceImportRequest) String() string { method ProtoMessage (line 365) | func (*ImageServiceImportRequest) ProtoMessage() {} method ProtoReflect (line 367) | func (x *ImageServiceImportRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 380) | func (*ImageServiceImportRequest) Descriptor() ([]byte, []int) { method GetRequest (line 384) | func (x *ImageServiceImportRequest) GetRequest() isImageServiceImportR... method GetContainerd (line 391) | func (x *ImageServiceImportRequest) GetContainerd() *common.Containerd... method GetImageChunk (line 400) | func (x *ImageServiceImportRequest) GetImageChunk() *common.Data { type isImageServiceImportRequest_Request (line 409) | type isImageServiceImportRequest_Request interface type ImageServiceImportRequest_Containerd (line 413) | type ImageServiceImportRequest_Containerd struct method isImageServiceImportRequest_Request (line 423) | func (*ImageServiceImportRequest_Containerd) isImageServiceImportReque... type ImageServiceImportRequest_ImageChunk (line 418) | type ImageServiceImportRequest_ImageChunk struct method isImageServiceImportRequest_Request (line 425) | func (*ImageServiceImportRequest_ImageChunk) isImageServiceImportReque... type ImageServiceImportResponse (line 427) | type ImageServiceImportResponse struct method Reset (line 435) | func (x *ImageServiceImportResponse) Reset() { method String (line 442) | func (x *ImageServiceImportResponse) String() string { method ProtoMessage (line 446) | func (*ImageServiceImportResponse) ProtoMessage() {} method ProtoReflect (line 448) | func (x *ImageServiceImportResponse) ProtoReflect() protoreflect.Messa... method Descriptor (line 461) | func (*ImageServiceImportResponse) Descriptor() ([]byte, []int) { method GetName (line 465) | func (x *ImageServiceImportResponse) GetName() string { type ImageServicePullLayerProgress (line 472) | type ImageServicePullLayerProgress struct method Reset (line 482) | func (x *ImageServicePullLayerProgress) Reset() { method String (line 489) | func (x *ImageServicePullLayerProgress) String() string { method ProtoMessage (line 493) | func (*ImageServicePullLayerProgress) ProtoMessage() {} method ProtoReflect (line 495) | func (x *ImageServicePullLayerProgress) ProtoReflect() protoreflect.Me... method Descriptor (line 508) | func (*ImageServicePullLayerProgress) Descriptor() ([]byte, []int) { method GetStatus (line 512) | func (x *ImageServicePullLayerProgress) GetStatus() ImageServicePullLa... method GetElapsed (line 519) | func (x *ImageServicePullLayerProgress) GetElapsed() *durationpb.Durat... method GetOffset (line 526) | func (x *ImageServicePullLayerProgress) GetOffset() int64 { method GetTotal (line 533) | func (x *ImageServicePullLayerProgress) GetTotal() int64 { type ImageServicePullProgress (line 540) | type ImageServicePullProgress struct method Reset (line 548) | func (x *ImageServicePullProgress) Reset() { method String (line 555) | func (x *ImageServicePullProgress) String() string { method ProtoMessage (line 559) | func (*ImageServicePullProgress) ProtoMessage() {} method ProtoReflect (line 561) | func (x *ImageServicePullProgress) ProtoReflect() protoreflect.Message { method Descriptor (line 574) | func (*ImageServicePullProgress) Descriptor() ([]byte, []int) { method GetLayerId (line 578) | func (x *ImageServicePullProgress) GetLayerId() string { method GetProgress (line 585) | func (x *ImageServicePullProgress) GetProgress() *ImageServicePullLaye... type ImageServiceRemoveRequest (line 592) | type ImageServiceRemoveRequest struct method Reset (line 601) | func (x *ImageServiceRemoveRequest) Reset() { method String (line 608) | func (x *ImageServiceRemoveRequest) String() string { method ProtoMessage (line 612) | func (*ImageServiceRemoveRequest) ProtoMessage() {} method ProtoReflect (line 614) | func (x *ImageServiceRemoveRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 627) | func (*ImageServiceRemoveRequest) Descriptor() ([]byte, []int) { method GetContainerd (line 631) | func (x *ImageServiceRemoveRequest) GetContainerd() *common.Containerd... method GetImageRef (line 638) | func (x *ImageServiceRemoveRequest) GetImageRef() string { type ImageServiceVerifyRequest (line 645) | type ImageServiceVerifyRequest struct method Reset (line 665) | func (x *ImageServiceVerifyRequest) Reset() { method String (line 672) | func (x *ImageServiceVerifyRequest) String() string { method ProtoMessage (line 676) | func (*ImageServiceVerifyRequest) ProtoMessage() {} method ProtoReflect (line 678) | func (x *ImageServiceVerifyRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 691) | func (*ImageServiceVerifyRequest) Descriptor() ([]byte, []int) { method GetImageRef (line 695) | func (x *ImageServiceVerifyRequest) GetImageRef() string { method GetCredentials (line 702) | func (x *ImageServiceVerifyRequest) GetCredentials() *ImageServiceCred... type ImageServiceCredentials (line 709) | type ImageServiceCredentials struct method Reset (line 721) | func (x *ImageServiceCredentials) Reset() { method String (line 728) | func (x *ImageServiceCredentials) String() string { method ProtoMessage (line 732) | func (*ImageServiceCredentials) ProtoMessage() {} method ProtoReflect (line 734) | func (x *ImageServiceCredentials) ProtoReflect() protoreflect.Message { method Descriptor (line 747) | func (*ImageServiceCredentials) Descriptor() ([]byte, []int) { method GetHost (line 751) | func (x *ImageServiceCredentials) GetHost() string { method GetUsername (line 758) | func (x *ImageServiceCredentials) GetUsername() string { method GetPassword (line 765) | func (x *ImageServiceCredentials) GetPassword() string { type ImageServiceVerifyResponse (line 772) | type ImageServiceVerifyResponse struct method Reset (line 787) | func (x *ImageServiceVerifyResponse) Reset() { method String (line 794) | func (x *ImageServiceVerifyResponse) String() string { method ProtoMessage (line 798) | func (*ImageServiceVerifyResponse) ProtoMessage() {} method ProtoReflect (line 800) | func (x *ImageServiceVerifyResponse) ProtoReflect() protoreflect.Messa... method Descriptor (line 813) | func (*ImageServiceVerifyResponse) Descriptor() ([]byte, []int) { method GetVerified (line 817) | func (x *ImageServiceVerifyResponse) GetVerified() bool { method GetMessage (line 824) | func (x *ImageServiceVerifyResponse) GetMessage() string { method GetDigestedImageRef (line 831) | func (x *ImageServiceVerifyResponse) GetDigestedImageRef() string { constant file_machine_image_proto_rawDesc (line 840) | file_machine_image_proto_rawDesc = "" + function file_machine_image_proto_rawDescGZIP (line 920) | func file_machine_image_proto_rawDescGZIP() []byte { function init (line 980) | func init() { file_machine_image_proto_init() } function file_machine_image_proto_init (line 981) | func file_machine_image_proto_init() { FILE: pkg/machinery/api/machine/image_grpc.pb.go constant _ (line 21) | _ = grpc.SupportPackageIsVersion9 constant ImageService_List_FullMethodName (line 24) | ImageService_List_FullMethodName = "/machine.ImageService/List" constant ImageService_Pull_FullMethodName (line 25) | ImageService_Pull_FullMethodName = "/machine.ImageService/Pull" constant ImageService_Import_FullMethodName (line 26) | ImageService_Import_FullMethodName = "/machine.ImageService/Import" constant ImageService_Remove_FullMethodName (line 27) | ImageService_Remove_FullMethodName = "/machine.ImageService/Remove" constant ImageService_Verify_FullMethodName (line 28) | ImageService_Verify_FullMethodName = "/machine.ImageService/Verify" type ImageServiceClient (line 36) | type ImageServiceClient interface type imageServiceClient (line 49) | type imageServiceClient struct method List (line 57) | func (c *imageServiceClient) List(ctx context.Context, in *ImageServic... method Pull (line 76) | func (c *imageServiceClient) Pull(ctx context.Context, in *ImageServic... method Import (line 95) | func (c *imageServiceClient) Import(ctx context.Context, opts ...grpc.... method Remove (line 108) | func (c *imageServiceClient) Remove(ctx context.Context, in *ImageServ... method Verify (line 118) | func (c *imageServiceClient) Verify(ctx context.Context, in *ImageServ... function NewImageServiceClient (line 53) | func NewImageServiceClient(cc grpc.ClientConnInterface) ImageServiceClie... type ImageServiceServer (line 133) | type ImageServiceServer interface type UnimplementedImageServiceServer (line 152) | type UnimplementedImageServiceServer struct method List (line 154) | func (UnimplementedImageServiceServer) List(*ImageServiceListRequest, ... method Pull (line 157) | func (UnimplementedImageServiceServer) Pull(*ImageServicePullRequest, ... method Import (line 160) | func (UnimplementedImageServiceServer) Import(grpc.ClientStreamingServ... method Remove (line 163) | func (UnimplementedImageServiceServer) Remove(context.Context, *ImageS... method Verify (line 166) | func (UnimplementedImageServiceServer) Verify(context.Context, *ImageS... method mustEmbedUnimplementedImageServiceServer (line 169) | func (UnimplementedImageServiceServer) mustEmbedUnimplementedImageServ... method testEmbeddedByValue (line 170) | func (UnimplementedImageServiceServer) testEmbeddedByValue() ... type UnsafeImageServiceServer (line 175) | type UnsafeImageServiceServer interface function RegisterImageServiceServer (line 179) | func RegisterImageServiceServer(s grpc.ServiceRegistrar, srv ImageServic... function _ImageService_List_Handler (line 190) | func _ImageService_List_Handler(srv interface{}, stream grpc.ServerStrea... function _ImageService_Pull_Handler (line 201) | func _ImageService_Pull_Handler(srv interface{}, stream grpc.ServerStrea... function _ImageService_Import_Handler (line 212) | func _ImageService_Import_Handler(srv interface{}, stream grpc.ServerStr... function _ImageService_Remove_Handler (line 219) | func _ImageService_Remove_Handler(srv interface{}, ctx context.Context, ... function _ImageService_Verify_Handler (line 237) | func _ImageService_Verify_Handler(srv interface{}, ctx context.Context, ... FILE: pkg/machinery/api/machine/image_vtproto.pb.go constant _ (line 24) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 26) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) method MarshalVT (line 29) | func (m *ImageServiceListRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 42) | func (m *ImageServiceListRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 47) | func (m *ImageServiceListRequest) MarshalToSizedBufferVT(dAtA []byte) (i... method MarshalVT (line 84) | func (m *ImageServiceListResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 97) | func (m *ImageServiceListResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 102) | func (m *ImageServiceListResponse) MarshalToSizedBufferVT(dAtA []byte) (... method MarshalVT (line 165) | func (m *ImageServicePullRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 178) | func (m *ImageServicePullRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 183) | func (m *ImageServicePullRequest) MarshalToSizedBufferVT(dAtA []byte) (i... method MarshalVT (line 227) | func (m *ImageServicePullResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 240) | func (m *ImageServicePullResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 245) | func (m *ImageServicePullResponse) MarshalToSizedBufferVT(dAtA []byte) (... method MarshalToVT (line 269) | func (m *ImageServicePullResponse_Name) MarshalToVT(dAtA []byte) (int, e... method MarshalToSizedBufferVT (line 274) | func (m *ImageServicePullResponse_Name) MarshalToSizedBufferVT(dAtA []by... method MarshalToVT (line 283) | func (m *ImageServicePullResponse_PullProgress) MarshalToVT(dAtA []byte)... method MarshalToSizedBufferVT (line 288) | func (m *ImageServicePullResponse_PullProgress) MarshalToSizedBufferVT(d... method MarshalVT (line 306) | func (m *ImageServiceImportRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 319) | func (m *ImageServiceImportRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 324) | func (m *ImageServiceImportRequest) MarshalToSizedBufferVT(dAtA []byte) ... method MarshalToVT (line 348) | func (m *ImageServiceImportRequest_Containerd) MarshalToVT(dAtA []byte) ... method MarshalToSizedBufferVT (line 353) | func (m *ImageServiceImportRequest_Containerd) MarshalToSizedBufferVT(dA... method MarshalToVT (line 383) | func (m *ImageServiceImportRequest_ImageChunk) MarshalToVT(dAtA []byte) ... method MarshalToSizedBufferVT (line 388) | func (m *ImageServiceImportRequest_ImageChunk) MarshalToSizedBufferVT(dA... method MarshalVT (line 418) | func (m *ImageServiceImportResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 431) | func (m *ImageServiceImportResponse) MarshalToVT(dAtA []byte) (int, erro... method MarshalToSizedBufferVT (line 436) | func (m *ImageServiceImportResponse) MarshalToSizedBufferVT(dAtA []byte)... method MarshalVT (line 458) | func (m *ImageServicePullLayerProgress) MarshalVT() (dAtA []byte, err er... method MarshalToVT (line 471) | func (m *ImageServicePullLayerProgress) MarshalToVT(dAtA []byte) (int, e... method MarshalToSizedBufferVT (line 476) | func (m *ImageServicePullLayerProgress) MarshalToSizedBufferVT(dAtA []by... method MarshalVT (line 516) | func (m *ImageServicePullProgress) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 529) | func (m *ImageServicePullProgress) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 534) | func (m *ImageServicePullProgress) MarshalToSizedBufferVT(dAtA []byte) (... method MarshalVT (line 566) | func (m *ImageServiceRemoveRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 579) | func (m *ImageServiceRemoveRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 584) | func (m *ImageServiceRemoveRequest) MarshalToSizedBufferVT(dAtA []byte) ... method MarshalVT (line 628) | func (m *ImageServiceVerifyRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 641) | func (m *ImageServiceVerifyRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 646) | func (m *ImageServiceVerifyRequest) MarshalToSizedBufferVT(dAtA []byte) ... method MarshalVT (line 678) | func (m *ImageServiceCredentials) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 691) | func (m *ImageServiceCredentials) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 696) | func (m *ImageServiceCredentials) MarshalToSizedBufferVT(dAtA []byte) (i... method MarshalVT (line 732) | func (m *ImageServiceVerifyResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 745) | func (m *ImageServiceVerifyResponse) MarshalToVT(dAtA []byte) (int, erro... method MarshalToSizedBufferVT (line 750) | func (m *ImageServiceVerifyResponse) MarshalToSizedBufferVT(dAtA []byte)... method SizeVT (line 789) | func (m *ImageServiceListRequest) SizeVT() (n int) { method SizeVT (line 809) | func (m *ImageServiceListResponse) SizeVT() (n int) { method SizeVT (line 842) | func (m *ImageServicePullRequest) SizeVT() (n int) { method SizeVT (line 866) | func (m *ImageServicePullResponse) SizeVT() (n int) { method SizeVT (line 879) | func (m *ImageServicePullResponse_Name) SizeVT() (n int) { method SizeVT (line 889) | func (m *ImageServicePullResponse_PullProgress) SizeVT() (n int) { method SizeVT (line 903) | func (m *ImageServiceImportRequest) SizeVT() (n int) { method SizeVT (line 916) | func (m *ImageServiceImportRequest_Containerd) SizeVT() (n int) { method SizeVT (line 936) | func (m *ImageServiceImportRequest_ImageChunk) SizeVT() (n int) { method SizeVT (line 956) | func (m *ImageServiceImportResponse) SizeVT() (n int) { method SizeVT (line 970) | func (m *ImageServicePullLayerProgress) SizeVT() (n int) { method SizeVT (line 993) | func (m *ImageServicePullProgress) SizeVT() (n int) { method SizeVT (line 1011) | func (m *ImageServiceRemoveRequest) SizeVT() (n int) { method SizeVT (line 1035) | func (m *ImageServiceVerifyRequest) SizeVT() (n int) { method SizeVT (line 1053) | func (m *ImageServiceCredentials) SizeVT() (n int) { method SizeVT (line 1075) | func (m *ImageServiceVerifyResponse) SizeVT() (n int) { method UnmarshalVT (line 1096) | func (m *ImageServiceListRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1191) | func (m *ImageServiceListResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1488) | func (m *ImageServicePullRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1615) | func (m *ImageServicePullResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1739) | func (m *ImageServiceImportRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1904) | func (m *ImageServiceImportResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1987) | func (m *ImageServicePullLayerProgress) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 2131) | func (m *ImageServicePullProgress) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 2250) | func (m *ImageServiceRemoveRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 2377) | func (m *ImageServiceVerifyRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 2496) | func (m *ImageServiceCredentials) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 2643) | func (m *ImageServiceVerifyResponse) UnmarshalVT(dAtA []byte) error { FILE: pkg/machinery/api/machine/lifecycle.go method Fmt (line 11) | func (s *LifecycleServiceInstallProgress) Fmt() string { FILE: pkg/machinery/api/machine/lifecycle.pb.go constant _ (line 22) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 24) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type InstallArtifactsSource (line 28) | type InstallArtifactsSource struct method Reset (line 36) | func (x *InstallArtifactsSource) Reset() { method String (line 43) | func (x *InstallArtifactsSource) String() string { method ProtoMessage (line 47) | func (*InstallArtifactsSource) ProtoMessage() {} method ProtoReflect (line 49) | func (x *InstallArtifactsSource) ProtoReflect() protoreflect.Message { method Descriptor (line 62) | func (*InstallArtifactsSource) Descriptor() ([]byte, []int) { method GetImageName (line 66) | func (x *InstallArtifactsSource) GetImageName() string { type InstallDestination (line 74) | type InstallDestination struct method Reset (line 82) | func (x *InstallDestination) Reset() { method String (line 89) | func (x *InstallDestination) String() string { method ProtoMessage (line 93) | func (*InstallDestination) ProtoMessage() {} method ProtoReflect (line 95) | func (x *InstallDestination) ProtoReflect() protoreflect.Message { method Descriptor (line 108) | func (*InstallDestination) Descriptor() ([]byte, []int) { method GetDisk (line 112) | func (x *InstallDestination) GetDisk() string { type LifecycleServiceInstallRequest (line 120) | type LifecycleServiceInstallRequest struct method Reset (line 132) | func (x *LifecycleServiceInstallRequest) Reset() { method String (line 139) | func (x *LifecycleServiceInstallRequest) String() string { method ProtoMessage (line 143) | func (*LifecycleServiceInstallRequest) ProtoMessage() {} method ProtoReflect (line 145) | func (x *LifecycleServiceInstallRequest) ProtoReflect() protoreflect.M... method Descriptor (line 158) | func (*LifecycleServiceInstallRequest) Descriptor() ([]byte, []int) { method GetContainerd (line 162) | func (x *LifecycleServiceInstallRequest) GetContainerd() *common.Conta... method GetSource (line 169) | func (x *LifecycleServiceInstallRequest) GetSource() *InstallArtifacts... method GetDestination (line 176) | func (x *LifecycleServiceInstallRequest) GetDestination() *InstallDest... type LifecycleServiceInstallProgress (line 184) | type LifecycleServiceInstallProgress struct method Reset (line 195) | func (x *LifecycleServiceInstallProgress) Reset() { method String (line 202) | func (x *LifecycleServiceInstallProgress) String() string { method ProtoMessage (line 206) | func (*LifecycleServiceInstallProgress) ProtoMessage() {} method ProtoReflect (line 208) | func (x *LifecycleServiceInstallProgress) ProtoReflect() protoreflect.... method Descriptor (line 221) | func (*LifecycleServiceInstallProgress) Descriptor() ([]byte, []int) { method GetResponse (line 225) | func (x *LifecycleServiceInstallProgress) GetResponse() isLifecycleSer... method GetMessage (line 232) | func (x *LifecycleServiceInstallProgress) GetMessage() string { method GetExitCode (line 241) | func (x *LifecycleServiceInstallProgress) GetExitCode() int32 { type isLifecycleServiceInstallProgress_Response (line 250) | type isLifecycleServiceInstallProgress_Response interface type LifecycleServiceInstallProgress_Message (line 254) | type LifecycleServiceInstallProgress_Message struct method isLifecycleServiceInstallProgress_Response (line 267) | func (*LifecycleServiceInstallProgress_Message) isLifecycleServiceInst... type LifecycleServiceInstallProgress_ExitCode (line 259) | type LifecycleServiceInstallProgress_ExitCode struct method isLifecycleServiceInstallProgress_Response (line 269) | func (*LifecycleServiceInstallProgress_ExitCode) isLifecycleServiceIns... type LifecycleServiceInstallResponse (line 272) | type LifecycleServiceInstallResponse struct method Reset (line 280) | func (x *LifecycleServiceInstallResponse) Reset() { method String (line 287) | func (x *LifecycleServiceInstallResponse) String() string { method ProtoMessage (line 291) | func (*LifecycleServiceInstallResponse) ProtoMessage() {} method ProtoReflect (line 293) | func (x *LifecycleServiceInstallResponse) ProtoReflect() protoreflect.... method Descriptor (line 306) | func (*LifecycleServiceInstallResponse) Descriptor() ([]byte, []int) { method GetProgress (line 310) | func (x *LifecycleServiceInstallResponse) GetProgress() *LifecycleServ... type LifecycleServiceUpgradeRequest (line 318) | type LifecycleServiceUpgradeRequest struct method Reset (line 328) | func (x *LifecycleServiceUpgradeRequest) Reset() { method String (line 335) | func (x *LifecycleServiceUpgradeRequest) String() string { method ProtoMessage (line 339) | func (*LifecycleServiceUpgradeRequest) ProtoMessage() {} method ProtoReflect (line 341) | func (x *LifecycleServiceUpgradeRequest) ProtoReflect() protoreflect.M... method Descriptor (line 354) | func (*LifecycleServiceUpgradeRequest) Descriptor() ([]byte, []int) { method GetContainerd (line 358) | func (x *LifecycleServiceUpgradeRequest) GetContainerd() *common.Conta... method GetSource (line 365) | func (x *LifecycleServiceUpgradeRequest) GetSource() *InstallArtifacts... type LifecycleServiceUpgradeResponse (line 373) | type LifecycleServiceUpgradeResponse struct method Reset (line 381) | func (x *LifecycleServiceUpgradeResponse) Reset() { method String (line 388) | func (x *LifecycleServiceUpgradeResponse) String() string { method ProtoMessage (line 392) | func (*LifecycleServiceUpgradeResponse) ProtoMessage() {} method ProtoReflect (line 394) | func (x *LifecycleServiceUpgradeResponse) ProtoReflect() protoreflect.... method Descriptor (line 407) | func (*LifecycleServiceUpgradeResponse) Descriptor() ([]byte, []int) { method GetProgress (line 411) | func (x *LifecycleServiceUpgradeResponse) GetProgress() *LifecycleServ... constant file_machine_lifecycle_proto_rawDesc (line 420) | file_machine_lifecycle_proto_rawDesc = "" + function file_machine_lifecycle_proto_rawDescGZIP (line 458) | func file_machine_lifecycle_proto_rawDescGZIP() []byte { function init (line 495) | func init() { file_machine_lifecycle_proto_init() } function file_machine_lifecycle_proto_init (line 496) | func file_machine_lifecycle_proto_init() { FILE: pkg/machinery/api/machine/lifecycle_grpc.pb.go constant _ (line 20) | _ = grpc.SupportPackageIsVersion9 constant LifecycleService_Install_FullMethodName (line 23) | LifecycleService_Install_FullMethodName = "/machine.LifecycleService/Ins... constant LifecycleService_Upgrade_FullMethodName (line 24) | LifecycleService_Upgrade_FullMethodName = "/machine.LifecycleService/Upg... type LifecycleServiceClient (line 32) | type LifecycleServiceClient interface type lifecycleServiceClient (line 41) | type lifecycleServiceClient struct method Install (line 49) | func (c *lifecycleServiceClient) Install(ctx context.Context, in *Life... method Upgrade (line 68) | func (c *lifecycleServiceClient) Upgrade(ctx context.Context, in *Life... function NewLifecycleServiceClient (line 45) | func NewLifecycleServiceClient(cc grpc.ClientConnInterface) LifecycleSer... type LifecycleServiceServer (line 92) | type LifecycleServiceServer interface type UnimplementedLifecycleServiceServer (line 107) | type UnimplementedLifecycleServiceServer struct method Install (line 109) | func (UnimplementedLifecycleServiceServer) Install(*LifecycleServiceIn... method Upgrade (line 112) | func (UnimplementedLifecycleServiceServer) Upgrade(*LifecycleServiceUp... method mustEmbedUnimplementedLifecycleServiceServer (line 115) | func (UnimplementedLifecycleServiceServer) mustEmbedUnimplementedLifec... method testEmbeddedByValue (line 116) | func (UnimplementedLifecycleServiceServer) testEmbeddedByValue() ... type UnsafeLifecycleServiceServer (line 121) | type UnsafeLifecycleServiceServer interface function RegisterLifecycleServiceServer (line 125) | func RegisterLifecycleServiceServer(s grpc.ServiceRegistrar, srv Lifecyc... function _LifecycleService_Install_Handler (line 136) | func _LifecycleService_Install_Handler(srv interface{}, stream grpc.Serv... function _LifecycleService_Upgrade_Handler (line 147) | func _LifecycleService_Upgrade_Handler(srv interface{}, stream grpc.Serv... FILE: pkg/machinery/api/machine/lifecycle_vtproto.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) method MarshalVT (line 25) | func (m *InstallArtifactsSource) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 38) | func (m *InstallArtifactsSource) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 43) | func (m *InstallArtifactsSource) MarshalToSizedBufferVT(dAtA []byte) (in... method MarshalVT (line 65) | func (m *InstallDestination) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 78) | func (m *InstallDestination) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 83) | func (m *InstallDestination) MarshalToSizedBufferVT(dAtA []byte) (int, e... method MarshalVT (line 105) | func (m *LifecycleServiceInstallRequest) MarshalVT() (dAtA []byte, err e... method MarshalToVT (line 118) | func (m *LifecycleServiceInstallRequest) MarshalToVT(dAtA []byte) (int, ... method MarshalToSizedBufferVT (line 123) | func (m *LifecycleServiceInstallRequest) MarshalToSizedBufferVT(dAtA []b... method MarshalVT (line 180) | func (m *LifecycleServiceInstallProgress) MarshalVT() (dAtA []byte, err ... method MarshalToVT (line 193) | func (m *LifecycleServiceInstallProgress) MarshalToVT(dAtA []byte) (int,... method MarshalToSizedBufferVT (line 198) | func (m *LifecycleServiceInstallProgress) MarshalToSizedBufferVT(dAtA []... method MarshalToVT (line 222) | func (m *LifecycleServiceInstallProgress_Message) MarshalToVT(dAtA []byt... method MarshalToSizedBufferVT (line 227) | func (m *LifecycleServiceInstallProgress_Message) MarshalToSizedBufferVT... method MarshalToVT (line 236) | func (m *LifecycleServiceInstallProgress_ExitCode) MarshalToVT(dAtA []by... method MarshalToSizedBufferVT (line 241) | func (m *LifecycleServiceInstallProgress_ExitCode) MarshalToSizedBufferV... method MarshalVT (line 248) | func (m *LifecycleServiceInstallResponse) MarshalVT() (dAtA []byte, err ... method MarshalToVT (line 261) | func (m *LifecycleServiceInstallResponse) MarshalToVT(dAtA []byte) (int,... method MarshalToSizedBufferVT (line 266) | func (m *LifecycleServiceInstallResponse) MarshalToSizedBufferVT(dAtA []... method MarshalVT (line 291) | func (m *LifecycleServiceUpgradeRequest) MarshalVT() (dAtA []byte, err e... method MarshalToVT (line 304) | func (m *LifecycleServiceUpgradeRequest) MarshalToVT(dAtA []byte) (int, ... method MarshalToSizedBufferVT (line 309) | func (m *LifecycleServiceUpgradeRequest) MarshalToSizedBufferVT(dAtA []b... method MarshalVT (line 356) | func (m *LifecycleServiceUpgradeResponse) MarshalVT() (dAtA []byte, err ... method MarshalToVT (line 369) | func (m *LifecycleServiceUpgradeResponse) MarshalToVT(dAtA []byte) (int,... method MarshalToSizedBufferVT (line 374) | func (m *LifecycleServiceUpgradeResponse) MarshalToSizedBufferVT(dAtA []... method SizeVT (line 399) | func (m *InstallArtifactsSource) SizeVT() (n int) { method SizeVT (line 413) | func (m *InstallDestination) SizeVT() (n int) { method SizeVT (line 427) | func (m *LifecycleServiceInstallRequest) SizeVT() (n int) { method SizeVT (line 455) | func (m *LifecycleServiceInstallProgress) SizeVT() (n int) { method SizeVT (line 468) | func (m *LifecycleServiceInstallProgress_Message) SizeVT() (n int) { method SizeVT (line 478) | func (m *LifecycleServiceInstallProgress_ExitCode) SizeVT() (n int) { method SizeVT (line 487) | func (m *LifecycleServiceInstallResponse) SizeVT() (n int) { method SizeVT (line 501) | func (m *LifecycleServiceUpgradeRequest) SizeVT() (n int) { method SizeVT (line 525) | func (m *LifecycleServiceUpgradeResponse) SizeVT() (n int) { method UnmarshalVT (line 539) | func (m *InstallArtifactsSource) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 622) | func (m *InstallDestination) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 705) | func (m *LifecycleServiceInstallRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 872) | func (m *LifecycleServiceInstallProgress) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 975) | func (m *LifecycleServiceInstallResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1062) | func (m *LifecycleServiceUpgradeRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1193) | func (m *LifecycleServiceUpgradeResponse) UnmarshalVT(dAtA []byte) error { FILE: pkg/machinery/api/machine/machine.pb.go constant _ (line 26) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 28) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type ApplyConfigurationRequest_Mode (line 31) | type ApplyConfigurationRequest_Mode method Enum (line 59) | func (x ApplyConfigurationRequest_Mode) Enum() *ApplyConfigurationRequ... method String (line 65) | func (x ApplyConfigurationRequest_Mode) String() string { method Descriptor (line 69) | func (ApplyConfigurationRequest_Mode) Descriptor() protoreflect.EnumDe... method Type (line 73) | func (ApplyConfigurationRequest_Mode) Type() protoreflect.EnumType { method Number (line 77) | func (x ApplyConfigurationRequest_Mode) Number() protoreflect.EnumNumb... method EnumDescriptor (line 82) | func (ApplyConfigurationRequest_Mode) EnumDescriptor() ([]byte, []int) { constant ApplyConfigurationRequest_REBOOT (line 34) | ApplyConfigurationRequest_REBOOT ApplyConfigurationRequest_Mode = 0 constant ApplyConfigurationRequest_AUTO (line 35) | ApplyConfigurationRequest_AUTO ApplyConfigurationRequest_Mode = 1 constant ApplyConfigurationRequest_NO_REBOOT (line 36) | ApplyConfigurationRequest_NO_REBOOT ApplyConfigurationRequest_Mode = 2 constant ApplyConfigurationRequest_STAGED (line 37) | ApplyConfigurationRequest_STAGED ApplyConfigurationRequest_Mode = 3 constant ApplyConfigurationRequest_TRY (line 38) | ApplyConfigurationRequest_TRY ApplyConfigurationRequest_Mode = 4 type RebootRequest_Mode (line 86) | type RebootRequest_Mode method Enum (line 108) | func (x RebootRequest_Mode) Enum() *RebootRequest_Mode { method String (line 114) | func (x RebootRequest_Mode) String() string { method Descriptor (line 118) | func (RebootRequest_Mode) Descriptor() protoreflect.EnumDescriptor { method Type (line 122) | func (RebootRequest_Mode) Type() protoreflect.EnumType { method Number (line 126) | func (x RebootRequest_Mode) Number() protoreflect.EnumNumber { method EnumDescriptor (line 131) | func (RebootRequest_Mode) EnumDescriptor() ([]byte, []int) { constant RebootRequest_DEFAULT (line 89) | RebootRequest_DEFAULT RebootRequest_Mode = 0 constant RebootRequest_POWERCYCLE (line 90) | RebootRequest_POWERCYCLE RebootRequest_Mode = 1 constant RebootRequest_FORCE (line 91) | RebootRequest_FORCE RebootRequest_Mode = 2 type SequenceEvent_Action (line 135) | type SequenceEvent_Action method Enum (line 157) | func (x SequenceEvent_Action) Enum() *SequenceEvent_Action { method String (line 163) | func (x SequenceEvent_Action) String() string { method Descriptor (line 167) | func (SequenceEvent_Action) Descriptor() protoreflect.EnumDescriptor { method Type (line 171) | func (SequenceEvent_Action) Type() protoreflect.EnumType { method Number (line 175) | func (x SequenceEvent_Action) Number() protoreflect.EnumNumber { method EnumDescriptor (line 180) | func (SequenceEvent_Action) EnumDescriptor() ([]byte, []int) { constant SequenceEvent_NOOP (line 138) | SequenceEvent_NOOP SequenceEvent_Action = 0 constant SequenceEvent_START (line 139) | SequenceEvent_START SequenceEvent_Action = 1 constant SequenceEvent_STOP (line 140) | SequenceEvent_STOP SequenceEvent_Action = 2 type PhaseEvent_Action (line 184) | type PhaseEvent_Action method Enum (line 203) | func (x PhaseEvent_Action) Enum() *PhaseEvent_Action { method String (line 209) | func (x PhaseEvent_Action) String() string { method Descriptor (line 213) | func (PhaseEvent_Action) Descriptor() protoreflect.EnumDescriptor { method Type (line 217) | func (PhaseEvent_Action) Type() protoreflect.EnumType { method Number (line 221) | func (x PhaseEvent_Action) Number() protoreflect.EnumNumber { method EnumDescriptor (line 226) | func (PhaseEvent_Action) EnumDescriptor() ([]byte, []int) { constant PhaseEvent_START (line 187) | PhaseEvent_START PhaseEvent_Action = 0 constant PhaseEvent_STOP (line 188) | PhaseEvent_STOP PhaseEvent_Action = 1 type TaskEvent_Action (line 230) | type TaskEvent_Action method Enum (line 249) | func (x TaskEvent_Action) Enum() *TaskEvent_Action { method String (line 255) | func (x TaskEvent_Action) String() string { method Descriptor (line 259) | func (TaskEvent_Action) Descriptor() protoreflect.EnumDescriptor { method Type (line 263) | func (TaskEvent_Action) Type() protoreflect.EnumType { method Number (line 267) | func (x TaskEvent_Action) Number() protoreflect.EnumNumber { method EnumDescriptor (line 272) | func (TaskEvent_Action) EnumDescriptor() ([]byte, []int) { constant TaskEvent_START (line 233) | TaskEvent_START TaskEvent_Action = 0 constant TaskEvent_STOP (line 234) | TaskEvent_STOP TaskEvent_Action = 1 type ServiceStateEvent_Action (line 276) | type ServiceStateEvent_Action method Enum (line 316) | func (x ServiceStateEvent_Action) Enum() *ServiceStateEvent_Action { method String (line 322) | func (x ServiceStateEvent_Action) String() string { method Descriptor (line 326) | func (ServiceStateEvent_Action) Descriptor() protoreflect.EnumDescript... method Type (line 330) | func (ServiceStateEvent_Action) Type() protoreflect.EnumType { method Number (line 334) | func (x ServiceStateEvent_Action) Number() protoreflect.EnumNumber { method EnumDescriptor (line 339) | func (ServiceStateEvent_Action) EnumDescriptor() ([]byte, []int) { constant ServiceStateEvent_INITIALIZED (line 279) | ServiceStateEvent_INITIALIZED ServiceStateEvent_Action = 0 constant ServiceStateEvent_PREPARING (line 280) | ServiceStateEvent_PREPARING ServiceStateEvent_Action = 1 constant ServiceStateEvent_WAITING (line 281) | ServiceStateEvent_WAITING ServiceStateEvent_Action = 2 constant ServiceStateEvent_RUNNING (line 282) | ServiceStateEvent_RUNNING ServiceStateEvent_Action = 3 constant ServiceStateEvent_STOPPING (line 283) | ServiceStateEvent_STOPPING ServiceStateEvent_Action = 4 constant ServiceStateEvent_FINISHED (line 284) | ServiceStateEvent_FINISHED ServiceStateEvent_Action = 5 constant ServiceStateEvent_FAILED (line 285) | ServiceStateEvent_FAILED ServiceStateEvent_Action = 6 constant ServiceStateEvent_SKIPPED (line 286) | ServiceStateEvent_SKIPPED ServiceStateEvent_Action = 7 constant ServiceStateEvent_STARTING (line 287) | ServiceStateEvent_STARTING ServiceStateEvent_Action = 8 type MachineStatusEvent_MachineStage (line 343) | type MachineStatusEvent_MachineStage method Enum (line 383) | func (x MachineStatusEvent_MachineStage) Enum() *MachineStatusEvent_Ma... method String (line 389) | func (x MachineStatusEvent_MachineStage) String() string { method Descriptor (line 393) | func (MachineStatusEvent_MachineStage) Descriptor() protoreflect.EnumD... method Type (line 397) | func (MachineStatusEvent_MachineStage) Type() protoreflect.EnumType { method Number (line 401) | func (x MachineStatusEvent_MachineStage) Number() protoreflect.EnumNum... method EnumDescriptor (line 406) | func (MachineStatusEvent_MachineStage) EnumDescriptor() ([]byte, []int) { constant MachineStatusEvent_UNKNOWN (line 346) | MachineStatusEvent_UNKNOWN MachineStatusEvent_MachineStage = 0 constant MachineStatusEvent_BOOTING (line 347) | MachineStatusEvent_BOOTING MachineStatusEvent_MachineStage = 1 constant MachineStatusEvent_INSTALLING (line 348) | MachineStatusEvent_INSTALLING MachineStatusEvent_MachineStage = 2 constant MachineStatusEvent_MAINTENANCE (line 349) | MachineStatusEvent_MAINTENANCE MachineStatusEvent_MachineStage = 3 constant MachineStatusEvent_RUNNING (line 350) | MachineStatusEvent_RUNNING MachineStatusEvent_MachineStage = 4 constant MachineStatusEvent_REBOOTING (line 351) | MachineStatusEvent_REBOOTING MachineStatusEvent_MachineStage = 5 constant MachineStatusEvent_SHUTTING_DOWN (line 352) | MachineStatusEvent_SHUTTING_DOWN MachineStatusEvent_MachineStage = 6 constant MachineStatusEvent_RESETTING (line 353) | MachineStatusEvent_RESETTING MachineStatusEvent_MachineStage = 7 constant MachineStatusEvent_UPGRADING (line 354) | MachineStatusEvent_UPGRADING MachineStatusEvent_MachineStage = 8 type ResetRequest_WipeMode (line 410) | type ResetRequest_WipeMode method Enum (line 432) | func (x ResetRequest_WipeMode) Enum() *ResetRequest_WipeMode { method String (line 438) | func (x ResetRequest_WipeMode) String() string { method Descriptor (line 442) | func (ResetRequest_WipeMode) Descriptor() protoreflect.EnumDescriptor { method Type (line 446) | func (ResetRequest_WipeMode) Type() protoreflect.EnumType { method Number (line 450) | func (x ResetRequest_WipeMode) Number() protoreflect.EnumNumber { method EnumDescriptor (line 455) | func (ResetRequest_WipeMode) EnumDescriptor() ([]byte, []int) { constant ResetRequest_ALL (line 413) | ResetRequest_ALL ResetRequest_WipeMode = 0 constant ResetRequest_SYSTEM_DISK (line 414) | ResetRequest_SYSTEM_DISK ResetRequest_WipeMode = 1 constant ResetRequest_USER_DISKS (line 415) | ResetRequest_USER_DISKS ResetRequest_WipeMode = 2 type UpgradeRequest_RebootMode (line 459) | type UpgradeRequest_RebootMode method Enum (line 478) | func (x UpgradeRequest_RebootMode) Enum() *UpgradeRequest_RebootMode { method String (line 484) | func (x UpgradeRequest_RebootMode) String() string { method Descriptor (line 488) | func (UpgradeRequest_RebootMode) Descriptor() protoreflect.EnumDescrip... method Type (line 492) | func (UpgradeRequest_RebootMode) Type() protoreflect.EnumType { method Number (line 496) | func (x UpgradeRequest_RebootMode) Number() protoreflect.EnumNumber { method EnumDescriptor (line 501) | func (UpgradeRequest_RebootMode) EnumDescriptor() ([]byte, []int) { constant UpgradeRequest_DEFAULT (line 462) | UpgradeRequest_DEFAULT UpgradeRequest_RebootMode = 0 constant UpgradeRequest_POWERCYCLE (line 463) | UpgradeRequest_POWERCYCLE UpgradeRequest_RebootMode = 1 type ListRequest_Type (line 506) | type ListRequest_Type method Enum (line 531) | func (x ListRequest_Type) Enum() *ListRequest_Type { method String (line 537) | func (x ListRequest_Type) String() string { method Descriptor (line 541) | func (ListRequest_Type) Descriptor() protoreflect.EnumDescriptor { method Type (line 545) | func (ListRequest_Type) Type() protoreflect.EnumType { method Number (line 549) | func (x ListRequest_Type) Number() protoreflect.EnumNumber { method EnumDescriptor (line 554) | func (ListRequest_Type) EnumDescriptor() ([]byte, []int) { constant ListRequest_REGULAR (line 510) | ListRequest_REGULAR ListRequest_Type = 0 constant ListRequest_DIRECTORY (line 512) | ListRequest_DIRECTORY ListRequest_Type = 1 constant ListRequest_SYMLINK (line 514) | ListRequest_SYMLINK ListRequest_Type = 2 type EtcdMemberAlarm_AlarmType (line 558) | type EtcdMemberAlarm_AlarmType method Enum (line 580) | func (x EtcdMemberAlarm_AlarmType) Enum() *EtcdMemberAlarm_AlarmType { method String (line 586) | func (x EtcdMemberAlarm_AlarmType) String() string { method Descriptor (line 590) | func (EtcdMemberAlarm_AlarmType) Descriptor() protoreflect.EnumDescrip... method Type (line 594) | func (EtcdMemberAlarm_AlarmType) Type() protoreflect.EnumType { method Number (line 598) | func (x EtcdMemberAlarm_AlarmType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 603) | func (EtcdMemberAlarm_AlarmType) EnumDescriptor() ([]byte, []int) { constant EtcdMemberAlarm_NONE (line 561) | EtcdMemberAlarm_NONE EtcdMemberAlarm_AlarmType = 0 constant EtcdMemberAlarm_NOSPACE (line 562) | EtcdMemberAlarm_NOSPACE EtcdMemberAlarm_AlarmType = 1 constant EtcdMemberAlarm_CORRUPT (line 563) | EtcdMemberAlarm_CORRUPT EtcdMemberAlarm_AlarmType = 2 type MachineConfig_MachineType (line 607) | type MachineConfig_MachineType method Enum (line 632) | func (x MachineConfig_MachineType) Enum() *MachineConfig_MachineType { method String (line 638) | func (x MachineConfig_MachineType) String() string { method Descriptor (line 642) | func (MachineConfig_MachineType) Descriptor() protoreflect.EnumDescrip... method Type (line 646) | func (MachineConfig_MachineType) Type() protoreflect.EnumType { method Number (line 650) | func (x MachineConfig_MachineType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 655) | func (MachineConfig_MachineType) EnumDescriptor() ([]byte, []int) { constant MachineConfig_TYPE_UNKNOWN (line 610) | MachineConfig_TYPE_UNKNOWN MachineConfig_MachineType = 0 constant MachineConfig_TYPE_INIT (line 611) | MachineConfig_TYPE_INIT MachineConfig_MachineType = 1 constant MachineConfig_TYPE_CONTROL_PLANE (line 612) | MachineConfig_TYPE_CONTROL_PLANE MachineConfig_MachineType = 2 constant MachineConfig_TYPE_WORKER (line 613) | MachineConfig_TYPE_WORKER MachineConfig_MachineType = 3 type NetstatRequest_Filter (line 659) | type NetstatRequest_Filter method Enum (line 681) | func (x NetstatRequest_Filter) Enum() *NetstatRequest_Filter { method String (line 687) | func (x NetstatRequest_Filter) String() string { method Descriptor (line 691) | func (NetstatRequest_Filter) Descriptor() protoreflect.EnumDescriptor { method Type (line 695) | func (NetstatRequest_Filter) Type() protoreflect.EnumType { method Number (line 699) | func (x NetstatRequest_Filter) Number() protoreflect.EnumNumber { method EnumDescriptor (line 704) | func (NetstatRequest_Filter) EnumDescriptor() ([]byte, []int) { constant NetstatRequest_ALL (line 662) | NetstatRequest_ALL NetstatRequest_Filter = 0 constant NetstatRequest_CONNECTED (line 663) | NetstatRequest_CONNECTED NetstatRequest_Filter = 1 constant NetstatRequest_LISTENING (line 664) | NetstatRequest_LISTENING NetstatRequest_Filter = 2 type ConnectRecord_State (line 708) | type ConnectRecord_State method Enum (line 757) | func (x ConnectRecord_State) Enum() *ConnectRecord_State { method String (line 763) | func (x ConnectRecord_State) String() string { method Descriptor (line 767) | func (ConnectRecord_State) Descriptor() protoreflect.EnumDescriptor { method Type (line 771) | func (ConnectRecord_State) Type() protoreflect.EnumType { method Number (line 775) | func (x ConnectRecord_State) Number() protoreflect.EnumNumber { method EnumDescriptor (line 780) | func (ConnectRecord_State) EnumDescriptor() ([]byte, []int) { constant ConnectRecord_RESERVED (line 711) | ConnectRecord_RESERVED ConnectRecord_State = 0 constant ConnectRecord_ESTABLISHED (line 712) | ConnectRecord_ESTABLISHED ConnectRecord_State = 1 constant ConnectRecord_SYN_SENT (line 713) | ConnectRecord_SYN_SENT ConnectRecord_State = 2 constant ConnectRecord_SYN_RECV (line 714) | ConnectRecord_SYN_RECV ConnectRecord_State = 3 constant ConnectRecord_FIN_WAIT1 (line 715) | ConnectRecord_FIN_WAIT1 ConnectRecord_State = 4 constant ConnectRecord_FIN_WAIT2 (line 716) | ConnectRecord_FIN_WAIT2 ConnectRecord_State = 5 constant ConnectRecord_TIME_WAIT (line 717) | ConnectRecord_TIME_WAIT ConnectRecord_State = 6 constant ConnectRecord_CLOSE (line 718) | ConnectRecord_CLOSE ConnectRecord_State = 7 constant ConnectRecord_CLOSEWAIT (line 719) | ConnectRecord_CLOSEWAIT ConnectRecord_State = 8 constant ConnectRecord_LASTACK (line 720) | ConnectRecord_LASTACK ConnectRecord_State = 9 constant ConnectRecord_LISTEN (line 721) | ConnectRecord_LISTEN ConnectRecord_State = 10 constant ConnectRecord_CLOSING (line 722) | ConnectRecord_CLOSING ConnectRecord_State = 11 type ConnectRecord_TimerActive (line 784) | type ConnectRecord_TimerActive method Enum (line 812) | func (x ConnectRecord_TimerActive) Enum() *ConnectRecord_TimerActive { method String (line 818) | func (x ConnectRecord_TimerActive) String() string { method Descriptor (line 822) | func (ConnectRecord_TimerActive) Descriptor() protoreflect.EnumDescrip... method Type (line 826) | func (ConnectRecord_TimerActive) Type() protoreflect.EnumType { method Number (line 830) | func (x ConnectRecord_TimerActive) Number() protoreflect.EnumNumber { method EnumDescriptor (line 835) | func (ConnectRecord_TimerActive) EnumDescriptor() ([]byte, []int) { constant ConnectRecord_OFF (line 787) | ConnectRecord_OFF ConnectRecord_TimerActive = 0 constant ConnectRecord_ON (line 788) | ConnectRecord_ON ConnectRecord_TimerActive = 1 constant ConnectRecord_KEEPALIVE (line 789) | ConnectRecord_KEEPALIVE ConnectRecord_TimerActive = 2 constant ConnectRecord_TIMEWAIT (line 790) | ConnectRecord_TIMEWAIT ConnectRecord_TimerActive = 3 constant ConnectRecord_PROBE (line 791) | ConnectRecord_PROBE ConnectRecord_TimerActive = 4 type ApplyConfigurationRequest (line 842) | type ApplyConfigurationRequest struct method Reset (line 852) | func (x *ApplyConfigurationRequest) Reset() { method String (line 859) | func (x *ApplyConfigurationRequest) String() string { method ProtoMessage (line 863) | func (*ApplyConfigurationRequest) ProtoMessage() {} method ProtoReflect (line 865) | func (x *ApplyConfigurationRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 878) | func (*ApplyConfigurationRequest) Descriptor() ([]byte, []int) { method GetData (line 882) | func (x *ApplyConfigurationRequest) GetData() []byte { method GetMode (line 889) | func (x *ApplyConfigurationRequest) GetMode() ApplyConfigurationReques... method GetDryRun (line 896) | func (x *ApplyConfigurationRequest) GetDryRun() bool { method GetTryModeTimeout (line 903) | func (x *ApplyConfigurationRequest) GetTryModeTimeout() *durationpb.Du... type ApplyConfiguration (line 911) | type ApplyConfiguration struct method Reset (line 924) | func (x *ApplyConfiguration) Reset() { method String (line 931) | func (x *ApplyConfiguration) String() string { method ProtoMessage (line 935) | func (*ApplyConfiguration) ProtoMessage() {} method ProtoReflect (line 937) | func (x *ApplyConfiguration) ProtoReflect() protoreflect.Message { method Descriptor (line 950) | func (*ApplyConfiguration) Descriptor() ([]byte, []int) { method GetMetadata (line 954) | func (x *ApplyConfiguration) GetMetadata() *common.Metadata { method GetWarnings (line 961) | func (x *ApplyConfiguration) GetWarnings() []string { method GetMode (line 968) | func (x *ApplyConfiguration) GetMode() ApplyConfigurationRequest_Mode { method GetModeDetails (line 975) | func (x *ApplyConfiguration) GetModeDetails() string { type ApplyConfigurationResponse (line 982) | type ApplyConfigurationResponse struct method Reset (line 989) | func (x *ApplyConfigurationResponse) Reset() { method String (line 996) | func (x *ApplyConfigurationResponse) String() string { method ProtoMessage (line 1000) | func (*ApplyConfigurationResponse) ProtoMessage() {} method ProtoReflect (line 1002) | func (x *ApplyConfigurationResponse) ProtoReflect() protoreflect.Messa... method Descriptor (line 1015) | func (*ApplyConfigurationResponse) Descriptor() ([]byte, []int) { method GetMessages (line 1019) | func (x *ApplyConfigurationResponse) GetMessages() []*ApplyConfigurati... type RebootRequest (line 1027) | type RebootRequest struct method Reset (line 1034) | func (x *RebootRequest) Reset() { method String (line 1041) | func (x *RebootRequest) String() string { method ProtoMessage (line 1045) | func (*RebootRequest) ProtoMessage() {} method ProtoReflect (line 1047) | func (x *RebootRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 1060) | func (*RebootRequest) Descriptor() ([]byte, []int) { method GetMode (line 1064) | func (x *RebootRequest) GetMode() RebootRequest_Mode { type Reboot (line 1072) | type Reboot struct method Reset (line 1080) | func (x *Reboot) Reset() { method String (line 1087) | func (x *Reboot) String() string { method ProtoMessage (line 1091) | func (*Reboot) ProtoMessage() {} method ProtoReflect (line 1093) | func (x *Reboot) ProtoReflect() protoreflect.Message { method Descriptor (line 1106) | func (*Reboot) Descriptor() ([]byte, []int) { method GetMetadata (line 1110) | func (x *Reboot) GetMetadata() *common.Metadata { method GetActorId (line 1117) | func (x *Reboot) GetActorId() string { type RebootResponse (line 1124) | type RebootResponse struct method Reset (line 1131) | func (x *RebootResponse) Reset() { method String (line 1138) | func (x *RebootResponse) String() string { method ProtoMessage (line 1142) | func (*RebootResponse) ProtoMessage() {} method ProtoReflect (line 1144) | func (x *RebootResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 1157) | func (*RebootResponse) Descriptor() ([]byte, []int) { method GetMessages (line 1161) | func (x *RebootResponse) GetMessages() []*Reboot { type BootstrapRequest (line 1169) | type BootstrapRequest struct method Reset (line 1181) | func (x *BootstrapRequest) Reset() { method String (line 1188) | func (x *BootstrapRequest) String() string { method ProtoMessage (line 1192) | func (*BootstrapRequest) ProtoMessage() {} method ProtoReflect (line 1194) | func (x *BootstrapRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 1207) | func (*BootstrapRequest) Descriptor() ([]byte, []int) { method GetRecoverEtcd (line 1211) | func (x *BootstrapRequest) GetRecoverEtcd() bool { method GetRecoverSkipHashCheck (line 1218) | func (x *BootstrapRequest) GetRecoverSkipHashCheck() bool { type Bootstrap (line 1226) | type Bootstrap struct method Reset (line 1233) | func (x *Bootstrap) Reset() { method String (line 1240) | func (x *Bootstrap) String() string { method ProtoMessage (line 1244) | func (*Bootstrap) ProtoMessage() {} method ProtoReflect (line 1246) | func (x *Bootstrap) ProtoReflect() protoreflect.Message { method Descriptor (line 1259) | func (*Bootstrap) Descriptor() ([]byte, []int) { method GetMetadata (line 1263) | func (x *Bootstrap) GetMetadata() *common.Metadata { type BootstrapResponse (line 1270) | type BootstrapResponse struct method Reset (line 1277) | func (x *BootstrapResponse) Reset() { method String (line 1284) | func (x *BootstrapResponse) String() string { method ProtoMessage (line 1288) | func (*BootstrapResponse) ProtoMessage() {} method ProtoReflect (line 1290) | func (x *BootstrapResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 1303) | func (*BootstrapResponse) Descriptor() ([]byte, []int) { method GetMessages (line 1307) | func (x *BootstrapResponse) GetMessages() []*Bootstrap { type SequenceEvent (line 1315) | type SequenceEvent struct method Reset (line 1324) | func (x *SequenceEvent) Reset() { method String (line 1331) | func (x *SequenceEvent) String() string { method ProtoMessage (line 1335) | func (*SequenceEvent) ProtoMessage() {} method ProtoReflect (line 1337) | func (x *SequenceEvent) ProtoReflect() protoreflect.Message { method Descriptor (line 1350) | func (*SequenceEvent) Descriptor() ([]byte, []int) { method GetSequence (line 1354) | func (x *SequenceEvent) GetSequence() string { method GetAction (line 1361) | func (x *SequenceEvent) GetAction() SequenceEvent_Action { method GetError (line 1368) | func (x *SequenceEvent) GetError() *common.Error { type PhaseEvent (line 1375) | type PhaseEvent struct method Reset (line 1383) | func (x *PhaseEvent) Reset() { method String (line 1390) | func (x *PhaseEvent) String() string { method ProtoMessage (line 1394) | func (*PhaseEvent) ProtoMessage() {} method ProtoReflect (line 1396) | func (x *PhaseEvent) ProtoReflect() protoreflect.Message { method Descriptor (line 1409) | func (*PhaseEvent) Descriptor() ([]byte, []int) { method GetPhase (line 1413) | func (x *PhaseEvent) GetPhase() string { method GetAction (line 1420) | func (x *PhaseEvent) GetAction() PhaseEvent_Action { type TaskEvent (line 1427) | type TaskEvent struct method Reset (line 1435) | func (x *TaskEvent) Reset() { method String (line 1442) | func (x *TaskEvent) String() string { method ProtoMessage (line 1446) | func (*TaskEvent) ProtoMessage() {} method ProtoReflect (line 1448) | func (x *TaskEvent) ProtoReflect() protoreflect.Message { method Descriptor (line 1461) | func (*TaskEvent) Descriptor() ([]byte, []int) { method GetTask (line 1465) | func (x *TaskEvent) GetTask() string { method GetAction (line 1472) | func (x *TaskEvent) GetAction() TaskEvent_Action { type ServiceStateEvent (line 1479) | type ServiceStateEvent struct method Reset (line 1489) | func (x *ServiceStateEvent) Reset() { method String (line 1496) | func (x *ServiceStateEvent) String() string { method ProtoMessage (line 1500) | func (*ServiceStateEvent) ProtoMessage() {} method ProtoReflect (line 1502) | func (x *ServiceStateEvent) ProtoReflect() protoreflect.Message { method Descriptor (line 1515) | func (*ServiceStateEvent) Descriptor() ([]byte, []int) { method GetService (line 1519) | func (x *ServiceStateEvent) GetService() string { method GetAction (line 1526) | func (x *ServiceStateEvent) GetAction() ServiceStateEvent_Action { method GetMessage (line 1533) | func (x *ServiceStateEvent) GetMessage() string { method GetHealth (line 1540) | func (x *ServiceStateEvent) GetHealth() *ServiceHealth { type RestartEvent (line 1547) | type RestartEvent struct method Reset (line 1554) | func (x *RestartEvent) Reset() { method String (line 1561) | func (x *RestartEvent) String() string { method ProtoMessage (line 1565) | func (*RestartEvent) ProtoMessage() {} method ProtoReflect (line 1567) | func (x *RestartEvent) ProtoReflect() protoreflect.Message { method Descriptor (line 1580) | func (*RestartEvent) Descriptor() ([]byte, []int) { method GetCmd (line 1584) | func (x *RestartEvent) GetCmd() int64 { type ConfigLoadErrorEvent (line 1592) | type ConfigLoadErrorEvent struct method Reset (line 1599) | func (x *ConfigLoadErrorEvent) Reset() { method String (line 1606) | func (x *ConfigLoadErrorEvent) String() string { method ProtoMessage (line 1610) | func (*ConfigLoadErrorEvent) ProtoMessage() {} method ProtoReflect (line 1612) | func (x *ConfigLoadErrorEvent) ProtoReflect() protoreflect.Message { method Descriptor (line 1625) | func (*ConfigLoadErrorEvent) Descriptor() ([]byte, []int) { method GetError (line 1629) | func (x *ConfigLoadErrorEvent) GetError() string { type ConfigValidationErrorEvent (line 1637) | type ConfigValidationErrorEvent struct method Reset (line 1644) | func (x *ConfigValidationErrorEvent) Reset() { method String (line 1651) | func (x *ConfigValidationErrorEvent) String() string { method ProtoMessage (line 1655) | func (*ConfigValidationErrorEvent) ProtoMessage() {} method ProtoReflect (line 1657) | func (x *ConfigValidationErrorEvent) ProtoReflect() protoreflect.Messa... method Descriptor (line 1670) | func (*ConfigValidationErrorEvent) Descriptor() ([]byte, []int) { method GetError (line 1674) | func (x *ConfigValidationErrorEvent) GetError() string { type AddressEvent (line 1682) | type AddressEvent struct method Reset (line 1690) | func (x *AddressEvent) Reset() { method String (line 1697) | func (x *AddressEvent) String() string { method ProtoMessage (line 1701) | func (*AddressEvent) ProtoMessage() {} method ProtoReflect (line 1703) | func (x *AddressEvent) ProtoReflect() protoreflect.Message { method Descriptor (line 1716) | func (*AddressEvent) Descriptor() ([]byte, []int) { method GetHostname (line 1720) | func (x *AddressEvent) GetHostname() string { method GetAddresses (line 1727) | func (x *AddressEvent) GetAddresses() []string { type MachineStatusEvent (line 1735) | type MachineStatusEvent struct method Reset (line 1743) | func (x *MachineStatusEvent) Reset() { method String (line 1750) | func (x *MachineStatusEvent) String() string { method ProtoMessage (line 1754) | func (*MachineStatusEvent) ProtoMessage() {} method ProtoReflect (line 1756) | func (x *MachineStatusEvent) ProtoReflect() protoreflect.Message { method Descriptor (line 1769) | func (*MachineStatusEvent) Descriptor() ([]byte, []int) { method GetStage (line 1773) | func (x *MachineStatusEvent) GetStage() MachineStatusEvent_MachineStage { method GetStatus (line 1780) | func (x *MachineStatusEvent) GetStatus() *MachineStatusEvent_MachineSt... type EventsRequest (line 1787) | type EventsRequest struct method Reset (line 1797) | func (x *EventsRequest) Reset() { method String (line 1804) | func (x *EventsRequest) String() string { method ProtoMessage (line 1808) | func (*EventsRequest) ProtoMessage() {} method ProtoReflect (line 1810) | func (x *EventsRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 1823) | func (*EventsRequest) Descriptor() ([]byte, []int) { method GetTailEvents (line 1827) | func (x *EventsRequest) GetTailEvents() int32 { method GetTailId (line 1834) | func (x *EventsRequest) GetTailId() string { method GetTailSeconds (line 1841) | func (x *EventsRequest) GetTailSeconds() int32 { method GetWithActorId (line 1848) | func (x *EventsRequest) GetWithActorId() string { type Event (line 1855) | type Event struct method Reset (line 1865) | func (x *Event) Reset() { method String (line 1872) | func (x *Event) String() string { method ProtoMessage (line 1876) | func (*Event) ProtoMessage() {} method ProtoReflect (line 1878) | func (x *Event) ProtoReflect() protoreflect.Message { method Descriptor (line 1891) | func (*Event) Descriptor() ([]byte, []int) { method GetMetadata (line 1895) | func (x *Event) GetMetadata() *common.Metadata { method GetData (line 1902) | func (x *Event) GetData() *anypb.Any { method GetId (line 1909) | func (x *Event) GetId() string { method GetActorId (line 1916) | func (x *Event) GetActorId() string { type ResetPartitionSpec (line 1924) | type ResetPartitionSpec struct method Reset (line 1932) | func (x *ResetPartitionSpec) Reset() { method String (line 1939) | func (x *ResetPartitionSpec) String() string { method ProtoMessage (line 1943) | func (*ResetPartitionSpec) ProtoMessage() {} method ProtoReflect (line 1945) | func (x *ResetPartitionSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1958) | func (*ResetPartitionSpec) Descriptor() ([]byte, []int) { method GetLabel (line 1962) | func (x *ResetPartitionSpec) GetLabel() string { method GetWipe (line 1969) | func (x *ResetPartitionSpec) GetWipe() bool { type ResetRequest (line 1976) | type ResetRequest struct method Reset (line 1994) | func (x *ResetRequest) Reset() { method String (line 2001) | func (x *ResetRequest) String() string { method ProtoMessage (line 2005) | func (*ResetRequest) ProtoMessage() {} method ProtoReflect (line 2007) | func (x *ResetRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 2020) | func (*ResetRequest) Descriptor() ([]byte, []int) { method GetGraceful (line 2024) | func (x *ResetRequest) GetGraceful() bool { method GetReboot (line 2031) | func (x *ResetRequest) GetReboot() bool { method GetSystemPartitionsToWipe (line 2038) | func (x *ResetRequest) GetSystemPartitionsToWipe() []*ResetPartitionSp... method GetUserDisksToWipe (line 2045) | func (x *ResetRequest) GetUserDisksToWipe() []string { method GetMode (line 2052) | func (x *ResetRequest) GetMode() ResetRequest_WipeMode { type Reset (line 2060) | type Reset struct method Reset (line 2068) | func (x *Reset) Reset() { method String (line 2075) | func (x *Reset) String() string { method ProtoMessage (line 2079) | func (*Reset) ProtoMessage() {} method ProtoReflect (line 2081) | func (x *Reset) ProtoReflect() protoreflect.Message { method Descriptor (line 2094) | func (*Reset) Descriptor() ([]byte, []int) { method GetMetadata (line 2098) | func (x *Reset) GetMetadata() *common.Metadata { method GetActorId (line 2105) | func (x *Reset) GetActorId() string { type ResetResponse (line 2112) | type ResetResponse struct method Reset (line 2119) | func (x *ResetResponse) Reset() { method String (line 2126) | func (x *ResetResponse) String() string { method ProtoMessage (line 2130) | func (*ResetResponse) ProtoMessage() {} method ProtoReflect (line 2132) | func (x *ResetResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 2145) | func (*ResetResponse) Descriptor() ([]byte, []int) { method GetMessages (line 2149) | func (x *ResetResponse) GetMessages() []*Reset { type Shutdown (line 2158) | type Shutdown struct method Reset (line 2166) | func (x *Shutdown) Reset() { method String (line 2173) | func (x *Shutdown) String() string { method ProtoMessage (line 2177) | func (*Shutdown) ProtoMessage() {} method ProtoReflect (line 2179) | func (x *Shutdown) ProtoReflect() protoreflect.Message { method Descriptor (line 2192) | func (*Shutdown) Descriptor() ([]byte, []int) { method GetMetadata (line 2196) | func (x *Shutdown) GetMetadata() *common.Metadata { method GetActorId (line 2203) | func (x *Shutdown) GetActorId() string { type ShutdownRequest (line 2210) | type ShutdownRequest struct method Reset (line 2218) | func (x *ShutdownRequest) Reset() { method String (line 2225) | func (x *ShutdownRequest) String() string { method ProtoMessage (line 2229) | func (*ShutdownRequest) ProtoMessage() {} method ProtoReflect (line 2231) | func (x *ShutdownRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 2244) | func (*ShutdownRequest) Descriptor() ([]byte, []int) { method GetForce (line 2248) | func (x *ShutdownRequest) GetForce() bool { type ShutdownResponse (line 2255) | type ShutdownResponse struct method Reset (line 2262) | func (x *ShutdownResponse) Reset() { method String (line 2269) | func (x *ShutdownResponse) String() string { method ProtoMessage (line 2273) | func (*ShutdownResponse) ProtoMessage() {} method ProtoReflect (line 2275) | func (x *ShutdownResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 2288) | func (*ShutdownResponse) Descriptor() ([]byte, []int) { method GetMessages (line 2292) | func (x *ShutdownResponse) GetMessages() []*Shutdown { type UpgradeRequest (line 2300) | type UpgradeRequest struct method Reset (line 2311) | func (x *UpgradeRequest) Reset() { method String (line 2318) | func (x *UpgradeRequest) String() string { method ProtoMessage (line 2322) | func (*UpgradeRequest) ProtoMessage() {} method ProtoReflect (line 2324) | func (x *UpgradeRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 2337) | func (*UpgradeRequest) Descriptor() ([]byte, []int) { method GetImage (line 2341) | func (x *UpgradeRequest) GetImage() string { method GetPreserve (line 2348) | func (x *UpgradeRequest) GetPreserve() bool { method GetStage (line 2355) | func (x *UpgradeRequest) GetStage() bool { method GetForce (line 2362) | func (x *UpgradeRequest) GetForce() bool { method GetRebootMode (line 2369) | func (x *UpgradeRequest) GetRebootMode() UpgradeRequest_RebootMode { type Upgrade (line 2376) | type Upgrade struct method Reset (line 2385) | func (x *Upgrade) Reset() { method String (line 2392) | func (x *Upgrade) String() string { method ProtoMessage (line 2396) | func (*Upgrade) ProtoMessage() {} method ProtoReflect (line 2398) | func (x *Upgrade) ProtoReflect() protoreflect.Message { method Descriptor (line 2411) | func (*Upgrade) Descriptor() ([]byte, []int) { method GetMetadata (line 2415) | func (x *Upgrade) GetMetadata() *common.Metadata { method GetAck (line 2422) | func (x *Upgrade) GetAck() string { method GetActorId (line 2429) | func (x *Upgrade) GetActorId() string { type UpgradeResponse (line 2436) | type UpgradeResponse struct method Reset (line 2443) | func (x *UpgradeResponse) Reset() { method String (line 2450) | func (x *UpgradeResponse) String() string { method ProtoMessage (line 2454) | func (*UpgradeResponse) ProtoMessage() {} method ProtoReflect (line 2456) | func (x *UpgradeResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 2469) | func (*UpgradeResponse) Descriptor() ([]byte, []int) { method GetMessages (line 2473) | func (x *UpgradeResponse) GetMessages() []*Upgrade { type ServiceList (line 2481) | type ServiceList struct method Reset (line 2489) | func (x *ServiceList) Reset() { method String (line 2496) | func (x *ServiceList) String() string { method ProtoMessage (line 2500) | func (*ServiceList) ProtoMessage() {} method ProtoReflect (line 2502) | func (x *ServiceList) ProtoReflect() protoreflect.Message { method Descriptor (line 2515) | func (*ServiceList) Descriptor() ([]byte, []int) { method GetMetadata (line 2519) | func (x *ServiceList) GetMetadata() *common.Metadata { method GetServices (line 2526) | func (x *ServiceList) GetServices() []*ServiceInfo { type ServiceListResponse (line 2533) | type ServiceListResponse struct method Reset (line 2540) | func (x *ServiceListResponse) Reset() { method String (line 2547) | func (x *ServiceListResponse) String() string { method ProtoMessage (line 2551) | func (*ServiceListResponse) ProtoMessage() {} method ProtoReflect (line 2553) | func (x *ServiceListResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 2566) | func (*ServiceListResponse) Descriptor() ([]byte, []int) { method GetMessages (line 2570) | func (x *ServiceListResponse) GetMessages() []*ServiceList { type ServiceInfo (line 2577) | type ServiceInfo struct method Reset (line 2587) | func (x *ServiceInfo) Reset() { method String (line 2594) | func (x *ServiceInfo) String() string { method ProtoMessage (line 2598) | func (*ServiceInfo) ProtoMessage() {} method ProtoReflect (line 2600) | func (x *ServiceInfo) ProtoReflect() protoreflect.Message { method Descriptor (line 2613) | func (*ServiceInfo) Descriptor() ([]byte, []int) { method GetId (line 2617) | func (x *ServiceInfo) GetId() string { method GetState (line 2624) | func (x *ServiceInfo) GetState() string { method GetEvents (line 2631) | func (x *ServiceInfo) GetEvents() *ServiceEvents { method GetHealth (line 2638) | func (x *ServiceInfo) GetHealth() *ServiceHealth { type ServiceEvents (line 2645) | type ServiceEvents struct method Reset (line 2652) | func (x *ServiceEvents) Reset() { method String (line 2659) | func (x *ServiceEvents) String() string { method ProtoMessage (line 2663) | func (*ServiceEvents) ProtoMessage() {} method ProtoReflect (line 2665) | func (x *ServiceEvents) ProtoReflect() protoreflect.Message { method Descriptor (line 2678) | func (*ServiceEvents) Descriptor() ([]byte, []int) { method GetEvents (line 2682) | func (x *ServiceEvents) GetEvents() []*ServiceEvent { type ServiceEvent (line 2689) | type ServiceEvent struct method Reset (line 2698) | func (x *ServiceEvent) Reset() { method String (line 2705) | func (x *ServiceEvent) String() string { method ProtoMessage (line 2709) | func (*ServiceEvent) ProtoMessage() {} method ProtoReflect (line 2711) | func (x *ServiceEvent) ProtoReflect() protoreflect.Message { method Descriptor (line 2724) | func (*ServiceEvent) Descriptor() ([]byte, []int) { method GetMsg (line 2728) | func (x *ServiceEvent) GetMsg() string { method GetState (line 2735) | func (x *ServiceEvent) GetState() string { method GetTs (line 2742) | func (x *ServiceEvent) GetTs() *timestamppb.Timestamp { type ServiceHealth (line 2749) | type ServiceHealth struct method Reset (line 2759) | func (x *ServiceHealth) Reset() { method String (line 2766) | func (x *ServiceHealth) String() string { method ProtoMessage (line 2770) | func (*ServiceHealth) ProtoMessage() {} method ProtoReflect (line 2772) | func (x *ServiceHealth) ProtoReflect() protoreflect.Message { method Descriptor (line 2785) | func (*ServiceHealth) Descriptor() ([]byte, []int) { method GetUnknown (line 2789) | func (x *ServiceHealth) GetUnknown() bool { method GetHealthy (line 2796) | func (x *ServiceHealth) GetHealthy() bool { method GetLastMessage (line 2803) | func (x *ServiceHealth) GetLastMessage() string { method GetLastChange (line 2810) | func (x *ServiceHealth) GetLastChange() *timestamppb.Timestamp { type ServiceStartRequest (line 2818) | type ServiceStartRequest struct method Reset (line 2825) | func (x *ServiceStartRequest) Reset() { method String (line 2832) | func (x *ServiceStartRequest) String() string { method ProtoMessage (line 2836) | func (*ServiceStartRequest) ProtoMessage() {} method ProtoReflect (line 2838) | func (x *ServiceStartRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 2851) | func (*ServiceStartRequest) Descriptor() ([]byte, []int) { method GetId (line 2855) | func (x *ServiceStartRequest) GetId() string { type ServiceStart (line 2862) | type ServiceStart struct method Reset (line 2870) | func (x *ServiceStart) Reset() { method String (line 2877) | func (x *ServiceStart) String() string { method ProtoMessage (line 2881) | func (*ServiceStart) ProtoMessage() {} method ProtoReflect (line 2883) | func (x *ServiceStart) ProtoReflect() protoreflect.Message { method Descriptor (line 2896) | func (*ServiceStart) Descriptor() ([]byte, []int) { method GetMetadata (line 2900) | func (x *ServiceStart) GetMetadata() *common.Metadata { method GetResp (line 2907) | func (x *ServiceStart) GetResp() string { type ServiceStartResponse (line 2914) | type ServiceStartResponse struct method Reset (line 2921) | func (x *ServiceStartResponse) Reset() { method String (line 2928) | func (x *ServiceStartResponse) String() string { method ProtoMessage (line 2932) | func (*ServiceStartResponse) ProtoMessage() {} method ProtoReflect (line 2934) | func (x *ServiceStartResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 2947) | func (*ServiceStartResponse) Descriptor() ([]byte, []int) { method GetMessages (line 2951) | func (x *ServiceStartResponse) GetMessages() []*ServiceStart { type ServiceStopRequest (line 2958) | type ServiceStopRequest struct method Reset (line 2965) | func (x *ServiceStopRequest) Reset() { method String (line 2972) | func (x *ServiceStopRequest) String() string { method ProtoMessage (line 2976) | func (*ServiceStopRequest) ProtoMessage() {} method ProtoReflect (line 2978) | func (x *ServiceStopRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 2991) | func (*ServiceStopRequest) Descriptor() ([]byte, []int) { method GetId (line 2995) | func (x *ServiceStopRequest) GetId() string { type ServiceStop (line 3002) | type ServiceStop struct method Reset (line 3010) | func (x *ServiceStop) Reset() { method String (line 3017) | func (x *ServiceStop) String() string { method ProtoMessage (line 3021) | func (*ServiceStop) ProtoMessage() {} method ProtoReflect (line 3023) | func (x *ServiceStop) ProtoReflect() protoreflect.Message { method Descriptor (line 3036) | func (*ServiceStop) Descriptor() ([]byte, []int) { method GetMetadata (line 3040) | func (x *ServiceStop) GetMetadata() *common.Metadata { method GetResp (line 3047) | func (x *ServiceStop) GetResp() string { type ServiceStopResponse (line 3054) | type ServiceStopResponse struct method Reset (line 3061) | func (x *ServiceStopResponse) Reset() { method String (line 3068) | func (x *ServiceStopResponse) String() string { method ProtoMessage (line 3072) | func (*ServiceStopResponse) ProtoMessage() {} method ProtoReflect (line 3074) | func (x *ServiceStopResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 3087) | func (*ServiceStopResponse) Descriptor() ([]byte, []int) { method GetMessages (line 3091) | func (x *ServiceStopResponse) GetMessages() []*ServiceStop { type ServiceRestartRequest (line 3098) | type ServiceRestartRequest struct method Reset (line 3105) | func (x *ServiceRestartRequest) Reset() { method String (line 3112) | func (x *ServiceRestartRequest) String() string { method ProtoMessage (line 3116) | func (*ServiceRestartRequest) ProtoMessage() {} method ProtoReflect (line 3118) | func (x *ServiceRestartRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 3131) | func (*ServiceRestartRequest) Descriptor() ([]byte, []int) { method GetId (line 3135) | func (x *ServiceRestartRequest) GetId() string { type ServiceRestart (line 3142) | type ServiceRestart struct method Reset (line 3150) | func (x *ServiceRestart) Reset() { method String (line 3157) | func (x *ServiceRestart) String() string { method ProtoMessage (line 3161) | func (*ServiceRestart) ProtoMessage() {} method ProtoReflect (line 3163) | func (x *ServiceRestart) ProtoReflect() protoreflect.Message { method Descriptor (line 3176) | func (*ServiceRestart) Descriptor() ([]byte, []int) { method GetMetadata (line 3180) | func (x *ServiceRestart) GetMetadata() *common.Metadata { method GetResp (line 3187) | func (x *ServiceRestart) GetResp() string { type ServiceRestartResponse (line 3194) | type ServiceRestartResponse struct method Reset (line 3201) | func (x *ServiceRestartResponse) Reset() { method String (line 3208) | func (x *ServiceRestartResponse) String() string { method ProtoMessage (line 3212) | func (*ServiceRestartResponse) ProtoMessage() {} method ProtoReflect (line 3214) | func (x *ServiceRestartResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 3227) | func (*ServiceRestartResponse) Descriptor() ([]byte, []int) { method GetMessages (line 3231) | func (x *ServiceRestartResponse) GetMessages() []*ServiceRestart { type CopyRequest (line 3241) | type CopyRequest struct method Reset (line 3249) | func (x *CopyRequest) Reset() { method String (line 3256) | func (x *CopyRequest) String() string { method ProtoMessage (line 3260) | func (*CopyRequest) ProtoMessage() {} method ProtoReflect (line 3262) | func (x *CopyRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 3275) | func (*CopyRequest) Descriptor() ([]byte, []int) { method GetRootPath (line 3279) | func (x *CopyRequest) GetRootPath() string { type ListRequest (line 3287) | type ListRequest struct method Reset (line 3306) | func (x *ListRequest) Reset() { method String (line 3313) | func (x *ListRequest) String() string { method ProtoMessage (line 3317) | func (*ListRequest) ProtoMessage() {} method ProtoReflect (line 3319) | func (x *ListRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 3332) | func (*ListRequest) Descriptor() ([]byte, []int) { method GetRoot (line 3336) | func (x *ListRequest) GetRoot() string { method GetRecurse (line 3343) | func (x *ListRequest) GetRecurse() bool { method GetRecursionDepth (line 3350) | func (x *ListRequest) GetRecursionDepth() int32 { method GetTypes (line 3357) | func (x *ListRequest) GetTypes() []ListRequest_Type { method GetReportXattrs (line 3364) | func (x *ListRequest) GetReportXattrs() bool { type DiskUsageRequest (line 3372) | type DiskUsageRequest struct method Reset (line 3388) | func (x *DiskUsageRequest) Reset() { method String (line 3395) | func (x *DiskUsageRequest) String() string { method ProtoMessage (line 3399) | func (*DiskUsageRequest) ProtoMessage() {} method ProtoReflect (line 3401) | func (x *DiskUsageRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 3414) | func (*DiskUsageRequest) Descriptor() ([]byte, []int) { method GetRecursionDepth (line 3418) | func (x *DiskUsageRequest) GetRecursionDepth() int32 { method GetAll (line 3425) | func (x *DiskUsageRequest) GetAll() bool { method GetThreshold (line 3432) | func (x *DiskUsageRequest) GetThreshold() int64 { method GetPaths (line 3439) | func (x *DiskUsageRequest) GetPaths() []string { type FileInfo (line 3447) | type FileInfo struct method Reset (line 3477) | func (x *FileInfo) Reset() { method String (line 3484) | func (x *FileInfo) String() string { method ProtoMessage (line 3488) | func (*FileInfo) ProtoMessage() {} method ProtoReflect (line 3490) | func (x *FileInfo) ProtoReflect() protoreflect.Message { method Descriptor (line 3503) | func (*FileInfo) Descriptor() ([]byte, []int) { method GetMetadata (line 3507) | func (x *FileInfo) GetMetadata() *common.Metadata { method GetName (line 3514) | func (x *FileInfo) GetName() string { method GetSize (line 3521) | func (x *FileInfo) GetSize() int64 { method GetMode (line 3528) | func (x *FileInfo) GetMode() uint32 { method GetModified (line 3535) | func (x *FileInfo) GetModified() int64 { method GetIsDir (line 3542) | func (x *FileInfo) GetIsDir() bool { method GetError (line 3549) | func (x *FileInfo) GetError() string { method GetLink (line 3556) | func (x *FileInfo) GetLink() string { method GetRelativeName (line 3563) | func (x *FileInfo) GetRelativeName() string { method GetUid (line 3570) | func (x *FileInfo) GetUid() uint32 { method GetGid (line 3577) | func (x *FileInfo) GetGid() uint32 { method GetXattrs (line 3584) | func (x *FileInfo) GetXattrs() []*Xattr { type Xattr (line 3591) | type Xattr struct method Reset (line 3599) | func (x *Xattr) Reset() { method String (line 3606) | func (x *Xattr) String() string { method ProtoMessage (line 3610) | func (*Xattr) ProtoMessage() {} method ProtoReflect (line 3612) | func (x *Xattr) ProtoReflect() protoreflect.Message { method Descriptor (line 3625) | func (*Xattr) Descriptor() ([]byte, []int) { method GetName (line 3629) | func (x *Xattr) GetName() string { method GetData (line 3636) | func (x *Xattr) GetData() []byte { type DiskUsageInfo (line 3644) | type DiskUsageInfo struct method Reset (line 3660) | func (x *DiskUsageInfo) Reset() { method String (line 3667) | func (x *DiskUsageInfo) String() string { method ProtoMessage (line 3671) | func (*DiskUsageInfo) ProtoMessage() {} method ProtoReflect (line 3673) | func (x *DiskUsageInfo) ProtoReflect() protoreflect.Message { method Descriptor (line 3686) | func (*DiskUsageInfo) Descriptor() ([]byte, []int) { method GetMetadata (line 3690) | func (x *DiskUsageInfo) GetMetadata() *common.Metadata { method GetName (line 3697) | func (x *DiskUsageInfo) GetName() string { method GetSize (line 3704) | func (x *DiskUsageInfo) GetSize() int64 { method GetError (line 3711) | func (x *DiskUsageInfo) GetError() string { method GetRelativeName (line 3718) | func (x *DiskUsageInfo) GetRelativeName() string { type Mounts (line 3726) | type Mounts struct method Reset (line 3734) | func (x *Mounts) Reset() { method String (line 3741) | func (x *Mounts) String() string { method ProtoMessage (line 3745) | func (*Mounts) ProtoMessage() {} method ProtoReflect (line 3747) | func (x *Mounts) ProtoReflect() protoreflect.Message { method Descriptor (line 3760) | func (*Mounts) Descriptor() ([]byte, []int) { method GetMetadata (line 3764) | func (x *Mounts) GetMetadata() *common.Metadata { method GetStats (line 3771) | func (x *Mounts) GetStats() []*MountStat { type MountsResponse (line 3778) | type MountsResponse struct method Reset (line 3785) | func (x *MountsResponse) Reset() { method String (line 3792) | func (x *MountsResponse) String() string { method ProtoMessage (line 3796) | func (*MountsResponse) ProtoMessage() {} method ProtoReflect (line 3798) | func (x *MountsResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 3811) | func (*MountsResponse) Descriptor() ([]byte, []int) { method GetMessages (line 3815) | func (x *MountsResponse) GetMessages() []*Mounts { type MountStat (line 3823) | type MountStat struct method Reset (line 3833) | func (x *MountStat) Reset() { method String (line 3840) | func (x *MountStat) String() string { method ProtoMessage (line 3844) | func (*MountStat) ProtoMessage() {} method ProtoReflect (line 3846) | func (x *MountStat) ProtoReflect() protoreflect.Message { method Descriptor (line 3859) | func (*MountStat) Descriptor() ([]byte, []int) { method GetFilesystem (line 3863) | func (x *MountStat) GetFilesystem() string { method GetSize (line 3870) | func (x *MountStat) GetSize() uint64 { method GetAvailable (line 3877) | func (x *MountStat) GetAvailable() uint64 { method GetMountedOn (line 3884) | func (x *MountStat) GetMountedOn() string { type Version (line 3891) | type Version struct method Reset (line 3902) | func (x *Version) Reset() { method String (line 3909) | func (x *Version) String() string { method ProtoMessage (line 3913) | func (*Version) ProtoMessage() {} method ProtoReflect (line 3915) | func (x *Version) ProtoReflect() protoreflect.Message { method Descriptor (line 3928) | func (*Version) Descriptor() ([]byte, []int) { method GetMetadata (line 3932) | func (x *Version) GetMetadata() *common.Metadata { method GetVersion (line 3939) | func (x *Version) GetVersion() *VersionInfo { method GetPlatform (line 3946) | func (x *Version) GetPlatform() *PlatformInfo { method GetFeatures (line 3953) | func (x *Version) GetFeatures() *FeaturesInfo { type VersionResponse (line 3960) | type VersionResponse struct method Reset (line 3967) | func (x *VersionResponse) Reset() { method String (line 3974) | func (x *VersionResponse) String() string { method ProtoMessage (line 3978) | func (*VersionResponse) ProtoMessage() {} method ProtoReflect (line 3980) | func (x *VersionResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 3993) | func (*VersionResponse) Descriptor() ([]byte, []int) { method GetMessages (line 3997) | func (x *VersionResponse) GetMessages() []*Version { type VersionInfo (line 4004) | type VersionInfo struct method Reset (line 4016) | func (x *VersionInfo) Reset() { method String (line 4023) | func (x *VersionInfo) String() string { method ProtoMessage (line 4027) | func (*VersionInfo) ProtoMessage() {} method ProtoReflect (line 4029) | func (x *VersionInfo) ProtoReflect() protoreflect.Message { method Descriptor (line 4042) | func (*VersionInfo) Descriptor() ([]byte, []int) { method GetTag (line 4046) | func (x *VersionInfo) GetTag() string { method GetSha (line 4053) | func (x *VersionInfo) GetSha() string { method GetBuilt (line 4060) | func (x *VersionInfo) GetBuilt() string { method GetGoVersion (line 4067) | func (x *VersionInfo) GetGoVersion() string { method GetOs (line 4074) | func (x *VersionInfo) GetOs() string { method GetArch (line 4081) | func (x *VersionInfo) GetArch() string { type PlatformInfo (line 4088) | type PlatformInfo struct method Reset (line 4096) | func (x *PlatformInfo) Reset() { method String (line 4103) | func (x *PlatformInfo) String() string { method ProtoMessage (line 4107) | func (*PlatformInfo) ProtoMessage() {} method ProtoReflect (line 4109) | func (x *PlatformInfo) ProtoReflect() protoreflect.Message { method Descriptor (line 4122) | func (*PlatformInfo) Descriptor() ([]byte, []int) { method GetName (line 4126) | func (x *PlatformInfo) GetName() string { method GetMode (line 4133) | func (x *PlatformInfo) GetMode() string { type FeaturesInfo (line 4141) | type FeaturesInfo struct method Reset (line 4149) | func (x *FeaturesInfo) Reset() { method String (line 4156) | func (x *FeaturesInfo) String() string { method ProtoMessage (line 4160) | func (*FeaturesInfo) ProtoMessage() {} method ProtoReflect (line 4162) | func (x *FeaturesInfo) ProtoReflect() protoreflect.Message { method Descriptor (line 4175) | func (*FeaturesInfo) Descriptor() ([]byte, []int) { method GetRbac (line 4179) | func (x *FeaturesInfo) GetRbac() bool { type LogsRequest (line 4188) | type LogsRequest struct method Reset (line 4200) | func (x *LogsRequest) Reset() { method String (line 4207) | func (x *LogsRequest) String() string { method ProtoMessage (line 4211) | func (*LogsRequest) ProtoMessage() {} method ProtoReflect (line 4213) | func (x *LogsRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 4226) | func (*LogsRequest) Descriptor() ([]byte, []int) { method GetNamespace (line 4230) | func (x *LogsRequest) GetNamespace() string { method GetId (line 4237) | func (x *LogsRequest) GetId() string { method GetDriver (line 4244) | func (x *LogsRequest) GetDriver() common.ContainerDriver { method GetFollow (line 4251) | func (x *LogsRequest) GetFollow() bool { method GetTailLines (line 4258) | func (x *LogsRequest) GetTailLines() int32 { type ReadRequest (line 4265) | type ReadRequest struct method Reset (line 4272) | func (x *ReadRequest) Reset() { method String (line 4279) | func (x *ReadRequest) String() string { method ProtoMessage (line 4283) | func (*ReadRequest) ProtoMessage() {} method ProtoReflect (line 4285) | func (x *ReadRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 4298) | func (*ReadRequest) Descriptor() ([]byte, []int) { method GetPath (line 4302) | func (x *ReadRequest) GetPath() string { type LogsContainer (line 4310) | type LogsContainer struct method Reset (line 4318) | func (x *LogsContainer) Reset() { method String (line 4325) | func (x *LogsContainer) String() string { method ProtoMessage (line 4329) | func (*LogsContainer) ProtoMessage() {} method ProtoReflect (line 4331) | func (x *LogsContainer) ProtoReflect() protoreflect.Message { method Descriptor (line 4344) | func (*LogsContainer) Descriptor() ([]byte, []int) { method GetMetadata (line 4348) | func (x *LogsContainer) GetMetadata() *common.Metadata { method GetIds (line 4355) | func (x *LogsContainer) GetIds() []string { type LogsContainersResponse (line 4362) | type LogsContainersResponse struct method Reset (line 4369) | func (x *LogsContainersResponse) Reset() { method String (line 4376) | func (x *LogsContainersResponse) String() string { method ProtoMessage (line 4380) | func (*LogsContainersResponse) ProtoMessage() {} method ProtoReflect (line 4382) | func (x *LogsContainersResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 4395) | func (*LogsContainersResponse) Descriptor() ([]byte, []int) { method GetMessages (line 4399) | func (x *LogsContainersResponse) GetMessages() []*LogsContainer { type RollbackRequest (line 4407) | type RollbackRequest struct method Reset (line 4413) | func (x *RollbackRequest) Reset() { method String (line 4420) | func (x *RollbackRequest) String() string { method ProtoMessage (line 4424) | func (*RollbackRequest) ProtoMessage() {} method ProtoReflect (line 4426) | func (x *RollbackRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 4439) | func (*RollbackRequest) Descriptor() ([]byte, []int) { type Rollback (line 4443) | type Rollback struct method Reset (line 4450) | func (x *Rollback) Reset() { method String (line 4457) | func (x *Rollback) String() string { method ProtoMessage (line 4461) | func (*Rollback) ProtoMessage() {} method ProtoReflect (line 4463) | func (x *Rollback) ProtoReflect() protoreflect.Message { method Descriptor (line 4476) | func (*Rollback) Descriptor() ([]byte, []int) { method GetMetadata (line 4480) | func (x *Rollback) GetMetadata() *common.Metadata { type RollbackResponse (line 4487) | type RollbackResponse struct method Reset (line 4494) | func (x *RollbackResponse) Reset() { method String (line 4501) | func (x *RollbackResponse) String() string { method ProtoMessage (line 4505) | func (*RollbackResponse) ProtoMessage() {} method ProtoReflect (line 4507) | func (x *RollbackResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 4520) | func (*RollbackResponse) Descriptor() ([]byte, []int) { method GetMessages (line 4524) | func (x *RollbackResponse) GetMessages() []*Rollback { type ContainersRequest (line 4531) | type ContainersRequest struct method Reset (line 4540) | func (x *ContainersRequest) Reset() { method String (line 4547) | func (x *ContainersRequest) String() string { method ProtoMessage (line 4551) | func (*ContainersRequest) ProtoMessage() {} method ProtoReflect (line 4553) | func (x *ContainersRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 4566) | func (*ContainersRequest) Descriptor() ([]byte, []int) { method GetNamespace (line 4570) | func (x *ContainersRequest) GetNamespace() string { method GetDriver (line 4577) | func (x *ContainersRequest) GetDriver() common.ContainerDriver { type ContainerInfo (line 4585) | type ContainerInfo struct method Reset (line 4601) | func (x *ContainerInfo) Reset() { method String (line 4608) | func (x *ContainerInfo) String() string { method ProtoMessage (line 4612) | func (*ContainerInfo) ProtoMessage() {} method ProtoReflect (line 4614) | func (x *ContainerInfo) ProtoReflect() protoreflect.Message { method Descriptor (line 4627) | func (*ContainerInfo) Descriptor() ([]byte, []int) { method GetNamespace (line 4631) | func (x *ContainerInfo) GetNamespace() string { method GetId (line 4638) | func (x *ContainerInfo) GetId() string { method GetUid (line 4645) | func (x *ContainerInfo) GetUid() string { method GetInternalId (line 4652) | func (x *ContainerInfo) GetInternalId() string { method GetImage (line 4659) | func (x *ContainerInfo) GetImage() string { method GetPid (line 4666) | func (x *ContainerInfo) GetPid() uint32 { method GetStatus (line 4673) | func (x *ContainerInfo) GetStatus() string { method GetPodId (line 4680) | func (x *ContainerInfo) GetPodId() string { method GetName (line 4687) | func (x *ContainerInfo) GetName() string { method GetNetworkNamespace (line 4694) | func (x *ContainerInfo) GetNetworkNamespace() string { type Container (line 4702) | type Container struct method Reset (line 4710) | func (x *Container) Reset() { method String (line 4717) | func (x *Container) String() string { method ProtoMessage (line 4721) | func (*Container) ProtoMessage() {} method ProtoReflect (line 4723) | func (x *Container) ProtoReflect() protoreflect.Message { method Descriptor (line 4736) | func (*Container) Descriptor() ([]byte, []int) { method GetMetadata (line 4740) | func (x *Container) GetMetadata() *common.Metadata { method GetContainers (line 4747) | func (x *Container) GetContainers() []*ContainerInfo { type ContainersResponse (line 4754) | type ContainersResponse struct method Reset (line 4761) | func (x *ContainersResponse) Reset() { method String (line 4768) | func (x *ContainersResponse) String() string { method ProtoMessage (line 4772) | func (*ContainersResponse) ProtoMessage() {} method ProtoReflect (line 4774) | func (x *ContainersResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 4787) | func (*ContainersResponse) Descriptor() ([]byte, []int) { method GetMessages (line 4791) | func (x *ContainersResponse) GetMessages() []*Container { type DmesgRequest (line 4799) | type DmesgRequest struct method Reset (line 4807) | func (x *DmesgRequest) Reset() { method String (line 4814) | func (x *DmesgRequest) String() string { method ProtoMessage (line 4818) | func (*DmesgRequest) ProtoMessage() {} method ProtoReflect (line 4820) | func (x *DmesgRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 4833) | func (*DmesgRequest) Descriptor() ([]byte, []int) { method GetFollow (line 4837) | func (x *DmesgRequest) GetFollow() bool { method GetTail (line 4844) | func (x *DmesgRequest) GetTail() bool { type ProcessesResponse (line 4852) | type ProcessesResponse struct method Reset (line 4859) | func (x *ProcessesResponse) Reset() { method String (line 4866) | func (x *ProcessesResponse) String() string { method ProtoMessage (line 4870) | func (*ProcessesResponse) ProtoMessage() {} method ProtoReflect (line 4872) | func (x *ProcessesResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 4885) | func (*ProcessesResponse) Descriptor() ([]byte, []int) { method GetMessages (line 4889) | func (x *ProcessesResponse) GetMessages() []*Process { type Process (line 4896) | type Process struct method Reset (line 4904) | func (x *Process) Reset() { method String (line 4911) | func (x *Process) String() string { method ProtoMessage (line 4915) | func (*Process) ProtoMessage() {} method ProtoReflect (line 4917) | func (x *Process) ProtoReflect() protoreflect.Message { method Descriptor (line 4930) | func (*Process) Descriptor() ([]byte, []int) { method GetMetadata (line 4934) | func (x *Process) GetMetadata() *common.Metadata { method GetProcesses (line 4941) | func (x *Process) GetProcesses() []*ProcessInfo { type ProcessInfo (line 4948) | type ProcessInfo struct method Reset (line 4965) | func (x *ProcessInfo) Reset() { method String (line 4972) | func (x *ProcessInfo) String() string { method ProtoMessage (line 4976) | func (*ProcessInfo) ProtoMessage() {} method ProtoReflect (line 4978) | func (x *ProcessInfo) ProtoReflect() protoreflect.Message { method Descriptor (line 4991) | func (*ProcessInfo) Descriptor() ([]byte, []int) { method GetPid (line 4995) | func (x *ProcessInfo) GetPid() int32 { method GetPpid (line 5002) | func (x *ProcessInfo) GetPpid() int32 { method GetState (line 5009) | func (x *ProcessInfo) GetState() string { method GetThreads (line 5016) | func (x *ProcessInfo) GetThreads() int32 { method GetCpuTime (line 5023) | func (x *ProcessInfo) GetCpuTime() float64 { method GetVirtualMemory (line 5030) | func (x *ProcessInfo) GetVirtualMemory() uint64 { method GetResidentMemory (line 5037) | func (x *ProcessInfo) GetResidentMemory() uint64 { method GetCommand (line 5044) | func (x *ProcessInfo) GetCommand() string { method GetExecutable (line 5051) | func (x *ProcessInfo) GetExecutable() string { method GetArgs (line 5058) | func (x *ProcessInfo) GetArgs() string { method GetLabel (line 5065) | func (x *ProcessInfo) GetLabel() string { type RestartRequest (line 5074) | type RestartRequest struct method Reset (line 5084) | func (x *RestartRequest) Reset() { method String (line 5091) | func (x *RestartRequest) String() string { method ProtoMessage (line 5095) | func (*RestartRequest) ProtoMessage() {} method ProtoReflect (line 5097) | func (x *RestartRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 5110) | func (*RestartRequest) Descriptor() ([]byte, []int) { method GetNamespace (line 5114) | func (x *RestartRequest) GetNamespace() string { method GetId (line 5121) | func (x *RestartRequest) GetId() string { method GetDriver (line 5128) | func (x *RestartRequest) GetDriver() common.ContainerDriver { type Restart (line 5135) | type Restart struct method Reset (line 5142) | func (x *Restart) Reset() { method String (line 5149) | func (x *Restart) String() string { method ProtoMessage (line 5153) | func (*Restart) ProtoMessage() {} method ProtoReflect (line 5155) | func (x *Restart) ProtoReflect() protoreflect.Message { method Descriptor (line 5168) | func (*Restart) Descriptor() ([]byte, []int) { method GetMetadata (line 5172) | func (x *Restart) GetMetadata() *common.Metadata { type RestartResponse (line 5180) | type RestartResponse struct method Reset (line 5187) | func (x *RestartResponse) Reset() { method String (line 5194) | func (x *RestartResponse) String() string { method ProtoMessage (line 5198) | func (*RestartResponse) ProtoMessage() {} method ProtoReflect (line 5200) | func (x *RestartResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 5213) | func (*RestartResponse) Descriptor() ([]byte, []int) { method GetMessages (line 5217) | func (x *RestartResponse) GetMessages() []*Restart { type StatsRequest (line 5225) | type StatsRequest struct method Reset (line 5234) | func (x *StatsRequest) Reset() { method String (line 5241) | func (x *StatsRequest) String() string { method ProtoMessage (line 5245) | func (*StatsRequest) ProtoMessage() {} method ProtoReflect (line 5247) | func (x *StatsRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 5260) | func (*StatsRequest) Descriptor() ([]byte, []int) { method GetNamespace (line 5264) | func (x *StatsRequest) GetNamespace() string { method GetDriver (line 5271) | func (x *StatsRequest) GetDriver() common.ContainerDriver { type Stats (line 5279) | type Stats struct method Reset (line 5287) | func (x *Stats) Reset() { method String (line 5294) | func (x *Stats) String() string { method ProtoMessage (line 5298) | func (*Stats) ProtoMessage() {} method ProtoReflect (line 5300) | func (x *Stats) ProtoReflect() protoreflect.Message { method Descriptor (line 5313) | func (*Stats) Descriptor() ([]byte, []int) { method GetMetadata (line 5317) | func (x *Stats) GetMetadata() *common.Metadata { method GetStats (line 5324) | func (x *Stats) GetStats() []*Stat { type StatsResponse (line 5331) | type StatsResponse struct method Reset (line 5338) | func (x *StatsResponse) Reset() { method String (line 5345) | func (x *StatsResponse) String() string { method ProtoMessage (line 5349) | func (*StatsResponse) ProtoMessage() {} method ProtoReflect (line 5351) | func (x *StatsResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 5364) | func (*StatsResponse) Descriptor() ([]byte, []int) { method GetMessages (line 5368) | func (x *StatsResponse) GetMessages() []*Stats { type Stat (line 5376) | type Stat struct method Reset (line 5388) | func (x *Stat) Reset() { method String (line 5395) | func (x *Stat) String() string { method ProtoMessage (line 5399) | func (*Stat) ProtoMessage() {} method ProtoReflect (line 5401) | func (x *Stat) ProtoReflect() protoreflect.Message { method Descriptor (line 5414) | func (*Stat) Descriptor() ([]byte, []int) { method GetNamespace (line 5418) | func (x *Stat) GetNamespace() string { method GetId (line 5425) | func (x *Stat) GetId() string { method GetMemoryUsage (line 5432) | func (x *Stat) GetMemoryUsage() uint64 { method GetCpuUsage (line 5439) | func (x *Stat) GetCpuUsage() uint64 { method GetPodId (line 5446) | func (x *Stat) GetPodId() string { method GetName (line 5453) | func (x *Stat) GetName() string { type Memory (line 5460) | type Memory struct method Reset (line 5468) | func (x *Memory) Reset() { method String (line 5475) | func (x *Memory) String() string { method ProtoMessage (line 5479) | func (*Memory) ProtoMessage() {} method ProtoReflect (line 5481) | func (x *Memory) ProtoReflect() protoreflect.Message { method Descriptor (line 5494) | func (*Memory) Descriptor() ([]byte, []int) { method GetMetadata (line 5498) | func (x *Memory) GetMetadata() *common.Metadata { method GetMeminfo (line 5505) | func (x *Memory) GetMeminfo() *MemInfo { type MemoryResponse (line 5512) | type MemoryResponse struct method Reset (line 5519) | func (x *MemoryResponse) Reset() { method String (line 5526) | func (x *MemoryResponse) String() string { method ProtoMessage (line 5530) | func (*MemoryResponse) ProtoMessage() {} method ProtoReflect (line 5532) | func (x *MemoryResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 5545) | func (*MemoryResponse) Descriptor() ([]byte, []int) { method GetMessages (line 5549) | func (x *MemoryResponse) GetMessages() []*Memory { type MemInfo (line 5556) | type MemInfo struct method Reset (line 5610) | func (x *MemInfo) Reset() { method String (line 5617) | func (x *MemInfo) String() string { method ProtoMessage (line 5621) | func (*MemInfo) ProtoMessage() {} method ProtoReflect (line 5623) | func (x *MemInfo) ProtoReflect() protoreflect.Message { method Descriptor (line 5636) | func (*MemInfo) Descriptor() ([]byte, []int) { method GetMemtotal (line 5640) | func (x *MemInfo) GetMemtotal() uint64 { method GetMemfree (line 5647) | func (x *MemInfo) GetMemfree() uint64 { method GetMemavailable (line 5654) | func (x *MemInfo) GetMemavailable() uint64 { method GetBuffers (line 5661) | func (x *MemInfo) GetBuffers() uint64 { method GetCached (line 5668) | func (x *MemInfo) GetCached() uint64 { method GetSwapcached (line 5675) | func (x *MemInfo) GetSwapcached() uint64 { method GetActive (line 5682) | func (x *MemInfo) GetActive() uint64 { method GetInactive (line 5689) | func (x *MemInfo) GetInactive() uint64 { method GetActiveanon (line 5696) | func (x *MemInfo) GetActiveanon() uint64 { method GetInactiveanon (line 5703) | func (x *MemInfo) GetInactiveanon() uint64 { method GetActivefile (line 5710) | func (x *MemInfo) GetActivefile() uint64 { method GetInactivefile (line 5717) | func (x *MemInfo) GetInactivefile() uint64 { method GetUnevictable (line 5724) | func (x *MemInfo) GetUnevictable() uint64 { method GetMlocked (line 5731) | func (x *MemInfo) GetMlocked() uint64 { method GetSwaptotal (line 5738) | func (x *MemInfo) GetSwaptotal() uint64 { method GetSwapfree (line 5745) | func (x *MemInfo) GetSwapfree() uint64 { method GetDirty (line 5752) | func (x *MemInfo) GetDirty() uint64 { method GetWriteback (line 5759) | func (x *MemInfo) GetWriteback() uint64 { method GetAnonpages (line 5766) | func (x *MemInfo) GetAnonpages() uint64 { method GetMapped (line 5773) | func (x *MemInfo) GetMapped() uint64 { method GetShmem (line 5780) | func (x *MemInfo) GetShmem() uint64 { method GetSlab (line 5787) | func (x *MemInfo) GetSlab() uint64 { method GetSreclaimable (line 5794) | func (x *MemInfo) GetSreclaimable() uint64 { method GetSunreclaim (line 5801) | func (x *MemInfo) GetSunreclaim() uint64 { method GetKernelstack (line 5808) | func (x *MemInfo) GetKernelstack() uint64 { method GetPagetables (line 5815) | func (x *MemInfo) GetPagetables() uint64 { method GetNfsunstable (line 5822) | func (x *MemInfo) GetNfsunstable() uint64 { method GetBounce (line 5829) | func (x *MemInfo) GetBounce() uint64 { method GetWritebacktmp (line 5836) | func (x *MemInfo) GetWritebacktmp() uint64 { method GetCommitlimit (line 5843) | func (x *MemInfo) GetCommitlimit() uint64 { method GetCommittedas (line 5850) | func (x *MemInfo) GetCommittedas() uint64 { method GetVmalloctotal (line 5857) | func (x *MemInfo) GetVmalloctotal() uint64 { method GetVmallocused (line 5864) | func (x *MemInfo) GetVmallocused() uint64 { method GetVmallocchunk (line 5871) | func (x *MemInfo) GetVmallocchunk() uint64 { method GetHardwarecorrupted (line 5878) | func (x *MemInfo) GetHardwarecorrupted() uint64 { method GetAnonhugepages (line 5885) | func (x *MemInfo) GetAnonhugepages() uint64 { method GetShmemhugepages (line 5892) | func (x *MemInfo) GetShmemhugepages() uint64 { method GetShmempmdmapped (line 5899) | func (x *MemInfo) GetShmempmdmapped() uint64 { method GetCmatotal (line 5906) | func (x *MemInfo) GetCmatotal() uint64 { method GetCmafree (line 5913) | func (x *MemInfo) GetCmafree() uint64 { method GetHugepagestotal (line 5920) | func (x *MemInfo) GetHugepagestotal() uint64 { method GetHugepagesfree (line 5927) | func (x *MemInfo) GetHugepagesfree() uint64 { method GetHugepagesrsvd (line 5934) | func (x *MemInfo) GetHugepagesrsvd() uint64 { method GetHugepagessurp (line 5941) | func (x *MemInfo) GetHugepagessurp() uint64 { method GetHugepagesize (line 5948) | func (x *MemInfo) GetHugepagesize() uint64 { method GetDirectmap4K (line 5955) | func (x *MemInfo) GetDirectmap4K() uint64 { method GetDirectmap2M (line 5962) | func (x *MemInfo) GetDirectmap2M() uint64 { method GetDirectmap1G (line 5969) | func (x *MemInfo) GetDirectmap1G() uint64 { type HostnameResponse (line 5976) | type HostnameResponse struct method Reset (line 5983) | func (x *HostnameResponse) Reset() { method String (line 5990) | func (x *HostnameResponse) String() string { method ProtoMessage (line 5994) | func (*HostnameResponse) ProtoMessage() {} method ProtoReflect (line 5996) | func (x *HostnameResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 6009) | func (*HostnameResponse) Descriptor() ([]byte, []int) { method GetMessages (line 6013) | func (x *HostnameResponse) GetMessages() []*Hostname { type Hostname (line 6020) | type Hostname struct method Reset (line 6028) | func (x *Hostname) Reset() { method String (line 6035) | func (x *Hostname) String() string { method ProtoMessage (line 6039) | func (*Hostname) ProtoMessage() {} method ProtoReflect (line 6041) | func (x *Hostname) ProtoReflect() protoreflect.Message { method Descriptor (line 6054) | func (*Hostname) Descriptor() ([]byte, []int) { method GetMetadata (line 6058) | func (x *Hostname) GetMetadata() *common.Metadata { method GetHostname (line 6065) | func (x *Hostname) GetHostname() string { type LoadAvgResponse (line 6072) | type LoadAvgResponse struct method Reset (line 6079) | func (x *LoadAvgResponse) Reset() { method String (line 6086) | func (x *LoadAvgResponse) String() string { method ProtoMessage (line 6090) | func (*LoadAvgResponse) ProtoMessage() {} method ProtoReflect (line 6092) | func (x *LoadAvgResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 6105) | func (*LoadAvgResponse) Descriptor() ([]byte, []int) { method GetMessages (line 6109) | func (x *LoadAvgResponse) GetMessages() []*LoadAvg { type LoadAvg (line 6116) | type LoadAvg struct method Reset (line 6126) | func (x *LoadAvg) Reset() { method String (line 6133) | func (x *LoadAvg) String() string { method ProtoMessage (line 6137) | func (*LoadAvg) ProtoMessage() {} method ProtoReflect (line 6139) | func (x *LoadAvg) ProtoReflect() protoreflect.Message { method Descriptor (line 6152) | func (*LoadAvg) Descriptor() ([]byte, []int) { method GetMetadata (line 6156) | func (x *LoadAvg) GetMetadata() *common.Metadata { method GetLoad1 (line 6163) | func (x *LoadAvg) GetLoad1() float64 { method GetLoad5 (line 6170) | func (x *LoadAvg) GetLoad5() float64 { method GetLoad15 (line 6177) | func (x *LoadAvg) GetLoad15() float64 { type SystemStatResponse (line 6184) | type SystemStatResponse struct method Reset (line 6191) | func (x *SystemStatResponse) Reset() { method String (line 6198) | func (x *SystemStatResponse) String() string { method ProtoMessage (line 6202) | func (*SystemStatResponse) ProtoMessage() {} method ProtoReflect (line 6204) | func (x *SystemStatResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 6217) | func (*SystemStatResponse) Descriptor() ([]byte, []int) { method GetMessages (line 6221) | func (x *SystemStatResponse) GetMessages() []*SystemStat { type SystemStat (line 6228) | type SystemStat struct method Reset (line 6246) | func (x *SystemStat) Reset() { method String (line 6253) | func (x *SystemStat) String() string { method ProtoMessage (line 6257) | func (*SystemStat) ProtoMessage() {} method ProtoReflect (line 6259) | func (x *SystemStat) ProtoReflect() protoreflect.Message { method Descriptor (line 6272) | func (*SystemStat) Descriptor() ([]byte, []int) { method GetMetadata (line 6276) | func (x *SystemStat) GetMetadata() *common.Metadata { method GetBootTime (line 6283) | func (x *SystemStat) GetBootTime() uint64 { method GetCpuTotal (line 6290) | func (x *SystemStat) GetCpuTotal() *CPUStat { method GetCpu (line 6297) | func (x *SystemStat) GetCpu() []*CPUStat { method GetIrqTotal (line 6304) | func (x *SystemStat) GetIrqTotal() uint64 { method GetIrq (line 6311) | func (x *SystemStat) GetIrq() []uint64 { method GetContextSwitches (line 6318) | func (x *SystemStat) GetContextSwitches() uint64 { method GetProcessCreated (line 6325) | func (x *SystemStat) GetProcessCreated() uint64 { method GetProcessRunning (line 6332) | func (x *SystemStat) GetProcessRunning() uint64 { method GetProcessBlocked (line 6339) | func (x *SystemStat) GetProcessBlocked() uint64 { method GetSoftIrqTotal (line 6346) | func (x *SystemStat) GetSoftIrqTotal() uint64 { method GetSoftIrq (line 6353) | func (x *SystemStat) GetSoftIrq() *SoftIRQStat { type CPUStat (line 6360) | type CPUStat struct method Reset (line 6376) | func (x *CPUStat) Reset() { method String (line 6383) | func (x *CPUStat) String() string { method ProtoMessage (line 6387) | func (*CPUStat) ProtoMessage() {} method ProtoReflect (line 6389) | func (x *CPUStat) ProtoReflect() protoreflect.Message { method Descriptor (line 6402) | func (*CPUStat) Descriptor() ([]byte, []int) { method GetUser (line 6406) | func (x *CPUStat) GetUser() float64 { method GetNice (line 6413) | func (x *CPUStat) GetNice() float64 { method GetSystem (line 6420) | func (x *CPUStat) GetSystem() float64 { method GetIdle (line 6427) | func (x *CPUStat) GetIdle() float64 { method GetIowait (line 6434) | func (x *CPUStat) GetIowait() float64 { method GetIrq (line 6441) | func (x *CPUStat) GetIrq() float64 { method GetSoftIrq (line 6448) | func (x *CPUStat) GetSoftIrq() float64 { method GetSteal (line 6455) | func (x *CPUStat) GetSteal() float64 { method GetGuest (line 6462) | func (x *CPUStat) GetGuest() float64 { method GetGuestNice (line 6469) | func (x *CPUStat) GetGuestNice() float64 { type SoftIRQStat (line 6476) | type SoftIRQStat struct method Reset (line 6492) | func (x *SoftIRQStat) Reset() { method String (line 6499) | func (x *SoftIRQStat) String() string { method ProtoMessage (line 6503) | func (*SoftIRQStat) ProtoMessage() {} method ProtoReflect (line 6505) | func (x *SoftIRQStat) ProtoReflect() protoreflect.Message { method Descriptor (line 6518) | func (*SoftIRQStat) Descriptor() ([]byte, []int) { method GetHi (line 6522) | func (x *SoftIRQStat) GetHi() uint64 { method GetTimer (line 6529) | func (x *SoftIRQStat) GetTimer() uint64 { method GetNetTx (line 6536) | func (x *SoftIRQStat) GetNetTx() uint64 { method GetNetRx (line 6543) | func (x *SoftIRQStat) GetNetRx() uint64 { method GetBlock (line 6550) | func (x *SoftIRQStat) GetBlock() uint64 { method GetBlockIoPoll (line 6557) | func (x *SoftIRQStat) GetBlockIoPoll() uint64 { method GetTasklet (line 6564) | func (x *SoftIRQStat) GetTasklet() uint64 { method GetSched (line 6571) | func (x *SoftIRQStat) GetSched() uint64 { method GetHrtimer (line 6578) | func (x *SoftIRQStat) GetHrtimer() uint64 { method GetRcu (line 6585) | func (x *SoftIRQStat) GetRcu() uint64 { type CPUFreqStatsResponse (line 6592) | type CPUFreqStatsResponse struct method Reset (line 6599) | func (x *CPUFreqStatsResponse) Reset() { method String (line 6606) | func (x *CPUFreqStatsResponse) String() string { method ProtoMessage (line 6610) | func (*CPUFreqStatsResponse) ProtoMessage() {} method ProtoReflect (line 6612) | func (x *CPUFreqStatsResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 6625) | func (*CPUFreqStatsResponse) Descriptor() ([]byte, []int) { method GetMessages (line 6629) | func (x *CPUFreqStatsResponse) GetMessages() []*CPUsFreqStats { type CPUsFreqStats (line 6636) | type CPUsFreqStats struct method Reset (line 6644) | func (x *CPUsFreqStats) Reset() { method String (line 6651) | func (x *CPUsFreqStats) String() string { method ProtoMessage (line 6655) | func (*CPUsFreqStats) ProtoMessage() {} method ProtoReflect (line 6657) | func (x *CPUsFreqStats) ProtoReflect() protoreflect.Message { method Descriptor (line 6670) | func (*CPUsFreqStats) Descriptor() ([]byte, []int) { method GetMetadata (line 6674) | func (x *CPUsFreqStats) GetMetadata() *common.Metadata { method GetCpuFreqStats (line 6681) | func (x *CPUsFreqStats) GetCpuFreqStats() []*CPUFreqStats { type CPUFreqStats (line 6688) | type CPUFreqStats struct method Reset (line 6698) | func (x *CPUFreqStats) Reset() { method String (line 6705) | func (x *CPUFreqStats) String() string { method ProtoMessage (line 6709) | func (*CPUFreqStats) ProtoMessage() {} method ProtoReflect (line 6711) | func (x *CPUFreqStats) ProtoReflect() protoreflect.Message { method Descriptor (line 6724) | func (*CPUFreqStats) Descriptor() ([]byte, []int) { method GetCurrentFrequency (line 6728) | func (x *CPUFreqStats) GetCurrentFrequency() uint64 { method GetMinimumFrequency (line 6735) | func (x *CPUFreqStats) GetMinimumFrequency() uint64 { method GetMaximumFrequency (line 6742) | func (x *CPUFreqStats) GetMaximumFrequency() uint64 { method GetGovernor (line 6749) | func (x *CPUFreqStats) GetGovernor() string { type CPUInfoResponse (line 6756) | type CPUInfoResponse struct method Reset (line 6763) | func (x *CPUInfoResponse) Reset() { method String (line 6770) | func (x *CPUInfoResponse) String() string { method ProtoMessage (line 6774) | func (*CPUInfoResponse) ProtoMessage() {} method ProtoReflect (line 6776) | func (x *CPUInfoResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 6789) | func (*CPUInfoResponse) Descriptor() ([]byte, []int) { method GetMessages (line 6793) | func (x *CPUInfoResponse) GetMessages() []*CPUsInfo { type CPUsInfo (line 6800) | type CPUsInfo struct method Reset (line 6808) | func (x *CPUsInfo) Reset() { method String (line 6815) | func (x *CPUsInfo) String() string { method ProtoMessage (line 6819) | func (*CPUsInfo) ProtoMessage() {} method ProtoReflect (line 6821) | func (x *CPUsInfo) ProtoReflect() protoreflect.Message { method Descriptor (line 6834) | func (*CPUsInfo) Descriptor() ([]byte, []int) { method GetMetadata (line 6838) | func (x *CPUsInfo) GetMetadata() *common.Metadata { method GetCpuInfo (line 6845) | func (x *CPUsInfo) GetCpuInfo() []*CPUInfo { type CPUInfo (line 6852) | type CPUInfo struct method Reset (line 6884) | func (x *CPUInfo) Reset() { method String (line 6891) | func (x *CPUInfo) String() string { method ProtoMessage (line 6895) | func (*CPUInfo) ProtoMessage() {} method ProtoReflect (line 6897) | func (x *CPUInfo) ProtoReflect() protoreflect.Message { method Descriptor (line 6910) | func (*CPUInfo) Descriptor() ([]byte, []int) { method GetProcessor (line 6914) | func (x *CPUInfo) GetProcessor() uint32 { method GetVendorId (line 6921) | func (x *CPUInfo) GetVendorId() string { method GetCpuFamily (line 6928) | func (x *CPUInfo) GetCpuFamily() string { method GetModel (line 6935) | func (x *CPUInfo) GetModel() string { method GetModelName (line 6942) | func (x *CPUInfo) GetModelName() string { method GetStepping (line 6949) | func (x *CPUInfo) GetStepping() string { method GetMicrocode (line 6956) | func (x *CPUInfo) GetMicrocode() string { method GetCpuMhz (line 6963) | func (x *CPUInfo) GetCpuMhz() float64 { method GetCacheSize (line 6970) | func (x *CPUInfo) GetCacheSize() string { method GetPhysicalId (line 6977) | func (x *CPUInfo) GetPhysicalId() string { method GetSiblings (line 6984) | func (x *CPUInfo) GetSiblings() uint32 { method GetCoreId (line 6991) | func (x *CPUInfo) GetCoreId() string { method GetCpuCores (line 6998) | func (x *CPUInfo) GetCpuCores() uint32 { method GetApicId (line 7005) | func (x *CPUInfo) GetApicId() string { method GetInitialApicId (line 7012) | func (x *CPUInfo) GetInitialApicId() string { method GetFpu (line 7019) | func (x *CPUInfo) GetFpu() string { method GetFpuException (line 7026) | func (x *CPUInfo) GetFpuException() string { method GetCpuIdLevel (line 7033) | func (x *CPUInfo) GetCpuIdLevel() uint32 { method GetWp (line 7040) | func (x *CPUInfo) GetWp() string { method GetFlags (line 7047) | func (x *CPUInfo) GetFlags() []string { method GetBugs (line 7054) | func (x *CPUInfo) GetBugs() []string { method GetBogoMips (line 7061) | func (x *CPUInfo) GetBogoMips() float64 { method GetClFlushSize (line 7068) | func (x *CPUInfo) GetClFlushSize() uint32 { method GetCacheAlignment (line 7075) | func (x *CPUInfo) GetCacheAlignment() uint32 { method GetAddressSizes (line 7082) | func (x *CPUInfo) GetAddressSizes() string { method GetPowerManagement (line 7089) | func (x *CPUInfo) GetPowerManagement() string { type NetworkDeviceStatsResponse (line 7096) | type NetworkDeviceStatsResponse struct method Reset (line 7103) | func (x *NetworkDeviceStatsResponse) Reset() { method String (line 7110) | func (x *NetworkDeviceStatsResponse) String() string { method ProtoMessage (line 7114) | func (*NetworkDeviceStatsResponse) ProtoMessage() {} method ProtoReflect (line 7116) | func (x *NetworkDeviceStatsResponse) ProtoReflect() protoreflect.Messa... method Descriptor (line 7129) | func (*NetworkDeviceStatsResponse) Descriptor() ([]byte, []int) { method GetMessages (line 7133) | func (x *NetworkDeviceStatsResponse) GetMessages() []*NetworkDeviceSta... type NetworkDeviceStats (line 7140) | type NetworkDeviceStats struct method Reset (line 7149) | func (x *NetworkDeviceStats) Reset() { method String (line 7156) | func (x *NetworkDeviceStats) String() string { method ProtoMessage (line 7160) | func (*NetworkDeviceStats) ProtoMessage() {} method ProtoReflect (line 7162) | func (x *NetworkDeviceStats) ProtoReflect() protoreflect.Message { method Descriptor (line 7175) | func (*NetworkDeviceStats) Descriptor() ([]byte, []int) { method GetMetadata (line 7179) | func (x *NetworkDeviceStats) GetMetadata() *common.Metadata { method GetTotal (line 7186) | func (x *NetworkDeviceStats) GetTotal() *NetDev { method GetDevices (line 7193) | func (x *NetworkDeviceStats) GetDevices() []*NetDev { type NetDev (line 7200) | type NetDev struct method Reset (line 7223) | func (x *NetDev) Reset() { method String (line 7230) | func (x *NetDev) String() string { method ProtoMessage (line 7234) | func (*NetDev) ProtoMessage() {} method ProtoReflect (line 7236) | func (x *NetDev) ProtoReflect() protoreflect.Message { method Descriptor (line 7249) | func (*NetDev) Descriptor() ([]byte, []int) { method GetName (line 7253) | func (x *NetDev) GetName() string { method GetRxBytes (line 7260) | func (x *NetDev) GetRxBytes() uint64 { method GetRxPackets (line 7267) | func (x *NetDev) GetRxPackets() uint64 { method GetRxErrors (line 7274) | func (x *NetDev) GetRxErrors() uint64 { method GetRxDropped (line 7281) | func (x *NetDev) GetRxDropped() uint64 { method GetRxFifo (line 7288) | func (x *NetDev) GetRxFifo() uint64 { method GetRxFrame (line 7295) | func (x *NetDev) GetRxFrame() uint64 { method GetRxCompressed (line 7302) | func (x *NetDev) GetRxCompressed() uint64 { method GetRxMulticast (line 7309) | func (x *NetDev) GetRxMulticast() uint64 { method GetTxBytes (line 7316) | func (x *NetDev) GetTxBytes() uint64 { method GetTxPackets (line 7323) | func (x *NetDev) GetTxPackets() uint64 { method GetTxErrors (line 7330) | func (x *NetDev) GetTxErrors() uint64 { method GetTxDropped (line 7337) | func (x *NetDev) GetTxDropped() uint64 { method GetTxFifo (line 7344) | func (x *NetDev) GetTxFifo() uint64 { method GetTxCollisions (line 7351) | func (x *NetDev) GetTxCollisions() uint64 { method GetTxCarrier (line 7358) | func (x *NetDev) GetTxCarrier() uint64 { method GetTxCompressed (line 7365) | func (x *NetDev) GetTxCompressed() uint64 { type DiskStatsResponse (line 7372) | type DiskStatsResponse struct method Reset (line 7379) | func (x *DiskStatsResponse) Reset() { method String (line 7386) | func (x *DiskStatsResponse) String() string { method ProtoMessage (line 7390) | func (*DiskStatsResponse) ProtoMessage() {} method ProtoReflect (line 7392) | func (x *DiskStatsResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 7405) | func (*DiskStatsResponse) Descriptor() ([]byte, []int) { method GetMessages (line 7409) | func (x *DiskStatsResponse) GetMessages() []*DiskStats { type DiskStats (line 7416) | type DiskStats struct method Reset (line 7425) | func (x *DiskStats) Reset() { method String (line 7432) | func (x *DiskStats) String() string { method ProtoMessage (line 7436) | func (*DiskStats) ProtoMessage() {} method ProtoReflect (line 7438) | func (x *DiskStats) ProtoReflect() protoreflect.Message { method Descriptor (line 7451) | func (*DiskStats) Descriptor() ([]byte, []int) { method GetMetadata (line 7455) | func (x *DiskStats) GetMetadata() *common.Metadata { method GetTotal (line 7462) | func (x *DiskStats) GetTotal() *DiskStat { method GetDevices (line 7469) | func (x *DiskStats) GetDevices() []*DiskStat { type DiskStat (line 7476) | type DiskStat struct method Reset (line 7498) | func (x *DiskStat) Reset() { method String (line 7505) | func (x *DiskStat) String() string { method ProtoMessage (line 7509) | func (*DiskStat) ProtoMessage() {} method ProtoReflect (line 7511) | func (x *DiskStat) ProtoReflect() protoreflect.Message { method Descriptor (line 7524) | func (*DiskStat) Descriptor() ([]byte, []int) { method GetName (line 7528) | func (x *DiskStat) GetName() string { method GetReadCompleted (line 7535) | func (x *DiskStat) GetReadCompleted() uint64 { method GetReadMerged (line 7542) | func (x *DiskStat) GetReadMerged() uint64 { method GetReadSectors (line 7549) | func (x *DiskStat) GetReadSectors() uint64 { method GetReadTimeMs (line 7556) | func (x *DiskStat) GetReadTimeMs() uint64 { method GetWriteCompleted (line 7563) | func (x *DiskStat) GetWriteCompleted() uint64 { method GetWriteMerged (line 7570) | func (x *DiskStat) GetWriteMerged() uint64 { method GetWriteSectors (line 7577) | func (x *DiskStat) GetWriteSectors() uint64 { method GetWriteTimeMs (line 7584) | func (x *DiskStat) GetWriteTimeMs() uint64 { method GetIoInProgress (line 7591) | func (x *DiskStat) GetIoInProgress() uint64 { method GetIoTimeMs (line 7598) | func (x *DiskStat) GetIoTimeMs() uint64 { method GetIoTimeWeightedMs (line 7605) | func (x *DiskStat) GetIoTimeWeightedMs() uint64 { method GetDiscardCompleted (line 7612) | func (x *DiskStat) GetDiscardCompleted() uint64 { method GetDiscardMerged (line 7619) | func (x *DiskStat) GetDiscardMerged() uint64 { method GetDiscardSectors (line 7626) | func (x *DiskStat) GetDiscardSectors() uint64 { method GetDiscardTimeMs (line 7633) | func (x *DiskStat) GetDiscardTimeMs() uint64 { type EtcdLeaveClusterRequest (line 7640) | type EtcdLeaveClusterRequest struct method Reset (line 7646) | func (x *EtcdLeaveClusterRequest) Reset() { method String (line 7653) | func (x *EtcdLeaveClusterRequest) String() string { method ProtoMessage (line 7657) | func (*EtcdLeaveClusterRequest) ProtoMessage() {} method ProtoReflect (line 7659) | func (x *EtcdLeaveClusterRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 7672) | func (*EtcdLeaveClusterRequest) Descriptor() ([]byte, []int) { type EtcdLeaveCluster (line 7676) | type EtcdLeaveCluster struct method Reset (line 7683) | func (x *EtcdLeaveCluster) Reset() { method String (line 7690) | func (x *EtcdLeaveCluster) String() string { method ProtoMessage (line 7694) | func (*EtcdLeaveCluster) ProtoMessage() {} method ProtoReflect (line 7696) | func (x *EtcdLeaveCluster) ProtoReflect() protoreflect.Message { method Descriptor (line 7709) | func (*EtcdLeaveCluster) Descriptor() ([]byte, []int) { method GetMetadata (line 7713) | func (x *EtcdLeaveCluster) GetMetadata() *common.Metadata { type EtcdLeaveClusterResponse (line 7720) | type EtcdLeaveClusterResponse struct method Reset (line 7727) | func (x *EtcdLeaveClusterResponse) Reset() { method String (line 7734) | func (x *EtcdLeaveClusterResponse) String() string { method ProtoMessage (line 7738) | func (*EtcdLeaveClusterResponse) ProtoMessage() {} method ProtoReflect (line 7740) | func (x *EtcdLeaveClusterResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 7753) | func (*EtcdLeaveClusterResponse) Descriptor() ([]byte, []int) { method GetMessages (line 7757) | func (x *EtcdLeaveClusterResponse) GetMessages() []*EtcdLeaveCluster { type EtcdRemoveMemberRequest (line 7764) | type EtcdRemoveMemberRequest struct method Reset (line 7771) | func (x *EtcdRemoveMemberRequest) Reset() { method String (line 7778) | func (x *EtcdRemoveMemberRequest) String() string { method ProtoMessage (line 7782) | func (*EtcdRemoveMemberRequest) ProtoMessage() {} method ProtoReflect (line 7784) | func (x *EtcdRemoveMemberRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 7797) | func (*EtcdRemoveMemberRequest) Descriptor() ([]byte, []int) { method GetMember (line 7801) | func (x *EtcdRemoveMemberRequest) GetMember() string { type EtcdRemoveMember (line 7808) | type EtcdRemoveMember struct method Reset (line 7815) | func (x *EtcdRemoveMember) Reset() { method String (line 7822) | func (x *EtcdRemoveMember) String() string { method ProtoMessage (line 7826) | func (*EtcdRemoveMember) ProtoMessage() {} method ProtoReflect (line 7828) | func (x *EtcdRemoveMember) ProtoReflect() protoreflect.Message { method Descriptor (line 7841) | func (*EtcdRemoveMember) Descriptor() ([]byte, []int) { method GetMetadata (line 7845) | func (x *EtcdRemoveMember) GetMetadata() *common.Metadata { type EtcdRemoveMemberResponse (line 7852) | type EtcdRemoveMemberResponse struct method Reset (line 7859) | func (x *EtcdRemoveMemberResponse) Reset() { method String (line 7866) | func (x *EtcdRemoveMemberResponse) String() string { method ProtoMessage (line 7870) | func (*EtcdRemoveMemberResponse) ProtoMessage() {} method ProtoReflect (line 7872) | func (x *EtcdRemoveMemberResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 7885) | func (*EtcdRemoveMemberResponse) Descriptor() ([]byte, []int) { method GetMessages (line 7889) | func (x *EtcdRemoveMemberResponse) GetMessages() []*EtcdRemoveMember { type EtcdRemoveMemberByIDRequest (line 7896) | type EtcdRemoveMemberByIDRequest struct method Reset (line 7903) | func (x *EtcdRemoveMemberByIDRequest) Reset() { method String (line 7910) | func (x *EtcdRemoveMemberByIDRequest) String() string { method ProtoMessage (line 7914) | func (*EtcdRemoveMemberByIDRequest) ProtoMessage() {} method ProtoReflect (line 7916) | func (x *EtcdRemoveMemberByIDRequest) ProtoReflect() protoreflect.Mess... method Descriptor (line 7929) | func (*EtcdRemoveMemberByIDRequest) Descriptor() ([]byte, []int) { method GetMemberId (line 7933) | func (x *EtcdRemoveMemberByIDRequest) GetMemberId() uint64 { type EtcdRemoveMemberByID (line 7940) | type EtcdRemoveMemberByID struct method Reset (line 7947) | func (x *EtcdRemoveMemberByID) Reset() { method String (line 7954) | func (x *EtcdRemoveMemberByID) String() string { method ProtoMessage (line 7958) | func (*EtcdRemoveMemberByID) ProtoMessage() {} method ProtoReflect (line 7960) | func (x *EtcdRemoveMemberByID) ProtoReflect() protoreflect.Message { method Descriptor (line 7973) | func (*EtcdRemoveMemberByID) Descriptor() ([]byte, []int) { method GetMetadata (line 7977) | func (x *EtcdRemoveMemberByID) GetMetadata() *common.Metadata { type EtcdRemoveMemberByIDResponse (line 7984) | type EtcdRemoveMemberByIDResponse struct method Reset (line 7991) | func (x *EtcdRemoveMemberByIDResponse) Reset() { method String (line 7998) | func (x *EtcdRemoveMemberByIDResponse) String() string { method ProtoMessage (line 8002) | func (*EtcdRemoveMemberByIDResponse) ProtoMessage() {} method ProtoReflect (line 8004) | func (x *EtcdRemoveMemberByIDResponse) ProtoReflect() protoreflect.Mes... method Descriptor (line 8017) | func (*EtcdRemoveMemberByIDResponse) Descriptor() ([]byte, []int) { method GetMessages (line 8021) | func (x *EtcdRemoveMemberByIDResponse) GetMessages() []*EtcdRemoveMemb... type EtcdForfeitLeadershipRequest (line 8028) | type EtcdForfeitLeadershipRequest struct method Reset (line 8034) | func (x *EtcdForfeitLeadershipRequest) Reset() { method String (line 8041) | func (x *EtcdForfeitLeadershipRequest) String() string { method ProtoMessage (line 8045) | func (*EtcdForfeitLeadershipRequest) ProtoMessage() {} method ProtoReflect (line 8047) | func (x *EtcdForfeitLeadershipRequest) ProtoReflect() protoreflect.Mes... method Descriptor (line 8060) | func (*EtcdForfeitLeadershipRequest) Descriptor() ([]byte, []int) { type EtcdForfeitLeadership (line 8064) | type EtcdForfeitLeadership struct method Reset (line 8072) | func (x *EtcdForfeitLeadership) Reset() { method String (line 8079) | func (x *EtcdForfeitLeadership) String() string { method ProtoMessage (line 8083) | func (*EtcdForfeitLeadership) ProtoMessage() {} method ProtoReflect (line 8085) | func (x *EtcdForfeitLeadership) ProtoReflect() protoreflect.Message { method Descriptor (line 8098) | func (*EtcdForfeitLeadership) Descriptor() ([]byte, []int) { method GetMetadata (line 8102) | func (x *EtcdForfeitLeadership) GetMetadata() *common.Metadata { method GetMember (line 8109) | func (x *EtcdForfeitLeadership) GetMember() string { type EtcdForfeitLeadershipResponse (line 8116) | type EtcdForfeitLeadershipResponse struct method Reset (line 8123) | func (x *EtcdForfeitLeadershipResponse) Reset() { method String (line 8130) | func (x *EtcdForfeitLeadershipResponse) String() string { method ProtoMessage (line 8134) | func (*EtcdForfeitLeadershipResponse) ProtoMessage() {} method ProtoReflect (line 8136) | func (x *EtcdForfeitLeadershipResponse) ProtoReflect() protoreflect.Me... method Descriptor (line 8149) | func (*EtcdForfeitLeadershipResponse) Descriptor() ([]byte, []int) { method GetMessages (line 8153) | func (x *EtcdForfeitLeadershipResponse) GetMessages() []*EtcdForfeitLe... type EtcdMemberListRequest (line 8160) | type EtcdMemberListRequest struct method Reset (line 8167) | func (x *EtcdMemberListRequest) Reset() { method String (line 8174) | func (x *EtcdMemberListRequest) String() string { method ProtoMessage (line 8178) | func (*EtcdMemberListRequest) ProtoMessage() {} method ProtoReflect (line 8180) | func (x *EtcdMemberListRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 8193) | func (*EtcdMemberListRequest) Descriptor() ([]byte, []int) { method GetQueryLocal (line 8197) | func (x *EtcdMemberListRequest) GetQueryLocal() bool { type EtcdMember (line 8205) | type EtcdMember struct method Reset (line 8221) | func (x *EtcdMember) Reset() { method String (line 8228) | func (x *EtcdMember) String() string { method ProtoMessage (line 8232) | func (*EtcdMember) ProtoMessage() {} method ProtoReflect (line 8234) | func (x *EtcdMember) ProtoReflect() protoreflect.Message { method Descriptor (line 8247) | func (*EtcdMember) Descriptor() ([]byte, []int) { method GetId (line 8251) | func (x *EtcdMember) GetId() uint64 { method GetHostname (line 8258) | func (x *EtcdMember) GetHostname() string { method GetPeerUrls (line 8265) | func (x *EtcdMember) GetPeerUrls() []string { method GetClientUrls (line 8272) | func (x *EtcdMember) GetClientUrls() []string { method GetIsLearner (line 8279) | func (x *EtcdMember) GetIsLearner() bool { type EtcdMembers (line 8287) | type EtcdMembers struct method Reset (line 8298) | func (x *EtcdMembers) Reset() { method String (line 8305) | func (x *EtcdMembers) String() string { method ProtoMessage (line 8309) | func (*EtcdMembers) ProtoMessage() {} method ProtoReflect (line 8311) | func (x *EtcdMembers) ProtoReflect() protoreflect.Message { method Descriptor (line 8324) | func (*EtcdMembers) Descriptor() ([]byte, []int) { method GetMetadata (line 8328) | func (x *EtcdMembers) GetMetadata() *common.Metadata { method GetLegacyMembers (line 8335) | func (x *EtcdMembers) GetLegacyMembers() []string { method GetMembers (line 8342) | func (x *EtcdMembers) GetMembers() []*EtcdMember { type EtcdMemberListResponse (line 8349) | type EtcdMemberListResponse struct method Reset (line 8356) | func (x *EtcdMemberListResponse) Reset() { method String (line 8363) | func (x *EtcdMemberListResponse) String() string { method ProtoMessage (line 8367) | func (*EtcdMemberListResponse) ProtoMessage() {} method ProtoReflect (line 8369) | func (x *EtcdMemberListResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 8382) | func (*EtcdMemberListResponse) Descriptor() ([]byte, []int) { method GetMessages (line 8386) | func (x *EtcdMemberListResponse) GetMessages() []*EtcdMembers { type EtcdSnapshotRequest (line 8393) | type EtcdSnapshotRequest struct method Reset (line 8399) | func (x *EtcdSnapshotRequest) Reset() { method String (line 8406) | func (x *EtcdSnapshotRequest) String() string { method ProtoMessage (line 8410) | func (*EtcdSnapshotRequest) ProtoMessage() {} method ProtoReflect (line 8412) | func (x *EtcdSnapshotRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 8425) | func (*EtcdSnapshotRequest) Descriptor() ([]byte, []int) { type EtcdRecover (line 8429) | type EtcdRecover struct method Reset (line 8436) | func (x *EtcdRecover) Reset() { method String (line 8443) | func (x *EtcdRecover) String() string { method ProtoMessage (line 8447) | func (*EtcdRecover) ProtoMessage() {} method ProtoReflect (line 8449) | func (x *EtcdRecover) ProtoReflect() protoreflect.Message { method Descriptor (line 8462) | func (*EtcdRecover) Descriptor() ([]byte, []int) { method GetMetadata (line 8466) | func (x *EtcdRecover) GetMetadata() *common.Metadata { type EtcdRecoverResponse (line 8473) | type EtcdRecoverResponse struct method Reset (line 8480) | func (x *EtcdRecoverResponse) Reset() { method String (line 8487) | func (x *EtcdRecoverResponse) String() string { method ProtoMessage (line 8491) | func (*EtcdRecoverResponse) ProtoMessage() {} method ProtoReflect (line 8493) | func (x *EtcdRecoverResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 8506) | func (*EtcdRecoverResponse) Descriptor() ([]byte, []int) { method GetMessages (line 8510) | func (x *EtcdRecoverResponse) GetMessages() []*EtcdRecover { type EtcdAlarmListResponse (line 8517) | type EtcdAlarmListResponse struct method Reset (line 8524) | func (x *EtcdAlarmListResponse) Reset() { method String (line 8531) | func (x *EtcdAlarmListResponse) String() string { method ProtoMessage (line 8535) | func (*EtcdAlarmListResponse) ProtoMessage() {} method ProtoReflect (line 8537) | func (x *EtcdAlarmListResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 8550) | func (*EtcdAlarmListResponse) Descriptor() ([]byte, []int) { method GetMessages (line 8554) | func (x *EtcdAlarmListResponse) GetMessages() []*EtcdAlarm { type EtcdAlarm (line 8561) | type EtcdAlarm struct method Reset (line 8569) | func (x *EtcdAlarm) Reset() { method String (line 8576) | func (x *EtcdAlarm) String() string { method ProtoMessage (line 8580) | func (*EtcdAlarm) ProtoMessage() {} method ProtoReflect (line 8582) | func (x *EtcdAlarm) ProtoReflect() protoreflect.Message { method Descriptor (line 8595) | func (*EtcdAlarm) Descriptor() ([]byte, []int) { method GetMetadata (line 8599) | func (x *EtcdAlarm) GetMetadata() *common.Metadata { method GetMemberAlarms (line 8606) | func (x *EtcdAlarm) GetMemberAlarms() []*EtcdMemberAlarm { type EtcdMemberAlarm (line 8613) | type EtcdMemberAlarm struct method Reset (line 8621) | func (x *EtcdMemberAlarm) Reset() { method String (line 8628) | func (x *EtcdMemberAlarm) String() string { method ProtoMessage (line 8632) | func (*EtcdMemberAlarm) ProtoMessage() {} method ProtoReflect (line 8634) | func (x *EtcdMemberAlarm) ProtoReflect() protoreflect.Message { method Descriptor (line 8647) | func (*EtcdMemberAlarm) Descriptor() ([]byte, []int) { method GetMemberId (line 8651) | func (x *EtcdMemberAlarm) GetMemberId() uint64 { method GetAlarm (line 8658) | func (x *EtcdMemberAlarm) GetAlarm() EtcdMemberAlarm_AlarmType { type EtcdAlarmDisarmResponse (line 8665) | type EtcdAlarmDisarmResponse struct method Reset (line 8672) | func (x *EtcdAlarmDisarmResponse) Reset() { method String (line 8679) | func (x *EtcdAlarmDisarmResponse) String() string { method ProtoMessage (line 8683) | func (*EtcdAlarmDisarmResponse) ProtoMessage() {} method ProtoReflect (line 8685) | func (x *EtcdAlarmDisarmResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 8698) | func (*EtcdAlarmDisarmResponse) Descriptor() ([]byte, []int) { method GetMessages (line 8702) | func (x *EtcdAlarmDisarmResponse) GetMessages() []*EtcdAlarmDisarm { type EtcdAlarmDisarm (line 8709) | type EtcdAlarmDisarm struct method Reset (line 8717) | func (x *EtcdAlarmDisarm) Reset() { method String (line 8724) | func (x *EtcdAlarmDisarm) String() string { method ProtoMessage (line 8728) | func (*EtcdAlarmDisarm) ProtoMessage() {} method ProtoReflect (line 8730) | func (x *EtcdAlarmDisarm) ProtoReflect() protoreflect.Message { method Descriptor (line 8743) | func (*EtcdAlarmDisarm) Descriptor() ([]byte, []int) { method GetMetadata (line 8747) | func (x *EtcdAlarmDisarm) GetMetadata() *common.Metadata { method GetMemberAlarms (line 8754) | func (x *EtcdAlarmDisarm) GetMemberAlarms() []*EtcdMemberAlarm { type EtcdDefragmentResponse (line 8761) | type EtcdDefragmentResponse struct method Reset (line 8768) | func (x *EtcdDefragmentResponse) Reset() { method String (line 8775) | func (x *EtcdDefragmentResponse) String() string { method ProtoMessage (line 8779) | func (*EtcdDefragmentResponse) ProtoMessage() {} method ProtoReflect (line 8781) | func (x *EtcdDefragmentResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 8794) | func (*EtcdDefragmentResponse) Descriptor() ([]byte, []int) { method GetMessages (line 8798) | func (x *EtcdDefragmentResponse) GetMessages() []*EtcdDefragment { type EtcdDefragment (line 8805) | type EtcdDefragment struct method Reset (line 8812) | func (x *EtcdDefragment) Reset() { method String (line 8819) | func (x *EtcdDefragment) String() string { method ProtoMessage (line 8823) | func (*EtcdDefragment) ProtoMessage() {} method ProtoReflect (line 8825) | func (x *EtcdDefragment) ProtoReflect() protoreflect.Message { method Descriptor (line 8838) | func (*EtcdDefragment) Descriptor() ([]byte, []int) { method GetMetadata (line 8842) | func (x *EtcdDefragment) GetMetadata() *common.Metadata { type EtcdStatusResponse (line 8849) | type EtcdStatusResponse struct method Reset (line 8856) | func (x *EtcdStatusResponse) Reset() { method String (line 8863) | func (x *EtcdStatusResponse) String() string { method ProtoMessage (line 8867) | func (*EtcdStatusResponse) ProtoMessage() {} method ProtoReflect (line 8869) | func (x *EtcdStatusResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 8882) | func (*EtcdStatusResponse) Descriptor() ([]byte, []int) { method GetMessages (line 8886) | func (x *EtcdStatusResponse) GetMessages() []*EtcdStatus { type EtcdStatus (line 8893) | type EtcdStatus struct method Reset (line 8901) | func (x *EtcdStatus) Reset() { method String (line 8908) | func (x *EtcdStatus) String() string { method ProtoMessage (line 8912) | func (*EtcdStatus) ProtoMessage() {} method ProtoReflect (line 8914) | func (x *EtcdStatus) ProtoReflect() protoreflect.Message { method Descriptor (line 8927) | func (*EtcdStatus) Descriptor() ([]byte, []int) { method GetMetadata (line 8931) | func (x *EtcdStatus) GetMetadata() *common.Metadata { method GetMemberStatus (line 8938) | func (x *EtcdStatus) GetMemberStatus() *EtcdMemberStatus { type EtcdMemberStatus (line 8945) | type EtcdMemberStatus struct method Reset (line 8962) | func (x *EtcdMemberStatus) Reset() { method String (line 8969) | func (x *EtcdMemberStatus) String() string { method ProtoMessage (line 8973) | func (*EtcdMemberStatus) ProtoMessage() {} method ProtoReflect (line 8975) | func (x *EtcdMemberStatus) ProtoReflect() protoreflect.Message { method Descriptor (line 8988) | func (*EtcdMemberStatus) Descriptor() ([]byte, []int) { method GetStorageVersion (line 8992) | func (x *EtcdMemberStatus) GetStorageVersion() string { method GetMemberId (line 8999) | func (x *EtcdMemberStatus) GetMemberId() uint64 { method GetProtocolVersion (line 9006) | func (x *EtcdMemberStatus) GetProtocolVersion() string { method GetDbSize (line 9013) | func (x *EtcdMemberStatus) GetDbSize() int64 { method GetDbSizeInUse (line 9020) | func (x *EtcdMemberStatus) GetDbSizeInUse() int64 { method GetLeader (line 9027) | func (x *EtcdMemberStatus) GetLeader() uint64 { method GetRaftIndex (line 9034) | func (x *EtcdMemberStatus) GetRaftIndex() uint64 { method GetRaftTerm (line 9041) | func (x *EtcdMemberStatus) GetRaftTerm() uint64 { method GetRaftAppliedIndex (line 9048) | func (x *EtcdMemberStatus) GetRaftAppliedIndex() uint64 { method GetErrors (line 9055) | func (x *EtcdMemberStatus) GetErrors() []string { method GetIsLearner (line 9062) | func (x *EtcdMemberStatus) GetIsLearner() bool { type EtcdDowngradeValidateRequest (line 9069) | type EtcdDowngradeValidateRequest struct method Reset (line 9076) | func (x *EtcdDowngradeValidateRequest) Reset() { method String (line 9083) | func (x *EtcdDowngradeValidateRequest) String() string { method ProtoMessage (line 9087) | func (*EtcdDowngradeValidateRequest) ProtoMessage() {} method ProtoReflect (line 9089) | func (x *EtcdDowngradeValidateRequest) ProtoReflect() protoreflect.Mes... method Descriptor (line 9102) | func (*EtcdDowngradeValidateRequest) Descriptor() ([]byte, []int) { method GetVersion (line 9106) | func (x *EtcdDowngradeValidateRequest) GetVersion() string { type EtcdDowngradeValidateResponse (line 9113) | type EtcdDowngradeValidateResponse struct method Reset (line 9120) | func (x *EtcdDowngradeValidateResponse) Reset() { method String (line 9127) | func (x *EtcdDowngradeValidateResponse) String() string { method ProtoMessage (line 9131) | func (*EtcdDowngradeValidateResponse) ProtoMessage() {} method ProtoReflect (line 9133) | func (x *EtcdDowngradeValidateResponse) ProtoReflect() protoreflect.Me... method Descriptor (line 9146) | func (*EtcdDowngradeValidateResponse) Descriptor() ([]byte, []int) { method GetMessages (line 9150) | func (x *EtcdDowngradeValidateResponse) GetMessages() []*EtcdDowngrade... type EtcdDowngradeValidate (line 9157) | type EtcdDowngradeValidate struct method Reset (line 9165) | func (x *EtcdDowngradeValidate) Reset() { method String (line 9172) | func (x *EtcdDowngradeValidate) String() string { method ProtoMessage (line 9176) | func (*EtcdDowngradeValidate) ProtoMessage() {} method ProtoReflect (line 9178) | func (x *EtcdDowngradeValidate) ProtoReflect() protoreflect.Message { method Descriptor (line 9191) | func (*EtcdDowngradeValidate) Descriptor() ([]byte, []int) { method GetMetadata (line 9195) | func (x *EtcdDowngradeValidate) GetMetadata() *common.Metadata { method GetClusterDowngrade (line 9202) | func (x *EtcdDowngradeValidate) GetClusterDowngrade() *EtcdClusterDown... type EtcdDowngradeEnableRequest (line 9209) | type EtcdDowngradeEnableRequest struct method Reset (line 9216) | func (x *EtcdDowngradeEnableRequest) Reset() { method String (line 9223) | func (x *EtcdDowngradeEnableRequest) String() string { method ProtoMessage (line 9227) | func (*EtcdDowngradeEnableRequest) ProtoMessage() {} method ProtoReflect (line 9229) | func (x *EtcdDowngradeEnableRequest) ProtoReflect() protoreflect.Messa... method Descriptor (line 9242) | func (*EtcdDowngradeEnableRequest) Descriptor() ([]byte, []int) { method GetVersion (line 9246) | func (x *EtcdDowngradeEnableRequest) GetVersion() string { type EtcdDowngradeEnableResponse (line 9253) | type EtcdDowngradeEnableResponse struct method Reset (line 9260) | func (x *EtcdDowngradeEnableResponse) Reset() { method String (line 9267) | func (x *EtcdDowngradeEnableResponse) String() string { method ProtoMessage (line 9271) | func (*EtcdDowngradeEnableResponse) ProtoMessage() {} method ProtoReflect (line 9273) | func (x *EtcdDowngradeEnableResponse) ProtoReflect() protoreflect.Mess... method Descriptor (line 9286) | func (*EtcdDowngradeEnableResponse) Descriptor() ([]byte, []int) { method GetMessages (line 9290) | func (x *EtcdDowngradeEnableResponse) GetMessages() []*EtcdDowngradeEn... type EtcdDowngradeEnable (line 9297) | type EtcdDowngradeEnable struct method Reset (line 9305) | func (x *EtcdDowngradeEnable) Reset() { method String (line 9312) | func (x *EtcdDowngradeEnable) String() string { method ProtoMessage (line 9316) | func (*EtcdDowngradeEnable) ProtoMessage() {} method ProtoReflect (line 9318) | func (x *EtcdDowngradeEnable) ProtoReflect() protoreflect.Message { method Descriptor (line 9331) | func (*EtcdDowngradeEnable) Descriptor() ([]byte, []int) { method GetMetadata (line 9335) | func (x *EtcdDowngradeEnable) GetMetadata() *common.Metadata { method GetClusterDowngrade (line 9342) | func (x *EtcdDowngradeEnable) GetClusterDowngrade() *EtcdClusterDowngr... type EtcdDowngradeCancelResponse (line 9349) | type EtcdDowngradeCancelResponse struct method Reset (line 9356) | func (x *EtcdDowngradeCancelResponse) Reset() { method String (line 9363) | func (x *EtcdDowngradeCancelResponse) String() string { method ProtoMessage (line 9367) | func (*EtcdDowngradeCancelResponse) ProtoMessage() {} method ProtoReflect (line 9369) | func (x *EtcdDowngradeCancelResponse) ProtoReflect() protoreflect.Mess... method Descriptor (line 9382) | func (*EtcdDowngradeCancelResponse) Descriptor() ([]byte, []int) { method GetMessages (line 9386) | func (x *EtcdDowngradeCancelResponse) GetMessages() []*EtcdDowngradeCa... type EtcdDowngradeCancel (line 9393) | type EtcdDowngradeCancel struct method Reset (line 9401) | func (x *EtcdDowngradeCancel) Reset() { method String (line 9408) | func (x *EtcdDowngradeCancel) String() string { method ProtoMessage (line 9412) | func (*EtcdDowngradeCancel) ProtoMessage() {} method ProtoReflect (line 9414) | func (x *EtcdDowngradeCancel) ProtoReflect() protoreflect.Message { method Descriptor (line 9427) | func (*EtcdDowngradeCancel) Descriptor() ([]byte, []int) { method GetMetadata (line 9431) | func (x *EtcdDowngradeCancel) GetMetadata() *common.Metadata { method GetClusterDowngrade (line 9438) | func (x *EtcdDowngradeCancel) GetClusterDowngrade() *EtcdClusterDowngr... type EtcdClusterDowngrade (line 9445) | type EtcdClusterDowngrade struct method Reset (line 9452) | func (x *EtcdClusterDowngrade) Reset() { method String (line 9459) | func (x *EtcdClusterDowngrade) String() string { method ProtoMessage (line 9463) | func (*EtcdClusterDowngrade) ProtoMessage() {} method ProtoReflect (line 9465) | func (x *EtcdClusterDowngrade) ProtoReflect() protoreflect.Message { method Descriptor (line 9478) | func (*EtcdClusterDowngrade) Descriptor() ([]byte, []int) { method GetClusterVersion (line 9482) | func (x *EtcdClusterDowngrade) GetClusterVersion() string { type RouteConfig (line 9489) | type RouteConfig struct method Reset (line 9498) | func (x *RouteConfig) Reset() { method String (line 9505) | func (x *RouteConfig) String() string { method ProtoMessage (line 9509) | func (*RouteConfig) ProtoMessage() {} method ProtoReflect (line 9511) | func (x *RouteConfig) ProtoReflect() protoreflect.Message { method Descriptor (line 9524) | func (*RouteConfig) Descriptor() ([]byte, []int) { method GetNetwork (line 9528) | func (x *RouteConfig) GetNetwork() string { method GetGateway (line 9535) | func (x *RouteConfig) GetGateway() string { method GetMetric (line 9542) | func (x *RouteConfig) GetMetric() uint32 { type DHCPOptionsConfig (line 9549) | type DHCPOptionsConfig struct method Reset (line 9556) | func (x *DHCPOptionsConfig) Reset() { method String (line 9563) | func (x *DHCPOptionsConfig) String() string { method ProtoMessage (line 9567) | func (*DHCPOptionsConfig) ProtoMessage() {} method ProtoReflect (line 9569) | func (x *DHCPOptionsConfig) ProtoReflect() protoreflect.Message { method Descriptor (line 9582) | func (*DHCPOptionsConfig) Descriptor() ([]byte, []int) { method GetRouteMetric (line 9586) | func (x *DHCPOptionsConfig) GetRouteMetric() uint32 { type NetworkDeviceConfig (line 9593) | type NetworkDeviceConfig struct method Reset (line 9606) | func (x *NetworkDeviceConfig) Reset() { method String (line 9613) | func (x *NetworkDeviceConfig) String() string { method ProtoMessage (line 9617) | func (*NetworkDeviceConfig) ProtoMessage() {} method ProtoReflect (line 9619) | func (x *NetworkDeviceConfig) ProtoReflect() protoreflect.Message { method Descriptor (line 9632) | func (*NetworkDeviceConfig) Descriptor() ([]byte, []int) { method GetInterface (line 9636) | func (x *NetworkDeviceConfig) GetInterface() string { method GetCidr (line 9643) | func (x *NetworkDeviceConfig) GetCidr() string { method GetMtu (line 9650) | func (x *NetworkDeviceConfig) GetMtu() int32 { method GetDhcp (line 9657) | func (x *NetworkDeviceConfig) GetDhcp() bool { method GetIgnore (line 9664) | func (x *NetworkDeviceConfig) GetIgnore() bool { method GetDhcpOptions (line 9671) | func (x *NetworkDeviceConfig) GetDhcpOptions() *DHCPOptionsConfig { method GetRoutes (line 9678) | func (x *NetworkDeviceConfig) GetRoutes() []*RouteConfig { type NetworkConfig (line 9685) | type NetworkConfig struct method Reset (line 9693) | func (x *NetworkConfig) Reset() { method String (line 9700) | func (x *NetworkConfig) String() string { method ProtoMessage (line 9704) | func (*NetworkConfig) ProtoMessage() {} method ProtoReflect (line 9706) | func (x *NetworkConfig) ProtoReflect() protoreflect.Message { method Descriptor (line 9719) | func (*NetworkConfig) Descriptor() ([]byte, []int) { method GetHostname (line 9723) | func (x *NetworkConfig) GetHostname() string { method GetInterfaces (line 9730) | func (x *NetworkConfig) GetInterfaces() []*NetworkDeviceConfig { type InstallConfig (line 9737) | type InstallConfig struct method Reset (line 9745) | func (x *InstallConfig) Reset() { method String (line 9752) | func (x *InstallConfig) String() string { method ProtoMessage (line 9756) | func (*InstallConfig) ProtoMessage() {} method ProtoReflect (line 9758) | func (x *InstallConfig) ProtoReflect() protoreflect.Message { method Descriptor (line 9771) | func (*InstallConfig) Descriptor() ([]byte, []int) { method GetInstallDisk (line 9775) | func (x *InstallConfig) GetInstallDisk() string { method GetInstallImage (line 9782) | func (x *InstallConfig) GetInstallImage() string { type MachineConfig (line 9789) | type MachineConfig struct method Reset (line 9799) | func (x *MachineConfig) Reset() { method String (line 9806) | func (x *MachineConfig) String() string { method ProtoMessage (line 9810) | func (*MachineConfig) ProtoMessage() {} method ProtoReflect (line 9812) | func (x *MachineConfig) ProtoReflect() protoreflect.Message { method Descriptor (line 9825) | func (*MachineConfig) Descriptor() ([]byte, []int) { method GetType (line 9829) | func (x *MachineConfig) GetType() MachineConfig_MachineType { method GetInstallConfig (line 9836) | func (x *MachineConfig) GetInstallConfig() *InstallConfig { method GetNetworkConfig (line 9843) | func (x *MachineConfig) GetNetworkConfig() *NetworkConfig { method GetKubernetesVersion (line 9850) | func (x *MachineConfig) GetKubernetesVersion() string { type ControlPlaneConfig (line 9857) | type ControlPlaneConfig struct method Reset (line 9864) | func (x *ControlPlaneConfig) Reset() { method String (line 9871) | func (x *ControlPlaneConfig) String() string { method ProtoMessage (line 9875) | func (*ControlPlaneConfig) ProtoMessage() {} method ProtoReflect (line 9877) | func (x *ControlPlaneConfig) ProtoReflect() protoreflect.Message { method Descriptor (line 9890) | func (*ControlPlaneConfig) Descriptor() ([]byte, []int) { method GetEndpoint (line 9894) | func (x *ControlPlaneConfig) GetEndpoint() string { type CNIConfig (line 9901) | type CNIConfig struct method Reset (line 9909) | func (x *CNIConfig) Reset() { method String (line 9916) | func (x *CNIConfig) String() string { method ProtoMessage (line 9920) | func (*CNIConfig) ProtoMessage() {} method ProtoReflect (line 9922) | func (x *CNIConfig) ProtoReflect() protoreflect.Message { method Descriptor (line 9935) | func (*CNIConfig) Descriptor() ([]byte, []int) { method GetName (line 9939) | func (x *CNIConfig) GetName() string { method GetUrls (line 9946) | func (x *CNIConfig) GetUrls() []string { type ClusterNetworkConfig (line 9953) | type ClusterNetworkConfig struct method Reset (line 9961) | func (x *ClusterNetworkConfig) Reset() { method String (line 9968) | func (x *ClusterNetworkConfig) String() string { method ProtoMessage (line 9972) | func (*ClusterNetworkConfig) ProtoMessage() {} method ProtoReflect (line 9974) | func (x *ClusterNetworkConfig) ProtoReflect() protoreflect.Message { method Descriptor (line 9987) | func (*ClusterNetworkConfig) Descriptor() ([]byte, []int) { method GetDnsDomain (line 9991) | func (x *ClusterNetworkConfig) GetDnsDomain() string { method GetCniConfig (line 9998) | func (x *ClusterNetworkConfig) GetCniConfig() *CNIConfig { type ClusterConfig (line 10005) | type ClusterConfig struct method Reset (line 10015) | func (x *ClusterConfig) Reset() { method String (line 10022) | func (x *ClusterConfig) String() string { method ProtoMessage (line 10026) | func (*ClusterConfig) ProtoMessage() {} method ProtoReflect (line 10028) | func (x *ClusterConfig) ProtoReflect() protoreflect.Message { method Descriptor (line 10041) | func (*ClusterConfig) Descriptor() ([]byte, []int) { method GetName (line 10045) | func (x *ClusterConfig) GetName() string { method GetControlPlane (line 10052) | func (x *ClusterConfig) GetControlPlane() *ControlPlaneConfig { method GetClusterNetwork (line 10059) | func (x *ClusterConfig) GetClusterNetwork() *ClusterNetworkConfig { method GetAllowSchedulingOnControlPlanes (line 10066) | func (x *ClusterConfig) GetAllowSchedulingOnControlPlanes() bool { type GenerateClientConfigurationRequest (line 10073) | type GenerateClientConfigurationRequest struct method Reset (line 10083) | func (x *GenerateClientConfigurationRequest) Reset() { method String (line 10090) | func (x *GenerateClientConfigurationRequest) String() string { method ProtoMessage (line 10094) | func (*GenerateClientConfigurationRequest) ProtoMessage() {} method ProtoReflect (line 10096) | func (x *GenerateClientConfigurationRequest) ProtoReflect() protorefle... method Descriptor (line 10109) | func (*GenerateClientConfigurationRequest) Descriptor() ([]byte, []int) { method GetRoles (line 10113) | func (x *GenerateClientConfigurationRequest) GetRoles() []string { method GetCrtTtl (line 10120) | func (x *GenerateClientConfigurationRequest) GetCrtTtl() *durationpb.D... type GenerateClientConfiguration (line 10127) | type GenerateClientConfiguration struct method Reset (line 10142) | func (x *GenerateClientConfiguration) Reset() { method String (line 10149) | func (x *GenerateClientConfiguration) String() string { method ProtoMessage (line 10153) | func (*GenerateClientConfiguration) ProtoMessage() {} method ProtoReflect (line 10155) | func (x *GenerateClientConfiguration) ProtoReflect() protoreflect.Mess... method Descriptor (line 10168) | func (*GenerateClientConfiguration) Descriptor() ([]byte, []int) { method GetMetadata (line 10172) | func (x *GenerateClientConfiguration) GetMetadata() *common.Metadata { method GetCa (line 10179) | func (x *GenerateClientConfiguration) GetCa() []byte { method GetCrt (line 10186) | func (x *GenerateClientConfiguration) GetCrt() []byte { method GetKey (line 10193) | func (x *GenerateClientConfiguration) GetKey() []byte { method GetTalosconfig (line 10200) | func (x *GenerateClientConfiguration) GetTalosconfig() []byte { type GenerateClientConfigurationResponse (line 10207) | type GenerateClientConfigurationResponse struct method Reset (line 10214) | func (x *GenerateClientConfigurationResponse) Reset() { method String (line 10221) | func (x *GenerateClientConfigurationResponse) String() string { method ProtoMessage (line 10225) | func (*GenerateClientConfigurationResponse) ProtoMessage() {} method ProtoReflect (line 10227) | func (x *GenerateClientConfigurationResponse) ProtoReflect() protorefl... method Descriptor (line 10240) | func (*GenerateClientConfigurationResponse) Descriptor() ([]byte, []in... method GetMessages (line 10244) | func (x *GenerateClientConfigurationResponse) GetMessages() []*Generat... type PacketCaptureRequest (line 10251) | type PacketCaptureRequest struct method Reset (line 10265) | func (x *PacketCaptureRequest) Reset() { method String (line 10272) | func (x *PacketCaptureRequest) String() string { method ProtoMessage (line 10276) | func (*PacketCaptureRequest) ProtoMessage() {} method ProtoReflect (line 10278) | func (x *PacketCaptureRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 10291) | func (*PacketCaptureRequest) Descriptor() ([]byte, []int) { method GetInterface (line 10295) | func (x *PacketCaptureRequest) GetInterface() string { method GetPromiscuous (line 10302) | func (x *PacketCaptureRequest) GetPromiscuous() bool { method GetSnapLen (line 10309) | func (x *PacketCaptureRequest) GetSnapLen() uint32 { method GetBpfFilter (line 10316) | func (x *PacketCaptureRequest) GetBpfFilter() []*BPFInstruction { type BPFInstruction (line 10323) | type BPFInstruction struct method Reset (line 10333) | func (x *BPFInstruction) Reset() { method String (line 10340) | func (x *BPFInstruction) String() string { method ProtoMessage (line 10344) | func (*BPFInstruction) ProtoMessage() {} method ProtoReflect (line 10346) | func (x *BPFInstruction) ProtoReflect() protoreflect.Message { method Descriptor (line 10359) | func (*BPFInstruction) Descriptor() ([]byte, []int) { method GetOp (line 10363) | func (x *BPFInstruction) GetOp() uint32 { method GetJt (line 10370) | func (x *BPFInstruction) GetJt() uint32 { method GetJf (line 10377) | func (x *BPFInstruction) GetJf() uint32 { method GetK (line 10384) | func (x *BPFInstruction) GetK() uint32 { type NetstatRequest (line 10391) | type NetstatRequest struct method Reset (line 10401) | func (x *NetstatRequest) Reset() { method String (line 10408) | func (x *NetstatRequest) String() string { method ProtoMessage (line 10412) | func (*NetstatRequest) ProtoMessage() {} method ProtoReflect (line 10414) | func (x *NetstatRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 10427) | func (*NetstatRequest) Descriptor() ([]byte, []int) { method GetFilter (line 10431) | func (x *NetstatRequest) GetFilter() NetstatRequest_Filter { method GetFeature (line 10438) | func (x *NetstatRequest) GetFeature() *NetstatRequest_Feature { method GetL4Proto (line 10445) | func (x *NetstatRequest) GetL4Proto() *NetstatRequest_L4Proto { method GetNetns (line 10452) | func (x *NetstatRequest) GetNetns() *NetstatRequest_NetNS { type ConnectRecord (line 10459) | type ConnectRecord struct method Reset (line 10483) | func (x *ConnectRecord) Reset() { method String (line 10490) | func (x *ConnectRecord) String() string { method ProtoMessage (line 10494) | func (*ConnectRecord) ProtoMessage() {} method ProtoReflect (line 10496) | func (x *ConnectRecord) ProtoReflect() protoreflect.Message { method Descriptor (line 10509) | func (*ConnectRecord) Descriptor() ([]byte, []int) { method GetL4Proto (line 10513) | func (x *ConnectRecord) GetL4Proto() string { method GetLocalip (line 10520) | func (x *ConnectRecord) GetLocalip() string { method GetLocalport (line 10527) | func (x *ConnectRecord) GetLocalport() uint32 { method GetRemoteip (line 10534) | func (x *ConnectRecord) GetRemoteip() string { method GetRemoteport (line 10541) | func (x *ConnectRecord) GetRemoteport() uint32 { method GetState (line 10548) | func (x *ConnectRecord) GetState() ConnectRecord_State { method GetTxqueue (line 10555) | func (x *ConnectRecord) GetTxqueue() uint64 { method GetRxqueue (line 10562) | func (x *ConnectRecord) GetRxqueue() uint64 { method GetTr (line 10569) | func (x *ConnectRecord) GetTr() ConnectRecord_TimerActive { method GetTimerwhen (line 10576) | func (x *ConnectRecord) GetTimerwhen() uint64 { method GetRetrnsmt (line 10583) | func (x *ConnectRecord) GetRetrnsmt() uint64 { method GetUid (line 10590) | func (x *ConnectRecord) GetUid() uint32 { method GetTimeout (line 10597) | func (x *ConnectRecord) GetTimeout() uint64 { method GetInode (line 10604) | func (x *ConnectRecord) GetInode() uint64 { method GetRef (line 10611) | func (x *ConnectRecord) GetRef() uint64 { method GetPointer (line 10618) | func (x *ConnectRecord) GetPointer() uint64 { method GetProcess (line 10625) | func (x *ConnectRecord) GetProcess() *ConnectRecord_Process { method GetNetns (line 10632) | func (x *ConnectRecord) GetNetns() string { type Netstat (line 10639) | type Netstat struct method Reset (line 10647) | func (x *Netstat) Reset() { method String (line 10654) | func (x *Netstat) String() string { method ProtoMessage (line 10658) | func (*Netstat) ProtoMessage() {} method ProtoReflect (line 10660) | func (x *Netstat) ProtoReflect() protoreflect.Message { method Descriptor (line 10673) | func (*Netstat) Descriptor() ([]byte, []int) { method GetMetadata (line 10677) | func (x *Netstat) GetMetadata() *common.Metadata { method GetConnectrecord (line 10684) | func (x *Netstat) GetConnectrecord() []*ConnectRecord { type NetstatResponse (line 10691) | type NetstatResponse struct method Reset (line 10698) | func (x *NetstatResponse) Reset() { method String (line 10705) | func (x *NetstatResponse) String() string { method ProtoMessage (line 10709) | func (*NetstatResponse) ProtoMessage() {} method ProtoReflect (line 10711) | func (x *NetstatResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 10724) | func (*NetstatResponse) Descriptor() ([]byte, []int) { method GetMessages (line 10728) | func (x *NetstatResponse) GetMessages() []*Netstat { type MetaWriteRequest (line 10735) | type MetaWriteRequest struct method Reset (line 10743) | func (x *MetaWriteRequest) Reset() { method String (line 10750) | func (x *MetaWriteRequest) String() string { method ProtoMessage (line 10754) | func (*MetaWriteRequest) ProtoMessage() {} method ProtoReflect (line 10756) | func (x *MetaWriteRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 10769) | func (*MetaWriteRequest) Descriptor() ([]byte, []int) { method GetKey (line 10773) | func (x *MetaWriteRequest) GetKey() uint32 { method GetValue (line 10780) | func (x *MetaWriteRequest) GetValue() []byte { type MetaWrite (line 10787) | type MetaWrite struct method Reset (line 10794) | func (x *MetaWrite) Reset() { method String (line 10801) | func (x *MetaWrite) String() string { method ProtoMessage (line 10805) | func (*MetaWrite) ProtoMessage() {} method ProtoReflect (line 10807) | func (x *MetaWrite) ProtoReflect() protoreflect.Message { method Descriptor (line 10820) | func (*MetaWrite) Descriptor() ([]byte, []int) { method GetMetadata (line 10824) | func (x *MetaWrite) GetMetadata() *common.Metadata { type MetaWriteResponse (line 10831) | type MetaWriteResponse struct method Reset (line 10838) | func (x *MetaWriteResponse) Reset() { method String (line 10845) | func (x *MetaWriteResponse) String() string { method ProtoMessage (line 10849) | func (*MetaWriteResponse) ProtoMessage() {} method ProtoReflect (line 10851) | func (x *MetaWriteResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 10864) | func (*MetaWriteResponse) Descriptor() ([]byte, []int) { method GetMessages (line 10868) | func (x *MetaWriteResponse) GetMessages() []*MetaWrite { type MetaDeleteRequest (line 10875) | type MetaDeleteRequest struct method Reset (line 10882) | func (x *MetaDeleteRequest) Reset() { method String (line 10889) | func (x *MetaDeleteRequest) String() string { method ProtoMessage (line 10893) | func (*MetaDeleteRequest) ProtoMessage() {} method ProtoReflect (line 10895) | func (x *MetaDeleteRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 10908) | func (*MetaDeleteRequest) Descriptor() ([]byte, []int) { method GetKey (line 10912) | func (x *MetaDeleteRequest) GetKey() uint32 { type MetaDelete (line 10919) | type MetaDelete struct method Reset (line 10926) | func (x *MetaDelete) Reset() { method String (line 10933) | func (x *MetaDelete) String() string { method ProtoMessage (line 10937) | func (*MetaDelete) ProtoMessage() {} method ProtoReflect (line 10939) | func (x *MetaDelete) ProtoReflect() protoreflect.Message { method Descriptor (line 10952) | func (*MetaDelete) Descriptor() ([]byte, []int) { method GetMetadata (line 10956) | func (x *MetaDelete) GetMetadata() *common.Metadata { type MetaDeleteResponse (line 10963) | type MetaDeleteResponse struct method Reset (line 10970) | func (x *MetaDeleteResponse) Reset() { method String (line 10977) | func (x *MetaDeleteResponse) String() string { method ProtoMessage (line 10981) | func (*MetaDeleteResponse) ProtoMessage() {} method ProtoReflect (line 10983) | func (x *MetaDeleteResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 10996) | func (*MetaDeleteResponse) Descriptor() ([]byte, []int) { method GetMessages (line 11000) | func (x *MetaDeleteResponse) GetMessages() []*MetaDelete { type ImageListRequest (line 11007) | type ImageListRequest struct method Reset (line 11015) | func (x *ImageListRequest) Reset() { method String (line 11022) | func (x *ImageListRequest) String() string { method ProtoMessage (line 11026) | func (*ImageListRequest) ProtoMessage() {} method ProtoReflect (line 11028) | func (x *ImageListRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 11041) | func (*ImageListRequest) Descriptor() ([]byte, []int) { method GetNamespace (line 11045) | func (x *ImageListRequest) GetNamespace() common.ContainerdNamespace { type ImageListResponse (line 11052) | type ImageListResponse struct method Reset (line 11063) | func (x *ImageListResponse) Reset() { method String (line 11070) | func (x *ImageListResponse) String() string { method ProtoMessage (line 11074) | func (*ImageListResponse) ProtoMessage() {} method ProtoReflect (line 11076) | func (x *ImageListResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 11089) | func (*ImageListResponse) Descriptor() ([]byte, []int) { method GetMetadata (line 11093) | func (x *ImageListResponse) GetMetadata() *common.Metadata { method GetName (line 11100) | func (x *ImageListResponse) GetName() string { method GetDigest (line 11107) | func (x *ImageListResponse) GetDigest() string { method GetSize (line 11114) | func (x *ImageListResponse) GetSize() int64 { method GetCreatedAt (line 11121) | func (x *ImageListResponse) GetCreatedAt() *timestamppb.Timestamp { type ImagePullRequest (line 11128) | type ImagePullRequest struct method Reset (line 11138) | func (x *ImagePullRequest) Reset() { method String (line 11145) | func (x *ImagePullRequest) String() string { method ProtoMessage (line 11149) | func (*ImagePullRequest) ProtoMessage() {} method ProtoReflect (line 11151) | func (x *ImagePullRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 11164) | func (*ImagePullRequest) Descriptor() ([]byte, []int) { method GetNamespace (line 11168) | func (x *ImagePullRequest) GetNamespace() common.ContainerdNamespace { method GetReference (line 11175) | func (x *ImagePullRequest) GetReference() string { type ImagePull (line 11182) | type ImagePull struct method Reset (line 11189) | func (x *ImagePull) Reset() { method String (line 11196) | func (x *ImagePull) String() string { method ProtoMessage (line 11200) | func (*ImagePull) ProtoMessage() {} method ProtoReflect (line 11202) | func (x *ImagePull) ProtoReflect() protoreflect.Message { method Descriptor (line 11215) | func (*ImagePull) Descriptor() ([]byte, []int) { method GetMetadata (line 11219) | func (x *ImagePull) GetMetadata() *common.Metadata { type ImagePullResponse (line 11226) | type ImagePullResponse struct method Reset (line 11233) | func (x *ImagePullResponse) Reset() { method String (line 11240) | func (x *ImagePullResponse) String() string { method ProtoMessage (line 11244) | func (*ImagePullResponse) ProtoMessage() {} method ProtoReflect (line 11246) | func (x *ImagePullResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 11259) | func (*ImagePullResponse) Descriptor() ([]byte, []int) { method GetMessages (line 11263) | func (x *ImagePullResponse) GetMessages() []*ImagePull { type MachineStatusEvent_MachineStatus (line 11270) | type MachineStatusEvent_MachineStatus struct method Reset (line 11278) | func (x *MachineStatusEvent_MachineStatus) Reset() { method String (line 11285) | func (x *MachineStatusEvent_MachineStatus) String() string { method ProtoMessage (line 11289) | func (*MachineStatusEvent_MachineStatus) ProtoMessage() {} method ProtoReflect (line 11291) | func (x *MachineStatusEvent_MachineStatus) ProtoReflect() protoreflect... method Descriptor (line 11304) | func (*MachineStatusEvent_MachineStatus) Descriptor() ([]byte, []int) { method GetReady (line 11308) | func (x *MachineStatusEvent_MachineStatus) GetReady() bool { method GetUnmetConditions (line 11315) | func (x *MachineStatusEvent_MachineStatus) GetUnmetConditions() []*Mac... type MachineStatusEvent_MachineStatus_UnmetCondition (line 11322) | type MachineStatusEvent_MachineStatus_UnmetCondition struct method Reset (line 11330) | func (x *MachineStatusEvent_MachineStatus_UnmetCondition) Reset() { method String (line 11337) | func (x *MachineStatusEvent_MachineStatus_UnmetCondition) String() str... method ProtoMessage (line 11341) | func (*MachineStatusEvent_MachineStatus_UnmetCondition) ProtoMessage() {} method ProtoReflect (line 11343) | func (x *MachineStatusEvent_MachineStatus_UnmetCondition) ProtoReflect... method Descriptor (line 11356) | func (*MachineStatusEvent_MachineStatus_UnmetCondition) Descriptor() (... method GetName (line 11360) | func (x *MachineStatusEvent_MachineStatus_UnmetCondition) GetName() st... method GetReason (line 11367) | func (x *MachineStatusEvent_MachineStatus_UnmetCondition) GetReason() ... type NetstatRequest_Feature (line 11374) | type NetstatRequest_Feature struct method Reset (line 11381) | func (x *NetstatRequest_Feature) Reset() { method String (line 11388) | func (x *NetstatRequest_Feature) String() string { method ProtoMessage (line 11392) | func (*NetstatRequest_Feature) ProtoMessage() {} method ProtoReflect (line 11394) | func (x *NetstatRequest_Feature) ProtoReflect() protoreflect.Message { method Descriptor (line 11407) | func (*NetstatRequest_Feature) Descriptor() ([]byte, []int) { method GetPid (line 11411) | func (x *NetstatRequest_Feature) GetPid() bool { type NetstatRequest_L4Proto (line 11418) | type NetstatRequest_L4Proto struct method Reset (line 11432) | func (x *NetstatRequest_L4Proto) Reset() { method String (line 11439) | func (x *NetstatRequest_L4Proto) String() string { method ProtoMessage (line 11443) | func (*NetstatRequest_L4Proto) ProtoMessage() {} method ProtoReflect (line 11445) | func (x *NetstatRequest_L4Proto) ProtoReflect() protoreflect.Message { method Descriptor (line 11458) | func (*NetstatRequest_L4Proto) Descriptor() ([]byte, []int) { method GetTcp (line 11462) | func (x *NetstatRequest_L4Proto) GetTcp() bool { method GetTcp6 (line 11469) | func (x *NetstatRequest_L4Proto) GetTcp6() bool { method GetUdp (line 11476) | func (x *NetstatRequest_L4Proto) GetUdp() bool { method GetUdp6 (line 11483) | func (x *NetstatRequest_L4Proto) GetUdp6() bool { method GetUdplite (line 11490) | func (x *NetstatRequest_L4Proto) GetUdplite() bool { method GetUdplite6 (line 11497) | func (x *NetstatRequest_L4Proto) GetUdplite6() bool { method GetRaw (line 11504) | func (x *NetstatRequest_L4Proto) GetRaw() bool { method GetRaw6 (line 11511) | func (x *NetstatRequest_L4Proto) GetRaw6() bool { type NetstatRequest_NetNS (line 11518) | type NetstatRequest_NetNS struct method Reset (line 11527) | func (x *NetstatRequest_NetNS) Reset() { method String (line 11534) | func (x *NetstatRequest_NetNS) String() string { method ProtoMessage (line 11538) | func (*NetstatRequest_NetNS) ProtoMessage() {} method ProtoReflect (line 11540) | func (x *NetstatRequest_NetNS) ProtoReflect() protoreflect.Message { method Descriptor (line 11553) | func (*NetstatRequest_NetNS) Descriptor() ([]byte, []int) { method GetHostnetwork (line 11557) | func (x *NetstatRequest_NetNS) GetHostnetwork() bool { method GetNetns (line 11564) | func (x *NetstatRequest_NetNS) GetNetns() []string { method GetAllnetns (line 11571) | func (x *NetstatRequest_NetNS) GetAllnetns() bool { type ConnectRecord_Process (line 11578) | type ConnectRecord_Process struct method Reset (line 11586) | func (x *ConnectRecord_Process) Reset() { method String (line 11593) | func (x *ConnectRecord_Process) String() string { method ProtoMessage (line 11597) | func (*ConnectRecord_Process) ProtoMessage() {} method ProtoReflect (line 11599) | func (x *ConnectRecord_Process) ProtoReflect() protoreflect.Message { method Descriptor (line 11612) | func (*ConnectRecord_Process) Descriptor() ([]byte, []int) { method GetPid (line 11616) | func (x *ConnectRecord_Process) GetPid() uint32 { method GetName (line 11623) | func (x *ConnectRecord_Process) GetName() string { constant file_machine_machine_proto_rawDesc (line 11632) | file_machine_machine_proto_rawDesc = "" + function file_machine_machine_proto_rawDescGZIP (line 12573) | func file_machine_machine_proto_rawDescGZIP() []byte { function init (line 13070) | func init() { file_machine_machine_proto_init() } function file_machine_machine_proto_init (line 13071) | func file_machine_machine_proto_init() { FILE: pkg/machinery/api/machine/machine_grpc.pb.go constant _ (line 23) | _ = grpc.SupportPackageIsVersion9 constant MachineService_ApplyConfiguration_FullMethodName (line 26) | MachineService_ApplyConfiguration_FullMethodName = "/machine.Ma... constant MachineService_Bootstrap_FullMethodName (line 27) | MachineService_Bootstrap_FullMethodName = "/machine.Ma... constant MachineService_Containers_FullMethodName (line 28) | MachineService_Containers_FullMethodName = "/machine.Ma... constant MachineService_Copy_FullMethodName (line 29) | MachineService_Copy_FullMethodName = "/machine.Ma... constant MachineService_CPUFreqStats_FullMethodName (line 30) | MachineService_CPUFreqStats_FullMethodName = "/machine.Ma... constant MachineService_CPUInfo_FullMethodName (line 31) | MachineService_CPUInfo_FullMethodName = "/machine.Ma... constant MachineService_DiskStats_FullMethodName (line 32) | MachineService_DiskStats_FullMethodName = "/machine.Ma... constant MachineService_Dmesg_FullMethodName (line 33) | MachineService_Dmesg_FullMethodName = "/machine.Ma... constant MachineService_Events_FullMethodName (line 34) | MachineService_Events_FullMethodName = "/machine.Ma... constant MachineService_EtcdMemberList_FullMethodName (line 35) | MachineService_EtcdMemberList_FullMethodName = "/machine.Ma... constant MachineService_EtcdRemoveMemberByID_FullMethodName (line 36) | MachineService_EtcdRemoveMemberByID_FullMethodName = "/machine.Ma... constant MachineService_EtcdLeaveCluster_FullMethodName (line 37) | MachineService_EtcdLeaveCluster_FullMethodName = "/machine.Ma... constant MachineService_EtcdForfeitLeadership_FullMethodName (line 38) | MachineService_EtcdForfeitLeadership_FullMethodName = "/machine.Ma... constant MachineService_EtcdRecover_FullMethodName (line 39) | MachineService_EtcdRecover_FullMethodName = "/machine.Ma... constant MachineService_EtcdSnapshot_FullMethodName (line 40) | MachineService_EtcdSnapshot_FullMethodName = "/machine.Ma... constant MachineService_EtcdAlarmList_FullMethodName (line 41) | MachineService_EtcdAlarmList_FullMethodName = "/machine.Ma... constant MachineService_EtcdAlarmDisarm_FullMethodName (line 42) | MachineService_EtcdAlarmDisarm_FullMethodName = "/machine.Ma... constant MachineService_EtcdDefragment_FullMethodName (line 43) | MachineService_EtcdDefragment_FullMethodName = "/machine.Ma... constant MachineService_EtcdStatus_FullMethodName (line 44) | MachineService_EtcdStatus_FullMethodName = "/machine.Ma... constant MachineService_EtcdDowngradeValidate_FullMethodName (line 45) | MachineService_EtcdDowngradeValidate_FullMethodName = "/machine.Ma... constant MachineService_EtcdDowngradeEnable_FullMethodName (line 46) | MachineService_EtcdDowngradeEnable_FullMethodName = "/machine.Ma... constant MachineService_EtcdDowngradeCancel_FullMethodName (line 47) | MachineService_EtcdDowngradeCancel_FullMethodName = "/machine.Ma... constant MachineService_Hostname_FullMethodName (line 48) | MachineService_Hostname_FullMethodName = "/machine.Ma... constant MachineService_Kubeconfig_FullMethodName (line 49) | MachineService_Kubeconfig_FullMethodName = "/machine.Ma... constant MachineService_List_FullMethodName (line 50) | MachineService_List_FullMethodName = "/machine.Ma... constant MachineService_DiskUsage_FullMethodName (line 51) | MachineService_DiskUsage_FullMethodName = "/machine.Ma... constant MachineService_LoadAvg_FullMethodName (line 52) | MachineService_LoadAvg_FullMethodName = "/machine.Ma... constant MachineService_Logs_FullMethodName (line 53) | MachineService_Logs_FullMethodName = "/machine.Ma... constant MachineService_LogsContainers_FullMethodName (line 54) | MachineService_LogsContainers_FullMethodName = "/machine.Ma... constant MachineService_Memory_FullMethodName (line 55) | MachineService_Memory_FullMethodName = "/machine.Ma... constant MachineService_Mounts_FullMethodName (line 56) | MachineService_Mounts_FullMethodName = "/machine.Ma... constant MachineService_NetworkDeviceStats_FullMethodName (line 57) | MachineService_NetworkDeviceStats_FullMethodName = "/machine.Ma... constant MachineService_Processes_FullMethodName (line 58) | MachineService_Processes_FullMethodName = "/machine.Ma... constant MachineService_Read_FullMethodName (line 59) | MachineService_Read_FullMethodName = "/machine.Ma... constant MachineService_Reboot_FullMethodName (line 60) | MachineService_Reboot_FullMethodName = "/machine.Ma... constant MachineService_Restart_FullMethodName (line 61) | MachineService_Restart_FullMethodName = "/machine.Ma... constant MachineService_Rollback_FullMethodName (line 62) | MachineService_Rollback_FullMethodName = "/machine.Ma... constant MachineService_Reset_FullMethodName (line 63) | MachineService_Reset_FullMethodName = "/machine.Ma... constant MachineService_ServiceList_FullMethodName (line 64) | MachineService_ServiceList_FullMethodName = "/machine.Ma... constant MachineService_ServiceRestart_FullMethodName (line 65) | MachineService_ServiceRestart_FullMethodName = "/machine.Ma... constant MachineService_ServiceStart_FullMethodName (line 66) | MachineService_ServiceStart_FullMethodName = "/machine.Ma... constant MachineService_ServiceStop_FullMethodName (line 67) | MachineService_ServiceStop_FullMethodName = "/machine.Ma... constant MachineService_Shutdown_FullMethodName (line 68) | MachineService_Shutdown_FullMethodName = "/machine.Ma... constant MachineService_Stats_FullMethodName (line 69) | MachineService_Stats_FullMethodName = "/machine.Ma... constant MachineService_SystemStat_FullMethodName (line 70) | MachineService_SystemStat_FullMethodName = "/machine.Ma... constant MachineService_Upgrade_FullMethodName (line 71) | MachineService_Upgrade_FullMethodName = "/machine.Ma... constant MachineService_Version_FullMethodName (line 72) | MachineService_Version_FullMethodName = "/machine.Ma... constant MachineService_GenerateClientConfiguration_FullMethodName (line 73) | MachineService_GenerateClientConfiguration_FullMethodName = "/machine.Ma... constant MachineService_PacketCapture_FullMethodName (line 74) | MachineService_PacketCapture_FullMethodName = "/machine.Ma... constant MachineService_Netstat_FullMethodName (line 75) | MachineService_Netstat_FullMethodName = "/machine.Ma... constant MachineService_MetaWrite_FullMethodName (line 76) | MachineService_MetaWrite_FullMethodName = "/machine.Ma... constant MachineService_MetaDelete_FullMethodName (line 77) | MachineService_MetaDelete_FullMethodName = "/machine.Ma... constant MachineService_ImageList_FullMethodName (line 78) | MachineService_ImageList_FullMethodName = "/machine.Ma... constant MachineService_ImagePull_FullMethodName (line 79) | MachineService_ImagePull_FullMethodName = "/machine.Ma... type MachineServiceClient (line 87) | type MachineServiceClient interface type machineServiceClient (line 190) | type machineServiceClient struct method ApplyConfiguration (line 198) | func (c *machineServiceClient) ApplyConfiguration(ctx context.Context,... method Bootstrap (line 208) | func (c *machineServiceClient) Bootstrap(ctx context.Context, in *Boot... method Containers (line 218) | func (c *machineServiceClient) Containers(ctx context.Context, in *Con... method Copy (line 228) | func (c *machineServiceClient) Copy(ctx context.Context, in *CopyReque... method CPUFreqStats (line 247) | func (c *machineServiceClient) CPUFreqStats(ctx context.Context, in *e... method CPUInfo (line 257) | func (c *machineServiceClient) CPUInfo(ctx context.Context, in *emptyp... method DiskStats (line 267) | func (c *machineServiceClient) DiskStats(ctx context.Context, in *empt... method Dmesg (line 277) | func (c *machineServiceClient) Dmesg(ctx context.Context, in *DmesgReq... method Events (line 296) | func (c *machineServiceClient) Events(ctx context.Context, in *EventsR... method EtcdMemberList (line 315) | func (c *machineServiceClient) EtcdMemberList(ctx context.Context, in ... method EtcdRemoveMemberByID (line 325) | func (c *machineServiceClient) EtcdRemoveMemberByID(ctx context.Contex... method EtcdLeaveCluster (line 335) | func (c *machineServiceClient) EtcdLeaveCluster(ctx context.Context, i... method EtcdForfeitLeadership (line 345) | func (c *machineServiceClient) EtcdForfeitLeadership(ctx context.Conte... method EtcdRecover (line 355) | func (c *machineServiceClient) EtcdRecover(ctx context.Context, opts .... method EtcdSnapshot (line 368) | func (c *machineServiceClient) EtcdSnapshot(ctx context.Context, in *E... method EtcdAlarmList (line 387) | func (c *machineServiceClient) EtcdAlarmList(ctx context.Context, in *... method EtcdAlarmDisarm (line 397) | func (c *machineServiceClient) EtcdAlarmDisarm(ctx context.Context, in... method EtcdDefragment (line 407) | func (c *machineServiceClient) EtcdDefragment(ctx context.Context, in ... method EtcdStatus (line 417) | func (c *machineServiceClient) EtcdStatus(ctx context.Context, in *emp... method EtcdDowngradeValidate (line 427) | func (c *machineServiceClient) EtcdDowngradeValidate(ctx context.Conte... method EtcdDowngradeEnable (line 437) | func (c *machineServiceClient) EtcdDowngradeEnable(ctx context.Context... method EtcdDowngradeCancel (line 447) | func (c *machineServiceClient) EtcdDowngradeCancel(ctx context.Context... method Hostname (line 457) | func (c *machineServiceClient) Hostname(ctx context.Context, in *empty... method Kubeconfig (line 467) | func (c *machineServiceClient) Kubeconfig(ctx context.Context, in *emp... method List (line 486) | func (c *machineServiceClient) List(ctx context.Context, in *ListReque... method DiskUsage (line 505) | func (c *machineServiceClient) DiskUsage(ctx context.Context, in *Disk... method LoadAvg (line 524) | func (c *machineServiceClient) LoadAvg(ctx context.Context, in *emptyp... method Logs (line 534) | func (c *machineServiceClient) Logs(ctx context.Context, in *LogsReque... method LogsContainers (line 553) | func (c *machineServiceClient) LogsContainers(ctx context.Context, in ... method Memory (line 563) | func (c *machineServiceClient) Memory(ctx context.Context, in *emptypb... method Mounts (line 573) | func (c *machineServiceClient) Mounts(ctx context.Context, in *emptypb... method NetworkDeviceStats (line 583) | func (c *machineServiceClient) NetworkDeviceStats(ctx context.Context,... method Processes (line 593) | func (c *machineServiceClient) Processes(ctx context.Context, in *empt... method Read (line 603) | func (c *machineServiceClient) Read(ctx context.Context, in *ReadReque... method Reboot (line 622) | func (c *machineServiceClient) Reboot(ctx context.Context, in *RebootR... method Restart (line 632) | func (c *machineServiceClient) Restart(ctx context.Context, in *Restar... method Rollback (line 642) | func (c *machineServiceClient) Rollback(ctx context.Context, in *Rollb... method Reset (line 652) | func (c *machineServiceClient) Reset(ctx context.Context, in *ResetReq... method ServiceList (line 662) | func (c *machineServiceClient) ServiceList(ctx context.Context, in *em... method ServiceRestart (line 672) | func (c *machineServiceClient) ServiceRestart(ctx context.Context, in ... method ServiceStart (line 682) | func (c *machineServiceClient) ServiceStart(ctx context.Context, in *S... method ServiceStop (line 692) | func (c *machineServiceClient) ServiceStop(ctx context.Context, in *Se... method Shutdown (line 702) | func (c *machineServiceClient) Shutdown(ctx context.Context, in *Shutd... method Stats (line 712) | func (c *machineServiceClient) Stats(ctx context.Context, in *StatsReq... method SystemStat (line 722) | func (c *machineServiceClient) SystemStat(ctx context.Context, in *emp... method Upgrade (line 733) | func (c *machineServiceClient) Upgrade(ctx context.Context, in *Upgrad... method Version (line 743) | func (c *machineServiceClient) Version(ctx context.Context, in *emptyp... method GenerateClientConfiguration (line 753) | func (c *machineServiceClient) GenerateClientConfiguration(ctx context... method PacketCapture (line 763) | func (c *machineServiceClient) PacketCapture(ctx context.Context, in *... method Netstat (line 782) | func (c *machineServiceClient) Netstat(ctx context.Context, in *Netsta... method MetaWrite (line 792) | func (c *machineServiceClient) MetaWrite(ctx context.Context, in *Meta... method MetaDelete (line 802) | func (c *machineServiceClient) MetaDelete(ctx context.Context, in *Met... method ImageList (line 813) | func (c *machineServiceClient) ImageList(ctx context.Context, in *Imag... method ImagePull (line 833) | func (c *machineServiceClient) ImagePull(ctx context.Context, in *Imag... function NewMachineServiceClient (line 194) | func NewMachineServiceClient(cc grpc.ClientConnInterface) MachineService... type MachineServiceServer (line 848) | type MachineServiceServer interface type UnimplementedMachineServiceServer (line 957) | type UnimplementedMachineServiceServer struct method ApplyConfiguration (line 959) | func (UnimplementedMachineServiceServer) ApplyConfiguration(context.Co... method Bootstrap (line 962) | func (UnimplementedMachineServiceServer) Bootstrap(context.Context, *B... method Containers (line 965) | func (UnimplementedMachineServiceServer) Containers(context.Context, *... method Copy (line 968) | func (UnimplementedMachineServiceServer) Copy(*CopyRequest, grpc.Serve... method CPUFreqStats (line 971) | func (UnimplementedMachineServiceServer) CPUFreqStats(context.Context,... method CPUInfo (line 974) | func (UnimplementedMachineServiceServer) CPUInfo(context.Context, *emp... method DiskStats (line 977) | func (UnimplementedMachineServiceServer) DiskStats(context.Context, *e... method Dmesg (line 980) | func (UnimplementedMachineServiceServer) Dmesg(*DmesgRequest, grpc.Ser... method Events (line 983) | func (UnimplementedMachineServiceServer) Events(*EventsRequest, grpc.S... method EtcdMemberList (line 986) | func (UnimplementedMachineServiceServer) EtcdMemberList(context.Contex... method EtcdRemoveMemberByID (line 989) | func (UnimplementedMachineServiceServer) EtcdRemoveMemberByID(context.... method EtcdLeaveCluster (line 992) | func (UnimplementedMachineServiceServer) EtcdLeaveCluster(context.Cont... method EtcdForfeitLeadership (line 995) | func (UnimplementedMachineServiceServer) EtcdForfeitLeadership(context... method EtcdRecover (line 998) | func (UnimplementedMachineServiceServer) EtcdRecover(grpc.ClientStream... method EtcdSnapshot (line 1001) | func (UnimplementedMachineServiceServer) EtcdSnapshot(*EtcdSnapshotReq... method EtcdAlarmList (line 1004) | func (UnimplementedMachineServiceServer) EtcdAlarmList(context.Context... method EtcdAlarmDisarm (line 1007) | func (UnimplementedMachineServiceServer) EtcdAlarmDisarm(context.Conte... method EtcdDefragment (line 1010) | func (UnimplementedMachineServiceServer) EtcdDefragment(context.Contex... method EtcdStatus (line 1013) | func (UnimplementedMachineServiceServer) EtcdStatus(context.Context, *... method EtcdDowngradeValidate (line 1016) | func (UnimplementedMachineServiceServer) EtcdDowngradeValidate(context... method EtcdDowngradeEnable (line 1019) | func (UnimplementedMachineServiceServer) EtcdDowngradeEnable(context.C... method EtcdDowngradeCancel (line 1022) | func (UnimplementedMachineServiceServer) EtcdDowngradeCancel(context.C... method Hostname (line 1025) | func (UnimplementedMachineServiceServer) Hostname(context.Context, *em... method Kubeconfig (line 1028) | func (UnimplementedMachineServiceServer) Kubeconfig(*emptypb.Empty, gr... method List (line 1031) | func (UnimplementedMachineServiceServer) List(*ListRequest, grpc.Serve... method DiskUsage (line 1034) | func (UnimplementedMachineServiceServer) DiskUsage(*DiskUsageRequest, ... method LoadAvg (line 1037) | func (UnimplementedMachineServiceServer) LoadAvg(context.Context, *emp... method Logs (line 1040) | func (UnimplementedMachineServiceServer) Logs(*LogsRequest, grpc.Serve... method LogsContainers (line 1043) | func (UnimplementedMachineServiceServer) LogsContainers(context.Contex... method Memory (line 1046) | func (UnimplementedMachineServiceServer) Memory(context.Context, *empt... method Mounts (line 1049) | func (UnimplementedMachineServiceServer) Mounts(context.Context, *empt... method NetworkDeviceStats (line 1052) | func (UnimplementedMachineServiceServer) NetworkDeviceStats(context.Co... method Processes (line 1055) | func (UnimplementedMachineServiceServer) Processes(context.Context, *e... method Read (line 1058) | func (UnimplementedMachineServiceServer) Read(*ReadRequest, grpc.Serve... method Reboot (line 1061) | func (UnimplementedMachineServiceServer) Reboot(context.Context, *Rebo... method Restart (line 1064) | func (UnimplementedMachineServiceServer) Restart(context.Context, *Res... method Rollback (line 1067) | func (UnimplementedMachineServiceServer) Rollback(context.Context, *Ro... method Reset (line 1070) | func (UnimplementedMachineServiceServer) Reset(context.Context, *Reset... method ServiceList (line 1073) | func (UnimplementedMachineServiceServer) ServiceList(context.Context, ... method ServiceRestart (line 1076) | func (UnimplementedMachineServiceServer) ServiceRestart(context.Contex... method ServiceStart (line 1079) | func (UnimplementedMachineServiceServer) ServiceStart(context.Context,... method ServiceStop (line 1082) | func (UnimplementedMachineServiceServer) ServiceStop(context.Context, ... method Shutdown (line 1085) | func (UnimplementedMachineServiceServer) Shutdown(context.Context, *Sh... method Stats (line 1088) | func (UnimplementedMachineServiceServer) Stats(context.Context, *Stats... method SystemStat (line 1091) | func (UnimplementedMachineServiceServer) SystemStat(context.Context, *... method Upgrade (line 1094) | func (UnimplementedMachineServiceServer) Upgrade(context.Context, *Upg... method Version (line 1097) | func (UnimplementedMachineServiceServer) Version(context.Context, *emp... method GenerateClientConfiguration (line 1100) | func (UnimplementedMachineServiceServer) GenerateClientConfiguration(c... method PacketCapture (line 1103) | func (UnimplementedMachineServiceServer) PacketCapture(*PacketCaptureR... method Netstat (line 1106) | func (UnimplementedMachineServiceServer) Netstat(context.Context, *Net... method MetaWrite (line 1109) | func (UnimplementedMachineServiceServer) MetaWrite(context.Context, *M... method MetaDelete (line 1112) | func (UnimplementedMachineServiceServer) MetaDelete(context.Context, *... method ImageList (line 1115) | func (UnimplementedMachineServiceServer) ImageList(*ImageListRequest, ... method ImagePull (line 1118) | func (UnimplementedMachineServiceServer) ImagePull(context.Context, *I... method mustEmbedUnimplementedMachineServiceServer (line 1121) | func (UnimplementedMachineServiceServer) mustEmbedUnimplementedMachine... method testEmbeddedByValue (line 1122) | func (UnimplementedMachineServiceServer) testEmbeddedByValue() ... type UnsafeMachineServiceServer (line 1127) | type UnsafeMachineServiceServer interface function RegisterMachineServiceServer (line 1131) | func RegisterMachineServiceServer(s grpc.ServiceRegistrar, srv MachineSe... function _MachineService_ApplyConfiguration_Handler (line 1142) | func _MachineService_ApplyConfiguration_Handler(srv interface{}, ctx con... function _MachineService_Bootstrap_Handler (line 1160) | func _MachineService_Bootstrap_Handler(srv interface{}, ctx context.Cont... function _MachineService_Containers_Handler (line 1178) | func _MachineService_Containers_Handler(srv interface{}, ctx context.Con... function _MachineService_Copy_Handler (line 1196) | func _MachineService_Copy_Handler(srv interface{}, stream grpc.ServerStr... function _MachineService_CPUFreqStats_Handler (line 1207) | func _MachineService_CPUFreqStats_Handler(srv interface{}, ctx context.C... function _MachineService_CPUInfo_Handler (line 1225) | func _MachineService_CPUInfo_Handler(srv interface{}, ctx context.Contex... function _MachineService_DiskStats_Handler (line 1243) | func _MachineService_DiskStats_Handler(srv interface{}, ctx context.Cont... function _MachineService_Dmesg_Handler (line 1261) | func _MachineService_Dmesg_Handler(srv interface{}, stream grpc.ServerSt... function _MachineService_Events_Handler (line 1272) | func _MachineService_Events_Handler(srv interface{}, stream grpc.ServerS... function _MachineService_EtcdMemberList_Handler (line 1283) | func _MachineService_EtcdMemberList_Handler(srv interface{}, ctx context... function _MachineService_EtcdRemoveMemberByID_Handler (line 1301) | func _MachineService_EtcdRemoveMemberByID_Handler(srv interface{}, ctx c... function _MachineService_EtcdLeaveCluster_Handler (line 1319) | func _MachineService_EtcdLeaveCluster_Handler(srv interface{}, ctx conte... function _MachineService_EtcdForfeitLeadership_Handler (line 1337) | func _MachineService_EtcdForfeitLeadership_Handler(srv interface{}, ctx ... function _MachineService_EtcdRecover_Handler (line 1355) | func _MachineService_EtcdRecover_Handler(srv interface{}, stream grpc.Se... function _MachineService_EtcdSnapshot_Handler (line 1362) | func _MachineService_EtcdSnapshot_Handler(srv interface{}, stream grpc.S... function _MachineService_EtcdAlarmList_Handler (line 1373) | func _MachineService_EtcdAlarmList_Handler(srv interface{}, ctx context.... function _MachineService_EtcdAlarmDisarm_Handler (line 1391) | func _MachineService_EtcdAlarmDisarm_Handler(srv interface{}, ctx contex... function _MachineService_EtcdDefragment_Handler (line 1409) | func _MachineService_EtcdDefragment_Handler(srv interface{}, ctx context... function _MachineService_EtcdStatus_Handler (line 1427) | func _MachineService_EtcdStatus_Handler(srv interface{}, ctx context.Con... function _MachineService_EtcdDowngradeValidate_Handler (line 1445) | func _MachineService_EtcdDowngradeValidate_Handler(srv interface{}, ctx ... function _MachineService_EtcdDowngradeEnable_Handler (line 1463) | func _MachineService_EtcdDowngradeEnable_Handler(srv interface{}, ctx co... function _MachineService_EtcdDowngradeCancel_Handler (line 1481) | func _MachineService_EtcdDowngradeCancel_Handler(srv interface{}, ctx co... function _MachineService_Hostname_Handler (line 1499) | func _MachineService_Hostname_Handler(srv interface{}, ctx context.Conte... function _MachineService_Kubeconfig_Handler (line 1517) | func _MachineService_Kubeconfig_Handler(srv interface{}, stream grpc.Ser... function _MachineService_List_Handler (line 1528) | func _MachineService_List_Handler(srv interface{}, stream grpc.ServerStr... function _MachineService_DiskUsage_Handler (line 1539) | func _MachineService_DiskUsage_Handler(srv interface{}, stream grpc.Serv... function _MachineService_LoadAvg_Handler (line 1550) | func _MachineService_LoadAvg_Handler(srv interface{}, ctx context.Contex... function _MachineService_Logs_Handler (line 1568) | func _MachineService_Logs_Handler(srv interface{}, stream grpc.ServerStr... function _MachineService_LogsContainers_Handler (line 1579) | func _MachineService_LogsContainers_Handler(srv interface{}, ctx context... function _MachineService_Memory_Handler (line 1597) | func _MachineService_Memory_Handler(srv interface{}, ctx context.Context... function _MachineService_Mounts_Handler (line 1615) | func _MachineService_Mounts_Handler(srv interface{}, ctx context.Context... function _MachineService_NetworkDeviceStats_Handler (line 1633) | func _MachineService_NetworkDeviceStats_Handler(srv interface{}, ctx con... function _MachineService_Processes_Handler (line 1651) | func _MachineService_Processes_Handler(srv interface{}, ctx context.Cont... function _MachineService_Read_Handler (line 1669) | func _MachineService_Read_Handler(srv interface{}, stream grpc.ServerStr... function _MachineService_Reboot_Handler (line 1680) | func _MachineService_Reboot_Handler(srv interface{}, ctx context.Context... function _MachineService_Restart_Handler (line 1698) | func _MachineService_Restart_Handler(srv interface{}, ctx context.Contex... function _MachineService_Rollback_Handler (line 1716) | func _MachineService_Rollback_Handler(srv interface{}, ctx context.Conte... function _MachineService_Reset_Handler (line 1734) | func _MachineService_Reset_Handler(srv interface{}, ctx context.Context,... function _MachineService_ServiceList_Handler (line 1752) | func _MachineService_ServiceList_Handler(srv interface{}, ctx context.Co... function _MachineService_ServiceRestart_Handler (line 1770) | func _MachineService_ServiceRestart_Handler(srv interface{}, ctx context... function _MachineService_ServiceStart_Handler (line 1788) | func _MachineService_ServiceStart_Handler(srv interface{}, ctx context.C... function _MachineService_ServiceStop_Handler (line 1806) | func _MachineService_ServiceStop_Handler(srv interface{}, ctx context.Co... function _MachineService_Shutdown_Handler (line 1824) | func _MachineService_Shutdown_Handler(srv interface{}, ctx context.Conte... function _MachineService_Stats_Handler (line 1842) | func _MachineService_Stats_Handler(srv interface{}, ctx context.Context,... function _MachineService_SystemStat_Handler (line 1860) | func _MachineService_SystemStat_Handler(srv interface{}, ctx context.Con... function _MachineService_Upgrade_Handler (line 1878) | func _MachineService_Upgrade_Handler(srv interface{}, ctx context.Contex... function _MachineService_Version_Handler (line 1896) | func _MachineService_Version_Handler(srv interface{}, ctx context.Contex... function _MachineService_GenerateClientConfiguration_Handler (line 1914) | func _MachineService_GenerateClientConfiguration_Handler(srv interface{}... function _MachineService_PacketCapture_Handler (line 1932) | func _MachineService_PacketCapture_Handler(srv interface{}, stream grpc.... function _MachineService_Netstat_Handler (line 1943) | func _MachineService_Netstat_Handler(srv interface{}, ctx context.Contex... function _MachineService_MetaWrite_Handler (line 1961) | func _MachineService_MetaWrite_Handler(srv interface{}, ctx context.Cont... function _MachineService_MetaDelete_Handler (line 1979) | func _MachineService_MetaDelete_Handler(srv interface{}, ctx context.Con... function _MachineService_ImageList_Handler (line 1997) | func _MachineService_ImageList_Handler(srv interface{}, stream grpc.Serv... function _MachineService_ImagePull_Handler (line 2008) | func _MachineService_ImagePull_Handler(srv interface{}, ctx context.Cont... FILE: pkg/machinery/api/machine/machine_vtproto.pb.go constant _ (line 28) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 30) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) method MarshalVT (line 33) | func (m *ApplyConfigurationRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 46) | func (m *ApplyConfigurationRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 51) | func (m *ApplyConfigurationRequest) MarshalToSizedBufferVT(dAtA []byte) ... method MarshalVT (line 98) | func (m *ApplyConfiguration) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 111) | func (m *ApplyConfiguration) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 116) | func (m *ApplyConfiguration) MarshalToSizedBufferVT(dAtA []byte) (int, e... method MarshalVT (line 174) | func (m *ApplyConfigurationResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 187) | func (m *ApplyConfigurationResponse) MarshalToVT(dAtA []byte) (int, erro... method MarshalToSizedBufferVT (line 192) | func (m *ApplyConfigurationResponse) MarshalToSizedBufferVT(dAtA []byte)... method MarshalVT (line 219) | func (m *RebootRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 232) | func (m *RebootRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 237) | func (m *RebootRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 257) | func (m *Reboot) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 270) | func (m *Reboot) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 275) | func (m *Reboot) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 319) | func (m *RebootResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 332) | func (m *RebootResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 337) | func (m *RebootResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 364) | func (m *BootstrapRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 377) | func (m *BootstrapRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 382) | func (m *BootstrapRequest) MarshalToSizedBufferVT(dAtA []byte) (int, err... method MarshalVT (line 417) | func (m *Bootstrap) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 430) | func (m *Bootstrap) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 435) | func (m *Bootstrap) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 472) | func (m *BootstrapResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 485) | func (m *BootstrapResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 490) | func (m *BootstrapResponse) MarshalToSizedBufferVT(dAtA []byte) (int, er... method MarshalVT (line 517) | func (m *SequenceEvent) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 530) | func (m *SequenceEvent) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 535) | func (m *SequenceEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 584) | func (m *PhaseEvent) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 597) | func (m *PhaseEvent) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 602) | func (m *PhaseEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 629) | func (m *TaskEvent) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 642) | func (m *TaskEvent) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 647) | func (m *TaskEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 674) | func (m *ServiceStateEvent) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 687) | func (m *ServiceStateEvent) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 692) | func (m *ServiceStateEvent) MarshalToSizedBufferVT(dAtA []byte) (int, er... method MarshalVT (line 736) | func (m *RestartEvent) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 749) | func (m *RestartEvent) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 754) | func (m *RestartEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 774) | func (m *ConfigLoadErrorEvent) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 787) | func (m *ConfigLoadErrorEvent) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 792) | func (m *ConfigLoadErrorEvent) MarshalToSizedBufferVT(dAtA []byte) (int,... method MarshalVT (line 814) | func (m *ConfigValidationErrorEvent) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 827) | func (m *ConfigValidationErrorEvent) MarshalToVT(dAtA []byte) (int, erro... method MarshalToSizedBufferVT (line 832) | func (m *ConfigValidationErrorEvent) MarshalToSizedBufferVT(dAtA []byte)... method MarshalVT (line 854) | func (m *AddressEvent) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 867) | func (m *AddressEvent) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 872) | func (m *AddressEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 903) | func (m *MachineStatusEvent_MachineStatus_UnmetCondition) MarshalVT() (d... method MarshalToVT (line 916) | func (m *MachineStatusEvent_MachineStatus_UnmetCondition) MarshalToVT(dA... method MarshalToSizedBufferVT (line 921) | func (m *MachineStatusEvent_MachineStatus_UnmetCondition) MarshalToSized... method MarshalVT (line 950) | func (m *MachineStatusEvent_MachineStatus) MarshalVT() (dAtA []byte, err... method MarshalToVT (line 963) | func (m *MachineStatusEvent_MachineStatus) MarshalToVT(dAtA []byte) (int... method MarshalToSizedBufferVT (line 968) | func (m *MachineStatusEvent_MachineStatus) MarshalToSizedBufferVT(dAtA [... method MarshalVT (line 1005) | func (m *MachineStatusEvent) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1018) | func (m *MachineStatusEvent) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1023) | func (m *MachineStatusEvent) MarshalToSizedBufferVT(dAtA []byte) (int, e... method MarshalVT (line 1053) | func (m *EventsRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1066) | func (m *EventsRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1071) | func (m *EventsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 1110) | func (m *Event) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1123) | func (m *Event) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1128) | func (m *Event) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 1189) | func (m *ResetPartitionSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1202) | func (m *ResetPartitionSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1207) | func (m *ResetPartitionSpec) MarshalToSizedBufferVT(dAtA []byte) (int, e... method MarshalVT (line 1239) | func (m *ResetRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1252) | func (m *ResetRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1257) | func (m *ResetRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 1318) | func (m *Reset) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1331) | func (m *Reset) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1336) | func (m *Reset) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 1380) | func (m *ResetResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1393) | func (m *ResetResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1398) | func (m *ResetResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 1425) | func (m *Shutdown) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1438) | func (m *Shutdown) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1443) | func (m *Shutdown) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 1487) | func (m *ShutdownRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1500) | func (m *ShutdownRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1505) | func (m *ShutdownRequest) MarshalToSizedBufferVT(dAtA []byte) (int, erro... method MarshalVT (line 1530) | func (m *ShutdownResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1543) | func (m *ShutdownResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1548) | func (m *ShutdownResponse) MarshalToSizedBufferVT(dAtA []byte) (int, err... method MarshalVT (line 1575) | func (m *UpgradeRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1588) | func (m *UpgradeRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1593) | func (m *UpgradeRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 1650) | func (m *Upgrade) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1663) | func (m *Upgrade) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1668) | func (m *Upgrade) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 1719) | func (m *UpgradeResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1732) | func (m *UpgradeResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1737) | func (m *UpgradeResponse) MarshalToSizedBufferVT(dAtA []byte) (int, erro... method MarshalVT (line 1764) | func (m *ServiceList) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1777) | func (m *ServiceList) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1782) | func (m *ServiceList) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 1831) | func (m *ServiceListResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1844) | func (m *ServiceListResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1849) | func (m *ServiceListResponse) MarshalToSizedBufferVT(dAtA []byte) (int, ... method MarshalVT (line 1876) | func (m *ServiceInfo) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1889) | func (m *ServiceInfo) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1894) | func (m *ServiceInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 1943) | func (m *ServiceEvents) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1956) | func (m *ServiceEvents) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1961) | func (m *ServiceEvents) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 1988) | func (m *ServiceEvent) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2001) | func (m *ServiceEvent) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2006) | func (m *ServiceEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 2045) | func (m *ServiceHealth) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2058) | func (m *ServiceHealth) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2063) | func (m *ServiceHealth) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 2115) | func (m *ServiceStartRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2128) | func (m *ServiceStartRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2133) | func (m *ServiceStartRequest) MarshalToSizedBufferVT(dAtA []byte) (int, ... method MarshalVT (line 2155) | func (m *ServiceStart) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2168) | func (m *ServiceStart) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2173) | func (m *ServiceStart) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 2217) | func (m *ServiceStartResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2230) | func (m *ServiceStartResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2235) | func (m *ServiceStartResponse) MarshalToSizedBufferVT(dAtA []byte) (int,... method MarshalVT (line 2262) | func (m *ServiceStopRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2275) | func (m *ServiceStopRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2280) | func (m *ServiceStopRequest) MarshalToSizedBufferVT(dAtA []byte) (int, e... method MarshalVT (line 2302) | func (m *ServiceStop) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2315) | func (m *ServiceStop) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2320) | func (m *ServiceStop) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 2364) | func (m *ServiceStopResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2377) | func (m *ServiceStopResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2382) | func (m *ServiceStopResponse) MarshalToSizedBufferVT(dAtA []byte) (int, ... method MarshalVT (line 2409) | func (m *ServiceRestartRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2422) | func (m *ServiceRestartRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2427) | func (m *ServiceRestartRequest) MarshalToSizedBufferVT(dAtA []byte) (int... method MarshalVT (line 2449) | func (m *ServiceRestart) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2462) | func (m *ServiceRestart) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2467) | func (m *ServiceRestart) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 2511) | func (m *ServiceRestartResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2524) | func (m *ServiceRestartResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2529) | func (m *ServiceRestartResponse) MarshalToSizedBufferVT(dAtA []byte) (in... method MarshalVT (line 2556) | func (m *CopyRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2569) | func (m *CopyRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2574) | func (m *CopyRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 2596) | func (m *ListRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2609) | func (m *ListRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2614) | func (m *ListRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 2682) | func (m *DiskUsageRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2695) | func (m *DiskUsageRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2700) | func (m *DiskUsageRequest) MarshalToSizedBufferVT(dAtA []byte) (int, err... method MarshalVT (line 2744) | func (m *FileInfo) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2757) | func (m *FileInfo) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2762) | func (m *FileInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 2874) | func (m *Xattr) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2887) | func (m *Xattr) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2892) | func (m *Xattr) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 2921) | func (m *DiskUsageInfo) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2934) | func (m *DiskUsageInfo) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2939) | func (m *DiskUsageInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 3002) | func (m *Mounts) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 3015) | func (m *Mounts) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 3020) | func (m *Mounts) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 3069) | func (m *MountsResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 3082) | func (m *MountsResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 3087) | func (m *MountsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 3114) | func (m *MountStat) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 3127) | func (m *MountStat) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 3132) | func (m *MountStat) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 3171) | func (m *Version) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 3184) | func (m *Version) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 3189) | func (m *Version) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 3256) | func (m *VersionResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 3269) | func (m *VersionResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 3274) | func (m *VersionResponse) MarshalToSizedBufferVT(dAtA []byte) (int, erro... method MarshalVT (line 3301) | func (m *VersionInfo) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 3314) | func (m *VersionInfo) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 3319) | func (m *VersionInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 3376) | func (m *PlatformInfo) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 3389) | func (m *PlatformInfo) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 3394) | func (m *PlatformInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 3423) | func (m *FeaturesInfo) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 3436) | func (m *FeaturesInfo) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 3441) | func (m *FeaturesInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 3466) | func (m *LogsRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 3479) | func (m *LogsRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 3484) | func (m *LogsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 3533) | func (m *ReadRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 3546) | func (m *ReadRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 3551) | func (m *ReadRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 3573) | func (m *LogsContainer) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 3586) | func (m *LogsContainer) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 3591) | func (m *LogsContainer) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 3637) | func (m *LogsContainersResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 3650) | func (m *LogsContainersResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 3655) | func (m *LogsContainersResponse) MarshalToSizedBufferVT(dAtA []byte) (in... method MarshalVT (line 3682) | func (m *RollbackRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 3695) | func (m *RollbackRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 3700) | func (m *RollbackRequest) MarshalToSizedBufferVT(dAtA []byte) (int, erro... method MarshalVT (line 3715) | func (m *Rollback) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 3728) | func (m *Rollback) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 3733) | func (m *Rollback) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 3770) | func (m *RollbackResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 3783) | func (m *RollbackResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 3788) | func (m *RollbackResponse) MarshalToSizedBufferVT(dAtA []byte) (int, err... method MarshalVT (line 3815) | func (m *ContainersRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 3828) | func (m *ContainersRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 3833) | func (m *ContainersRequest) MarshalToSizedBufferVT(dAtA []byte) (int, er... method MarshalVT (line 3860) | func (m *ContainerInfo) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 3873) | func (m *ContainerInfo) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 3878) | func (m *ContainerInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 3961) | func (m *Container) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 3974) | func (m *Container) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 3979) | func (m *Container) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 4028) | func (m *ContainersResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 4041) | func (m *ContainersResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 4046) | func (m *ContainersResponse) MarshalToSizedBufferVT(dAtA []byte) (int, e... method MarshalVT (line 4073) | func (m *DmesgRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 4086) | func (m *DmesgRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 4091) | func (m *DmesgRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 4126) | func (m *ProcessesResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 4139) | func (m *ProcessesResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 4144) | func (m *ProcessesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, er... method MarshalVT (line 4171) | func (m *Process) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 4184) | func (m *Process) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 4189) | func (m *Process) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 4238) | func (m *ProcessInfo) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 4251) | func (m *ProcessInfo) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 4256) | func (m *ProcessInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 4337) | func (m *RestartRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 4350) | func (m *RestartRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 4355) | func (m *RestartRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 4389) | func (m *Restart) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 4402) | func (m *Restart) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 4407) | func (m *Restart) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 4444) | func (m *RestartResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 4457) | func (m *RestartResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 4462) | func (m *RestartResponse) MarshalToSizedBufferVT(dAtA []byte) (int, erro... method MarshalVT (line 4489) | func (m *StatsRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 4502) | func (m *StatsRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 4507) | func (m *StatsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 4534) | func (m *Stats) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 4547) | func (m *Stats) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 4552) | func (m *Stats) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 4601) | func (m *StatsResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 4614) | func (m *StatsResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 4619) | func (m *StatsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 4646) | func (m *Stat) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 4659) | func (m *Stat) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 4664) | func (m *Stat) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 4717) | func (m *Memory) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 4730) | func (m *Memory) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 4735) | func (m *Memory) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 4782) | func (m *MemoryResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 4795) | func (m *MemoryResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 4800) | func (m *MemoryResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 4827) | func (m *MemInfo) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 4840) | func (m *MemInfo) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 4845) | func (m *MemInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 5166) | func (m *HostnameResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 5179) | func (m *HostnameResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 5184) | func (m *HostnameResponse) MarshalToSizedBufferVT(dAtA []byte) (int, err... method MarshalVT (line 5211) | func (m *Hostname) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 5224) | func (m *Hostname) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 5229) | func (m *Hostname) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 5273) | func (m *LoadAvgResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 5286) | func (m *LoadAvgResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 5291) | func (m *LoadAvgResponse) MarshalToSizedBufferVT(dAtA []byte) (int, erro... method MarshalVT (line 5318) | func (m *LoadAvg) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 5331) | func (m *LoadAvg) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 5336) | func (m *LoadAvg) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 5391) | func (m *SystemStatResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 5404) | func (m *SystemStatResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 5409) | func (m *SystemStatResponse) MarshalToSizedBufferVT(dAtA []byte) (int, e... method MarshalVT (line 5436) | func (m *SystemStat) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 5449) | func (m *SystemStat) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 5454) | func (m *SystemStat) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 5578) | func (m *CPUStat) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 5591) | func (m *CPUStat) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 5596) | func (m *CPUStat) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 5671) | func (m *SoftIRQStat) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 5684) | func (m *SoftIRQStat) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 5689) | func (m *SoftIRQStat) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 5754) | func (m *CPUFreqStatsResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 5767) | func (m *CPUFreqStatsResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 5772) | func (m *CPUFreqStatsResponse) MarshalToSizedBufferVT(dAtA []byte) (int,... method MarshalVT (line 5799) | func (m *CPUsFreqStats) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 5812) | func (m *CPUsFreqStats) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 5817) | func (m *CPUsFreqStats) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 5866) | func (m *CPUFreqStats) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 5879) | func (m *CPUFreqStats) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 5884) | func (m *CPUFreqStats) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 5921) | func (m *CPUInfoResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 5934) | func (m *CPUInfoResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 5939) | func (m *CPUInfoResponse) MarshalToSizedBufferVT(dAtA []byte) (int, erro... method MarshalVT (line 5966) | func (m *CPUsInfo) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 5979) | func (m *CPUsInfo) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 5984) | func (m *CPUsInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 6033) | func (m *CPUInfo) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 6046) | func (m *CPUInfo) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 6051) | func (m *CPUInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 6260) | func (m *NetworkDeviceStatsResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 6273) | func (m *NetworkDeviceStatsResponse) MarshalToVT(dAtA []byte) (int, erro... method MarshalToSizedBufferVT (line 6278) | func (m *NetworkDeviceStatsResponse) MarshalToSizedBufferVT(dAtA []byte)... method MarshalVT (line 6305) | func (m *NetworkDeviceStats) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 6318) | func (m *NetworkDeviceStats) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 6323) | func (m *NetworkDeviceStats) MarshalToSizedBufferVT(dAtA []byte) (int, e... method MarshalVT (line 6382) | func (m *NetDev) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 6395) | func (m *NetDev) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 6400) | func (m *NetDev) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 6506) | func (m *DiskStatsResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 6519) | func (m *DiskStatsResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 6524) | func (m *DiskStatsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, er... method MarshalVT (line 6551) | func (m *DiskStats) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 6564) | func (m *DiskStats) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 6569) | func (m *DiskStats) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 6628) | func (m *DiskStat) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 6641) | func (m *DiskStat) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 6646) | func (m *DiskStat) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 6745) | func (m *EtcdLeaveClusterRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 6758) | func (m *EtcdLeaveClusterRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 6763) | func (m *EtcdLeaveClusterRequest) MarshalToSizedBufferVT(dAtA []byte) (i... method MarshalVT (line 6778) | func (m *EtcdLeaveCluster) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 6791) | func (m *EtcdLeaveCluster) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 6796) | func (m *EtcdLeaveCluster) MarshalToSizedBufferVT(dAtA []byte) (int, err... method MarshalVT (line 6833) | func (m *EtcdLeaveClusterResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 6846) | func (m *EtcdLeaveClusterResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 6851) | func (m *EtcdLeaveClusterResponse) MarshalToSizedBufferVT(dAtA []byte) (... method MarshalVT (line 6878) | func (m *EtcdRemoveMemberRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 6891) | func (m *EtcdRemoveMemberRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 6896) | func (m *EtcdRemoveMemberRequest) MarshalToSizedBufferVT(dAtA []byte) (i... method MarshalVT (line 6918) | func (m *EtcdRemoveMember) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 6931) | func (m *EtcdRemoveMember) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 6936) | func (m *EtcdRemoveMember) MarshalToSizedBufferVT(dAtA []byte) (int, err... method MarshalVT (line 6973) | func (m *EtcdRemoveMemberResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 6986) | func (m *EtcdRemoveMemberResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 6991) | func (m *EtcdRemoveMemberResponse) MarshalToSizedBufferVT(dAtA []byte) (... method MarshalVT (line 7018) | func (m *EtcdRemoveMemberByIDRequest) MarshalVT() (dAtA []byte, err erro... method MarshalToVT (line 7031) | func (m *EtcdRemoveMemberByIDRequest) MarshalToVT(dAtA []byte) (int, err... method MarshalToSizedBufferVT (line 7036) | func (m *EtcdRemoveMemberByIDRequest) MarshalToSizedBufferVT(dAtA []byte... method MarshalVT (line 7056) | func (m *EtcdRemoveMemberByID) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 7069) | func (m *EtcdRemoveMemberByID) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 7074) | func (m *EtcdRemoveMemberByID) MarshalToSizedBufferVT(dAtA []byte) (int,... method MarshalVT (line 7111) | func (m *EtcdRemoveMemberByIDResponse) MarshalVT() (dAtA []byte, err err... method MarshalToVT (line 7124) | func (m *EtcdRemoveMemberByIDResponse) MarshalToVT(dAtA []byte) (int, er... method MarshalToSizedBufferVT (line 7129) | func (m *EtcdRemoveMemberByIDResponse) MarshalToSizedBufferVT(dAtA []byt... method MarshalVT (line 7156) | func (m *EtcdForfeitLeadershipRequest) MarshalVT() (dAtA []byte, err err... method MarshalToVT (line 7169) | func (m *EtcdForfeitLeadershipRequest) MarshalToVT(dAtA []byte) (int, er... method MarshalToSizedBufferVT (line 7174) | func (m *EtcdForfeitLeadershipRequest) MarshalToSizedBufferVT(dAtA []byt... method MarshalVT (line 7189) | func (m *EtcdForfeitLeadership) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 7202) | func (m *EtcdForfeitLeadership) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 7207) | func (m *EtcdForfeitLeadership) MarshalToSizedBufferVT(dAtA []byte) (int... method MarshalVT (line 7251) | func (m *EtcdForfeitLeadershipResponse) MarshalVT() (dAtA []byte, err er... method MarshalToVT (line 7264) | func (m *EtcdForfeitLeadershipResponse) MarshalToVT(dAtA []byte) (int, e... method MarshalToSizedBufferVT (line 7269) | func (m *EtcdForfeitLeadershipResponse) MarshalToSizedBufferVT(dAtA []by... method MarshalVT (line 7296) | func (m *EtcdMemberListRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 7309) | func (m *EtcdMemberListRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 7314) | func (m *EtcdMemberListRequest) MarshalToSizedBufferVT(dAtA []byte) (int... method MarshalVT (line 7339) | func (m *EtcdMember) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 7352) | func (m *EtcdMember) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 7357) | func (m *EtcdMember) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 7412) | func (m *EtcdMembers) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 7425) | func (m *EtcdMembers) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 7430) | func (m *EtcdMembers) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 7488) | func (m *EtcdMemberListResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 7501) | func (m *EtcdMemberListResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 7506) | func (m *EtcdMemberListResponse) MarshalToSizedBufferVT(dAtA []byte) (in... method MarshalVT (line 7533) | func (m *EtcdSnapshotRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 7546) | func (m *EtcdSnapshotRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 7551) | func (m *EtcdSnapshotRequest) MarshalToSizedBufferVT(dAtA []byte) (int, ... method MarshalVT (line 7566) | func (m *EtcdRecover) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 7579) | func (m *EtcdRecover) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 7584) | func (m *EtcdRecover) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 7621) | func (m *EtcdRecoverResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 7634) | func (m *EtcdRecoverResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 7639) | func (m *EtcdRecoverResponse) MarshalToSizedBufferVT(dAtA []byte) (int, ... method MarshalVT (line 7666) | func (m *EtcdAlarmListResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 7679) | func (m *EtcdAlarmListResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 7684) | func (m *EtcdAlarmListResponse) MarshalToSizedBufferVT(dAtA []byte) (int... method MarshalVT (line 7711) | func (m *EtcdAlarm) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 7724) | func (m *EtcdAlarm) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 7729) | func (m *EtcdAlarm) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 7778) | func (m *EtcdMemberAlarm) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 7791) | func (m *EtcdMemberAlarm) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 7796) | func (m *EtcdMemberAlarm) MarshalToSizedBufferVT(dAtA []byte) (int, erro... method MarshalVT (line 7821) | func (m *EtcdAlarmDisarmResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 7834) | func (m *EtcdAlarmDisarmResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 7839) | func (m *EtcdAlarmDisarmResponse) MarshalToSizedBufferVT(dAtA []byte) (i... method MarshalVT (line 7866) | func (m *EtcdAlarmDisarm) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 7879) | func (m *EtcdAlarmDisarm) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 7884) | func (m *EtcdAlarmDisarm) MarshalToSizedBufferVT(dAtA []byte) (int, erro... method MarshalVT (line 7933) | func (m *EtcdDefragmentResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 7946) | func (m *EtcdDefragmentResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 7951) | func (m *EtcdDefragmentResponse) MarshalToSizedBufferVT(dAtA []byte) (in... method MarshalVT (line 7978) | func (m *EtcdDefragment) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 7991) | func (m *EtcdDefragment) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 7996) | func (m *EtcdDefragment) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 8033) | func (m *EtcdStatusResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 8046) | func (m *EtcdStatusResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 8051) | func (m *EtcdStatusResponse) MarshalToSizedBufferVT(dAtA []byte) (int, e... method MarshalVT (line 8078) | func (m *EtcdStatus) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 8091) | func (m *EtcdStatus) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 8096) | func (m *EtcdStatus) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 8143) | func (m *EtcdMemberStatus) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 8156) | func (m *EtcdMemberStatus) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 8161) | func (m *EtcdMemberStatus) MarshalToSizedBufferVT(dAtA []byte) (int, err... method MarshalVT (line 8244) | func (m *EtcdDowngradeValidateRequest) MarshalVT() (dAtA []byte, err err... method MarshalToVT (line 8257) | func (m *EtcdDowngradeValidateRequest) MarshalToVT(dAtA []byte) (int, er... method MarshalToSizedBufferVT (line 8262) | func (m *EtcdDowngradeValidateRequest) MarshalToSizedBufferVT(dAtA []byt... method MarshalVT (line 8284) | func (m *EtcdDowngradeValidateResponse) MarshalVT() (dAtA []byte, err er... method MarshalToVT (line 8297) | func (m *EtcdDowngradeValidateResponse) MarshalToVT(dAtA []byte) (int, e... method MarshalToSizedBufferVT (line 8302) | func (m *EtcdDowngradeValidateResponse) MarshalToSizedBufferVT(dAtA []by... method MarshalVT (line 8329) | func (m *EtcdDowngradeValidate) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 8342) | func (m *EtcdDowngradeValidate) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 8347) | func (m *EtcdDowngradeValidate) MarshalToSizedBufferVT(dAtA []byte) (int... method MarshalVT (line 8394) | func (m *EtcdDowngradeEnableRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 8407) | func (m *EtcdDowngradeEnableRequest) MarshalToVT(dAtA []byte) (int, erro... method MarshalToSizedBufferVT (line 8412) | func (m *EtcdDowngradeEnableRequest) MarshalToSizedBufferVT(dAtA []byte)... method MarshalVT (line 8434) | func (m *EtcdDowngradeEnableResponse) MarshalVT() (dAtA []byte, err erro... method MarshalToVT (line 8447) | func (m *EtcdDowngradeEnableResponse) MarshalToVT(dAtA []byte) (int, err... method MarshalToSizedBufferVT (line 8452) | func (m *EtcdDowngradeEnableResponse) MarshalToSizedBufferVT(dAtA []byte... method MarshalVT (line 8479) | func (m *EtcdDowngradeEnable) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 8492) | func (m *EtcdDowngradeEnable) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 8497) | func (m *EtcdDowngradeEnable) MarshalToSizedBufferVT(dAtA []byte) (int, ... method MarshalVT (line 8544) | func (m *EtcdDowngradeCancelResponse) MarshalVT() (dAtA []byte, err erro... method MarshalToVT (line 8557) | func (m *EtcdDowngradeCancelResponse) MarshalToVT(dAtA []byte) (int, err... method MarshalToSizedBufferVT (line 8562) | func (m *EtcdDowngradeCancelResponse) MarshalToSizedBufferVT(dAtA []byte... method MarshalVT (line 8589) | func (m *EtcdDowngradeCancel) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 8602) | func (m *EtcdDowngradeCancel) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 8607) | func (m *EtcdDowngradeCancel) MarshalToSizedBufferVT(dAtA []byte) (int, ... method MarshalVT (line 8654) | func (m *EtcdClusterDowngrade) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 8667) | func (m *EtcdClusterDowngrade) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 8672) | func (m *EtcdClusterDowngrade) MarshalToSizedBufferVT(dAtA []byte) (int,... method MarshalVT (line 8694) | func (m *RouteConfig) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 8707) | func (m *RouteConfig) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 8712) | func (m *RouteConfig) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 8746) | func (m *DHCPOptionsConfig) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 8759) | func (m *DHCPOptionsConfig) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 8764) | func (m *DHCPOptionsConfig) MarshalToSizedBufferVT(dAtA []byte) (int, er... method MarshalVT (line 8784) | func (m *NetworkDeviceConfig) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 8797) | func (m *NetworkDeviceConfig) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 8802) | func (m *NetworkDeviceConfig) MarshalToSizedBufferVT(dAtA []byte) (int, ... method MarshalVT (line 8878) | func (m *NetworkConfig) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 8891) | func (m *NetworkConfig) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 8896) | func (m *NetworkConfig) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 8930) | func (m *InstallConfig) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 8943) | func (m *InstallConfig) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 8948) | func (m *InstallConfig) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 8977) | func (m *MachineConfig) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 8990) | func (m *MachineConfig) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 8995) | func (m *MachineConfig) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 9042) | func (m *ControlPlaneConfig) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 9055) | func (m *ControlPlaneConfig) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 9060) | func (m *ControlPlaneConfig) MarshalToSizedBufferVT(dAtA []byte) (int, e... method MarshalVT (line 9082) | func (m *CNIConfig) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 9095) | func (m *CNIConfig) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 9100) | func (m *CNIConfig) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 9131) | func (m *ClusterNetworkConfig) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 9144) | func (m *ClusterNetworkConfig) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 9149) | func (m *ClusterNetworkConfig) MarshalToSizedBufferVT(dAtA []byte) (int,... method MarshalVT (line 9181) | func (m *ClusterConfig) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 9194) | func (m *ClusterConfig) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 9199) | func (m *ClusterConfig) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 9251) | func (m *GenerateClientConfigurationRequest) MarshalVT() (dAtA []byte, e... method MarshalToVT (line 9264) | func (m *GenerateClientConfigurationRequest) MarshalToVT(dAtA []byte) (i... method MarshalToSizedBufferVT (line 9269) | func (m *GenerateClientConfigurationRequest) MarshalToSizedBufferVT(dAtA... method MarshalVT (line 9303) | func (m *GenerateClientConfiguration) MarshalVT() (dAtA []byte, err erro... method MarshalToVT (line 9316) | func (m *GenerateClientConfiguration) MarshalToVT(dAtA []byte) (int, err... method MarshalToSizedBufferVT (line 9321) | func (m *GenerateClientConfiguration) MarshalToSizedBufferVT(dAtA []byte... method MarshalVT (line 9386) | func (m *GenerateClientConfigurationResponse) MarshalVT() (dAtA []byte, ... method MarshalToVT (line 9399) | func (m *GenerateClientConfigurationResponse) MarshalToVT(dAtA []byte) (... method MarshalToSizedBufferVT (line 9404) | func (m *GenerateClientConfigurationResponse) MarshalToSizedBufferVT(dAt... method MarshalVT (line 9431) | func (m *PacketCaptureRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 9444) | func (m *PacketCaptureRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 9449) | func (m *PacketCaptureRequest) MarshalToSizedBufferVT(dAtA []byte) (int,... method MarshalVT (line 9498) | func (m *BPFInstruction) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 9511) | func (m *BPFInstruction) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 9516) | func (m *BPFInstruction) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 9551) | func (m *NetstatRequest_Feature) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 9564) | func (m *NetstatRequest_Feature) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 9569) | func (m *NetstatRequest_Feature) MarshalToSizedBufferVT(dAtA []byte) (in... method MarshalVT (line 9594) | func (m *NetstatRequest_L4Proto) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 9607) | func (m *NetstatRequest_L4Proto) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 9612) | func (m *NetstatRequest_L4Proto) MarshalToSizedBufferVT(dAtA []byte) (in... method MarshalVT (line 9707) | func (m *NetstatRequest_NetNS) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 9720) | func (m *NetstatRequest_NetNS) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 9725) | func (m *NetstatRequest_NetNS) MarshalToSizedBufferVT(dAtA []byte) (int,... method MarshalVT (line 9769) | func (m *NetstatRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 9782) | func (m *NetstatRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 9787) | func (m *NetstatRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 9837) | func (m *ConnectRecord_Process) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 9850) | func (m *ConnectRecord_Process) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 9855) | func (m *ConnectRecord_Process) MarshalToSizedBufferVT(dAtA []byte) (int... method MarshalVT (line 9882) | func (m *ConnectRecord) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 9895) | func (m *ConnectRecord) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 9900) | func (m *ConnectRecord) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 10024) | func (m *Netstat) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 10037) | func (m *Netstat) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 10042) | func (m *Netstat) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 10091) | func (m *NetstatResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 10104) | func (m *NetstatResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 10109) | func (m *NetstatResponse) MarshalToSizedBufferVT(dAtA []byte) (int, erro... method MarshalVT (line 10136) | func (m *MetaWriteRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 10149) | func (m *MetaWriteRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 10154) | func (m *MetaWriteRequest) MarshalToSizedBufferVT(dAtA []byte) (int, err... method MarshalVT (line 10181) | func (m *MetaWrite) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 10194) | func (m *MetaWrite) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 10199) | func (m *MetaWrite) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 10236) | func (m *MetaWriteResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 10249) | func (m *MetaWriteResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 10254) | func (m *MetaWriteResponse) MarshalToSizedBufferVT(dAtA []byte) (int, er... method MarshalVT (line 10281) | func (m *MetaDeleteRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 10294) | func (m *MetaDeleteRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 10299) | func (m *MetaDeleteRequest) MarshalToSizedBufferVT(dAtA []byte) (int, er... method MarshalVT (line 10319) | func (m *MetaDelete) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 10332) | func (m *MetaDelete) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 10337) | func (m *MetaDelete) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 10374) | func (m *MetaDeleteResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 10387) | func (m *MetaDeleteResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 10392) | func (m *MetaDeleteResponse) MarshalToSizedBufferVT(dAtA []byte) (int, e... method MarshalVT (line 10419) | func (m *ImageListRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 10432) | func (m *ImageListRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 10437) | func (m *ImageListRequest) MarshalToSizedBufferVT(dAtA []byte) (int, err... method MarshalVT (line 10457) | func (m *ImageListResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 10470) | func (m *ImageListResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 10475) | func (m *ImageListResponse) MarshalToSizedBufferVT(dAtA []byte) (int, er... method MarshalVT (line 10541) | func (m *ImagePullRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 10554) | func (m *ImagePullRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 10559) | func (m *ImagePullRequest) MarshalToSizedBufferVT(dAtA []byte) (int, err... method MarshalVT (line 10586) | func (m *ImagePull) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 10599) | func (m *ImagePull) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 10604) | func (m *ImagePull) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 10641) | func (m *ImagePullResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 10654) | func (m *ImagePullResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 10659) | func (m *ImagePullResponse) MarshalToSizedBufferVT(dAtA []byte) (int, er... method SizeVT (line 10686) | func (m *ApplyConfigurationRequest) SizeVT() (n int) { method SizeVT (line 10710) | func (m *ApplyConfiguration) SizeVT() (n int) { method SizeVT (line 10743) | func (m *ApplyConfigurationResponse) SizeVT() (n int) { method SizeVT (line 10759) | func (m *RebootRequest) SizeVT() (n int) { method SizeVT (line 10772) | func (m *Reboot) SizeVT() (n int) { method SizeVT (line 10796) | func (m *RebootResponse) SizeVT() (n int) { method SizeVT (line 10812) | func (m *BootstrapRequest) SizeVT() (n int) { method SizeVT (line 10828) | func (m *Bootstrap) SizeVT() (n int) { method SizeVT (line 10848) | func (m *BootstrapResponse) SizeVT() (n int) { method SizeVT (line 10864) | func (m *SequenceEvent) SizeVT() (n int) { method SizeVT (line 10891) | func (m *PhaseEvent) SizeVT() (n int) { method SizeVT (line 10908) | func (m *TaskEvent) SizeVT() (n int) { method SizeVT (line 10925) | func (m *ServiceStateEvent) SizeVT() (n int) { method SizeVT (line 10950) | func (m *RestartEvent) SizeVT() (n int) { method SizeVT (line 10963) | func (m *ConfigLoadErrorEvent) SizeVT() (n int) { method SizeVT (line 10977) | func (m *ConfigValidationErrorEvent) SizeVT() (n int) { method SizeVT (line 10991) | func (m *AddressEvent) SizeVT() (n int) { method SizeVT (line 11011) | func (m *MachineStatusEvent_MachineStatus_UnmetCondition) SizeVT() (n in... method SizeVT (line 11029) | func (m *MachineStatusEvent_MachineStatus) SizeVT() (n int) { method SizeVT (line 11048) | func (m *MachineStatusEvent) SizeVT() (n int) { method SizeVT (line 11065) | func (m *EventsRequest) SizeVT() (n int) { method SizeVT (line 11089) | func (m *Event) SizeVT() (n int) { method SizeVT (line 11121) | func (m *ResetPartitionSpec) SizeVT() (n int) { method SizeVT (line 11138) | func (m *ResetRequest) SizeVT() (n int) { method SizeVT (line 11169) | func (m *Reset) SizeVT() (n int) { method SizeVT (line 11193) | func (m *ResetResponse) SizeVT() (n int) { method SizeVT (line 11209) | func (m *Shutdown) SizeVT() (n int) { method SizeVT (line 11233) | func (m *ShutdownRequest) SizeVT() (n int) { method SizeVT (line 11246) | func (m *ShutdownResponse) SizeVT() (n int) { method SizeVT (line 11262) | func (m *UpgradeRequest) SizeVT() (n int) { method SizeVT (line 11288) | func (m *Upgrade) SizeVT() (n int) { method SizeVT (line 11316) | func (m *UpgradeResponse) SizeVT() (n int) { method SizeVT (line 11332) | func (m *ServiceList) SizeVT() (n int) { method SizeVT (line 11358) | func (m *ServiceListResponse) SizeVT() (n int) { method SizeVT (line 11374) | func (m *ServiceInfo) SizeVT() (n int) { method SizeVT (line 11400) | func (m *ServiceEvents) SizeVT() (n int) { method SizeVT (line 11416) | func (m *ServiceEvent) SizeVT() (n int) { method SizeVT (line 11438) | func (m *ServiceHealth) SizeVT() (n int) { method SizeVT (line 11462) | func (m *ServiceStartRequest) SizeVT() (n int) { method SizeVT (line 11476) | func (m *ServiceStart) SizeVT() (n int) { method SizeVT (line 11500) | func (m *ServiceStartResponse) SizeVT() (n int) { method SizeVT (line 11516) | func (m *ServiceStopRequest) SizeVT() (n int) { method SizeVT (line 11530) | func (m *ServiceStop) SizeVT() (n int) { method SizeVT (line 11554) | func (m *ServiceStopResponse) SizeVT() (n int) { method SizeVT (line 11570) | func (m *ServiceRestartRequest) SizeVT() (n int) { method SizeVT (line 11584) | func (m *ServiceRestart) SizeVT() (n int) { method SizeVT (line 11608) | func (m *ServiceRestartResponse) SizeVT() (n int) { method SizeVT (line 11624) | func (m *CopyRequest) SizeVT() (n int) { method SizeVT (line 11638) | func (m *ListRequest) SizeVT() (n int) { method SizeVT (line 11668) | func (m *DiskUsageRequest) SizeVT() (n int) { method SizeVT (line 11693) | func (m *FileInfo) SizeVT() (n int) { method SizeVT (line 11753) | func (m *Xattr) SizeVT() (n int) { method SizeVT (line 11771) | func (m *DiskUsageInfo) SizeVT() (n int) { method SizeVT (line 11806) | func (m *Mounts) SizeVT() (n int) { method SizeVT (line 11832) | func (m *MountsResponse) SizeVT() (n int) { method SizeVT (line 11848) | func (m *MountStat) SizeVT() (n int) { method SizeVT (line 11872) | func (m *Version) SizeVT() (n int) { method SizeVT (line 11904) | func (m *VersionResponse) SizeVT() (n int) { method SizeVT (line 11920) | func (m *VersionInfo) SizeVT() (n int) { method SizeVT (line 11954) | func (m *PlatformInfo) SizeVT() (n int) { method SizeVT (line 11972) | func (m *FeaturesInfo) SizeVT() (n int) { method SizeVT (line 11985) | func (m *LogsRequest) SizeVT() (n int) { method SizeVT (line 12012) | func (m *ReadRequest) SizeVT() (n int) { method SizeVT (line 12026) | func (m *LogsContainer) SizeVT() (n int) { method SizeVT (line 12052) | func (m *LogsContainersResponse) SizeVT() (n int) { method SizeVT (line 12068) | func (m *RollbackRequest) SizeVT() (n int) { method SizeVT (line 12078) | func (m *Rollback) SizeVT() (n int) { method SizeVT (line 12098) | func (m *RollbackResponse) SizeVT() (n int) { method SizeVT (line 12114) | func (m *ContainersRequest) SizeVT() (n int) { method SizeVT (line 12131) | func (m *ContainerInfo) SizeVT() (n int) { method SizeVT (line 12180) | func (m *Container) SizeVT() (n int) { method SizeVT (line 12206) | func (m *ContainersResponse) SizeVT() (n int) { method SizeVT (line 12222) | func (m *DmesgRequest) SizeVT() (n int) { method SizeVT (line 12238) | func (m *ProcessesResponse) SizeVT() (n int) { method SizeVT (line 12254) | func (m *Process) SizeVT() (n int) { method SizeVT (line 12280) | func (m *ProcessInfo) SizeVT() (n int) { method SizeVT (line 12328) | func (m *RestartRequest) SizeVT() (n int) { method SizeVT (line 12349) | func (m *Restart) SizeVT() (n int) { method SizeVT (line 12369) | func (m *RestartResponse) SizeVT() (n int) { method SizeVT (line 12385) | func (m *StatsRequest) SizeVT() (n int) { method SizeVT (line 12402) | func (m *Stats) SizeVT() (n int) { method SizeVT (line 12428) | func (m *StatsResponse) SizeVT() (n int) { method SizeVT (line 12444) | func (m *Stat) SizeVT() (n int) { method SizeVT (line 12476) | func (m *Memory) SizeVT() (n int) { method SizeVT (line 12500) | func (m *MemoryResponse) SizeVT() (n int) { method SizeVT (line 12516) | func (m *MemInfo) SizeVT() (n int) { method SizeVT (line 12670) | func (m *HostnameResponse) SizeVT() (n int) { method SizeVT (line 12686) | func (m *Hostname) SizeVT() (n int) { method SizeVT (line 12710) | func (m *LoadAvgResponse) SizeVT() (n int) { method SizeVT (line 12726) | func (m *LoadAvg) SizeVT() (n int) { method SizeVT (line 12755) | func (m *SystemStatResponse) SizeVT() (n int) { method SizeVT (line 12771) | func (m *SystemStat) SizeVT() (n int) { method SizeVT (line 12833) | func (m *CPUStat) SizeVT() (n int) { method SizeVT (line 12873) | func (m *SoftIRQStat) SizeVT() (n int) { method SizeVT (line 12913) | func (m *CPUFreqStatsResponse) SizeVT() (n int) { method SizeVT (line 12929) | func (m *CPUsFreqStats) SizeVT() (n int) { method SizeVT (line 12955) | func (m *CPUFreqStats) SizeVT() (n int) { method SizeVT (line 12978) | func (m *CPUInfoResponse) SizeVT() (n int) { method SizeVT (line 12994) | func (m *CPUsInfo) SizeVT() (n int) { method SizeVT (line 13020) | func (m *CPUInfo) SizeVT() (n int) { method SizeVT (line 13130) | func (m *NetworkDeviceStatsResponse) SizeVT() (n int) { method SizeVT (line 13146) | func (m *NetworkDeviceStats) SizeVT() (n int) { method SizeVT (line 13176) | func (m *NetDev) SizeVT() (n int) { method SizeVT (line 13238) | func (m *DiskStatsResponse) SizeVT() (n int) { method SizeVT (line 13254) | func (m *DiskStats) SizeVT() (n int) { method SizeVT (line 13284) | func (m *DiskStat) SizeVT() (n int) { method SizeVT (line 13343) | func (m *EtcdLeaveClusterRequest) SizeVT() (n int) { method SizeVT (line 13353) | func (m *EtcdLeaveCluster) SizeVT() (n int) { method SizeVT (line 13373) | func (m *EtcdLeaveClusterResponse) SizeVT() (n int) { method SizeVT (line 13389) | func (m *EtcdRemoveMemberRequest) SizeVT() (n int) { method SizeVT (line 13403) | func (m *EtcdRemoveMember) SizeVT() (n int) { method SizeVT (line 13423) | func (m *EtcdRemoveMemberResponse) SizeVT() (n int) { method SizeVT (line 13439) | func (m *EtcdRemoveMemberByIDRequest) SizeVT() (n int) { method SizeVT (line 13452) | func (m *EtcdRemoveMemberByID) SizeVT() (n int) { method SizeVT (line 13472) | func (m *EtcdRemoveMemberByIDResponse) SizeVT() (n int) { method SizeVT (line 13488) | func (m *EtcdForfeitLeadershipRequest) SizeVT() (n int) { method SizeVT (line 13498) | func (m *EtcdForfeitLeadership) SizeVT() (n int) { method SizeVT (line 13522) | func (m *EtcdForfeitLeadershipResponse) SizeVT() (n int) { method SizeVT (line 13538) | func (m *EtcdMemberListRequest) SizeVT() (n int) { method SizeVT (line 13551) | func (m *EtcdMember) SizeVT() (n int) { method SizeVT (line 13583) | func (m *EtcdMembers) SizeVT() (n int) { method SizeVT (line 13615) | func (m *EtcdMemberListResponse) SizeVT() (n int) { method SizeVT (line 13631) | func (m *EtcdSnapshotRequest) SizeVT() (n int) { method SizeVT (line 13641) | func (m *EtcdRecover) SizeVT() (n int) { method SizeVT (line 13661) | func (m *EtcdRecoverResponse) SizeVT() (n int) { method SizeVT (line 13677) | func (m *EtcdAlarmListResponse) SizeVT() (n int) { method SizeVT (line 13693) | func (m *EtcdAlarm) SizeVT() (n int) { method SizeVT (line 13719) | func (m *EtcdMemberAlarm) SizeVT() (n int) { method SizeVT (line 13735) | func (m *EtcdAlarmDisarmResponse) SizeVT() (n int) { method SizeVT (line 13751) | func (m *EtcdAlarmDisarm) SizeVT() (n int) { method SizeVT (line 13777) | func (m *EtcdDefragmentResponse) SizeVT() (n int) { method SizeVT (line 13793) | func (m *EtcdDefragment) SizeVT() (n int) { method SizeVT (line 13813) | func (m *EtcdStatusResponse) SizeVT() (n int) { method SizeVT (line 13829) | func (m *EtcdStatus) SizeVT() (n int) { method SizeVT (line 13853) | func (m *EtcdMemberStatus) SizeVT() (n int) { method SizeVT (line 13901) | func (m *EtcdDowngradeValidateRequest) SizeVT() (n int) { method SizeVT (line 13915) | func (m *EtcdDowngradeValidateResponse) SizeVT() (n int) { method SizeVT (line 13931) | func (m *EtcdDowngradeValidate) SizeVT() (n int) { method SizeVT (line 13955) | func (m *EtcdDowngradeEnableRequest) SizeVT() (n int) { method SizeVT (line 13969) | func (m *EtcdDowngradeEnableResponse) SizeVT() (n int) { method SizeVT (line 13985) | func (m *EtcdDowngradeEnable) SizeVT() (n int) { method SizeVT (line 14009) | func (m *EtcdDowngradeCancelResponse) SizeVT() (n int) { method SizeVT (line 14025) | func (m *EtcdDowngradeCancel) SizeVT() (n int) { method SizeVT (line 14049) | func (m *EtcdClusterDowngrade) SizeVT() (n int) { method SizeVT (line 14063) | func (m *RouteConfig) SizeVT() (n int) { method SizeVT (line 14084) | func (m *DHCPOptionsConfig) SizeVT() (n int) { method SizeVT (line 14097) | func (m *NetworkDeviceConfig) SizeVT() (n int) { method SizeVT (line 14134) | func (m *NetworkConfig) SizeVT() (n int) { method SizeVT (line 14154) | func (m *InstallConfig) SizeVT() (n int) { method SizeVT (line 14172) | func (m *MachineConfig) SizeVT() (n int) { method SizeVT (line 14197) | func (m *ControlPlaneConfig) SizeVT() (n int) { method SizeVT (line 14211) | func (m *CNIConfig) SizeVT() (n int) { method SizeVT (line 14231) | func (m *ClusterNetworkConfig) SizeVT() (n int) { method SizeVT (line 14249) | func (m *ClusterConfig) SizeVT() (n int) { method SizeVT (line 14274) | func (m *GenerateClientConfigurationRequest) SizeVT() (n int) { method SizeVT (line 14294) | func (m *GenerateClientConfiguration) SizeVT() (n int) { method SizeVT (line 14330) | func (m *GenerateClientConfigurationResponse) SizeVT() (n int) { method SizeVT (line 14346) | func (m *PacketCaptureRequest) SizeVT() (n int) { method SizeVT (line 14372) | func (m *BPFInstruction) SizeVT() (n int) { method SizeVT (line 14394) | func (m *NetstatRequest_Feature) SizeVT() (n int) { method SizeVT (line 14407) | func (m *NetstatRequest_L4Proto) SizeVT() (n int) { method SizeVT (line 14441) | func (m *NetstatRequest_NetNS) SizeVT() (n int) { method SizeVT (line 14463) | func (m *NetstatRequest) SizeVT() (n int) { method SizeVT (line 14488) | func (m *ConnectRecord_Process) SizeVT() (n int) { method SizeVT (line 14505) | func (m *ConnectRecord) SizeVT() (n int) { method SizeVT (line 14574) | func (m *Netstat) SizeVT() (n int) { method SizeVT (line 14600) | func (m *NetstatResponse) SizeVT() (n int) { method SizeVT (line 14616) | func (m *MetaWriteRequest) SizeVT() (n int) { method SizeVT (line 14633) | func (m *MetaWrite) SizeVT() (n int) { method SizeVT (line 14653) | func (m *MetaWriteResponse) SizeVT() (n int) { method SizeVT (line 14669) | func (m *MetaDeleteRequest) SizeVT() (n int) { method SizeVT (line 14682) | func (m *MetaDelete) SizeVT() (n int) { method SizeVT (line 14702) | func (m *MetaDeleteResponse) SizeVT() (n int) { method SizeVT (line 14718) | func (m *ImageListRequest) SizeVT() (n int) { method SizeVT (line 14731) | func (m *ImageListResponse) SizeVT() (n int) { method SizeVT (line 14766) | func (m *ImagePullRequest) SizeVT() (n int) { method SizeVT (line 14783) | func (m *ImagePull) SizeVT() (n int) { method SizeVT (line 14803) | func (m *ImagePullResponse) SizeVT() (n int) { method UnmarshalVT (line 14819) | func (m *ApplyConfigurationRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 14979) | func (m *ApplyConfiguration) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 15157) | func (m *ApplyConfigurationResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 15242) | func (m *RebootRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 15312) | func (m *Reboot) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 15439) | func (m *RebootResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 15524) | func (m *BootstrapRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 15615) | func (m *Bootstrap) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 15710) | func (m *BootstrapResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 15795) | func (m *SequenceEvent) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 15941) | func (m *PhaseEvent) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 16043) | func (m *TaskEvent) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 16145) | func (m *ServiceStateEvent) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 16315) | func (m *RestartEvent) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 16385) | func (m *ConfigLoadErrorEvent) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 16468) | func (m *ConfigValidationErrorEvent) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 16551) | func (m *AddressEvent) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 16666) | func (m *MachineStatusEvent_MachineStatus_UnmetCondition) UnmarshalVT(dA... method UnmarshalVT (line 16781) | func (m *MachineStatusEvent_MachineStatus) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 16886) | func (m *MachineStatusEvent) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 16992) | func (m *EventsRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 17145) | func (m *Event) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 17340) | func (m *ResetPartitionSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 17443) | func (m *ResetRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 17619) | func (m *Reset) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 17746) | func (m *ResetResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 17831) | func (m *Shutdown) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 17958) | func (m *ShutdownRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 18029) | func (m *ShutdownResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 18114) | func (m *UpgradeRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 18276) | func (m *Upgrade) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 18435) | func (m *UpgradeResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 18520) | func (m *ServiceList) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 18649) | func (m *ServiceListResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 18734) | func (m *ServiceInfo) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 18921) | func (m *ServiceEvents) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 19006) | func (m *ServiceEvent) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 19157) | func (m *ServiceHealth) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 19316) | func (m *ServiceStartRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 19399) | func (m *ServiceStart) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 19526) | func (m *ServiceStartResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 19611) | func (m *ServiceStopRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 19694) | func (m *ServiceStop) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 19821) | func (m *ServiceStopResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 19906) | func (m *ServiceRestartRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 19989) | func (m *ServiceRestart) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 20116) | func (m *ServiceRestartResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 20201) | func (m *CopyRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 20284) | func (m *ListRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 20495) | func (m *DiskUsageRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 20636) | func (m *FileInfo) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 21008) | func (m *Xattr) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 21125) | func (m *DiskUsageInfo) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 21335) | func (m *Mounts) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 21464) | func (m *MountsResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 21549) | func (m *MountStat) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 21702) | func (m *Version) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 21905) | func (m *VersionResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 21990) | func (m *VersionInfo) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 22233) | func (m *PlatformInfo) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 22348) | func (m *FeaturesInfo) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 22419) | func (m *LogsRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 22592) | func (m *ReadRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 22675) | func (m *LogsContainer) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 22802) | func (m *LogsContainersResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 22887) | func (m *RollbackRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 22938) | func (m *Rollback) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 23033) | func (m *RollbackResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 23118) | func (m *ContainersRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 23220) | func (m *ContainerInfo) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 23578) | func (m *Container) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 23707) | func (m *ContainersResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 23792) | func (m *DmesgRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 23883) | func (m *ProcessesResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 23968) | func (m *Process) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 24097) | func (m *ProcessInfo) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 24414) | func (m *RestartRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 24548) | func (m *Restart) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 24643) | func (m *RestartResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 24728) | func (m *StatsRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 24830) | func (m *Stats) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 24959) | func (m *StatsResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 25044) | func (m *Stat) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 25261) | func (m *Memory) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 25392) | func (m *MemoryResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 25477) | func (m *MemInfo) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 26440) | func (m *HostnameResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 26525) | func (m *Hostname) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 26652) | func (m *LoadAvgResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 26737) | func (m *LoadAvg) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 26865) | func (m *SystemStatResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 26950) | func (m *SystemStat) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 27360) | func (m *CPUStat) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 27521) | func (m *SoftIRQStat) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 27762) | func (m *CPUFreqStatsResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 27847) | func (m *CPUsFreqStats) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 27976) | func (m *CPUFreqStats) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 28116) | func (m *CPUInfoResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 28201) | func (m *CPUsInfo) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 28330) | func (m *CPUInfo) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 29093) | func (m *NetworkDeviceStatsResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 29178) | func (m *NetworkDeviceStats) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 29343) | func (m *NetDev) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 29730) | func (m *DiskStatsResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 29815) | func (m *DiskStats) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 29980) | func (m *DiskStat) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 30348) | func (m *EtcdLeaveClusterRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 30399) | func (m *EtcdLeaveCluster) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 30494) | func (m *EtcdLeaveClusterResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 30579) | func (m *EtcdRemoveMemberRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 30662) | func (m *EtcdRemoveMember) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 30757) | func (m *EtcdRemoveMemberResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 30842) | func (m *EtcdRemoveMemberByIDRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 30912) | func (m *EtcdRemoveMemberByID) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 31007) | func (m *EtcdRemoveMemberByIDResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 31092) | func (m *EtcdForfeitLeadershipRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 31143) | func (m *EtcdForfeitLeadership) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 31270) | func (m *EtcdForfeitLeadershipResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 31355) | func (m *EtcdMemberListRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 31426) | func (m *EtcdMember) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 31612) | func (m *EtcdMembers) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 31773) | func (m *EtcdMemberListResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 31858) | func (m *EtcdSnapshotRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 31909) | func (m *EtcdRecover) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 32004) | func (m *EtcdRecoverResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 32089) | func (m *EtcdAlarmListResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 32174) | func (m *EtcdAlarm) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 32303) | func (m *EtcdMemberAlarm) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 32392) | func (m *EtcdAlarmDisarmResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 32477) | func (m *EtcdAlarmDisarm) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 32606) | func (m *EtcdDefragmentResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 32691) | func (m *EtcdDefragment) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 32786) | func (m *EtcdStatusResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 32871) | func (m *EtcdStatus) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 33002) | func (m *EtcdMemberStatus) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 33302) | func (m *EtcdDowngradeValidateRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 33385) | func (m *EtcdDowngradeValidateResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 33470) | func (m *EtcdDowngradeValidate) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 33601) | func (m *EtcdDowngradeEnableRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 33684) | func (m *EtcdDowngradeEnableResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 33769) | func (m *EtcdDowngradeEnable) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 33900) | func (m *EtcdDowngradeCancelResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 33985) | func (m *EtcdDowngradeCancel) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 34116) | func (m *EtcdClusterDowngrade) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 34199) | func (m *RouteConfig) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 34333) | func (m *DHCPOptionsConfig) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 34403) | func (m *NetworkDeviceConfig) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 34647) | func (m *NetworkConfig) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 34764) | func (m *InstallConfig) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 34879) | func (m *MachineConfig) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 35053) | func (m *ControlPlaneConfig) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 35136) | func (m *CNIConfig) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 35251) | func (m *ClusterNetworkConfig) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 35370) | func (m *ClusterConfig) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 35545) | func (m *GenerateClientConfigurationRequest) UnmarshalVT(dAtA []byte) er... method UnmarshalVT (line 35664) | func (m *GenerateClientConfiguration) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 35895) | func (m *GenerateClientConfigurationResponse) UnmarshalVT(dAtA []byte) e... method UnmarshalVT (line 35980) | func (m *PacketCaptureRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 36136) | func (m *BPFInstruction) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 36263) | func (m *NetstatRequest_Feature) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 36334) | func (m *NetstatRequest_L4Proto) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 36545) | func (m *NetstatRequest_NetNS) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 36668) | func (m *NetstatRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 36846) | func (m *ConnectRecord_Process) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 36948) | func (m *ConnectRecord) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 37410) | func (m *Netstat) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 37539) | func (m *NetstatResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 37624) | func (m *MetaWriteRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 37728) | func (m *MetaWrite) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 37823) | func (m *MetaWriteResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 37908) | func (m *MetaDeleteRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 37978) | func (m *MetaDelete) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 38073) | func (m *MetaDeleteResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 38158) | func (m *ImageListRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 38228) | func (m *ImageListResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 38442) | func (m *ImagePullRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 38544) | func (m *ImagePull) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 38639) | func (m *ImagePullResponse) UnmarshalVT(dAtA []byte) error { FILE: pkg/machinery/api/resource/config/config.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type MachineType (line 26) | type MachineType method Enum (line 51) | func (x MachineType) Enum() *MachineType { method String (line 57) | func (x MachineType) String() string { method Descriptor (line 61) | func (MachineType) Descriptor() protoreflect.EnumDescriptor { method Type (line 65) | func (MachineType) Type() protoreflect.EnumType { method Number (line 69) | func (x MachineType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 74) | func (MachineType) EnumDescriptor() ([]byte, []int) { constant MachineType_UNKNOWN (line 29) | MachineType_UNKNOWN MachineType = 0 constant MachineType_INIT (line 30) | MachineType_INIT MachineType = 1 constant MachineType_CONTROL_PLANE (line 31) | MachineType_CONTROL_PLANE MachineType = 2 constant MachineType_WORKER (line 32) | MachineType_WORKER MachineType = 3 type MachineConfigSpec (line 79) | type MachineConfigSpec struct method Reset (line 89) | func (x *MachineConfigSpec) Reset() { method String (line 96) | func (x *MachineConfigSpec) String() string { method ProtoMessage (line 100) | func (*MachineConfigSpec) ProtoMessage() {} method ProtoReflect (line 102) | func (x *MachineConfigSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 115) | func (*MachineConfigSpec) Descriptor() ([]byte, []int) { method GetYamlMarshalled (line 119) | func (x *MachineConfigSpec) GetYamlMarshalled() []byte { type MachineTypeSpec (line 127) | type MachineTypeSpec struct method Reset (line 134) | func (x *MachineTypeSpec) Reset() { method String (line 141) | func (x *MachineTypeSpec) String() string { method ProtoMessage (line 145) | func (*MachineTypeSpec) ProtoMessage() {} method ProtoReflect (line 147) | func (x *MachineTypeSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 160) | func (*MachineTypeSpec) Descriptor() ([]byte, []int) { method GetMachineType (line 164) | func (x *MachineTypeSpec) GetMachineType() MachineType { constant file_resource_config_config_proto_rawDesc (line 173) | file_resource_config_config_proto_rawDesc = "" + function file_resource_config_config_proto_rawDescGZIP (line 193) | func file_resource_config_config_proto_rawDescGZIP() []byte { function init (line 216) | func init() { file_resource_config_config_proto_init() } function file_resource_config_config_proto_init (line 217) | func file_resource_config_config_proto_init() { FILE: pkg/machinery/api/resource/config/config_vtproto.pb.go constant _ (line 17) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 19) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) method MarshalVT (line 22) | func (m *MachineConfigSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 35) | func (m *MachineConfigSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 40) | func (m *MachineConfigSpec) MarshalToSizedBufferVT(dAtA []byte) (int, er... method MarshalVT (line 62) | func (m *MachineTypeSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 75) | func (m *MachineTypeSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 80) | func (m *MachineTypeSpec) MarshalToSizedBufferVT(dAtA []byte) (int, erro... method SizeVT (line 100) | func (m *MachineConfigSpec) SizeVT() (n int) { method SizeVT (line 114) | func (m *MachineTypeSpec) SizeVT() (n int) { method UnmarshalVT (line 127) | func (m *MachineConfigSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 212) | func (m *MachineTypeSpec) UnmarshalVT(dAtA []byte) error { FILE: pkg/machinery/api/resource/definitions/block/block.pb.go constant _ (line 23) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 25) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type DeviceSpec (line 29) | type DeviceSpec struct method Reset (line 44) | func (x *DeviceSpec) Reset() { method String (line 51) | func (x *DeviceSpec) String() string { method ProtoMessage (line 55) | func (*DeviceSpec) ProtoMessage() {} method ProtoReflect (line 57) | func (x *DeviceSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 70) | func (*DeviceSpec) Descriptor() ([]byte, []int) { method GetType (line 74) | func (x *DeviceSpec) GetType() string { method GetMajor (line 81) | func (x *DeviceSpec) GetMajor() int64 { method GetMinor (line 88) | func (x *DeviceSpec) GetMinor() int64 { method GetPartitionName (line 95) | func (x *DeviceSpec) GetPartitionName() string { method GetPartitionNumber (line 102) | func (x *DeviceSpec) GetPartitionNumber() int64 { method GetGeneration (line 109) | func (x *DeviceSpec) GetGeneration() int64 { method GetDevicePath (line 116) | func (x *DeviceSpec) GetDevicePath() string { method GetParent (line 123) | func (x *DeviceSpec) GetParent() string { method GetSecondaries (line 130) | func (x *DeviceSpec) GetSecondaries() []string { type DiscoveredVolumeSpec (line 138) | type DiscoveredVolumeSpec struct method Reset (line 164) | func (x *DiscoveredVolumeSpec) Reset() { method String (line 171) | func (x *DiscoveredVolumeSpec) String() string { method ProtoMessage (line 175) | func (*DiscoveredVolumeSpec) ProtoMessage() {} method ProtoReflect (line 177) | func (x *DiscoveredVolumeSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 190) | func (*DiscoveredVolumeSpec) Descriptor() ([]byte, []int) { method GetSize (line 194) | func (x *DiscoveredVolumeSpec) GetSize() uint64 { method GetSectorSize (line 201) | func (x *DiscoveredVolumeSpec) GetSectorSize() uint64 { method GetIoSize (line 208) | func (x *DiscoveredVolumeSpec) GetIoSize() uint64 { method GetName (line 215) | func (x *DiscoveredVolumeSpec) GetName() string { method GetUuid (line 222) | func (x *DiscoveredVolumeSpec) GetUuid() string { method GetLabel (line 229) | func (x *DiscoveredVolumeSpec) GetLabel() string { method GetBlockSize (line 236) | func (x *DiscoveredVolumeSpec) GetBlockSize() uint32 { method GetFilesystemBlockSize (line 243) | func (x *DiscoveredVolumeSpec) GetFilesystemBlockSize() uint32 { method GetProbedSize (line 250) | func (x *DiscoveredVolumeSpec) GetProbedSize() uint64 { method GetPartitionUuid (line 257) | func (x *DiscoveredVolumeSpec) GetPartitionUuid() string { method GetPartitionType (line 264) | func (x *DiscoveredVolumeSpec) GetPartitionType() string { method GetPartitionLabel (line 271) | func (x *DiscoveredVolumeSpec) GetPartitionLabel() string { method GetPartitionIndex (line 278) | func (x *DiscoveredVolumeSpec) GetPartitionIndex() uint64 { method GetType (line 285) | func (x *DiscoveredVolumeSpec) GetType() string { method GetDevicePath (line 292) | func (x *DiscoveredVolumeSpec) GetDevicePath() string { method GetParent (line 299) | func (x *DiscoveredVolumeSpec) GetParent() string { method GetDevPath (line 306) | func (x *DiscoveredVolumeSpec) GetDevPath() string { method GetParentDevPath (line 313) | func (x *DiscoveredVolumeSpec) GetParentDevPath() string { method GetPrettySize (line 320) | func (x *DiscoveredVolumeSpec) GetPrettySize() string { method GetOffset (line 327) | func (x *DiscoveredVolumeSpec) GetOffset() uint64 { type DiscoveryRefreshRequestSpec (line 335) | type DiscoveryRefreshRequestSpec struct method Reset (line 342) | func (x *DiscoveryRefreshRequestSpec) Reset() { method String (line 349) | func (x *DiscoveryRefreshRequestSpec) String() string { method ProtoMessage (line 353) | func (*DiscoveryRefreshRequestSpec) ProtoMessage() {} method ProtoReflect (line 355) | func (x *DiscoveryRefreshRequestSpec) ProtoReflect() protoreflect.Mess... method Descriptor (line 368) | func (*DiscoveryRefreshRequestSpec) Descriptor() ([]byte, []int) { method GetRequest (line 372) | func (x *DiscoveryRefreshRequestSpec) GetRequest() int64 { type DiscoveryRefreshStatusSpec (line 380) | type DiscoveryRefreshStatusSpec struct method Reset (line 387) | func (x *DiscoveryRefreshStatusSpec) Reset() { method String (line 394) | func (x *DiscoveryRefreshStatusSpec) String() string { method ProtoMessage (line 398) | func (*DiscoveryRefreshStatusSpec) ProtoMessage() {} method ProtoReflect (line 400) | func (x *DiscoveryRefreshStatusSpec) ProtoReflect() protoreflect.Messa... method Descriptor (line 413) | func (*DiscoveryRefreshStatusSpec) Descriptor() ([]byte, []int) { method GetRequest (line 417) | func (x *DiscoveryRefreshStatusSpec) GetRequest() int64 { type DiskSelector (line 425) | type DiskSelector struct method Reset (line 433) | func (x *DiskSelector) Reset() { method String (line 440) | func (x *DiskSelector) String() string { method ProtoMessage (line 444) | func (*DiskSelector) ProtoMessage() {} method ProtoReflect (line 446) | func (x *DiskSelector) ProtoReflect() protoreflect.Message { method Descriptor (line 459) | func (*DiskSelector) Descriptor() ([]byte, []int) { method GetMatch (line 463) | func (x *DiskSelector) GetMatch() *v1alpha1.CheckedExpr { method GetExternal (line 470) | func (x *DiskSelector) GetExternal() string { type DiskSpec (line 478) | type DiskSpec struct method Reset (line 502) | func (x *DiskSpec) Reset() { method String (line 509) | func (x *DiskSpec) String() string { method ProtoMessage (line 513) | func (*DiskSpec) ProtoMessage() {} method ProtoReflect (line 515) | func (x *DiskSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 528) | func (*DiskSpec) Descriptor() ([]byte, []int) { method GetSize (line 532) | func (x *DiskSpec) GetSize() uint64 { method GetIoSize (line 539) | func (x *DiskSpec) GetIoSize() uint64 { method GetSectorSize (line 546) | func (x *DiskSpec) GetSectorSize() uint64 { method GetReadonly (line 553) | func (x *DiskSpec) GetReadonly() bool { method GetModel (line 560) | func (x *DiskSpec) GetModel() string { method GetSerial (line 567) | func (x *DiskSpec) GetSerial() string { method GetModalias (line 574) | func (x *DiskSpec) GetModalias() string { method GetWwid (line 581) | func (x *DiskSpec) GetWwid() string { method GetBusPath (line 588) | func (x *DiskSpec) GetBusPath() string { method GetSubSystem (line 595) | func (x *DiskSpec) GetSubSystem() string { method GetTransport (line 602) | func (x *DiskSpec) GetTransport() string { method GetRotational (line 609) | func (x *DiskSpec) GetRotational() bool { method GetCdrom (line 616) | func (x *DiskSpec) GetCdrom() bool { method GetDevPath (line 623) | func (x *DiskSpec) GetDevPath() string { method GetPrettySize (line 630) | func (x *DiskSpec) GetPrettySize() string { method GetSecondaryDisks (line 637) | func (x *DiskSpec) GetSecondaryDisks() []string { method GetUuid (line 644) | func (x *DiskSpec) GetUuid() string { method GetSymlinks (line 651) | func (x *DiskSpec) GetSymlinks() []string { type EncryptionKey (line 659) | type EncryptionKey struct method Reset (line 673) | func (x *EncryptionKey) Reset() { method String (line 680) | func (x *EncryptionKey) String() string { method ProtoMessage (line 684) | func (*EncryptionKey) ProtoMessage() {} method ProtoReflect (line 686) | func (x *EncryptionKey) ProtoReflect() protoreflect.Message { method Descriptor (line 699) | func (*EncryptionKey) Descriptor() ([]byte, []int) { method GetSlot (line 703) | func (x *EncryptionKey) GetSlot() int64 { method GetType (line 710) | func (x *EncryptionKey) GetType() enums.BlockEncryptionKeyType { method GetStaticPassphrase (line 717) | func (x *EncryptionKey) GetStaticPassphrase() []byte { method GetKmsEndpoint (line 724) | func (x *EncryptionKey) GetKmsEndpoint() string { method GetTpmCheckSecurebootStatusOnEnroll (line 731) | func (x *EncryptionKey) GetTpmCheckSecurebootStatusOnEnroll() bool { method GetLockToState (line 738) | func (x *EncryptionKey) GetLockToState() bool { method GetTpmpcRs (line 745) | func (x *EncryptionKey) GetTpmpcRs() []int64 { method GetTpmPubKeyPcRs (line 752) | func (x *EncryptionKey) GetTpmPubKeyPcRs() []int64 { type EncryptionSpec (line 760) | type EncryptionSpec struct method Reset (line 772) | func (x *EncryptionSpec) Reset() { method String (line 779) | func (x *EncryptionSpec) String() string { method ProtoMessage (line 783) | func (*EncryptionSpec) ProtoMessage() {} method ProtoReflect (line 785) | func (x *EncryptionSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 798) | func (*EncryptionSpec) Descriptor() ([]byte, []int) { method GetProvider (line 802) | func (x *EncryptionSpec) GetProvider() enums.BlockEncryptionProviderTy... method GetKeys (line 809) | func (x *EncryptionSpec) GetKeys() []*EncryptionKey { method GetCipher (line 816) | func (x *EncryptionSpec) GetCipher() string { method GetKeySize (line 823) | func (x *EncryptionSpec) GetKeySize() uint64 { method GetBlockSize (line 830) | func (x *EncryptionSpec) GetBlockSize() uint64 { method GetPerfOptions (line 837) | func (x *EncryptionSpec) GetPerfOptions() []string { type FilesystemSpec (line 845) | type FilesystemSpec struct method Reset (line 853) | func (x *FilesystemSpec) Reset() { method String (line 860) | func (x *FilesystemSpec) String() string { method ProtoMessage (line 864) | func (*FilesystemSpec) ProtoMessage() {} method ProtoReflect (line 866) | func (x *FilesystemSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 879) | func (*FilesystemSpec) Descriptor() ([]byte, []int) { method GetType (line 883) | func (x *FilesystemSpec) GetType() enums.BlockFilesystemType { method GetLabel (line 890) | func (x *FilesystemSpec) GetLabel() string { type LocatorSpec (line 898) | type LocatorSpec struct method Reset (line 906) | func (x *LocatorSpec) Reset() { method String (line 913) | func (x *LocatorSpec) String() string { method ProtoMessage (line 917) | func (*LocatorSpec) ProtoMessage() {} method ProtoReflect (line 919) | func (x *LocatorSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 932) | func (*LocatorSpec) Descriptor() ([]byte, []int) { method GetMatch (line 936) | func (x *LocatorSpec) GetMatch() *v1alpha1.CheckedExpr { method GetDiskMatch (line 943) | func (x *LocatorSpec) GetDiskMatch() *v1alpha1.CheckedExpr { type MountRequestSpec (line 951) | type MountRequestSpec struct method Reset (line 965) | func (x *MountRequestSpec) Reset() { method String (line 972) | func (x *MountRequestSpec) String() string { method ProtoMessage (line 976) | func (*MountRequestSpec) ProtoMessage() {} method ProtoReflect (line 978) | func (x *MountRequestSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 991) | func (*MountRequestSpec) Descriptor() ([]byte, []int) { method GetVolumeId (line 995) | func (x *MountRequestSpec) GetVolumeId() string { method GetParentMountId (line 1002) | func (x *MountRequestSpec) GetParentMountId() string { method GetRequesters (line 1009) | func (x *MountRequestSpec) GetRequesters() []string { method GetRequesterIDs (line 1016) | func (x *MountRequestSpec) GetRequesterIDs() []string { method GetReadOnly (line 1023) | func (x *MountRequestSpec) GetReadOnly() bool { method GetDetached (line 1030) | func (x *MountRequestSpec) GetDetached() bool { method GetDisableAccessTime (line 1037) | func (x *MountRequestSpec) GetDisableAccessTime() bool { method GetSecure (line 1044) | func (x *MountRequestSpec) GetSecure() bool { type MountSpec (line 1052) | type MountSpec struct method Reset (line 1068) | func (x *MountSpec) Reset() { method String (line 1075) | func (x *MountSpec) String() string { method ProtoMessage (line 1079) | func (*MountSpec) ProtoMessage() {} method ProtoReflect (line 1081) | func (x *MountSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1094) | func (*MountSpec) Descriptor() ([]byte, []int) { method GetTargetPath (line 1098) | func (x *MountSpec) GetTargetPath() string { method GetSelinuxLabel (line 1105) | func (x *MountSpec) GetSelinuxLabel() string { method GetProjectQuotaSupport (line 1112) | func (x *MountSpec) GetProjectQuotaSupport() bool { method GetParentId (line 1119) | func (x *MountSpec) GetParentId() string { method GetFileMode (line 1126) | func (x *MountSpec) GetFileMode() uint32 { method GetUid (line 1133) | func (x *MountSpec) GetUid() int64 { method GetGid (line 1140) | func (x *MountSpec) GetGid() int64 { method GetRecursiveRelabel (line 1147) | func (x *MountSpec) GetRecursiveRelabel() bool { method GetBindTarget (line 1154) | func (x *MountSpec) GetBindTarget() string { method GetParameters (line 1161) | func (x *MountSpec) GetParameters() []*ParameterSpec { type MountStatusSpec (line 1169) | type MountStatusSpec struct method Reset (line 1183) | func (x *MountStatusSpec) Reset() { method String (line 1190) | func (x *MountStatusSpec) String() string { method ProtoMessage (line 1194) | func (*MountStatusSpec) ProtoMessage() {} method ProtoReflect (line 1196) | func (x *MountStatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1209) | func (*MountStatusSpec) Descriptor() ([]byte, []int) { method GetSpec (line 1213) | func (x *MountStatusSpec) GetSpec() *MountRequestSpec { method GetTarget (line 1220) | func (x *MountStatusSpec) GetTarget() string { method GetSource (line 1227) | func (x *MountStatusSpec) GetSource() string { method GetFilesystem (line 1234) | func (x *MountStatusSpec) GetFilesystem() enums.BlockFilesystemType { method GetReadOnly (line 1241) | func (x *MountStatusSpec) GetReadOnly() bool { method GetProjectQuotaSupport (line 1248) | func (x *MountStatusSpec) GetProjectQuotaSupport() bool { method GetEncryptionProvider (line 1255) | func (x *MountStatusSpec) GetEncryptionProvider() enums.BlockEncryptio... method GetDetached (line 1262) | func (x *MountStatusSpec) GetDetached() bool { type ParameterSpec (line 1270) | type ParameterSpec struct method Reset (line 1280) | func (x *ParameterSpec) Reset() { method String (line 1287) | func (x *ParameterSpec) String() string { method ProtoMessage (line 1291) | func (*ParameterSpec) ProtoMessage() {} method ProtoReflect (line 1293) | func (x *ParameterSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1306) | func (*ParameterSpec) Descriptor() ([]byte, []int) { method GetType (line 1310) | func (x *ParameterSpec) GetType() enums.BlockFSParameterType { method GetName (line 1317) | func (x *ParameterSpec) GetName() string { method GetString_ (line 1324) | func (x *ParameterSpec) GetString_() string { method GetBinary (line 1331) | func (x *ParameterSpec) GetBinary() []byte { type PartitionSpec (line 1339) | type PartitionSpec struct method Reset (line 1352) | func (x *PartitionSpec) Reset() { method String (line 1359) | func (x *PartitionSpec) String() string { method ProtoMessage (line 1363) | func (*PartitionSpec) ProtoMessage() {} method ProtoReflect (line 1365) | func (x *PartitionSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1378) | func (*PartitionSpec) Descriptor() ([]byte, []int) { method GetMinSize (line 1382) | func (x *PartitionSpec) GetMinSize() uint64 { method GetMaxSize (line 1389) | func (x *PartitionSpec) GetMaxSize() uint64 { method GetGrow (line 1396) | func (x *PartitionSpec) GetGrow() bool { method GetLabel (line 1403) | func (x *PartitionSpec) GetLabel() string { method GetTypeUuid (line 1410) | func (x *PartitionSpec) GetTypeUuid() string { method GetRelativeMaxSize (line 1417) | func (x *PartitionSpec) GetRelativeMaxSize() uint64 { method GetNegativeMaxSize (line 1424) | func (x *PartitionSpec) GetNegativeMaxSize() bool { type ProvisioningSpec (line 1432) | type ProvisioningSpec struct method Reset (line 1442) | func (x *ProvisioningSpec) Reset() { method String (line 1449) | func (x *ProvisioningSpec) String() string { method ProtoMessage (line 1453) | func (*ProvisioningSpec) ProtoMessage() {} method ProtoReflect (line 1455) | func (x *ProvisioningSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1468) | func (*ProvisioningSpec) Descriptor() ([]byte, []int) { method GetDiskSelector (line 1472) | func (x *ProvisioningSpec) GetDiskSelector() *DiskSelector { method GetPartitionSpec (line 1479) | func (x *ProvisioningSpec) GetPartitionSpec() *PartitionSpec { method GetWave (line 1486) | func (x *ProvisioningSpec) GetWave() int64 { method GetFilesystemSpec (line 1493) | func (x *ProvisioningSpec) GetFilesystemSpec() *FilesystemSpec { type SwapStatusSpec (line 1501) | type SwapStatusSpec struct method Reset (line 1514) | func (x *SwapStatusSpec) Reset() { method String (line 1521) | func (x *SwapStatusSpec) String() string { method ProtoMessage (line 1525) | func (*SwapStatusSpec) ProtoMessage() {} method ProtoReflect (line 1527) | func (x *SwapStatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1540) | func (*SwapStatusSpec) Descriptor() ([]byte, []int) { method GetDevice (line 1544) | func (x *SwapStatusSpec) GetDevice() string { method GetSizeBytes (line 1551) | func (x *SwapStatusSpec) GetSizeBytes() uint64 { method GetSizeHuman (line 1558) | func (x *SwapStatusSpec) GetSizeHuman() string { method GetUsedBytes (line 1565) | func (x *SwapStatusSpec) GetUsedBytes() uint64 { method GetUsedHuman (line 1572) | func (x *SwapStatusSpec) GetUsedHuman() string { method GetPriority (line 1579) | func (x *SwapStatusSpec) GetPriority() int32 { method GetType (line 1586) | func (x *SwapStatusSpec) GetType() string { type SymlinkProvisioningSpec (line 1594) | type SymlinkProvisioningSpec struct method Reset (line 1602) | func (x *SymlinkProvisioningSpec) Reset() { method String (line 1609) | func (x *SymlinkProvisioningSpec) String() string { method ProtoMessage (line 1613) | func (*SymlinkProvisioningSpec) ProtoMessage() {} method ProtoReflect (line 1615) | func (x *SymlinkProvisioningSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1628) | func (*SymlinkProvisioningSpec) Descriptor() ([]byte, []int) { method GetSymlinkTargetPath (line 1632) | func (x *SymlinkProvisioningSpec) GetSymlinkTargetPath() string { method GetForce (line 1639) | func (x *SymlinkProvisioningSpec) GetForce() bool { type SymlinkSpec (line 1647) | type SymlinkSpec struct method Reset (line 1654) | func (x *SymlinkSpec) Reset() { method String (line 1661) | func (x *SymlinkSpec) String() string { method ProtoMessage (line 1665) | func (*SymlinkSpec) ProtoMessage() {} method ProtoReflect (line 1667) | func (x *SymlinkSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1680) | func (*SymlinkSpec) Descriptor() ([]byte, []int) { method GetPaths (line 1684) | func (x *SymlinkSpec) GetPaths() []string { type SystemDiskSpec (line 1692) | type SystemDiskSpec struct method Reset (line 1700) | func (x *SystemDiskSpec) Reset() { method String (line 1707) | func (x *SystemDiskSpec) String() string { method ProtoMessage (line 1711) | func (*SystemDiskSpec) ProtoMessage() {} method ProtoReflect (line 1713) | func (x *SystemDiskSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1726) | func (*SystemDiskSpec) Descriptor() ([]byte, []int) { method GetDiskId (line 1730) | func (x *SystemDiskSpec) GetDiskId() string { method GetDevPath (line 1737) | func (x *SystemDiskSpec) GetDevPath() string { type TPMEncryptionOptionsInfo (line 1745) | type TPMEncryptionOptionsInfo struct method Reset (line 1753) | func (x *TPMEncryptionOptionsInfo) Reset() { method String (line 1760) | func (x *TPMEncryptionOptionsInfo) String() string { method ProtoMessage (line 1764) | func (*TPMEncryptionOptionsInfo) ProtoMessage() {} method ProtoReflect (line 1766) | func (x *TPMEncryptionOptionsInfo) ProtoReflect() protoreflect.Message { method Descriptor (line 1779) | func (*TPMEncryptionOptionsInfo) Descriptor() ([]byte, []int) { method GetPcRs (line 1783) | func (x *TPMEncryptionOptionsInfo) GetPcRs() []int64 { method GetPubKeyPcRs (line 1790) | func (x *TPMEncryptionOptionsInfo) GetPubKeyPcRs() []int64 { type UserDiskConfigStatusSpec (line 1798) | type UserDiskConfigStatusSpec struct method Reset (line 1806) | func (x *UserDiskConfigStatusSpec) Reset() { method String (line 1813) | func (x *UserDiskConfigStatusSpec) String() string { method ProtoMessage (line 1817) | func (*UserDiskConfigStatusSpec) ProtoMessage() {} method ProtoReflect (line 1819) | func (x *UserDiskConfigStatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1832) | func (*UserDiskConfigStatusSpec) Descriptor() ([]byte, []int) { method GetReady (line 1836) | func (x *UserDiskConfigStatusSpec) GetReady() bool { method GetTornDown (line 1843) | func (x *UserDiskConfigStatusSpec) GetTornDown() bool { type VolumeConfigSpec (line 1851) | type VolumeConfigSpec struct method Reset (line 1864) | func (x *VolumeConfigSpec) Reset() { method String (line 1871) | func (x *VolumeConfigSpec) String() string { method ProtoMessage (line 1875) | func (*VolumeConfigSpec) ProtoMessage() {} method ProtoReflect (line 1877) | func (x *VolumeConfigSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1890) | func (*VolumeConfigSpec) Descriptor() ([]byte, []int) { method GetParentId (line 1894) | func (x *VolumeConfigSpec) GetParentId() string { method GetType (line 1901) | func (x *VolumeConfigSpec) GetType() enums.BlockVolumeType { method GetProvisioning (line 1908) | func (x *VolumeConfigSpec) GetProvisioning() *ProvisioningSpec { method GetLocator (line 1915) | func (x *VolumeConfigSpec) GetLocator() *LocatorSpec { method GetMount (line 1922) | func (x *VolumeConfigSpec) GetMount() *MountSpec { method GetEncryption (line 1929) | func (x *VolumeConfigSpec) GetEncryption() *EncryptionSpec { method GetSymlink (line 1936) | func (x *VolumeConfigSpec) GetSymlink() *SymlinkProvisioningSpec { type VolumeMountRequestSpec (line 1944) | type VolumeMountRequestSpec struct method Reset (line 1956) | func (x *VolumeMountRequestSpec) Reset() { method String (line 1963) | func (x *VolumeMountRequestSpec) String() string { method ProtoMessage (line 1967) | func (*VolumeMountRequestSpec) ProtoMessage() {} method ProtoReflect (line 1969) | func (x *VolumeMountRequestSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1982) | func (*VolumeMountRequestSpec) Descriptor() ([]byte, []int) { method GetVolumeId (line 1986) | func (x *VolumeMountRequestSpec) GetVolumeId() string { method GetRequester (line 1993) | func (x *VolumeMountRequestSpec) GetRequester() string { method GetReadOnly (line 2000) | func (x *VolumeMountRequestSpec) GetReadOnly() bool { method GetDetached (line 2007) | func (x *VolumeMountRequestSpec) GetDetached() bool { method GetDisableAccessTime (line 2014) | func (x *VolumeMountRequestSpec) GetDisableAccessTime() bool { method GetSecure (line 2021) | func (x *VolumeMountRequestSpec) GetSecure() bool { type VolumeMountStatusSpec (line 2029) | type VolumeMountStatusSpec struct method Reset (line 2042) | func (x *VolumeMountStatusSpec) Reset() { method String (line 2049) | func (x *VolumeMountStatusSpec) String() string { method ProtoMessage (line 2053) | func (*VolumeMountStatusSpec) ProtoMessage() {} method ProtoReflect (line 2055) | func (x *VolumeMountStatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 2068) | func (*VolumeMountStatusSpec) Descriptor() ([]byte, []int) { method GetVolumeId (line 2072) | func (x *VolumeMountStatusSpec) GetVolumeId() string { method GetRequester (line 2079) | func (x *VolumeMountStatusSpec) GetRequester() string { method GetTarget (line 2086) | func (x *VolumeMountStatusSpec) GetTarget() string { method GetReadOnly (line 2093) | func (x *VolumeMountStatusSpec) GetReadOnly() bool { method GetDetached (line 2100) | func (x *VolumeMountStatusSpec) GetDetached() bool { method GetDisableAccessTime (line 2107) | func (x *VolumeMountStatusSpec) GetDisableAccessTime() bool { method GetSecure (line 2114) | func (x *VolumeMountStatusSpec) GetSecure() bool { type VolumeStatusSpec (line 2122) | type VolumeStatusSpec struct method Reset (line 2150) | func (x *VolumeStatusSpec) Reset() { method String (line 2157) | func (x *VolumeStatusSpec) String() string { method ProtoMessage (line 2161) | func (*VolumeStatusSpec) ProtoMessage() {} method ProtoReflect (line 2163) | func (x *VolumeStatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 2176) | func (*VolumeStatusSpec) Descriptor() ([]byte, []int) { method GetPhase (line 2180) | func (x *VolumeStatusSpec) GetPhase() enums.BlockVolumePhase { method GetLocation (line 2187) | func (x *VolumeStatusSpec) GetLocation() string { method GetErrorMessage (line 2194) | func (x *VolumeStatusSpec) GetErrorMessage() string { method GetUuid (line 2201) | func (x *VolumeStatusSpec) GetUuid() string { method GetPartitionUuid (line 2208) | func (x *VolumeStatusSpec) GetPartitionUuid() string { method GetPreFailPhase (line 2215) | func (x *VolumeStatusSpec) GetPreFailPhase() enums.BlockVolumePhase { method GetParentLocation (line 2222) | func (x *VolumeStatusSpec) GetParentLocation() string { method GetPartitionIndex (line 2229) | func (x *VolumeStatusSpec) GetPartitionIndex() int64 { method GetSize (line 2236) | func (x *VolumeStatusSpec) GetSize() uint64 { method GetFilesystem (line 2243) | func (x *VolumeStatusSpec) GetFilesystem() enums.BlockFilesystemType { method GetMountLocation (line 2250) | func (x *VolumeStatusSpec) GetMountLocation() string { method GetEncryptionProvider (line 2257) | func (x *VolumeStatusSpec) GetEncryptionProvider() enums.BlockEncrypti... method GetPrettySize (line 2264) | func (x *VolumeStatusSpec) GetPrettySize() string { method GetEncryptionFailedSyncs (line 2271) | func (x *VolumeStatusSpec) GetEncryptionFailedSyncs() []string { method GetMountSpec (line 2278) | func (x *VolumeStatusSpec) GetMountSpec() *MountSpec { method GetType (line 2285) | func (x *VolumeStatusSpec) GetType() enums.BlockVolumeType { method GetConfiguredEncryptionKeys (line 2292) | func (x *VolumeStatusSpec) GetConfiguredEncryptionKeys() []string { method GetSymlinkSpec (line 2299) | func (x *VolumeStatusSpec) GetSymlinkSpec() *SymlinkProvisioningSpec { method GetParentId (line 2306) | func (x *VolumeStatusSpec) GetParentId() string { method GetEncryptionLockedToState (line 2313) | func (x *VolumeStatusSpec) GetEncryptionLockedToState() bool { method GetEncryptionSlot (line 2320) | func (x *VolumeStatusSpec) GetEncryptionSlot() int64 { method GetTpmEncryptionOptions (line 2327) | func (x *VolumeStatusSpec) GetTpmEncryptionOptions() *TPMEncryptionOpt... type ZswapStatusSpec (line 2335) | type ZswapStatusSpec struct method Reset (line 2351) | func (x *ZswapStatusSpec) Reset() { method String (line 2358) | func (x *ZswapStatusSpec) String() string { method ProtoMessage (line 2362) | func (*ZswapStatusSpec) ProtoMessage() {} method ProtoReflect (line 2364) | func (x *ZswapStatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 2377) | func (*ZswapStatusSpec) Descriptor() ([]byte, []int) { method GetTotalSizeBytes (line 2381) | func (x *ZswapStatusSpec) GetTotalSizeBytes() uint64 { method GetTotalSizeHuman (line 2388) | func (x *ZswapStatusSpec) GetTotalSizeHuman() string { method GetStoredPages (line 2395) | func (x *ZswapStatusSpec) GetStoredPages() uint64 { method GetPoolLimitHit (line 2402) | func (x *ZswapStatusSpec) GetPoolLimitHit() uint64 { method GetRejectReclaimFail (line 2409) | func (x *ZswapStatusSpec) GetRejectReclaimFail() uint64 { method GetRejectAllocFail (line 2416) | func (x *ZswapStatusSpec) GetRejectAllocFail() uint64 { method GetRejectKmemcacheFail (line 2423) | func (x *ZswapStatusSpec) GetRejectKmemcacheFail() uint64 { method GetRejectCompressFail (line 2430) | func (x *ZswapStatusSpec) GetRejectCompressFail() uint64 { method GetRejectCompressPoor (line 2437) | func (x *ZswapStatusSpec) GetRejectCompressPoor() uint64 { method GetWrittenBackPages (line 2444) | func (x *ZswapStatusSpec) GetWrittenBackPages() uint64 { constant file_resource_definitions_block_block_proto_rawDesc (line 2453) | file_resource_definitions_block_block_proto_rawDesc = "" + function file_resource_definitions_block_block_proto_rawDescGZIP (line 2709) | func file_resource_definitions_block_block_proto_rawDescGZIP() []byte { function init (line 2790) | func init() { file_resource_definitions_block_block_proto_init() } function file_resource_definitions_block_block_proto_init (line 2791) | func file_resource_definitions_block_block_proto_init() { FILE: pkg/machinery/api/resource/definitions/block/block_vtproto.pb.go constant _ (line 21) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 23) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) method MarshalVT (line 26) | func (m *DeviceSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 39) | func (m *DeviceSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 44) | func (m *DeviceSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 116) | func (m *DiscoveredVolumeSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 129) | func (m *DiscoveredVolumeSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 134) | func (m *DiscoveredVolumeSpec) MarshalToSizedBufferVT(dAtA []byte) (int,... method MarshalVT (line 283) | func (m *DiscoveryRefreshRequestSpec) MarshalVT() (dAtA []byte, err erro... method MarshalToVT (line 296) | func (m *DiscoveryRefreshRequestSpec) MarshalToVT(dAtA []byte) (int, err... method MarshalToSizedBufferVT (line 301) | func (m *DiscoveryRefreshRequestSpec) MarshalToSizedBufferVT(dAtA []byte... method MarshalVT (line 321) | func (m *DiscoveryRefreshStatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 334) | func (m *DiscoveryRefreshStatusSpec) MarshalToVT(dAtA []byte) (int, erro... method MarshalToSizedBufferVT (line 339) | func (m *DiscoveryRefreshStatusSpec) MarshalToSizedBufferVT(dAtA []byte)... method MarshalVT (line 359) | func (m *DiskSelector) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 372) | func (m *DiskSelector) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 377) | func (m *DiskSelector) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 421) | func (m *DiskSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 434) | func (m *DiskSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 439) | func (m *DiskSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 593) | func (m *EncryptionKey) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 606) | func (m *EncryptionKey) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 611) | func (m *EncryptionKey) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 712) | func (m *EncryptionSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 725) | func (m *EncryptionSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 730) | func (m *EncryptionSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 788) | func (m *FilesystemSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 801) | func (m *FilesystemSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 806) | func (m *FilesystemSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 833) | func (m *LocatorSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 846) | func (m *LocatorSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 851) | func (m *LocatorSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 910) | func (m *MountRequestSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 923) | func (m *MountRequestSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 928) | func (m *MountRequestSpec) MarshalToSizedBufferVT(dAtA []byte) (int, err... method MarshalVT (line 1015) | func (m *MountSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1028) | func (m *MountSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1033) | func (m *MountSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 1123) | func (m *MountStatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1136) | func (m *MountStatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1141) | func (m *MountStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int, erro... method MarshalVT (line 1220) | func (m *ParameterSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1233) | func (m *ParameterSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1238) | func (m *ParameterSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 1279) | func (m *PartitionSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1292) | func (m *PartitionSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1297) | func (m *PartitionSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 1361) | func (m *ProvisioningSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1374) | func (m *ProvisioningSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1379) | func (m *ProvisioningSpec) MarshalToSizedBufferVT(dAtA []byte) (int, err... method MarshalVT (line 1429) | func (m *SwapStatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1442) | func (m *SwapStatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1447) | func (m *SwapStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 1505) | func (m *SymlinkProvisioningSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1518) | func (m *SymlinkProvisioningSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1523) | func (m *SymlinkProvisioningSpec) MarshalToSizedBufferVT(dAtA []byte) (i... method MarshalVT (line 1555) | func (m *SymlinkSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1568) | func (m *SymlinkSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1573) | func (m *SymlinkSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 1597) | func (m *SystemDiskSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1610) | func (m *SystemDiskSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1615) | func (m *SystemDiskSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 1644) | func (m *TPMEncryptionOptionsInfo) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1657) | func (m *TPMEncryptionOptionsInfo) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1662) | func (m *TPMEncryptionOptionsInfo) MarshalToSizedBufferVT(dAtA []byte) (... method MarshalVT (line 1719) | func (m *UserDiskConfigStatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1732) | func (m *UserDiskConfigStatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1737) | func (m *UserDiskConfigStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (... method MarshalVT (line 1772) | func (m *VolumeConfigSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1785) | func (m *VolumeConfigSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1790) | func (m *VolumeConfigSpec) MarshalToSizedBufferVT(dAtA []byte) (int, err... method MarshalVT (line 1867) | func (m *VolumeMountRequestSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1880) | func (m *VolumeMountRequestSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1885) | func (m *VolumeMountRequestSpec) MarshalToSizedBufferVT(dAtA []byte) (in... method MarshalVT (line 1954) | func (m *VolumeMountStatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1967) | func (m *VolumeMountStatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1972) | func (m *VolumeMountStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int... method MarshalVT (line 2048) | func (m *VolumeStatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2061) | func (m *VolumeStatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2066) | func (m *VolumeStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int, err... method MarshalVT (line 2249) | func (m *ZswapStatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2262) | func (m *ZswapStatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2267) | func (m *ZswapStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int, erro... method SizeVT (line 2334) | func (m *DeviceSpec) SizeVT() (n int) { method SizeVT (line 2378) | func (m *DiscoveredVolumeSpec) SizeVT() (n int) { method SizeVT (line 2460) | func (m *DiscoveryRefreshRequestSpec) SizeVT() (n int) { method SizeVT (line 2473) | func (m *DiscoveryRefreshStatusSpec) SizeVT() (n int) { method SizeVT (line 2486) | func (m *DiskSelector) SizeVT() (n int) { method SizeVT (line 2510) | func (m *DiskSpec) SizeVT() (n int) { method SizeVT (line 2590) | func (m *EncryptionKey) SizeVT() (n int) { method SizeVT (line 2634) | func (m *EncryptionSpec) SizeVT() (n int) { method SizeVT (line 2669) | func (m *FilesystemSpec) SizeVT() (n int) { method SizeVT (line 2686) | func (m *LocatorSpec) SizeVT() (n int) { method SizeVT (line 2716) | func (m *MountRequestSpec) SizeVT() (n int) { method SizeVT (line 2758) | func (m *MountSpec) SizeVT() (n int) { method SizeVT (line 2805) | func (m *MountStatusSpec) SizeVT() (n int) { method SizeVT (line 2842) | func (m *ParameterSpec) SizeVT() (n int) { method SizeVT (line 2867) | func (m *PartitionSpec) SizeVT() (n int) { method SizeVT (line 2900) | func (m *ProvisioningSpec) SizeVT() (n int) { method SizeVT (line 2925) | func (m *SwapStatusSpec) SizeVT() (n int) { method SizeVT (line 2960) | func (m *SymlinkProvisioningSpec) SizeVT() (n int) { method SizeVT (line 2977) | func (m *SymlinkSpec) SizeVT() (n int) { method SizeVT (line 2993) | func (m *SystemDiskSpec) SizeVT() (n int) { method SizeVT (line 3011) | func (m *TPMEncryptionOptionsInfo) SizeVT() (n int) { method SizeVT (line 3035) | func (m *UserDiskConfigStatusSpec) SizeVT() (n int) { method SizeVT (line 3051) | func (m *VolumeConfigSpec) SizeVT() (n int) { method SizeVT (line 3088) | func (m *VolumeMountRequestSpec) SizeVT() (n int) { method SizeVT (line 3118) | func (m *VolumeMountStatusSpec) SizeVT() (n int) { method SizeVT (line 3152) | func (m *VolumeStatusSpec) SizeVT() (n int) { method SizeVT (line 3245) | func (m *ZswapStatusSpec) SizeVT() (n int) { method UnmarshalVT (line 3286) | func (m *DeviceSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 3573) | func (m *DiscoveredVolumeSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 4160) | func (m *DiscoveryRefreshRequestSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 4230) | func (m *DiscoveryRefreshStatusSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 4300) | func (m *DiskSelector) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 4427) | func (m *DiskSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 4979) | func (m *EncryptionKey) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 5326) | func (m *EncryptionSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 5532) | func (m *FilesystemSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 5634) | func (m *LocatorSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 5773) | func (m *MountRequestSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 6032) | func (m *MountSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 6342) | func (m *MountStatusSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 6591) | func (m *ParameterSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 6759) | func (m *PartitionSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 6971) | func (m *ProvisioningSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 7149) | func (m *SwapStatusSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 7385) | func (m *SymlinkProvisioningSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 7488) | func (m *SymlinkSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 7571) | func (m *SystemDiskSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 7686) | func (m *TPMEncryptionOptionsInfo) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 7889) | func (m *UserDiskConfigStatusSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 7980) | func (m *VolumeConfigSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 8262) | func (m *VolumeMountRequestSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 8457) | func (m *VolumeMountStatusSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 8684) | func (m *VolumeStatusSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 9335) | func (m *ZswapStatusSpec) UnmarshalVT(dAtA []byte) error { FILE: pkg/machinery/api/resource/definitions/cluster/cluster.pb.go constant _ (line 23) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 25) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type AffiliateSpec (line 29) | type AffiliateSpec struct method Reset (line 43) | func (x *AffiliateSpec) Reset() { method String (line 50) | func (x *AffiliateSpec) String() string { method ProtoMessage (line 54) | func (*AffiliateSpec) ProtoMessage() {} method ProtoReflect (line 56) | func (x *AffiliateSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 69) | func (*AffiliateSpec) Descriptor() ([]byte, []int) { method GetNodeId (line 73) | func (x *AffiliateSpec) GetNodeId() string { method GetAddresses (line 80) | func (x *AffiliateSpec) GetAddresses() []*common.NetIP { method GetHostname (line 87) | func (x *AffiliateSpec) GetHostname() string { method GetNodename (line 94) | func (x *AffiliateSpec) GetNodename() string { method GetOperatingSystem (line 101) | func (x *AffiliateSpec) GetOperatingSystem() string { method GetMachineType (line 108) | func (x *AffiliateSpec) GetMachineType() enums.MachineType { method GetKubeSpan (line 115) | func (x *AffiliateSpec) GetKubeSpan() *KubeSpanAffiliateSpec { method GetControlPlane (line 122) | func (x *AffiliateSpec) GetControlPlane() *ControlPlane { type ConfigSpec (line 130) | type ConfigSpec struct method Reset (line 143) | func (x *ConfigSpec) Reset() { method String (line 150) | func (x *ConfigSpec) String() string { method ProtoMessage (line 154) | func (*ConfigSpec) ProtoMessage() {} method ProtoReflect (line 156) | func (x *ConfigSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 169) | func (*ConfigSpec) Descriptor() ([]byte, []int) { method GetDiscoveryEnabled (line 173) | func (x *ConfigSpec) GetDiscoveryEnabled() bool { method GetRegistryKubernetesEnabled (line 180) | func (x *ConfigSpec) GetRegistryKubernetesEnabled() bool { method GetRegistryServiceEnabled (line 187) | func (x *ConfigSpec) GetRegistryServiceEnabled() bool { method GetServiceEndpoint (line 194) | func (x *ConfigSpec) GetServiceEndpoint() string { method GetServiceEndpointInsecure (line 201) | func (x *ConfigSpec) GetServiceEndpointInsecure() bool { method GetServiceEncryptionKey (line 208) | func (x *ConfigSpec) GetServiceEncryptionKey() []byte { method GetServiceClusterId (line 215) | func (x *ConfigSpec) GetServiceClusterId() string { type ControlPlane (line 223) | type ControlPlane struct method Reset (line 230) | func (x *ControlPlane) Reset() { method String (line 237) | func (x *ControlPlane) String() string { method ProtoMessage (line 241) | func (*ControlPlane) ProtoMessage() {} method ProtoReflect (line 243) | func (x *ControlPlane) ProtoReflect() protoreflect.Message { method Descriptor (line 256) | func (*ControlPlane) Descriptor() ([]byte, []int) { method GetApiServerPort (line 260) | func (x *ControlPlane) GetApiServerPort() int64 { type IdentitySpec (line 271) | type IdentitySpec struct method Reset (line 278) | func (x *IdentitySpec) Reset() { method String (line 285) | func (x *IdentitySpec) String() string { method ProtoMessage (line 289) | func (*IdentitySpec) ProtoMessage() {} method ProtoReflect (line 291) | func (x *IdentitySpec) ProtoReflect() protoreflect.Message { method Descriptor (line 304) | func (*IdentitySpec) Descriptor() ([]byte, []int) { method GetNodeId (line 308) | func (x *IdentitySpec) GetNodeId() string { type InfoSpec (line 316) | type InfoSpec struct method Reset (line 324) | func (x *InfoSpec) Reset() { method String (line 331) | func (x *InfoSpec) String() string { method ProtoMessage (line 335) | func (*InfoSpec) ProtoMessage() {} method ProtoReflect (line 337) | func (x *InfoSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 350) | func (*InfoSpec) Descriptor() ([]byte, []int) { method GetClusterId (line 354) | func (x *InfoSpec) GetClusterId() string { method GetClusterName (line 361) | func (x *InfoSpec) GetClusterName() string { type KubeSpanAffiliateSpec (line 369) | type KubeSpanAffiliateSpec struct method Reset (line 380) | func (x *KubeSpanAffiliateSpec) Reset() { method String (line 387) | func (x *KubeSpanAffiliateSpec) String() string { method ProtoMessage (line 391) | func (*KubeSpanAffiliateSpec) ProtoMessage() {} method ProtoReflect (line 393) | func (x *KubeSpanAffiliateSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 406) | func (*KubeSpanAffiliateSpec) Descriptor() ([]byte, []int) { method GetPublicKey (line 410) | func (x *KubeSpanAffiliateSpec) GetPublicKey() string { method GetAddress (line 417) | func (x *KubeSpanAffiliateSpec) GetAddress() *common.NetIP { method GetAdditionalAddresses (line 424) | func (x *KubeSpanAffiliateSpec) GetAdditionalAddresses() []*common.Net... method GetEndpoints (line 431) | func (x *KubeSpanAffiliateSpec) GetEndpoints() []*common.NetIPPort { method GetExcludeAdvertisedNetworks (line 438) | func (x *KubeSpanAffiliateSpec) GetExcludeAdvertisedNetworks() []*comm... type MemberSpec (line 446) | type MemberSpec struct method Reset (line 458) | func (x *MemberSpec) Reset() { method String (line 465) | func (x *MemberSpec) String() string { method ProtoMessage (line 469) | func (*MemberSpec) ProtoMessage() {} method ProtoReflect (line 471) | func (x *MemberSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 484) | func (*MemberSpec) Descriptor() ([]byte, []int) { method GetNodeId (line 488) | func (x *MemberSpec) GetNodeId() string { method GetAddresses (line 495) | func (x *MemberSpec) GetAddresses() []*common.NetIP { method GetHostname (line 502) | func (x *MemberSpec) GetHostname() string { method GetMachineType (line 509) | func (x *MemberSpec) GetMachineType() enums.MachineType { method GetOperatingSystem (line 516) | func (x *MemberSpec) GetOperatingSystem() string { method GetControlPlane (line 523) | func (x *MemberSpec) GetControlPlane() *ControlPlane { constant file_resource_definitions_cluster_cluster_proto_rawDesc (line 532) | file_resource_definitions_cluster_cluster_proto_rawDesc = "" + function file_resource_definitions_cluster_cluster_proto_rawDescGZIP (line 583) | func file_resource_definitions_cluster_cluster_proto_rawDescGZIP() []byte { function init (line 623) | func init() { file_resource_definitions_cluster_cluster_proto_init() } function file_resource_definitions_cluster_cluster_proto_init (line 624) | func file_resource_definitions_cluster_cluster_proto_init() { FILE: pkg/machinery/api/resource/definitions/cluster/cluster_vtproto.pb.go constant _ (line 21) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 23) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) method MarshalVT (line 26) | func (m *AffiliateSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 39) | func (m *AffiliateSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 44) | func (m *AffiliateSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 136) | func (m *ConfigSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 149) | func (m *ConfigSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 154) | func (m *ConfigSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 230) | func (m *ControlPlane) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 243) | func (m *ControlPlane) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 248) | func (m *ControlPlane) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 268) | func (m *IdentitySpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 281) | func (m *IdentitySpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 286) | func (m *IdentitySpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 308) | func (m *InfoSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 321) | func (m *InfoSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 326) | func (m *InfoSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 355) | func (m *KubeSpanAffiliateSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 368) | func (m *KubeSpanAffiliateSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 373) | func (m *KubeSpanAffiliateSpec) MarshalToSizedBufferVT(dAtA []byte) (int... method MarshalVT (line 489) | func (m *MemberSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 502) | func (m *MemberSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 507) | func (m *MemberSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method SizeVT (line 582) | func (m *AffiliateSpec) SizeVT() (n int) { method SizeVT (line 631) | func (m *ConfigSpec) SizeVT() (n int) { method SizeVT (line 665) | func (m *ControlPlane) SizeVT() (n int) { method SizeVT (line 678) | func (m *IdentitySpec) SizeVT() (n int) { method SizeVT (line 692) | func (m *InfoSpec) SizeVT() (n int) { method SizeVT (line 710) | func (m *KubeSpanAffiliateSpec) SizeVT() (n int) { method SizeVT (line 770) | func (m *MemberSpec) SizeVT() (n int) { method UnmarshalVT (line 811) | func (m *AffiliateSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1123) | func (m *ConfigSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1352) | func (m *ControlPlane) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1422) | func (m *IdentitySpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1505) | func (m *InfoSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1620) | func (m *KubeSpanAffiliateSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1873) | func (m *MemberSpec) UnmarshalVT(dAtA []byte) error { FILE: pkg/machinery/api/resource/definitions/cri/cri.pb.go constant _ (line 24) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 26) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type ImageCacheConfigSpec (line 30) | type ImageCacheConfigSpec struct method Reset (line 39) | func (x *ImageCacheConfigSpec) Reset() { method String (line 46) | func (x *ImageCacheConfigSpec) String() string { method ProtoMessage (line 50) | func (*ImageCacheConfigSpec) ProtoMessage() {} method ProtoReflect (line 52) | func (x *ImageCacheConfigSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 65) | func (*ImageCacheConfigSpec) Descriptor() ([]byte, []int) { method GetStatus (line 69) | func (x *ImageCacheConfigSpec) GetStatus() enums.CriImageCacheStatus { method GetRoots (line 76) | func (x *ImageCacheConfigSpec) GetRoots() []string { method GetCopyStatus (line 83) | func (x *ImageCacheConfigSpec) GetCopyStatus() enums.CriImageCacheCopy... type RegistriesConfigSpec (line 91) | type RegistriesConfigSpec struct method Reset (line 100) | func (x *RegistriesConfigSpec) Reset() { method String (line 107) | func (x *RegistriesConfigSpec) String() string { method ProtoMessage (line 111) | func (*RegistriesConfigSpec) ProtoMessage() {} method ProtoReflect (line 113) | func (x *RegistriesConfigSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 126) | func (*RegistriesConfigSpec) Descriptor() ([]byte, []int) { method GetRegistryMirrors (line 130) | func (x *RegistriesConfigSpec) GetRegistryMirrors() map[string]*Regist... method GetRegistryAuths (line 137) | func (x *RegistriesConfigSpec) GetRegistryAuths() map[string]*Registry... method GetRegistryTlSs (line 144) | func (x *RegistriesConfigSpec) GetRegistryTlSs() map[string]*RegistryT... type RegistryAuthConfig (line 152) | type RegistryAuthConfig struct method Reset (line 162) | func (x *RegistryAuthConfig) Reset() { method String (line 169) | func (x *RegistryAuthConfig) String() string { method ProtoMessage (line 173) | func (*RegistryAuthConfig) ProtoMessage() {} method ProtoReflect (line 175) | func (x *RegistryAuthConfig) ProtoReflect() protoreflect.Message { method Descriptor (line 188) | func (*RegistryAuthConfig) Descriptor() ([]byte, []int) { method GetRegistryUsername (line 192) | func (x *RegistryAuthConfig) GetRegistryUsername() string { method GetRegistryPassword (line 199) | func (x *RegistryAuthConfig) GetRegistryPassword() string { method GetRegistryAuth (line 206) | func (x *RegistryAuthConfig) GetRegistryAuth() string { method GetRegistryIdentityToken (line 213) | func (x *RegistryAuthConfig) GetRegistryIdentityToken() string { type RegistryEndpointConfig (line 221) | type RegistryEndpointConfig struct method Reset (line 229) | func (x *RegistryEndpointConfig) Reset() { method String (line 236) | func (x *RegistryEndpointConfig) String() string { method ProtoMessage (line 240) | func (*RegistryEndpointConfig) ProtoMessage() {} method ProtoReflect (line 242) | func (x *RegistryEndpointConfig) ProtoReflect() protoreflect.Message { method Descriptor (line 255) | func (*RegistryEndpointConfig) Descriptor() ([]byte, []int) { method GetEndpointEndpoint (line 259) | func (x *RegistryEndpointConfig) GetEndpointEndpoint() string { method GetEndpointOverridePath (line 266) | func (x *RegistryEndpointConfig) GetEndpointOverridePath() bool { type RegistryMirrorConfig (line 274) | type RegistryMirrorConfig struct method Reset (line 282) | func (x *RegistryMirrorConfig) Reset() { method String (line 289) | func (x *RegistryMirrorConfig) String() string { method ProtoMessage (line 293) | func (*RegistryMirrorConfig) ProtoMessage() {} method ProtoReflect (line 295) | func (x *RegistryMirrorConfig) ProtoReflect() protoreflect.Message { method Descriptor (line 308) | func (*RegistryMirrorConfig) Descriptor() ([]byte, []int) { method GetMirrorEndpoints (line 312) | func (x *RegistryMirrorConfig) GetMirrorEndpoints() []*RegistryEndpoin... method GetMirrorSkipFallback (line 319) | func (x *RegistryMirrorConfig) GetMirrorSkipFallback() bool { type RegistryTLSConfig (line 327) | type RegistryTLSConfig struct method Reset (line 336) | func (x *RegistryTLSConfig) Reset() { method String (line 343) | func (x *RegistryTLSConfig) String() string { method ProtoMessage (line 347) | func (*RegistryTLSConfig) ProtoMessage() {} method ProtoReflect (line 349) | func (x *RegistryTLSConfig) ProtoReflect() protoreflect.Message { method Descriptor (line 362) | func (*RegistryTLSConfig) Descriptor() ([]byte, []int) { method GetTlsClientIdentity (line 366) | func (x *RegistryTLSConfig) GetTlsClientIdentity() *common.PEMEncodedC... method GetTlsca (line 373) | func (x *RegistryTLSConfig) GetTlsca() []byte { method GetTlsInsecureSkipVerify (line 380) | func (x *RegistryTLSConfig) GetTlsInsecureSkipVerify() bool { type SeccompProfileSpec (line 388) | type SeccompProfileSpec struct method Reset (line 396) | func (x *SeccompProfileSpec) Reset() { method String (line 403) | func (x *SeccompProfileSpec) String() string { method ProtoMessage (line 407) | func (*SeccompProfileSpec) ProtoMessage() {} method ProtoReflect (line 409) | func (x *SeccompProfileSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 422) | func (*SeccompProfileSpec) Descriptor() ([]byte, []int) { method GetName (line 426) | func (x *SeccompProfileSpec) GetName() string { method GetValue (line 433) | func (x *SeccompProfileSpec) GetValue() *structpb.Struct { constant file_resource_definitions_cri_cri_proto_rawDesc (line 442) | file_resource_definitions_cri_cri_proto_rawDesc = "" + function file_resource_definitions_cri_cri_proto_rawDescGZIP (line 488) | func file_resource_definitions_cri_cri_proto_rawDescGZIP() []byte { function init (line 531) | func init() { file_resource_definitions_cri_cri_proto_init() } function file_resource_definitions_cri_cri_proto_init (line 532) | func file_resource_definitions_cri_cri_proto_init() { FILE: pkg/machinery/api/resource/definitions/cri/cri_vtproto.pb.go constant _ (line 23) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 25) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) method MarshalVT (line 28) | func (m *ImageCacheConfigSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 41) | func (m *ImageCacheConfigSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 46) | func (m *ImageCacheConfigSpec) MarshalToSizedBufferVT(dAtA []byte) (int,... method MarshalVT (line 80) | func (m *RegistriesConfigSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 93) | func (m *RegistriesConfigSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 98) | func (m *RegistriesConfigSpec) MarshalToSizedBufferVT(dAtA []byte) (int,... method MarshalVT (line 179) | func (m *RegistryAuthConfig) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 192) | func (m *RegistryAuthConfig) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 197) | func (m *RegistryAuthConfig) MarshalToSizedBufferVT(dAtA []byte) (int, e... method MarshalVT (line 240) | func (m *RegistryEndpointConfig) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 253) | func (m *RegistryEndpointConfig) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 258) | func (m *RegistryEndpointConfig) MarshalToSizedBufferVT(dAtA []byte) (in... method MarshalVT (line 290) | func (m *RegistryMirrorConfig) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 303) | func (m *RegistryMirrorConfig) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 308) | func (m *RegistryMirrorConfig) MarshalToSizedBufferVT(dAtA []byte) (int,... method MarshalVT (line 345) | func (m *RegistryTLSConfig) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 358) | func (m *RegistryTLSConfig) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 363) | func (m *RegistryTLSConfig) MarshalToSizedBufferVT(dAtA []byte) (int, er... method MarshalVT (line 417) | func (m *SeccompProfileSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 430) | func (m *SeccompProfileSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 435) | func (m *SeccompProfileSpec) MarshalToSizedBufferVT(dAtA []byte) (int, e... method SizeVT (line 467) | func (m *ImageCacheConfigSpec) SizeVT() (n int) { method SizeVT (line 489) | func (m *RegistriesConfigSpec) SizeVT() (n int) { method SizeVT (line 538) | func (m *RegistryAuthConfig) SizeVT() (n int) { method SizeVT (line 564) | func (m *RegistryEndpointConfig) SizeVT() (n int) { method SizeVT (line 581) | func (m *RegistryMirrorConfig) SizeVT() (n int) { method SizeVT (line 600) | func (m *RegistryTLSConfig) SizeVT() (n int) { method SizeVT (line 627) | func (m *SeccompProfileSpec) SizeVT() (n int) { method UnmarshalVT (line 645) | func (m *ImageCacheConfigSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 766) | func (m *RegistriesConfigSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1204) | func (m *RegistryAuthConfig) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1383) | func (m *RegistryEndpointConfig) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1486) | func (m *RegistryMirrorConfig) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1591) | func (m *RegistryTLSConfig) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1740) | func (m *SeccompProfileSpec) UnmarshalVT(dAtA []byte) error { FILE: pkg/machinery/api/resource/definitions/enums/enums.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type RuntimeMachineStage (line 26) | type RuntimeMachineStage method Enum (line 66) | func (x RuntimeMachineStage) Enum() *RuntimeMachineStage { method String (line 72) | func (x RuntimeMachineStage) String() string { method Descriptor (line 76) | func (RuntimeMachineStage) Descriptor() protoreflect.EnumDescriptor { method Type (line 80) | func (RuntimeMachineStage) Type() protoreflect.EnumType { method Number (line 84) | func (x RuntimeMachineStage) Number() protoreflect.EnumNumber { method EnumDescriptor (line 89) | func (RuntimeMachineStage) EnumDescriptor() ([]byte, []int) { constant RuntimeMachineStage_MACHINE_STAGE_UNKNOWN (line 29) | RuntimeMachineStage_MACHINE_STAGE_UNKNOWN RuntimeMachineStage = 0 constant RuntimeMachineStage_MACHINE_STAGE_BOOTING (line 30) | RuntimeMachineStage_MACHINE_STAGE_BOOTING RuntimeMachineStage = 1 constant RuntimeMachineStage_MACHINE_STAGE_INSTALLING (line 31) | RuntimeMachineStage_MACHINE_STAGE_INSTALLING RuntimeMachineStage = 2 constant RuntimeMachineStage_MACHINE_STAGE_MAINTENANCE (line 32) | RuntimeMachineStage_MACHINE_STAGE_MAINTENANCE RuntimeMachineStage = 3 constant RuntimeMachineStage_MACHINE_STAGE_RUNNING (line 33) | RuntimeMachineStage_MACHINE_STAGE_RUNNING RuntimeMachineStage = 4 constant RuntimeMachineStage_MACHINE_STAGE_REBOOTING (line 34) | RuntimeMachineStage_MACHINE_STAGE_REBOOTING RuntimeMachineStage = 5 constant RuntimeMachineStage_MACHINE_STAGE_SHUTTING_DOWN (line 35) | RuntimeMachineStage_MACHINE_STAGE_SHUTTING_DOWN RuntimeMachineStage = 6 constant RuntimeMachineStage_MACHINE_STAGE_RESETTING (line 36) | RuntimeMachineStage_MACHINE_STAGE_RESETTING RuntimeMachineStage = 7 constant RuntimeMachineStage_MACHINE_STAGE_UPGRADING (line 37) | RuntimeMachineStage_MACHINE_STAGE_UPGRADING RuntimeMachineStage = 8 type RuntimeSELinuxState (line 94) | type RuntimeSELinuxState method Enum (line 116) | func (x RuntimeSELinuxState) Enum() *RuntimeSELinuxState { method String (line 122) | func (x RuntimeSELinuxState) String() string { method Descriptor (line 126) | func (RuntimeSELinuxState) Descriptor() protoreflect.EnumDescriptor { method Type (line 130) | func (RuntimeSELinuxState) Type() protoreflect.EnumType { method Number (line 134) | func (x RuntimeSELinuxState) Number() protoreflect.EnumNumber { method EnumDescriptor (line 139) | func (RuntimeSELinuxState) EnumDescriptor() ([]byte, []int) { constant RuntimeSELinuxState_SE_LINUX_STATE_DISABLED (line 97) | RuntimeSELinuxState_SE_LINUX_STATE_DISABLED RuntimeSELinuxState = 0 constant RuntimeSELinuxState_SE_LINUX_STATE_PERMISSIVE (line 98) | RuntimeSELinuxState_SE_LINUX_STATE_PERMISSIVE RuntimeSELinuxState = 1 constant RuntimeSELinuxState_SE_LINUX_STATE_ENFORCING (line 99) | RuntimeSELinuxState_SE_LINUX_STATE_ENFORCING RuntimeSELinuxState = 2 type RuntimeFIPSState (line 144) | type RuntimeFIPSState method Enum (line 166) | func (x RuntimeFIPSState) Enum() *RuntimeFIPSState { method String (line 172) | func (x RuntimeFIPSState) String() string { method Descriptor (line 176) | func (RuntimeFIPSState) Descriptor() protoreflect.EnumDescriptor { method Type (line 180) | func (RuntimeFIPSState) Type() protoreflect.EnumType { method Number (line 184) | func (x RuntimeFIPSState) Number() protoreflect.EnumNumber { method EnumDescriptor (line 189) | func (RuntimeFIPSState) EnumDescriptor() ([]byte, []int) { constant RuntimeFIPSState_FIPS_STATE_DISABLED (line 147) | RuntimeFIPSState_FIPS_STATE_DISABLED RuntimeFIPSState = 0 constant RuntimeFIPSState_FIPS_STATE_ENABLED (line 148) | RuntimeFIPSState_FIPS_STATE_ENABLED RuntimeFIPSState = 1 constant RuntimeFIPSState_FIPS_STATE_STRICT (line 149) | RuntimeFIPSState_FIPS_STATE_STRICT RuntimeFIPSState = 2 type MachineType (line 194) | type MachineType method Enum (line 226) | func (x MachineType) Enum() *MachineType { method String (line 232) | func (x MachineType) String() string { method Descriptor (line 236) | func (MachineType) Descriptor() protoreflect.EnumDescriptor { method Type (line 240) | func (MachineType) Type() protoreflect.EnumType { method Number (line 244) | func (x MachineType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 249) | func (MachineType) EnumDescriptor() ([]byte, []int) { constant MachineType_TYPE_UNKNOWN (line 198) | MachineType_TYPE_UNKNOWN MachineType = 0 constant MachineType_TYPE_INIT (line 201) | MachineType_TYPE_INIT MachineType = 1 constant MachineType_TYPE_CONTROL_PLANE (line 204) | MachineType_TYPE_CONTROL_PLANE MachineType = 2 constant MachineType_TYPE_WORKER (line 207) | MachineType_TYPE_WORKER MachineType = 3 type NethelpersAddressFlag (line 254) | type NethelpersAddressFlag method Enum (line 306) | func (x NethelpersAddressFlag) Enum() *NethelpersAddressFlag { method String (line 312) | func (x NethelpersAddressFlag) String() string { method Descriptor (line 316) | func (NethelpersAddressFlag) Descriptor() protoreflect.EnumDescriptor { method Type (line 320) | func (NethelpersAddressFlag) Type() protoreflect.EnumType { method Number (line 324) | func (x NethelpersAddressFlag) Number() protoreflect.EnumNumber { method EnumDescriptor (line 329) | func (NethelpersAddressFlag) EnumDescriptor() ([]byte, []int) { constant NethelpersAddressFlag_NETHELPERS_ADDRESSFLAG_UNSPECIFIED (line 257) | NethelpersAddressFlag_NETHELPERS_ADDRESSFLAG_UNSPECIFIED NethelpersAddre... constant NethelpersAddressFlag_ADDRESS_TEMPORARY (line 258) | NethelpersAddressFlag_ADDRESS_TEMPORARY NethelpersAddre... constant NethelpersAddressFlag_ADDRESS_NO_DAD (line 259) | NethelpersAddressFlag_ADDRESS_NO_DAD NethelpersAddre... constant NethelpersAddressFlag_ADDRESS_OPTIMISTIC (line 260) | NethelpersAddressFlag_ADDRESS_OPTIMISTIC NethelpersAddre... constant NethelpersAddressFlag_ADDRESS_DAD_FAILED (line 261) | NethelpersAddressFlag_ADDRESS_DAD_FAILED NethelpersAddre... constant NethelpersAddressFlag_ADDRESS_HOME (line 262) | NethelpersAddressFlag_ADDRESS_HOME NethelpersAddre... constant NethelpersAddressFlag_ADDRESS_DEPRECATED (line 263) | NethelpersAddressFlag_ADDRESS_DEPRECATED NethelpersAddre... constant NethelpersAddressFlag_ADDRESS_TENTATIVE (line 264) | NethelpersAddressFlag_ADDRESS_TENTATIVE NethelpersAddre... constant NethelpersAddressFlag_ADDRESS_PERMANENT (line 265) | NethelpersAddressFlag_ADDRESS_PERMANENT NethelpersAddre... constant NethelpersAddressFlag_ADDRESS_MANAGEMENT_TEMP (line 266) | NethelpersAddressFlag_ADDRESS_MANAGEMENT_TEMP NethelpersAddre... constant NethelpersAddressFlag_ADDRESS_NO_PREFIX_ROUTE (line 267) | NethelpersAddressFlag_ADDRESS_NO_PREFIX_ROUTE NethelpersAddre... constant NethelpersAddressFlag_ADDRESS_MC_AUTO_JOIN (line 268) | NethelpersAddressFlag_ADDRESS_MC_AUTO_JOIN NethelpersAddre... constant NethelpersAddressFlag_ADDRESS_STABLE_PRIVACY (line 269) | NethelpersAddressFlag_ADDRESS_STABLE_PRIVACY NethelpersAddre... type NethelpersAddressSortAlgorithm (line 334) | type NethelpersAddressSortAlgorithm method Enum (line 353) | func (x NethelpersAddressSortAlgorithm) Enum() *NethelpersAddressSortA... method String (line 359) | func (x NethelpersAddressSortAlgorithm) String() string { method Descriptor (line 363) | func (NethelpersAddressSortAlgorithm) Descriptor() protoreflect.EnumDe... method Type (line 367) | func (NethelpersAddressSortAlgorithm) Type() protoreflect.EnumType { method Number (line 371) | func (x NethelpersAddressSortAlgorithm) Number() protoreflect.EnumNumb... method EnumDescriptor (line 376) | func (NethelpersAddressSortAlgorithm) EnumDescriptor() ([]byte, []int) { constant NethelpersAddressSortAlgorithm_ADDRESS_SORT_ALGORITHM_V1 (line 337) | NethelpersAddressSortAlgorithm_ADDRESS_SORT_ALGORITHM_V1 NethelpersAddre... constant NethelpersAddressSortAlgorithm_ADDRESS_SORT_ALGORITHM_V2 (line 338) | NethelpersAddressSortAlgorithm_ADDRESS_SORT_ALGORITHM_V2 NethelpersAddre... type NethelpersADLACPActive (line 381) | type NethelpersADLACPActive method Enum (line 400) | func (x NethelpersADLACPActive) Enum() *NethelpersADLACPActive { method String (line 406) | func (x NethelpersADLACPActive) String() string { method Descriptor (line 410) | func (NethelpersADLACPActive) Descriptor() protoreflect.EnumDescriptor { method Type (line 414) | func (NethelpersADLACPActive) Type() protoreflect.EnumType { method Number (line 418) | func (x NethelpersADLACPActive) Number() protoreflect.EnumNumber { method EnumDescriptor (line 423) | func (NethelpersADLACPActive) EnumDescriptor() ([]byte, []int) { constant NethelpersADLACPActive_ADLACP_ACTIVE_OFF (line 384) | NethelpersADLACPActive_ADLACP_ACTIVE_OFF NethelpersADLACPActive = 0 constant NethelpersADLACPActive_ADLACP_ACTIVE_ON (line 385) | NethelpersADLACPActive_ADLACP_ACTIVE_ON NethelpersADLACPActive = 1 type NethelpersADSelect (line 428) | type NethelpersADSelect method Enum (line 450) | func (x NethelpersADSelect) Enum() *NethelpersADSelect { method String (line 456) | func (x NethelpersADSelect) String() string { method Descriptor (line 460) | func (NethelpersADSelect) Descriptor() protoreflect.EnumDescriptor { method Type (line 464) | func (NethelpersADSelect) Type() protoreflect.EnumType { method Number (line 468) | func (x NethelpersADSelect) Number() protoreflect.EnumNumber { method EnumDescriptor (line 473) | func (NethelpersADSelect) EnumDescriptor() ([]byte, []int) { constant NethelpersADSelect_AD_SELECT_STABLE (line 431) | NethelpersADSelect_AD_SELECT_STABLE NethelpersADSelect = 0 constant NethelpersADSelect_AD_SELECT_BANDWIDTH (line 432) | NethelpersADSelect_AD_SELECT_BANDWIDTH NethelpersADSelect = 1 constant NethelpersADSelect_AD_SELECT_COUNT (line 433) | NethelpersADSelect_AD_SELECT_COUNT NethelpersADSelect = 2 type NethelpersARPAllTargets (line 478) | type NethelpersARPAllTargets method Enum (line 497) | func (x NethelpersARPAllTargets) Enum() *NethelpersARPAllTargets { method String (line 503) | func (x NethelpersARPAllTargets) String() string { method Descriptor (line 507) | func (NethelpersARPAllTargets) Descriptor() protoreflect.EnumDescriptor { method Type (line 511) | func (NethelpersARPAllTargets) Type() protoreflect.EnumType { method Number (line 515) | func (x NethelpersARPAllTargets) Number() protoreflect.EnumNumber { method EnumDescriptor (line 520) | func (NethelpersARPAllTargets) EnumDescriptor() ([]byte, []int) { constant NethelpersARPAllTargets_ARP_ALL_TARGETS_ANY (line 481) | NethelpersARPAllTargets_ARP_ALL_TARGETS_ANY NethelpersARPAllTargets = 0 constant NethelpersARPAllTargets_ARP_ALL_TARGETS_ALL (line 482) | NethelpersARPAllTargets_ARP_ALL_TARGETS_ALL NethelpersARPAllTargets = 1 type NethelpersARPValidate (line 525) | type NethelpersARPValidate method Enum (line 559) | func (x NethelpersARPValidate) Enum() *NethelpersARPValidate { method String (line 565) | func (x NethelpersARPValidate) String() string { method Descriptor (line 569) | func (NethelpersARPValidate) Descriptor() protoreflect.EnumDescriptor { method Type (line 573) | func (NethelpersARPValidate) Type() protoreflect.EnumType { method Number (line 577) | func (x NethelpersARPValidate) Number() protoreflect.EnumNumber { method EnumDescriptor (line 582) | func (NethelpersARPValidate) EnumDescriptor() ([]byte, []int) { constant NethelpersARPValidate_ARP_VALIDATE_NONE (line 528) | NethelpersARPValidate_ARP_VALIDATE_NONE NethelpersARPValidate = 0 constant NethelpersARPValidate_ARP_VALIDATE_ACTIVE (line 529) | NethelpersARPValidate_ARP_VALIDATE_ACTIVE NethelpersARPValidate = 1 constant NethelpersARPValidate_ARP_VALIDATE_BACKUP (line 530) | NethelpersARPValidate_ARP_VALIDATE_BACKUP NethelpersARPValidate = 2 constant NethelpersARPValidate_ARP_VALIDATE_ALL (line 531) | NethelpersARPValidate_ARP_VALIDATE_ALL NethelpersARPValidate = 3 constant NethelpersARPValidate_ARP_VALIDATE_FILTER (line 532) | NethelpersARPValidate_ARP_VALIDATE_FILTER NethelpersARPValidate = 4 constant NethelpersARPValidate_ARP_VALIDATE_FILTER_ACTIVE (line 533) | NethelpersARPValidate_ARP_VALIDATE_FILTER_ACTIVE NethelpersARPValidate = 5 constant NethelpersARPValidate_ARP_VALIDATE_FILTER_BACKUP (line 534) | NethelpersARPValidate_ARP_VALIDATE_FILTER_BACKUP NethelpersARPValidate = 6 type NethelpersAutoHostnameKind (line 587) | type NethelpersAutoHostnameKind method Enum (line 609) | func (x NethelpersAutoHostnameKind) Enum() *NethelpersAutoHostnameKind { method String (line 615) | func (x NethelpersAutoHostnameKind) String() string { method Descriptor (line 619) | func (NethelpersAutoHostnameKind) Descriptor() protoreflect.EnumDescri... method Type (line 623) | func (NethelpersAutoHostnameKind) Type() protoreflect.EnumType { method Number (line 627) | func (x NethelpersAutoHostnameKind) Number() protoreflect.EnumNumber { method EnumDescriptor (line 632) | func (NethelpersAutoHostnameKind) EnumDescriptor() ([]byte, []int) { constant NethelpersAutoHostnameKind_AUTO_HOSTNAME_KIND_OFF (line 590) | NethelpersAutoHostnameKind_AUTO_HOSTNAME_KIND_OFF NethelpersAutoHostn... constant NethelpersAutoHostnameKind_AUTO_HOSTNAME_KIND_ADDR (line 591) | NethelpersAutoHostnameKind_AUTO_HOSTNAME_KIND_ADDR NethelpersAutoHostn... constant NethelpersAutoHostnameKind_AUTO_HOSTNAME_KIND_STABLE (line 592) | NethelpersAutoHostnameKind_AUTO_HOSTNAME_KIND_STABLE NethelpersAutoHostn... type NethelpersBondMode (line 637) | type NethelpersBondMode method Enum (line 671) | func (x NethelpersBondMode) Enum() *NethelpersBondMode { method String (line 677) | func (x NethelpersBondMode) String() string { method Descriptor (line 681) | func (NethelpersBondMode) Descriptor() protoreflect.EnumDescriptor { method Type (line 685) | func (NethelpersBondMode) Type() protoreflect.EnumType { method Number (line 689) | func (x NethelpersBondMode) Number() protoreflect.EnumNumber { method EnumDescriptor (line 694) | func (NethelpersBondMode) EnumDescriptor() ([]byte, []int) { constant NethelpersBondMode_BOND_MODE_ROUNDROBIN (line 640) | NethelpersBondMode_BOND_MODE_ROUNDROBIN NethelpersBondMode = 0 constant NethelpersBondMode_BOND_MODE_ACTIVE_BACKUP (line 641) | NethelpersBondMode_BOND_MODE_ACTIVE_BACKUP NethelpersBondMode = 1 constant NethelpersBondMode_BOND_MODE_XOR (line 642) | NethelpersBondMode_BOND_MODE_XOR NethelpersBondMode = 2 constant NethelpersBondMode_BOND_MODE_BROADCAST (line 643) | NethelpersBondMode_BOND_MODE_BROADCAST NethelpersBondMode = 3 constant NethelpersBondMode_BOND_MODE8023_AD (line 644) | NethelpersBondMode_BOND_MODE8023_AD NethelpersBondMode = 4 constant NethelpersBondMode_BOND_MODE_TLB (line 645) | NethelpersBondMode_BOND_MODE_TLB NethelpersBondMode = 5 constant NethelpersBondMode_BOND_MODE_ALB (line 646) | NethelpersBondMode_BOND_MODE_ALB NethelpersBondMode = 6 type NethelpersBondXmitHashPolicy (line 699) | type NethelpersBondXmitHashPolicy method Enum (line 727) | func (x NethelpersBondXmitHashPolicy) Enum() *NethelpersBondXmitHashPo... method String (line 733) | func (x NethelpersBondXmitHashPolicy) String() string { method Descriptor (line 737) | func (NethelpersBondXmitHashPolicy) Descriptor() protoreflect.EnumDesc... method Type (line 741) | func (NethelpersBondXmitHashPolicy) Type() protoreflect.EnumType { method Number (line 745) | func (x NethelpersBondXmitHashPolicy) Number() protoreflect.EnumNumber { method EnumDescriptor (line 750) | func (NethelpersBondXmitHashPolicy) EnumDescriptor() ([]byte, []int) { constant NethelpersBondXmitHashPolicy_BOND_XMIT_POLICY_LAYER2 (line 702) | NethelpersBondXmitHashPolicy_BOND_XMIT_POLICY_LAYER2 NethelpersBondXmit... constant NethelpersBondXmitHashPolicy_BOND_XMIT_POLICY_LAYER34 (line 703) | NethelpersBondXmitHashPolicy_BOND_XMIT_POLICY_LAYER34 NethelpersBondXmit... constant NethelpersBondXmitHashPolicy_BOND_XMIT_POLICY_LAYER23 (line 704) | NethelpersBondXmitHashPolicy_BOND_XMIT_POLICY_LAYER23 NethelpersBondXmit... constant NethelpersBondXmitHashPolicy_BOND_XMIT_POLICY_ENCAP23 (line 705) | NethelpersBondXmitHashPolicy_BOND_XMIT_POLICY_ENCAP23 NethelpersBondXmit... constant NethelpersBondXmitHashPolicy_BOND_XMIT_POLICY_ENCAP34 (line 706) | NethelpersBondXmitHashPolicy_BOND_XMIT_POLICY_ENCAP34 NethelpersBondXmit... type NethelpersClientIdentifier (line 755) | type NethelpersClientIdentifier method Enum (line 777) | func (x NethelpersClientIdentifier) Enum() *NethelpersClientIdentifier { method String (line 783) | func (x NethelpersClientIdentifier) String() string { method Descriptor (line 787) | func (NethelpersClientIdentifier) Descriptor() protoreflect.EnumDescri... method Type (line 791) | func (NethelpersClientIdentifier) Type() protoreflect.EnumType { method Number (line 795) | func (x NethelpersClientIdentifier) Number() protoreflect.EnumNumber { method EnumDescriptor (line 800) | func (NethelpersClientIdentifier) EnumDescriptor() ([]byte, []int) { constant NethelpersClientIdentifier_CLIENT_IDENTIFIER_NONE (line 758) | NethelpersClientIdentifier_CLIENT_IDENTIFIER_NONE NethelpersClientIdenti... constant NethelpersClientIdentifier_CLIENT_IDENTIFIER_MAC (line 759) | NethelpersClientIdentifier_CLIENT_IDENTIFIER_MAC NethelpersClientIdenti... constant NethelpersClientIdentifier_CLIENT_IDENTIFIER_DUID (line 760) | NethelpersClientIdentifier_CLIENT_IDENTIFIER_DUID NethelpersClientIdenti... type NethelpersConntrackState (line 805) | type NethelpersConntrackState method Enum (line 833) | func (x NethelpersConntrackState) Enum() *NethelpersConntrackState { method String (line 839) | func (x NethelpersConntrackState) String() string { method Descriptor (line 843) | func (NethelpersConntrackState) Descriptor() protoreflect.EnumDescript... method Type (line 847) | func (NethelpersConntrackState) Type() protoreflect.EnumType { method Number (line 851) | func (x NethelpersConntrackState) Number() protoreflect.EnumNumber { method EnumDescriptor (line 856) | func (NethelpersConntrackState) EnumDescriptor() ([]byte, []int) { constant NethelpersConntrackState_NETHELPERS_CONNTRACKSTATE_UNSPECIFIED (line 808) | NethelpersConntrackState_NETHELPERS_CONNTRACKSTATE_UNSPECIFIED Nethelper... constant NethelpersConntrackState_CONNTRACK_STATE_NEW (line 809) | NethelpersConntrackState_CONNTRACK_STATE_NEW Nethelper... constant NethelpersConntrackState_CONNTRACK_STATE_RELATED (line 810) | NethelpersConntrackState_CONNTRACK_STATE_RELATED Nethelper... constant NethelpersConntrackState_CONNTRACK_STATE_ESTABLISHED (line 811) | NethelpersConntrackState_CONNTRACK_STATE_ESTABLISHED Nethelper... constant NethelpersConntrackState_CONNTRACK_STATE_INVALID (line 812) | NethelpersConntrackState_CONNTRACK_STATE_INVALID Nethelper... type NethelpersDuplex (line 861) | type NethelpersDuplex method Enum (line 883) | func (x NethelpersDuplex) Enum() *NethelpersDuplex { method String (line 889) | func (x NethelpersDuplex) String() string { method Descriptor (line 893) | func (NethelpersDuplex) Descriptor() protoreflect.EnumDescriptor { method Type (line 897) | func (NethelpersDuplex) Type() protoreflect.EnumType { method Number (line 901) | func (x NethelpersDuplex) Number() protoreflect.EnumNumber { method EnumDescriptor (line 906) | func (NethelpersDuplex) EnumDescriptor() ([]byte, []int) { constant NethelpersDuplex_HALF (line 864) | NethelpersDuplex_HALF NethelpersDuplex = 0 constant NethelpersDuplex_FULL (line 865) | NethelpersDuplex_FULL NethelpersDuplex = 1 constant NethelpersDuplex_UNKNOWN (line 866) | NethelpersDuplex_UNKNOWN NethelpersDuplex = 255 type NethelpersFailOverMAC (line 911) | type NethelpersFailOverMAC method Enum (line 933) | func (x NethelpersFailOverMAC) Enum() *NethelpersFailOverMAC { method String (line 939) | func (x NethelpersFailOverMAC) String() string { method Descriptor (line 943) | func (NethelpersFailOverMAC) Descriptor() protoreflect.EnumDescriptor { method Type (line 947) | func (NethelpersFailOverMAC) Type() protoreflect.EnumType { method Number (line 951) | func (x NethelpersFailOverMAC) Number() protoreflect.EnumNumber { method EnumDescriptor (line 956) | func (NethelpersFailOverMAC) EnumDescriptor() ([]byte, []int) { constant NethelpersFailOverMAC_FAIL_OVER_MAC_NONE (line 914) | NethelpersFailOverMAC_FAIL_OVER_MAC_NONE NethelpersFailOverMAC = 0 constant NethelpersFailOverMAC_FAIL_OVER_MAC_ACTIVE (line 915) | NethelpersFailOverMAC_FAIL_OVER_MAC_ACTIVE NethelpersFailOverMAC = 1 constant NethelpersFailOverMAC_FAIL_OVER_MAC_FOLLOW (line 916) | NethelpersFailOverMAC_FAIL_OVER_MAC_FOLLOW NethelpersFailOverMAC = 2 type NethelpersFamily (line 961) | type NethelpersFamily method Enum (line 983) | func (x NethelpersFamily) Enum() *NethelpersFamily { method String (line 989) | func (x NethelpersFamily) String() string { method Descriptor (line 993) | func (NethelpersFamily) Descriptor() protoreflect.EnumDescriptor { method Type (line 997) | func (NethelpersFamily) Type() protoreflect.EnumType { method Number (line 1001) | func (x NethelpersFamily) Number() protoreflect.EnumNumber { method EnumDescriptor (line 1006) | func (NethelpersFamily) EnumDescriptor() ([]byte, []int) { constant NethelpersFamily_NETHELPERS_FAMILY_UNSPECIFIED (line 964) | NethelpersFamily_NETHELPERS_FAMILY_UNSPECIFIED NethelpersFamily = 0 constant NethelpersFamily_FAMILY_INET4 (line 965) | NethelpersFamily_FAMILY_INET4 NethelpersFamily = 2 constant NethelpersFamily_FAMILY_INET6 (line 966) | NethelpersFamily_FAMILY_INET6 NethelpersFamily = 10 type NethelpersICMPType (line 1011) | type NethelpersICMPType method Enum (line 1039) | func (x NethelpersICMPType) Enum() *NethelpersICMPType { method String (line 1045) | func (x NethelpersICMPType) String() string { method Descriptor (line 1049) | func (NethelpersICMPType) Descriptor() protoreflect.EnumDescriptor { method Type (line 1053) | func (NethelpersICMPType) Type() protoreflect.EnumType { method Number (line 1057) | func (x NethelpersICMPType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 1062) | func (NethelpersICMPType) EnumDescriptor() ([]byte, []int) { constant NethelpersICMPType_NETHELPERS_ICMPTYPE_UNSPECIFIED (line 1014) | NethelpersICMPType_NETHELPERS_ICMPTYPE_UNSPECIFIED NethelpersICMPType = 0 constant NethelpersICMPType_ICMP_TYPE_TIMESTAMP_REQUEST (line 1015) | NethelpersICMPType_ICMP_TYPE_TIMESTAMP_REQUEST NethelpersICMPType = 13 constant NethelpersICMPType_ICMP_TYPE_TIMESTAMP_REPLY (line 1016) | NethelpersICMPType_ICMP_TYPE_TIMESTAMP_REPLY NethelpersICMPType = 14 constant NethelpersICMPType_ICMP_TYPE_ADDRESS_MASK_REQUEST (line 1017) | NethelpersICMPType_ICMP_TYPE_ADDRESS_MASK_REQUEST NethelpersICMPType = 17 constant NethelpersICMPType_ICMP_TYPE_ADDRESS_MASK_REPLY (line 1018) | NethelpersICMPType_ICMP_TYPE_ADDRESS_MASK_REPLY NethelpersICMPType = 18 type NethelpersLACPRate (line 1067) | type NethelpersLACPRate method Enum (line 1086) | func (x NethelpersLACPRate) Enum() *NethelpersLACPRate { method String (line 1092) | func (x NethelpersLACPRate) String() string { method Descriptor (line 1096) | func (NethelpersLACPRate) Descriptor() protoreflect.EnumDescriptor { method Type (line 1100) | func (NethelpersLACPRate) Type() protoreflect.EnumType { method Number (line 1104) | func (x NethelpersLACPRate) Number() protoreflect.EnumNumber { method EnumDescriptor (line 1109) | func (NethelpersLACPRate) EnumDescriptor() ([]byte, []int) { constant NethelpersLACPRate_LACP_RATE_SLOW (line 1070) | NethelpersLACPRate_LACP_RATE_SLOW NethelpersLACPRate = 0 constant NethelpersLACPRate_LACP_RATE_FAST (line 1071) | NethelpersLACPRate_LACP_RATE_FAST NethelpersLACPRate = 1 type NethelpersLinkType (line 1114) | type NethelpersLinkType method Enum (line 1358) | func (x NethelpersLinkType) Enum() *NethelpersLinkType { method String (line 1364) | func (x NethelpersLinkType) String() string { method Descriptor (line 1368) | func (NethelpersLinkType) Descriptor() protoreflect.EnumDescriptor { method Type (line 1372) | func (NethelpersLinkType) Type() protoreflect.EnumType { method Number (line 1376) | func (x NethelpersLinkType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 1381) | func (NethelpersLinkType) EnumDescriptor() ([]byte, []int) { constant NethelpersLinkType_LINK_NETROM (line 1117) | NethelpersLinkType_LINK_NETROM NethelpersLinkType = 0 constant NethelpersLinkType_LINK_ETHER (line 1118) | NethelpersLinkType_LINK_ETHER NethelpersLinkType = 1 constant NethelpersLinkType_LINK_EETHER (line 1119) | NethelpersLinkType_LINK_EETHER NethelpersLinkType = 2 constant NethelpersLinkType_LINK_AX25 (line 1120) | NethelpersLinkType_LINK_AX25 NethelpersLinkType = 3 constant NethelpersLinkType_LINK_PRONET (line 1121) | NethelpersLinkType_LINK_PRONET NethelpersLinkType = 4 constant NethelpersLinkType_LINK_CHAOS (line 1122) | NethelpersLinkType_LINK_CHAOS NethelpersLinkType = 5 constant NethelpersLinkType_LINK_IEE802 (line 1123) | NethelpersLinkType_LINK_IEE802 NethelpersLinkType = 6 constant NethelpersLinkType_LINK_ARCNET (line 1124) | NethelpersLinkType_LINK_ARCNET NethelpersLinkType = 7 constant NethelpersLinkType_LINK_ATALK (line 1125) | NethelpersLinkType_LINK_ATALK NethelpersLinkType = 8 constant NethelpersLinkType_LINK_DLCI (line 1126) | NethelpersLinkType_LINK_DLCI NethelpersLinkType = 15 constant NethelpersLinkType_LINK_ATM (line 1127) | NethelpersLinkType_LINK_ATM NethelpersLinkType = 19 constant NethelpersLinkType_LINK_METRICOM (line 1128) | NethelpersLinkType_LINK_METRICOM NethelpersLinkType = 23 constant NethelpersLinkType_LINK_IEEE1394 (line 1129) | NethelpersLinkType_LINK_IEEE1394 NethelpersLinkType = 24 constant NethelpersLinkType_LINK_EUI64 (line 1130) | NethelpersLinkType_LINK_EUI64 NethelpersLinkType = 27 constant NethelpersLinkType_LINK_INFINIBAND (line 1131) | NethelpersLinkType_LINK_INFINIBAND NethelpersLinkType = 32 constant NethelpersLinkType_LINK_SLIP (line 1132) | NethelpersLinkType_LINK_SLIP NethelpersLinkType = 256 constant NethelpersLinkType_LINK_CSLIP (line 1133) | NethelpersLinkType_LINK_CSLIP NethelpersLinkType = 257 constant NethelpersLinkType_LINK_SLIP6 (line 1134) | NethelpersLinkType_LINK_SLIP6 NethelpersLinkType = 258 constant NethelpersLinkType_LINK_CSLIP6 (line 1135) | NethelpersLinkType_LINK_CSLIP6 NethelpersLinkType = 259 constant NethelpersLinkType_LINK_RSRVD (line 1136) | NethelpersLinkType_LINK_RSRVD NethelpersLinkType = 260 constant NethelpersLinkType_LINK_ADAPT (line 1137) | NethelpersLinkType_LINK_ADAPT NethelpersLinkType = 264 constant NethelpersLinkType_LINK_ROSE (line 1138) | NethelpersLinkType_LINK_ROSE NethelpersLinkType = 270 constant NethelpersLinkType_LINK_X25 (line 1139) | NethelpersLinkType_LINK_X25 NethelpersLinkType = 271 constant NethelpersLinkType_LINK_HWX25 (line 1140) | NethelpersLinkType_LINK_HWX25 NethelpersLinkType = 272 constant NethelpersLinkType_LINK_CAN (line 1141) | NethelpersLinkType_LINK_CAN NethelpersLinkType = 280 constant NethelpersLinkType_LINK_PPP (line 1142) | NethelpersLinkType_LINK_PPP NethelpersLinkType = 512 constant NethelpersLinkType_LINK_CISCO (line 1143) | NethelpersLinkType_LINK_CISCO NethelpersLinkType = 513 constant NethelpersLinkType_LINK_HDLC (line 1144) | NethelpersLinkType_LINK_HDLC NethelpersLinkType = 513 constant NethelpersLinkType_LINK_LAPB (line 1145) | NethelpersLinkType_LINK_LAPB NethelpersLinkType = 516 constant NethelpersLinkType_LINK_DDCMP (line 1146) | NethelpersLinkType_LINK_DDCMP NethelpersLinkType = 517 constant NethelpersLinkType_LINK_RAWHDLC (line 1147) | NethelpersLinkType_LINK_RAWHDLC NethelpersLinkType = 518 constant NethelpersLinkType_LINK_TUNNEL (line 1148) | NethelpersLinkType_LINK_TUNNEL NethelpersLinkType = 768 constant NethelpersLinkType_LINK_TUNNEL6 (line 1149) | NethelpersLinkType_LINK_TUNNEL6 NethelpersLinkType = 769 constant NethelpersLinkType_LINK_FRAD (line 1150) | NethelpersLinkType_LINK_FRAD NethelpersLinkType = 770 constant NethelpersLinkType_LINK_SKIP (line 1151) | NethelpersLinkType_LINK_SKIP NethelpersLinkType = 771 constant NethelpersLinkType_LINK_LOOPBCK (line 1152) | NethelpersLinkType_LINK_LOOPBCK NethelpersLinkType = 772 constant NethelpersLinkType_LINK_LOCALTLK (line 1153) | NethelpersLinkType_LINK_LOCALTLK NethelpersLinkType = 773 constant NethelpersLinkType_LINK_FDDI (line 1154) | NethelpersLinkType_LINK_FDDI NethelpersLinkType = 774 constant NethelpersLinkType_LINK_BIF (line 1155) | NethelpersLinkType_LINK_BIF NethelpersLinkType = 775 constant NethelpersLinkType_LINK_SIT (line 1156) | NethelpersLinkType_LINK_SIT NethelpersLinkType = 776 constant NethelpersLinkType_LINK_IPDDP (line 1157) | NethelpersLinkType_LINK_IPDDP NethelpersLinkType = 777 constant NethelpersLinkType_LINK_IPGRE (line 1158) | NethelpersLinkType_LINK_IPGRE NethelpersLinkType = 778 constant NethelpersLinkType_LINK_PIMREG (line 1159) | NethelpersLinkType_LINK_PIMREG NethelpersLinkType = 779 constant NethelpersLinkType_LINK_HIPPI (line 1160) | NethelpersLinkType_LINK_HIPPI NethelpersLinkType = 780 constant NethelpersLinkType_LINK_ASH (line 1161) | NethelpersLinkType_LINK_ASH NethelpersLinkType = 781 constant NethelpersLinkType_LINK_ECONET (line 1162) | NethelpersLinkType_LINK_ECONET NethelpersLinkType = 782 constant NethelpersLinkType_LINK_IRDA (line 1163) | NethelpersLinkType_LINK_IRDA NethelpersLinkType = 783 constant NethelpersLinkType_LINK_FCPP (line 1164) | NethelpersLinkType_LINK_FCPP NethelpersLinkType = 784 constant NethelpersLinkType_LINK_FCAL (line 1165) | NethelpersLinkType_LINK_FCAL NethelpersLinkType = 785 constant NethelpersLinkType_LINK_FCPL (line 1166) | NethelpersLinkType_LINK_FCPL NethelpersLinkType = 786 constant NethelpersLinkType_LINK_FCFABRIC (line 1167) | NethelpersLinkType_LINK_FCFABRIC NethelpersLinkType = 787 constant NethelpersLinkType_LINK_FCFABRIC1 (line 1168) | NethelpersLinkType_LINK_FCFABRIC1 NethelpersLinkType = 788 constant NethelpersLinkType_LINK_FCFABRIC2 (line 1169) | NethelpersLinkType_LINK_FCFABRIC2 NethelpersLinkType = 789 constant NethelpersLinkType_LINK_FCFABRIC3 (line 1170) | NethelpersLinkType_LINK_FCFABRIC3 NethelpersLinkType = 790 constant NethelpersLinkType_LINK_FCFABRIC4 (line 1171) | NethelpersLinkType_LINK_FCFABRIC4 NethelpersLinkType = 791 constant NethelpersLinkType_LINK_FCFABRIC5 (line 1172) | NethelpersLinkType_LINK_FCFABRIC5 NethelpersLinkType = 792 constant NethelpersLinkType_LINK_FCFABRIC6 (line 1173) | NethelpersLinkType_LINK_FCFABRIC6 NethelpersLinkType = 793 constant NethelpersLinkType_LINK_FCFABRIC7 (line 1174) | NethelpersLinkType_LINK_FCFABRIC7 NethelpersLinkType = 794 constant NethelpersLinkType_LINK_FCFABRIC8 (line 1175) | NethelpersLinkType_LINK_FCFABRIC8 NethelpersLinkType = 795 constant NethelpersLinkType_LINK_FCFABRIC9 (line 1176) | NethelpersLinkType_LINK_FCFABRIC9 NethelpersLinkType = 796 constant NethelpersLinkType_LINK_FCFABRIC10 (line 1177) | NethelpersLinkType_LINK_FCFABRIC10 NethelpersLinkType = 797 constant NethelpersLinkType_LINK_FCFABRIC11 (line 1178) | NethelpersLinkType_LINK_FCFABRIC11 NethelpersLinkType = 798 constant NethelpersLinkType_LINK_FCFABRIC12 (line 1179) | NethelpersLinkType_LINK_FCFABRIC12 NethelpersLinkType = 799 constant NethelpersLinkType_LINK_IEE802TR (line 1180) | NethelpersLinkType_LINK_IEE802TR NethelpersLinkType = 800 constant NethelpersLinkType_LINK_IEE80211 (line 1181) | NethelpersLinkType_LINK_IEE80211 NethelpersLinkType = 801 constant NethelpersLinkType_LINK_IEE80211PRISM (line 1182) | NethelpersLinkType_LINK_IEE80211PRISM NethelpersLinkType = 802 constant NethelpersLinkType_LINK_IEE80211_RADIOTAP (line 1183) | NethelpersLinkType_LINK_IEE80211_RADIOTAP NethelpersLinkType = 803 constant NethelpersLinkType_LINK_IEE8021154 (line 1184) | NethelpersLinkType_LINK_IEE8021154 NethelpersLinkType = 804 constant NethelpersLinkType_LINK_IEE8021154MONITOR (line 1185) | NethelpersLinkType_LINK_IEE8021154MONITOR NethelpersLinkType = 805 constant NethelpersLinkType_LINK_PHONET (line 1186) | NethelpersLinkType_LINK_PHONET NethelpersLinkType = 820 constant NethelpersLinkType_LINK_PHONETPIPE (line 1187) | NethelpersLinkType_LINK_PHONETPIPE NethelpersLinkType = 821 constant NethelpersLinkType_LINK_CAIF (line 1188) | NethelpersLinkType_LINK_CAIF NethelpersLinkType = 822 constant NethelpersLinkType_LINK_IP6GRE (line 1189) | NethelpersLinkType_LINK_IP6GRE NethelpersLinkType = 823 constant NethelpersLinkType_LINK_NETLINK (line 1190) | NethelpersLinkType_LINK_NETLINK NethelpersLinkType = 824 constant NethelpersLinkType_LINK6_LOWPAN (line 1191) | NethelpersLinkType_LINK6_LOWPAN NethelpersLinkType = 825 constant NethelpersLinkType_LINK_VOID (line 1192) | NethelpersLinkType_LINK_VOID NethelpersLinkType = 65535 constant NethelpersLinkType_LINK_NONE (line 1193) | NethelpersLinkType_LINK_NONE NethelpersLinkType = 65534 type NethelpersMatchOperator (line 1386) | type NethelpersMatchOperator method Enum (line 1405) | func (x NethelpersMatchOperator) Enum() *NethelpersMatchOperator { method String (line 1411) | func (x NethelpersMatchOperator) String() string { method Descriptor (line 1415) | func (NethelpersMatchOperator) Descriptor() protoreflect.EnumDescriptor { method Type (line 1419) | func (NethelpersMatchOperator) Type() protoreflect.EnumType { method Number (line 1423) | func (x NethelpersMatchOperator) Number() protoreflect.EnumNumber { method EnumDescriptor (line 1428) | func (NethelpersMatchOperator) EnumDescriptor() ([]byte, []int) { constant NethelpersMatchOperator_OPERATOR_EQUAL (line 1389) | NethelpersMatchOperator_OPERATOR_EQUAL NethelpersMatchOperator = 0 constant NethelpersMatchOperator_OPERATOR_NOT_EQUAL (line 1390) | NethelpersMatchOperator_OPERATOR_NOT_EQUAL NethelpersMatchOperator = 1 type NethelpersNfTablesChainHook (line 1433) | type NethelpersNfTablesChainHook method Enum (line 1461) | func (x NethelpersNfTablesChainHook) Enum() *NethelpersNfTablesChainHo... method String (line 1467) | func (x NethelpersNfTablesChainHook) String() string { method Descriptor (line 1471) | func (NethelpersNfTablesChainHook) Descriptor() protoreflect.EnumDescr... method Type (line 1475) | func (NethelpersNfTablesChainHook) Type() protoreflect.EnumType { method Number (line 1479) | func (x NethelpersNfTablesChainHook) Number() protoreflect.EnumNumber { method EnumDescriptor (line 1484) | func (NethelpersNfTablesChainHook) EnumDescriptor() ([]byte, []int) { constant NethelpersNfTablesChainHook_CHAIN_HOOK_PREROUTING (line 1436) | NethelpersNfTablesChainHook_CHAIN_HOOK_PREROUTING NethelpersNfTablesCha... constant NethelpersNfTablesChainHook_CHAIN_HOOK_INPUT (line 1437) | NethelpersNfTablesChainHook_CHAIN_HOOK_INPUT NethelpersNfTablesCha... constant NethelpersNfTablesChainHook_CHAIN_HOOK_FORWARD (line 1438) | NethelpersNfTablesChainHook_CHAIN_HOOK_FORWARD NethelpersNfTablesCha... constant NethelpersNfTablesChainHook_CHAIN_HOOK_OUTPUT (line 1439) | NethelpersNfTablesChainHook_CHAIN_HOOK_OUTPUT NethelpersNfTablesCha... constant NethelpersNfTablesChainHook_CHAIN_HOOK_POSTROUTING (line 1440) | NethelpersNfTablesChainHook_CHAIN_HOOK_POSTROUTING NethelpersNfTablesCha... type NethelpersNfTablesChainPriority (line 1489) | type NethelpersNfTablesChainPriority method Enum (line 1544) | func (x NethelpersNfTablesChainPriority) Enum() *NethelpersNfTablesCha... method String (line 1550) | func (x NethelpersNfTablesChainPriority) String() string { method Descriptor (line 1554) | func (NethelpersNfTablesChainPriority) Descriptor() protoreflect.EnumD... method Type (line 1558) | func (NethelpersNfTablesChainPriority) Type() protoreflect.EnumType { method Number (line 1562) | func (x NethelpersNfTablesChainPriority) Number() protoreflect.EnumNum... method EnumDescriptor (line 1567) | func (NethelpersNfTablesChainPriority) EnumDescriptor() ([]byte, []int) { constant NethelpersNfTablesChainPriority_NETHELPERS_NFTABLESCHAINPRIORITY_UNSPECIFIED (line 1492) | NethelpersNfTablesChainPriority_NETHELPERS_NFTABLESCHAINPRIORITY_UNSPECI... constant NethelpersNfTablesChainPriority_CHAIN_PRIORITY_FIRST (line 1493) | NethelpersNfTablesChainPriority_CHAIN_PRIORITY_FIRST ... constant NethelpersNfTablesChainPriority_CHAIN_PRIORITY_CONNTRACK_DEFRAG (line 1494) | NethelpersNfTablesChainPriority_CHAIN_PRIORITY_CONNTRACK_DEFRAG ... constant NethelpersNfTablesChainPriority_CHAIN_PRIORITY_RAW (line 1495) | NethelpersNfTablesChainPriority_CHAIN_PRIORITY_RAW ... constant NethelpersNfTablesChainPriority_CHAIN_PRIORITY_SE_LINUX_FIRST (line 1496) | NethelpersNfTablesChainPriority_CHAIN_PRIORITY_SE_LINUX_FIRST ... constant NethelpersNfTablesChainPriority_CHAIN_PRIORITY_CONNTRACK (line 1497) | NethelpersNfTablesChainPriority_CHAIN_PRIORITY_CONNTRACK ... constant NethelpersNfTablesChainPriority_CHAIN_PRIORITY_MANGLE (line 1498) | NethelpersNfTablesChainPriority_CHAIN_PRIORITY_MANGLE ... constant NethelpersNfTablesChainPriority_CHAIN_PRIORITY_NAT_DEST (line 1499) | NethelpersNfTablesChainPriority_CHAIN_PRIORITY_NAT_DEST ... constant NethelpersNfTablesChainPriority_CHAIN_PRIORITY_FILTER (line 1500) | NethelpersNfTablesChainPriority_CHAIN_PRIORITY_FILTER ... constant NethelpersNfTablesChainPriority_CHAIN_PRIORITY_SECURITY (line 1501) | NethelpersNfTablesChainPriority_CHAIN_PRIORITY_SECURITY ... constant NethelpersNfTablesChainPriority_CHAIN_PRIORITY_NAT_SOURCE (line 1502) | NethelpersNfTablesChainPriority_CHAIN_PRIORITY_NAT_SOURCE ... constant NethelpersNfTablesChainPriority_CHAIN_PRIORITY_SE_LINUX_LAST (line 1503) | NethelpersNfTablesChainPriority_CHAIN_PRIORITY_SE_LINUX_LAST ... constant NethelpersNfTablesChainPriority_CHAIN_PRIORITY_CONNTRACK_HELPER (line 1504) | NethelpersNfTablesChainPriority_CHAIN_PRIORITY_CONNTRACK_HELPER ... constant NethelpersNfTablesChainPriority_CHAIN_PRIORITY_LAST (line 1505) | NethelpersNfTablesChainPriority_CHAIN_PRIORITY_LAST ... type NethelpersNfTablesVerdict (line 1572) | type NethelpersNfTablesVerdict method Enum (line 1591) | func (x NethelpersNfTablesVerdict) Enum() *NethelpersNfTablesVerdict { method String (line 1597) | func (x NethelpersNfTablesVerdict) String() string { method Descriptor (line 1601) | func (NethelpersNfTablesVerdict) Descriptor() protoreflect.EnumDescrip... method Type (line 1605) | func (NethelpersNfTablesVerdict) Type() protoreflect.EnumType { method Number (line 1609) | func (x NethelpersNfTablesVerdict) Number() protoreflect.EnumNumber { method EnumDescriptor (line 1614) | func (NethelpersNfTablesVerdict) EnumDescriptor() ([]byte, []int) { constant NethelpersNfTablesVerdict_VERDICT_DROP (line 1575) | NethelpersNfTablesVerdict_VERDICT_DROP NethelpersNfTablesVerdict = 0 constant NethelpersNfTablesVerdict_VERDICT_ACCEPT (line 1576) | NethelpersNfTablesVerdict_VERDICT_ACCEPT NethelpersNfTablesVerdict = 1 type NethelpersOperationalState (line 1619) | type NethelpersOperationalState method Enum (line 1653) | func (x NethelpersOperationalState) Enum() *NethelpersOperationalState { method String (line 1659) | func (x NethelpersOperationalState) String() string { method Descriptor (line 1663) | func (NethelpersOperationalState) Descriptor() protoreflect.EnumDescri... method Type (line 1667) | func (NethelpersOperationalState) Type() protoreflect.EnumType { method Number (line 1671) | func (x NethelpersOperationalState) Number() protoreflect.EnumNumber { method EnumDescriptor (line 1676) | func (NethelpersOperationalState) EnumDescriptor() ([]byte, []int) { constant NethelpersOperationalState_OPER_STATE_UNKNOWN (line 1622) | NethelpersOperationalState_OPER_STATE_UNKNOWN NethelpersOperati... constant NethelpersOperationalState_OPER_STATE_NOT_PRESENT (line 1623) | NethelpersOperationalState_OPER_STATE_NOT_PRESENT NethelpersOperati... constant NethelpersOperationalState_OPER_STATE_DOWN (line 1624) | NethelpersOperationalState_OPER_STATE_DOWN NethelpersOperati... constant NethelpersOperationalState_OPER_STATE_LOWER_LAYER_DOWN (line 1625) | NethelpersOperationalState_OPER_STATE_LOWER_LAYER_DOWN NethelpersOperati... constant NethelpersOperationalState_OPER_STATE_TESTING (line 1626) | NethelpersOperationalState_OPER_STATE_TESTING NethelpersOperati... constant NethelpersOperationalState_OPER_STATE_DORMANT (line 1627) | NethelpersOperationalState_OPER_STATE_DORMANT NethelpersOperati... constant NethelpersOperationalState_OPER_STATE_UP (line 1628) | NethelpersOperationalState_OPER_STATE_UP NethelpersOperati... type NethelpersPort (line 1681) | type NethelpersPort method Enum (line 1718) | func (x NethelpersPort) Enum() *NethelpersPort { method String (line 1724) | func (x NethelpersPort) String() string { method Descriptor (line 1728) | func (NethelpersPort) Descriptor() protoreflect.EnumDescriptor { method Type (line 1732) | func (NethelpersPort) Type() protoreflect.EnumType { method Number (line 1736) | func (x NethelpersPort) Number() protoreflect.EnumNumber { method EnumDescriptor (line 1741) | func (NethelpersPort) EnumDescriptor() ([]byte, []int) { constant NethelpersPort_TWISTED_PAIR (line 1684) | NethelpersPort_TWISTED_PAIR NethelpersPort = 0 constant NethelpersPort_AUI (line 1685) | NethelpersPort_AUI NethelpersPort = 1 constant NethelpersPort_MII (line 1686) | NethelpersPort_MII NethelpersPort = 2 constant NethelpersPort_FIBRE (line 1687) | NethelpersPort_FIBRE NethelpersPort = 3 constant NethelpersPort_BNC (line 1688) | NethelpersPort_BNC NethelpersPort = 4 constant NethelpersPort_DIRECT_ATTACH (line 1689) | NethelpersPort_DIRECT_ATTACH NethelpersPort = 5 constant NethelpersPort_NONE (line 1690) | NethelpersPort_NONE NethelpersPort = 239 constant NethelpersPort_OTHER (line 1691) | NethelpersPort_OTHER NethelpersPort = 255 type NethelpersPrimaryReselect (line 1746) | type NethelpersPrimaryReselect method Enum (line 1768) | func (x NethelpersPrimaryReselect) Enum() *NethelpersPrimaryReselect { method String (line 1774) | func (x NethelpersPrimaryReselect) String() string { method Descriptor (line 1778) | func (NethelpersPrimaryReselect) Descriptor() protoreflect.EnumDescrip... method Type (line 1782) | func (NethelpersPrimaryReselect) Type() protoreflect.EnumType { method Number (line 1786) | func (x NethelpersPrimaryReselect) Number() protoreflect.EnumNumber { method EnumDescriptor (line 1791) | func (NethelpersPrimaryReselect) EnumDescriptor() ([]byte, []int) { constant NethelpersPrimaryReselect_PRIMARY_RESELECT_ALWAYS (line 1749) | NethelpersPrimaryReselect_PRIMARY_RESELECT_ALWAYS NethelpersPrimaryRese... constant NethelpersPrimaryReselect_PRIMARY_RESELECT_BETTER (line 1750) | NethelpersPrimaryReselect_PRIMARY_RESELECT_BETTER NethelpersPrimaryRese... constant NethelpersPrimaryReselect_PRIMARY_RESELECT_FAILURE (line 1751) | NethelpersPrimaryReselect_PRIMARY_RESELECT_FAILURE NethelpersPrimaryRese... type NethelpersProtocol (line 1796) | type NethelpersProtocol method Enum (line 1824) | func (x NethelpersProtocol) Enum() *NethelpersProtocol { method String (line 1830) | func (x NethelpersProtocol) String() string { method Descriptor (line 1834) | func (NethelpersProtocol) Descriptor() protoreflect.EnumDescriptor { method Type (line 1838) | func (NethelpersProtocol) Type() protoreflect.EnumType { method Number (line 1842) | func (x NethelpersProtocol) Number() protoreflect.EnumNumber { method EnumDescriptor (line 1847) | func (NethelpersProtocol) EnumDescriptor() ([]byte, []int) { constant NethelpersProtocol_NETHELPERS_PROTOCOL_UNSPECIFIED (line 1799) | NethelpersProtocol_NETHELPERS_PROTOCOL_UNSPECIFIED NethelpersProtocol = 0 constant NethelpersProtocol_PROTOCOL_ICMP (line 1800) | NethelpersProtocol_PROTOCOL_ICMP NethelpersProtocol = 1 constant NethelpersProtocol_PROTOCOL_TCP (line 1801) | NethelpersProtocol_PROTOCOL_TCP NethelpersProtocol = 6 constant NethelpersProtocol_PROTOCOL_UDP (line 1802) | NethelpersProtocol_PROTOCOL_UDP NethelpersProtocol = 17 constant NethelpersProtocol_PROTOCOL_ICM_PV6 (line 1803) | NethelpersProtocol_PROTOCOL_ICM_PV6 NethelpersProtocol = 58 type NethelpersRouteFlag (line 1852) | type NethelpersRouteFlag method Enum (line 1892) | func (x NethelpersRouteFlag) Enum() *NethelpersRouteFlag { method String (line 1898) | func (x NethelpersRouteFlag) String() string { method Descriptor (line 1902) | func (NethelpersRouteFlag) Descriptor() protoreflect.EnumDescriptor { method Type (line 1906) | func (NethelpersRouteFlag) Type() protoreflect.EnumType { method Number (line 1910) | func (x NethelpersRouteFlag) Number() protoreflect.EnumNumber { method EnumDescriptor (line 1915) | func (NethelpersRouteFlag) EnumDescriptor() ([]byte, []int) { constant NethelpersRouteFlag_NETHELPERS_ROUTEFLAG_UNSPECIFIED (line 1855) | NethelpersRouteFlag_NETHELPERS_ROUTEFLAG_UNSPECIFIED NethelpersRouteFlag... constant NethelpersRouteFlag_ROUTE_NOTIFY (line 1856) | NethelpersRouteFlag_ROUTE_NOTIFY NethelpersRouteFlag... constant NethelpersRouteFlag_ROUTE_CLONED (line 1857) | NethelpersRouteFlag_ROUTE_CLONED NethelpersRouteFlag... constant NethelpersRouteFlag_ROUTE_EQUALIZE (line 1858) | NethelpersRouteFlag_ROUTE_EQUALIZE NethelpersRouteFlag... constant NethelpersRouteFlag_ROUTE_PREFIX (line 1859) | NethelpersRouteFlag_ROUTE_PREFIX NethelpersRouteFlag... constant NethelpersRouteFlag_ROUTE_LOOKUP_TABLE (line 1860) | NethelpersRouteFlag_ROUTE_LOOKUP_TABLE NethelpersRouteFlag... constant NethelpersRouteFlag_ROUTE_FIB_MATCH (line 1861) | NethelpersRouteFlag_ROUTE_FIB_MATCH NethelpersRouteFlag... constant NethelpersRouteFlag_ROUTE_OFFLOAD (line 1862) | NethelpersRouteFlag_ROUTE_OFFLOAD NethelpersRouteFlag... constant NethelpersRouteFlag_ROUTE_TRAP (line 1863) | NethelpersRouteFlag_ROUTE_TRAP NethelpersRouteFlag... type NethelpersRouteProtocol (line 1920) | type NethelpersRouteProtocol method Enum (line 1999) | func (x NethelpersRouteProtocol) Enum() *NethelpersRouteProtocol { method String (line 2005) | func (x NethelpersRouteProtocol) String() string { method Descriptor (line 2009) | func (NethelpersRouteProtocol) Descriptor() protoreflect.EnumDescriptor { method Type (line 2013) | func (NethelpersRouteProtocol) Type() protoreflect.EnumType { method Number (line 2017) | func (x NethelpersRouteProtocol) Number() protoreflect.EnumNumber { method EnumDescriptor (line 2022) | func (NethelpersRouteProtocol) EnumDescriptor() ([]byte, []int) { constant NethelpersRouteProtocol_PROTOCOL_UNSPEC (line 1923) | NethelpersRouteProtocol_PROTOCOL_UNSPEC NethelpersRouteProtocol = 0 constant NethelpersRouteProtocol_PROTOCOL_REDIRECT (line 1924) | NethelpersRouteProtocol_PROTOCOL_REDIRECT NethelpersRouteProtocol = 1 constant NethelpersRouteProtocol_PROTOCOL_KERNEL (line 1925) | NethelpersRouteProtocol_PROTOCOL_KERNEL NethelpersRouteProtocol = 2 constant NethelpersRouteProtocol_PROTOCOL_BOOT (line 1926) | NethelpersRouteProtocol_PROTOCOL_BOOT NethelpersRouteProtocol = 3 constant NethelpersRouteProtocol_PROTOCOL_STATIC (line 1927) | NethelpersRouteProtocol_PROTOCOL_STATIC NethelpersRouteProtocol = 4 constant NethelpersRouteProtocol_PROTOCOL_RA (line 1928) | NethelpersRouteProtocol_PROTOCOL_RA NethelpersRouteProtocol = 9 constant NethelpersRouteProtocol_PROTOCOL_MRT (line 1929) | NethelpersRouteProtocol_PROTOCOL_MRT NethelpersRouteProtocol = 10 constant NethelpersRouteProtocol_PROTOCOL_ZEBRA (line 1930) | NethelpersRouteProtocol_PROTOCOL_ZEBRA NethelpersRouteProtocol = 11 constant NethelpersRouteProtocol_PROTOCOL_BIRD (line 1931) | NethelpersRouteProtocol_PROTOCOL_BIRD NethelpersRouteProtocol = 12 constant NethelpersRouteProtocol_PROTOCOL_DNROUTED (line 1932) | NethelpersRouteProtocol_PROTOCOL_DNROUTED NethelpersRouteProtocol = 13 constant NethelpersRouteProtocol_PROTOCOL_XORP (line 1933) | NethelpersRouteProtocol_PROTOCOL_XORP NethelpersRouteProtocol = 14 constant NethelpersRouteProtocol_PROTOCOL_NTK (line 1934) | NethelpersRouteProtocol_PROTOCOL_NTK NethelpersRouteProtocol = 15 constant NethelpersRouteProtocol_PROTOCOL_DHCP (line 1935) | NethelpersRouteProtocol_PROTOCOL_DHCP NethelpersRouteProtocol = 16 constant NethelpersRouteProtocol_PROTOCOL_MRTD (line 1936) | NethelpersRouteProtocol_PROTOCOL_MRTD NethelpersRouteProtocol = 17 constant NethelpersRouteProtocol_PROTOCOL_KEEPALIVED (line 1937) | NethelpersRouteProtocol_PROTOCOL_KEEPALIVED NethelpersRouteProtocol = 18 constant NethelpersRouteProtocol_PROTOCOL_BABEL (line 1938) | NethelpersRouteProtocol_PROTOCOL_BABEL NethelpersRouteProtocol = 42 constant NethelpersRouteProtocol_PROTOCOL_OPENR (line 1939) | NethelpersRouteProtocol_PROTOCOL_OPENR NethelpersRouteProtocol = 99 constant NethelpersRouteProtocol_PROTOCOL_BGP (line 1940) | NethelpersRouteProtocol_PROTOCOL_BGP NethelpersRouteProtocol = 186 constant NethelpersRouteProtocol_PROTOCOL_ISIS (line 1941) | NethelpersRouteProtocol_PROTOCOL_ISIS NethelpersRouteProtocol = 187 constant NethelpersRouteProtocol_PROTOCOL_OSPF (line 1942) | NethelpersRouteProtocol_PROTOCOL_OSPF NethelpersRouteProtocol = 188 constant NethelpersRouteProtocol_PROTOCOL_RIP (line 1943) | NethelpersRouteProtocol_PROTOCOL_RIP NethelpersRouteProtocol = 189 constant NethelpersRouteProtocol_PROTOCOL_EIGRP (line 1944) | NethelpersRouteProtocol_PROTOCOL_EIGRP NethelpersRouteProtocol = 192 type NethelpersRouteType (line 2027) | type NethelpersRouteType method Enum (line 2076) | func (x NethelpersRouteType) Enum() *NethelpersRouteType { method String (line 2082) | func (x NethelpersRouteType) String() string { method Descriptor (line 2086) | func (NethelpersRouteType) Descriptor() protoreflect.EnumDescriptor { method Type (line 2090) | func (NethelpersRouteType) Type() protoreflect.EnumType { method Number (line 2094) | func (x NethelpersRouteType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 2099) | func (NethelpersRouteType) EnumDescriptor() ([]byte, []int) { constant NethelpersRouteType_TYPE_UNSPEC (line 2030) | NethelpersRouteType_TYPE_UNSPEC NethelpersRouteType = 0 constant NethelpersRouteType_TYPE_UNICAST (line 2031) | NethelpersRouteType_TYPE_UNICAST NethelpersRouteType = 1 constant NethelpersRouteType_TYPE_LOCAL (line 2032) | NethelpersRouteType_TYPE_LOCAL NethelpersRouteType = 2 constant NethelpersRouteType_TYPE_BROADCAST (line 2033) | NethelpersRouteType_TYPE_BROADCAST NethelpersRouteType = 3 constant NethelpersRouteType_TYPE_ANYCAST (line 2034) | NethelpersRouteType_TYPE_ANYCAST NethelpersRouteType = 4 constant NethelpersRouteType_TYPE_MULTICAST (line 2035) | NethelpersRouteType_TYPE_MULTICAST NethelpersRouteType = 5 constant NethelpersRouteType_TYPE_BLACKHOLE (line 2036) | NethelpersRouteType_TYPE_BLACKHOLE NethelpersRouteType = 6 constant NethelpersRouteType_TYPE_UNREACHABLE (line 2037) | NethelpersRouteType_TYPE_UNREACHABLE NethelpersRouteType = 7 constant NethelpersRouteType_TYPE_PROHIBIT (line 2038) | NethelpersRouteType_TYPE_PROHIBIT NethelpersRouteType = 8 constant NethelpersRouteType_TYPE_THROW (line 2039) | NethelpersRouteType_TYPE_THROW NethelpersRouteType = 9 constant NethelpersRouteType_TYPE_NAT (line 2040) | NethelpersRouteType_TYPE_NAT NethelpersRouteType = 10 constant NethelpersRouteType_TYPE_X_RESOLVE (line 2041) | NethelpersRouteType_TYPE_X_RESOLVE NethelpersRouteType = 11 type NethelpersRoutingRuleAction (line 2104) | type NethelpersRoutingRuleAction method Enum (line 2132) | func (x NethelpersRoutingRuleAction) Enum() *NethelpersRoutingRuleActi... method String (line 2138) | func (x NethelpersRoutingRuleAction) String() string { method Descriptor (line 2142) | func (NethelpersRoutingRuleAction) Descriptor() protoreflect.EnumDescr... method Type (line 2146) | func (NethelpersRoutingRuleAction) Type() protoreflect.EnumType { method Number (line 2150) | func (x NethelpersRoutingRuleAction) Number() protoreflect.EnumNumber { method EnumDescriptor (line 2155) | func (NethelpersRoutingRuleAction) EnumDescriptor() ([]byte, []int) { constant NethelpersRoutingRuleAction_ROUTING_RULE_ACTION_UNSPEC (line 2107) | NethelpersRoutingRuleAction_ROUTING_RULE_ACTION_UNSPEC NethelpersRo... constant NethelpersRoutingRuleAction_ROUTING_RULE_ACTION_UNICAST (line 2108) | NethelpersRoutingRuleAction_ROUTING_RULE_ACTION_UNICAST NethelpersRo... constant NethelpersRoutingRuleAction_ROUTING_RULE_ACTION_BLACKHOLE (line 2109) | NethelpersRoutingRuleAction_ROUTING_RULE_ACTION_BLACKHOLE NethelpersRo... constant NethelpersRoutingRuleAction_ROUTING_RULE_ACTION_UNREACHABLE (line 2110) | NethelpersRoutingRuleAction_ROUTING_RULE_ACTION_UNREACHABLE NethelpersRo... constant NethelpersRoutingRuleAction_ROUTING_RULE_ACTION_PROHIBIT (line 2111) | NethelpersRoutingRuleAction_ROUTING_RULE_ACTION_PROHIBIT NethelpersRo... type NethelpersRoutingTable (line 2160) | type NethelpersRoutingTable method Enum (line 2941) | func (x NethelpersRoutingTable) Enum() *NethelpersRoutingTable { method String (line 2947) | func (x NethelpersRoutingTable) String() string { method Descriptor (line 2951) | func (NethelpersRoutingTable) Descriptor() protoreflect.EnumDescriptor { method Type (line 2955) | func (NethelpersRoutingTable) Type() protoreflect.EnumType { method Number (line 2959) | func (x NethelpersRoutingTable) Number() protoreflect.EnumNumber { method EnumDescriptor (line 2964) | func (NethelpersRoutingTable) EnumDescriptor() ([]byte, []int) { constant NethelpersRoutingTable_TABLE_UNSPEC (line 2163) | NethelpersRoutingTable_TABLE_UNSPEC NethelpersRoutingTable = 0 constant NethelpersRoutingTable_TABLE1 (line 2164) | NethelpersRoutingTable_TABLE1 NethelpersRoutingTable = 1 constant NethelpersRoutingTable_TABLE2 (line 2165) | NethelpersRoutingTable_TABLE2 NethelpersRoutingTable = 2 constant NethelpersRoutingTable_TABLE3 (line 2166) | NethelpersRoutingTable_TABLE3 NethelpersRoutingTable = 3 constant NethelpersRoutingTable_TABLE4 (line 2167) | NethelpersRoutingTable_TABLE4 NethelpersRoutingTable = 4 constant NethelpersRoutingTable_TABLE5 (line 2168) | NethelpersRoutingTable_TABLE5 NethelpersRoutingTable = 5 constant NethelpersRoutingTable_TABLE6 (line 2169) | NethelpersRoutingTable_TABLE6 NethelpersRoutingTable = 6 constant NethelpersRoutingTable_TABLE7 (line 2170) | NethelpersRoutingTable_TABLE7 NethelpersRoutingTable = 7 constant NethelpersRoutingTable_TABLE8 (line 2171) | NethelpersRoutingTable_TABLE8 NethelpersRoutingTable = 8 constant NethelpersRoutingTable_TABLE9 (line 2172) | NethelpersRoutingTable_TABLE9 NethelpersRoutingTable = 9 constant NethelpersRoutingTable_TABLE10 (line 2173) | NethelpersRoutingTable_TABLE10 NethelpersRoutingTable = 10 constant NethelpersRoutingTable_TABLE11 (line 2174) | NethelpersRoutingTable_TABLE11 NethelpersRoutingTable = 11 constant NethelpersRoutingTable_TABLE12 (line 2175) | NethelpersRoutingTable_TABLE12 NethelpersRoutingTable = 12 constant NethelpersRoutingTable_TABLE13 (line 2176) | NethelpersRoutingTable_TABLE13 NethelpersRoutingTable = 13 constant NethelpersRoutingTable_TABLE14 (line 2177) | NethelpersRoutingTable_TABLE14 NethelpersRoutingTable = 14 constant NethelpersRoutingTable_TABLE15 (line 2178) | NethelpersRoutingTable_TABLE15 NethelpersRoutingTable = 15 constant NethelpersRoutingTable_TABLE16 (line 2179) | NethelpersRoutingTable_TABLE16 NethelpersRoutingTable = 16 constant NethelpersRoutingTable_TABLE17 (line 2180) | NethelpersRoutingTable_TABLE17 NethelpersRoutingTable = 17 constant NethelpersRoutingTable_TABLE18 (line 2181) | NethelpersRoutingTable_TABLE18 NethelpersRoutingTable = 18 constant NethelpersRoutingTable_TABLE19 (line 2182) | NethelpersRoutingTable_TABLE19 NethelpersRoutingTable = 19 constant NethelpersRoutingTable_TABLE20 (line 2183) | NethelpersRoutingTable_TABLE20 NethelpersRoutingTable = 20 constant NethelpersRoutingTable_TABLE21 (line 2184) | NethelpersRoutingTable_TABLE21 NethelpersRoutingTable = 21 constant NethelpersRoutingTable_TABLE22 (line 2185) | NethelpersRoutingTable_TABLE22 NethelpersRoutingTable = 22 constant NethelpersRoutingTable_TABLE23 (line 2186) | NethelpersRoutingTable_TABLE23 NethelpersRoutingTable = 23 constant NethelpersRoutingTable_TABLE24 (line 2187) | NethelpersRoutingTable_TABLE24 NethelpersRoutingTable = 24 constant NethelpersRoutingTable_TABLE25 (line 2188) | NethelpersRoutingTable_TABLE25 NethelpersRoutingTable = 25 constant NethelpersRoutingTable_TABLE26 (line 2189) | NethelpersRoutingTable_TABLE26 NethelpersRoutingTable = 26 constant NethelpersRoutingTable_TABLE27 (line 2190) | NethelpersRoutingTable_TABLE27 NethelpersRoutingTable = 27 constant NethelpersRoutingTable_TABLE28 (line 2191) | NethelpersRoutingTable_TABLE28 NethelpersRoutingTable = 28 constant NethelpersRoutingTable_TABLE29 (line 2192) | NethelpersRoutingTable_TABLE29 NethelpersRoutingTable = 29 constant NethelpersRoutingTable_TABLE30 (line 2193) | NethelpersRoutingTable_TABLE30 NethelpersRoutingTable = 30 constant NethelpersRoutingTable_TABLE31 (line 2194) | NethelpersRoutingTable_TABLE31 NethelpersRoutingTable = 31 constant NethelpersRoutingTable_TABLE32 (line 2195) | NethelpersRoutingTable_TABLE32 NethelpersRoutingTable = 32 constant NethelpersRoutingTable_TABLE33 (line 2196) | NethelpersRoutingTable_TABLE33 NethelpersRoutingTable = 33 constant NethelpersRoutingTable_TABLE34 (line 2197) | NethelpersRoutingTable_TABLE34 NethelpersRoutingTable = 34 constant NethelpersRoutingTable_TABLE35 (line 2198) | NethelpersRoutingTable_TABLE35 NethelpersRoutingTable = 35 constant NethelpersRoutingTable_TABLE36 (line 2199) | NethelpersRoutingTable_TABLE36 NethelpersRoutingTable = 36 constant NethelpersRoutingTable_TABLE37 (line 2200) | NethelpersRoutingTable_TABLE37 NethelpersRoutingTable = 37 constant NethelpersRoutingTable_TABLE38 (line 2201) | NethelpersRoutingTable_TABLE38 NethelpersRoutingTable = 38 constant NethelpersRoutingTable_TABLE39 (line 2202) | NethelpersRoutingTable_TABLE39 NethelpersRoutingTable = 39 constant NethelpersRoutingTable_TABLE40 (line 2203) | NethelpersRoutingTable_TABLE40 NethelpersRoutingTable = 40 constant NethelpersRoutingTable_TABLE41 (line 2204) | NethelpersRoutingTable_TABLE41 NethelpersRoutingTable = 41 constant NethelpersRoutingTable_TABLE42 (line 2205) | NethelpersRoutingTable_TABLE42 NethelpersRoutingTable = 42 constant NethelpersRoutingTable_TABLE43 (line 2206) | NethelpersRoutingTable_TABLE43 NethelpersRoutingTable = 43 constant NethelpersRoutingTable_TABLE44 (line 2207) | NethelpersRoutingTable_TABLE44 NethelpersRoutingTable = 44 constant NethelpersRoutingTable_TABLE45 (line 2208) | NethelpersRoutingTable_TABLE45 NethelpersRoutingTable = 45 constant NethelpersRoutingTable_TABLE46 (line 2209) | NethelpersRoutingTable_TABLE46 NethelpersRoutingTable = 46 constant NethelpersRoutingTable_TABLE47 (line 2210) | NethelpersRoutingTable_TABLE47 NethelpersRoutingTable = 47 constant NethelpersRoutingTable_TABLE48 (line 2211) | NethelpersRoutingTable_TABLE48 NethelpersRoutingTable = 48 constant NethelpersRoutingTable_TABLE49 (line 2212) | NethelpersRoutingTable_TABLE49 NethelpersRoutingTable = 49 constant NethelpersRoutingTable_TABLE50 (line 2213) | NethelpersRoutingTable_TABLE50 NethelpersRoutingTable = 50 constant NethelpersRoutingTable_TABLE51 (line 2214) | NethelpersRoutingTable_TABLE51 NethelpersRoutingTable = 51 constant NethelpersRoutingTable_TABLE52 (line 2215) | NethelpersRoutingTable_TABLE52 NethelpersRoutingTable = 52 constant NethelpersRoutingTable_TABLE53 (line 2216) | NethelpersRoutingTable_TABLE53 NethelpersRoutingTable = 53 constant NethelpersRoutingTable_TABLE54 (line 2217) | NethelpersRoutingTable_TABLE54 NethelpersRoutingTable = 54 constant NethelpersRoutingTable_TABLE55 (line 2218) | NethelpersRoutingTable_TABLE55 NethelpersRoutingTable = 55 constant NethelpersRoutingTable_TABLE56 (line 2219) | NethelpersRoutingTable_TABLE56 NethelpersRoutingTable = 56 constant NethelpersRoutingTable_TABLE57 (line 2220) | NethelpersRoutingTable_TABLE57 NethelpersRoutingTable = 57 constant NethelpersRoutingTable_TABLE58 (line 2221) | NethelpersRoutingTable_TABLE58 NethelpersRoutingTable = 58 constant NethelpersRoutingTable_TABLE59 (line 2222) | NethelpersRoutingTable_TABLE59 NethelpersRoutingTable = 59 constant NethelpersRoutingTable_TABLE60 (line 2223) | NethelpersRoutingTable_TABLE60 NethelpersRoutingTable = 60 constant NethelpersRoutingTable_TABLE61 (line 2224) | NethelpersRoutingTable_TABLE61 NethelpersRoutingTable = 61 constant NethelpersRoutingTable_TABLE62 (line 2225) | NethelpersRoutingTable_TABLE62 NethelpersRoutingTable = 62 constant NethelpersRoutingTable_TABLE63 (line 2226) | NethelpersRoutingTable_TABLE63 NethelpersRoutingTable = 63 constant NethelpersRoutingTable_TABLE64 (line 2227) | NethelpersRoutingTable_TABLE64 NethelpersRoutingTable = 64 constant NethelpersRoutingTable_TABLE65 (line 2228) | NethelpersRoutingTable_TABLE65 NethelpersRoutingTable = 65 constant NethelpersRoutingTable_TABLE66 (line 2229) | NethelpersRoutingTable_TABLE66 NethelpersRoutingTable = 66 constant NethelpersRoutingTable_TABLE67 (line 2230) | NethelpersRoutingTable_TABLE67 NethelpersRoutingTable = 67 constant NethelpersRoutingTable_TABLE68 (line 2231) | NethelpersRoutingTable_TABLE68 NethelpersRoutingTable = 68 constant NethelpersRoutingTable_TABLE69 (line 2232) | NethelpersRoutingTable_TABLE69 NethelpersRoutingTable = 69 constant NethelpersRoutingTable_TABLE70 (line 2233) | NethelpersRoutingTable_TABLE70 NethelpersRoutingTable = 70 constant NethelpersRoutingTable_TABLE71 (line 2234) | NethelpersRoutingTable_TABLE71 NethelpersRoutingTable = 71 constant NethelpersRoutingTable_TABLE72 (line 2235) | NethelpersRoutingTable_TABLE72 NethelpersRoutingTable = 72 constant NethelpersRoutingTable_TABLE73 (line 2236) | NethelpersRoutingTable_TABLE73 NethelpersRoutingTable = 73 constant NethelpersRoutingTable_TABLE74 (line 2237) | NethelpersRoutingTable_TABLE74 NethelpersRoutingTable = 74 constant NethelpersRoutingTable_TABLE75 (line 2238) | NethelpersRoutingTable_TABLE75 NethelpersRoutingTable = 75 constant NethelpersRoutingTable_TABLE76 (line 2239) | NethelpersRoutingTable_TABLE76 NethelpersRoutingTable = 76 constant NethelpersRoutingTable_TABLE77 (line 2240) | NethelpersRoutingTable_TABLE77 NethelpersRoutingTable = 77 constant NethelpersRoutingTable_TABLE78 (line 2241) | NethelpersRoutingTable_TABLE78 NethelpersRoutingTable = 78 constant NethelpersRoutingTable_TABLE79 (line 2242) | NethelpersRoutingTable_TABLE79 NethelpersRoutingTable = 79 constant NethelpersRoutingTable_TABLE80 (line 2243) | NethelpersRoutingTable_TABLE80 NethelpersRoutingTable = 80 constant NethelpersRoutingTable_TABLE81 (line 2244) | NethelpersRoutingTable_TABLE81 NethelpersRoutingTable = 81 constant NethelpersRoutingTable_TABLE82 (line 2245) | NethelpersRoutingTable_TABLE82 NethelpersRoutingTable = 82 constant NethelpersRoutingTable_TABLE83 (line 2246) | NethelpersRoutingTable_TABLE83 NethelpersRoutingTable = 83 constant NethelpersRoutingTable_TABLE84 (line 2247) | NethelpersRoutingTable_TABLE84 NethelpersRoutingTable = 84 constant NethelpersRoutingTable_TABLE85 (line 2248) | NethelpersRoutingTable_TABLE85 NethelpersRoutingTable = 85 constant NethelpersRoutingTable_TABLE86 (line 2249) | NethelpersRoutingTable_TABLE86 NethelpersRoutingTable = 86 constant NethelpersRoutingTable_TABLE87 (line 2250) | NethelpersRoutingTable_TABLE87 NethelpersRoutingTable = 87 constant NethelpersRoutingTable_TABLE88 (line 2251) | NethelpersRoutingTable_TABLE88 NethelpersRoutingTable = 88 constant NethelpersRoutingTable_TABLE89 (line 2252) | NethelpersRoutingTable_TABLE89 NethelpersRoutingTable = 89 constant NethelpersRoutingTable_TABLE90 (line 2253) | NethelpersRoutingTable_TABLE90 NethelpersRoutingTable = 90 constant NethelpersRoutingTable_TABLE91 (line 2254) | NethelpersRoutingTable_TABLE91 NethelpersRoutingTable = 91 constant NethelpersRoutingTable_TABLE92 (line 2255) | NethelpersRoutingTable_TABLE92 NethelpersRoutingTable = 92 constant NethelpersRoutingTable_TABLE93 (line 2256) | NethelpersRoutingTable_TABLE93 NethelpersRoutingTable = 93 constant NethelpersRoutingTable_TABLE94 (line 2257) | NethelpersRoutingTable_TABLE94 NethelpersRoutingTable = 94 constant NethelpersRoutingTable_TABLE95 (line 2258) | NethelpersRoutingTable_TABLE95 NethelpersRoutingTable = 95 constant NethelpersRoutingTable_TABLE96 (line 2259) | NethelpersRoutingTable_TABLE96 NethelpersRoutingTable = 96 constant NethelpersRoutingTable_TABLE97 (line 2260) | NethelpersRoutingTable_TABLE97 NethelpersRoutingTable = 97 constant NethelpersRoutingTable_TABLE98 (line 2261) | NethelpersRoutingTable_TABLE98 NethelpersRoutingTable = 98 constant NethelpersRoutingTable_TABLE99 (line 2262) | NethelpersRoutingTable_TABLE99 NethelpersRoutingTable = 99 constant NethelpersRoutingTable_TABLE100 (line 2263) | NethelpersRoutingTable_TABLE100 NethelpersRoutingTable = 100 constant NethelpersRoutingTable_TABLE101 (line 2264) | NethelpersRoutingTable_TABLE101 NethelpersRoutingTable = 101 constant NethelpersRoutingTable_TABLE102 (line 2265) | NethelpersRoutingTable_TABLE102 NethelpersRoutingTable = 102 constant NethelpersRoutingTable_TABLE103 (line 2266) | NethelpersRoutingTable_TABLE103 NethelpersRoutingTable = 103 constant NethelpersRoutingTable_TABLE104 (line 2267) | NethelpersRoutingTable_TABLE104 NethelpersRoutingTable = 104 constant NethelpersRoutingTable_TABLE105 (line 2268) | NethelpersRoutingTable_TABLE105 NethelpersRoutingTable = 105 constant NethelpersRoutingTable_TABLE106 (line 2269) | NethelpersRoutingTable_TABLE106 NethelpersRoutingTable = 106 constant NethelpersRoutingTable_TABLE107 (line 2270) | NethelpersRoutingTable_TABLE107 NethelpersRoutingTable = 107 constant NethelpersRoutingTable_TABLE108 (line 2271) | NethelpersRoutingTable_TABLE108 NethelpersRoutingTable = 108 constant NethelpersRoutingTable_TABLE109 (line 2272) | NethelpersRoutingTable_TABLE109 NethelpersRoutingTable = 109 constant NethelpersRoutingTable_TABLE110 (line 2273) | NethelpersRoutingTable_TABLE110 NethelpersRoutingTable = 110 constant NethelpersRoutingTable_TABLE111 (line 2274) | NethelpersRoutingTable_TABLE111 NethelpersRoutingTable = 111 constant NethelpersRoutingTable_TABLE112 (line 2275) | NethelpersRoutingTable_TABLE112 NethelpersRoutingTable = 112 constant NethelpersRoutingTable_TABLE113 (line 2276) | NethelpersRoutingTable_TABLE113 NethelpersRoutingTable = 113 constant NethelpersRoutingTable_TABLE114 (line 2277) | NethelpersRoutingTable_TABLE114 NethelpersRoutingTable = 114 constant NethelpersRoutingTable_TABLE115 (line 2278) | NethelpersRoutingTable_TABLE115 NethelpersRoutingTable = 115 constant NethelpersRoutingTable_TABLE116 (line 2279) | NethelpersRoutingTable_TABLE116 NethelpersRoutingTable = 116 constant NethelpersRoutingTable_TABLE117 (line 2280) | NethelpersRoutingTable_TABLE117 NethelpersRoutingTable = 117 constant NethelpersRoutingTable_TABLE118 (line 2281) | NethelpersRoutingTable_TABLE118 NethelpersRoutingTable = 118 constant NethelpersRoutingTable_TABLE119 (line 2282) | NethelpersRoutingTable_TABLE119 NethelpersRoutingTable = 119 constant NethelpersRoutingTable_TABLE120 (line 2283) | NethelpersRoutingTable_TABLE120 NethelpersRoutingTable = 120 constant NethelpersRoutingTable_TABLE121 (line 2284) | NethelpersRoutingTable_TABLE121 NethelpersRoutingTable = 121 constant NethelpersRoutingTable_TABLE122 (line 2285) | NethelpersRoutingTable_TABLE122 NethelpersRoutingTable = 122 constant NethelpersRoutingTable_TABLE123 (line 2286) | NethelpersRoutingTable_TABLE123 NethelpersRoutingTable = 123 constant NethelpersRoutingTable_TABLE124 (line 2287) | NethelpersRoutingTable_TABLE124 NethelpersRoutingTable = 124 constant NethelpersRoutingTable_TABLE125 (line 2288) | NethelpersRoutingTable_TABLE125 NethelpersRoutingTable = 125 constant NethelpersRoutingTable_TABLE126 (line 2289) | NethelpersRoutingTable_TABLE126 NethelpersRoutingTable = 126 constant NethelpersRoutingTable_TABLE127 (line 2290) | NethelpersRoutingTable_TABLE127 NethelpersRoutingTable = 127 constant NethelpersRoutingTable_TABLE128 (line 2291) | NethelpersRoutingTable_TABLE128 NethelpersRoutingTable = 128 constant NethelpersRoutingTable_TABLE129 (line 2292) | NethelpersRoutingTable_TABLE129 NethelpersRoutingTable = 129 constant NethelpersRoutingTable_TABLE130 (line 2293) | NethelpersRoutingTable_TABLE130 NethelpersRoutingTable = 130 constant NethelpersRoutingTable_TABLE131 (line 2294) | NethelpersRoutingTable_TABLE131 NethelpersRoutingTable = 131 constant NethelpersRoutingTable_TABLE132 (line 2295) | NethelpersRoutingTable_TABLE132 NethelpersRoutingTable = 132 constant NethelpersRoutingTable_TABLE133 (line 2296) | NethelpersRoutingTable_TABLE133 NethelpersRoutingTable = 133 constant NethelpersRoutingTable_TABLE134 (line 2297) | NethelpersRoutingTable_TABLE134 NethelpersRoutingTable = 134 constant NethelpersRoutingTable_TABLE135 (line 2298) | NethelpersRoutingTable_TABLE135 NethelpersRoutingTable = 135 constant NethelpersRoutingTable_TABLE136 (line 2299) | NethelpersRoutingTable_TABLE136 NethelpersRoutingTable = 136 constant NethelpersRoutingTable_TABLE137 (line 2300) | NethelpersRoutingTable_TABLE137 NethelpersRoutingTable = 137 constant NethelpersRoutingTable_TABLE138 (line 2301) | NethelpersRoutingTable_TABLE138 NethelpersRoutingTable = 138 constant NethelpersRoutingTable_TABLE139 (line 2302) | NethelpersRoutingTable_TABLE139 NethelpersRoutingTable = 139 constant NethelpersRoutingTable_TABLE140 (line 2303) | NethelpersRoutingTable_TABLE140 NethelpersRoutingTable = 140 constant NethelpersRoutingTable_TABLE141 (line 2304) | NethelpersRoutingTable_TABLE141 NethelpersRoutingTable = 141 constant NethelpersRoutingTable_TABLE142 (line 2305) | NethelpersRoutingTable_TABLE142 NethelpersRoutingTable = 142 constant NethelpersRoutingTable_TABLE143 (line 2306) | NethelpersRoutingTable_TABLE143 NethelpersRoutingTable = 143 constant NethelpersRoutingTable_TABLE144 (line 2307) | NethelpersRoutingTable_TABLE144 NethelpersRoutingTable = 144 constant NethelpersRoutingTable_TABLE145 (line 2308) | NethelpersRoutingTable_TABLE145 NethelpersRoutingTable = 145 constant NethelpersRoutingTable_TABLE146 (line 2309) | NethelpersRoutingTable_TABLE146 NethelpersRoutingTable = 146 constant NethelpersRoutingTable_TABLE147 (line 2310) | NethelpersRoutingTable_TABLE147 NethelpersRoutingTable = 147 constant NethelpersRoutingTable_TABLE148 (line 2311) | NethelpersRoutingTable_TABLE148 NethelpersRoutingTable = 148 constant NethelpersRoutingTable_TABLE149 (line 2312) | NethelpersRoutingTable_TABLE149 NethelpersRoutingTable = 149 constant NethelpersRoutingTable_TABLE150 (line 2313) | NethelpersRoutingTable_TABLE150 NethelpersRoutingTable = 150 constant NethelpersRoutingTable_TABLE151 (line 2314) | NethelpersRoutingTable_TABLE151 NethelpersRoutingTable = 151 constant NethelpersRoutingTable_TABLE152 (line 2315) | NethelpersRoutingTable_TABLE152 NethelpersRoutingTable = 152 constant NethelpersRoutingTable_TABLE153 (line 2316) | NethelpersRoutingTable_TABLE153 NethelpersRoutingTable = 153 constant NethelpersRoutingTable_TABLE154 (line 2317) | NethelpersRoutingTable_TABLE154 NethelpersRoutingTable = 154 constant NethelpersRoutingTable_TABLE155 (line 2318) | NethelpersRoutingTable_TABLE155 NethelpersRoutingTable = 155 constant NethelpersRoutingTable_TABLE156 (line 2319) | NethelpersRoutingTable_TABLE156 NethelpersRoutingTable = 156 constant NethelpersRoutingTable_TABLE157 (line 2320) | NethelpersRoutingTable_TABLE157 NethelpersRoutingTable = 157 constant NethelpersRoutingTable_TABLE158 (line 2321) | NethelpersRoutingTable_TABLE158 NethelpersRoutingTable = 158 constant NethelpersRoutingTable_TABLE159 (line 2322) | NethelpersRoutingTable_TABLE159 NethelpersRoutingTable = 159 constant NethelpersRoutingTable_TABLE160 (line 2323) | NethelpersRoutingTable_TABLE160 NethelpersRoutingTable = 160 constant NethelpersRoutingTable_TABLE161 (line 2324) | NethelpersRoutingTable_TABLE161 NethelpersRoutingTable = 161 constant NethelpersRoutingTable_TABLE162 (line 2325) | NethelpersRoutingTable_TABLE162 NethelpersRoutingTable = 162 constant NethelpersRoutingTable_TABLE163 (line 2326) | NethelpersRoutingTable_TABLE163 NethelpersRoutingTable = 163 constant NethelpersRoutingTable_TABLE164 (line 2327) | NethelpersRoutingTable_TABLE164 NethelpersRoutingTable = 164 constant NethelpersRoutingTable_TABLE165 (line 2328) | NethelpersRoutingTable_TABLE165 NethelpersRoutingTable = 165 constant NethelpersRoutingTable_TABLE166 (line 2329) | NethelpersRoutingTable_TABLE166 NethelpersRoutingTable = 166 constant NethelpersRoutingTable_TABLE167 (line 2330) | NethelpersRoutingTable_TABLE167 NethelpersRoutingTable = 167 constant NethelpersRoutingTable_TABLE168 (line 2331) | NethelpersRoutingTable_TABLE168 NethelpersRoutingTable = 168 constant NethelpersRoutingTable_TABLE169 (line 2332) | NethelpersRoutingTable_TABLE169 NethelpersRoutingTable = 169 constant NethelpersRoutingTable_TABLE170 (line 2333) | NethelpersRoutingTable_TABLE170 NethelpersRoutingTable = 170 constant NethelpersRoutingTable_TABLE171 (line 2334) | NethelpersRoutingTable_TABLE171 NethelpersRoutingTable = 171 constant NethelpersRoutingTable_TABLE172 (line 2335) | NethelpersRoutingTable_TABLE172 NethelpersRoutingTable = 172 constant NethelpersRoutingTable_TABLE173 (line 2336) | NethelpersRoutingTable_TABLE173 NethelpersRoutingTable = 173 constant NethelpersRoutingTable_TABLE174 (line 2337) | NethelpersRoutingTable_TABLE174 NethelpersRoutingTable = 174 constant NethelpersRoutingTable_TABLE175 (line 2338) | NethelpersRoutingTable_TABLE175 NethelpersRoutingTable = 175 constant NethelpersRoutingTable_TABLE176 (line 2339) | NethelpersRoutingTable_TABLE176 NethelpersRoutingTable = 176 constant NethelpersRoutingTable_TABLE177 (line 2340) | NethelpersRoutingTable_TABLE177 NethelpersRoutingTable = 177 constant NethelpersRoutingTable_TABLE178 (line 2341) | NethelpersRoutingTable_TABLE178 NethelpersRoutingTable = 178 constant NethelpersRoutingTable_TABLE179 (line 2342) | NethelpersRoutingTable_TABLE179 NethelpersRoutingTable = 179 constant NethelpersRoutingTable_TABLE180 (line 2343) | NethelpersRoutingTable_TABLE180 NethelpersRoutingTable = 180 constant NethelpersRoutingTable_TABLE181 (line 2344) | NethelpersRoutingTable_TABLE181 NethelpersRoutingTable = 181 constant NethelpersRoutingTable_TABLE182 (line 2345) | NethelpersRoutingTable_TABLE182 NethelpersRoutingTable = 182 constant NethelpersRoutingTable_TABLE183 (line 2346) | NethelpersRoutingTable_TABLE183 NethelpersRoutingTable = 183 constant NethelpersRoutingTable_TABLE184 (line 2347) | NethelpersRoutingTable_TABLE184 NethelpersRoutingTable = 184 constant NethelpersRoutingTable_TABLE185 (line 2348) | NethelpersRoutingTable_TABLE185 NethelpersRoutingTable = 185 constant NethelpersRoutingTable_TABLE186 (line 2349) | NethelpersRoutingTable_TABLE186 NethelpersRoutingTable = 186 constant NethelpersRoutingTable_TABLE187 (line 2350) | NethelpersRoutingTable_TABLE187 NethelpersRoutingTable = 187 constant NethelpersRoutingTable_TABLE188 (line 2351) | NethelpersRoutingTable_TABLE188 NethelpersRoutingTable = 188 constant NethelpersRoutingTable_TABLE189 (line 2352) | NethelpersRoutingTable_TABLE189 NethelpersRoutingTable = 189 constant NethelpersRoutingTable_TABLE190 (line 2353) | NethelpersRoutingTable_TABLE190 NethelpersRoutingTable = 190 constant NethelpersRoutingTable_TABLE191 (line 2354) | NethelpersRoutingTable_TABLE191 NethelpersRoutingTable = 191 constant NethelpersRoutingTable_TABLE192 (line 2355) | NethelpersRoutingTable_TABLE192 NethelpersRoutingTable = 192 constant NethelpersRoutingTable_TABLE193 (line 2356) | NethelpersRoutingTable_TABLE193 NethelpersRoutingTable = 193 constant NethelpersRoutingTable_TABLE194 (line 2357) | NethelpersRoutingTable_TABLE194 NethelpersRoutingTable = 194 constant NethelpersRoutingTable_TABLE195 (line 2358) | NethelpersRoutingTable_TABLE195 NethelpersRoutingTable = 195 constant NethelpersRoutingTable_TABLE196 (line 2359) | NethelpersRoutingTable_TABLE196 NethelpersRoutingTable = 196 constant NethelpersRoutingTable_TABLE197 (line 2360) | NethelpersRoutingTable_TABLE197 NethelpersRoutingTable = 197 constant NethelpersRoutingTable_TABLE198 (line 2361) | NethelpersRoutingTable_TABLE198 NethelpersRoutingTable = 198 constant NethelpersRoutingTable_TABLE199 (line 2362) | NethelpersRoutingTable_TABLE199 NethelpersRoutingTable = 199 constant NethelpersRoutingTable_TABLE200 (line 2363) | NethelpersRoutingTable_TABLE200 NethelpersRoutingTable = 200 constant NethelpersRoutingTable_TABLE201 (line 2364) | NethelpersRoutingTable_TABLE201 NethelpersRoutingTable = 201 constant NethelpersRoutingTable_TABLE202 (line 2365) | NethelpersRoutingTable_TABLE202 NethelpersRoutingTable = 202 constant NethelpersRoutingTable_TABLE203 (line 2366) | NethelpersRoutingTable_TABLE203 NethelpersRoutingTable = 203 constant NethelpersRoutingTable_TABLE204 (line 2367) | NethelpersRoutingTable_TABLE204 NethelpersRoutingTable = 204 constant NethelpersRoutingTable_TABLE205 (line 2368) | NethelpersRoutingTable_TABLE205 NethelpersRoutingTable = 205 constant NethelpersRoutingTable_TABLE206 (line 2369) | NethelpersRoutingTable_TABLE206 NethelpersRoutingTable = 206 constant NethelpersRoutingTable_TABLE207 (line 2370) | NethelpersRoutingTable_TABLE207 NethelpersRoutingTable = 207 constant NethelpersRoutingTable_TABLE208 (line 2371) | NethelpersRoutingTable_TABLE208 NethelpersRoutingTable = 208 constant NethelpersRoutingTable_TABLE209 (line 2372) | NethelpersRoutingTable_TABLE209 NethelpersRoutingTable = 209 constant NethelpersRoutingTable_TABLE210 (line 2373) | NethelpersRoutingTable_TABLE210 NethelpersRoutingTable = 210 constant NethelpersRoutingTable_TABLE211 (line 2374) | NethelpersRoutingTable_TABLE211 NethelpersRoutingTable = 211 constant NethelpersRoutingTable_TABLE212 (line 2375) | NethelpersRoutingTable_TABLE212 NethelpersRoutingTable = 212 constant NethelpersRoutingTable_TABLE213 (line 2376) | NethelpersRoutingTable_TABLE213 NethelpersRoutingTable = 213 constant NethelpersRoutingTable_TABLE214 (line 2377) | NethelpersRoutingTable_TABLE214 NethelpersRoutingTable = 214 constant NethelpersRoutingTable_TABLE215 (line 2378) | NethelpersRoutingTable_TABLE215 NethelpersRoutingTable = 215 constant NethelpersRoutingTable_TABLE216 (line 2379) | NethelpersRoutingTable_TABLE216 NethelpersRoutingTable = 216 constant NethelpersRoutingTable_TABLE217 (line 2380) | NethelpersRoutingTable_TABLE217 NethelpersRoutingTable = 217 constant NethelpersRoutingTable_TABLE218 (line 2381) | NethelpersRoutingTable_TABLE218 NethelpersRoutingTable = 218 constant NethelpersRoutingTable_TABLE219 (line 2382) | NethelpersRoutingTable_TABLE219 NethelpersRoutingTable = 219 constant NethelpersRoutingTable_TABLE220 (line 2383) | NethelpersRoutingTable_TABLE220 NethelpersRoutingTable = 220 constant NethelpersRoutingTable_TABLE221 (line 2384) | NethelpersRoutingTable_TABLE221 NethelpersRoutingTable = 221 constant NethelpersRoutingTable_TABLE222 (line 2385) | NethelpersRoutingTable_TABLE222 NethelpersRoutingTable = 222 constant NethelpersRoutingTable_TABLE223 (line 2386) | NethelpersRoutingTable_TABLE223 NethelpersRoutingTable = 223 constant NethelpersRoutingTable_TABLE224 (line 2387) | NethelpersRoutingTable_TABLE224 NethelpersRoutingTable = 224 constant NethelpersRoutingTable_TABLE225 (line 2388) | NethelpersRoutingTable_TABLE225 NethelpersRoutingTable = 225 constant NethelpersRoutingTable_TABLE226 (line 2389) | NethelpersRoutingTable_TABLE226 NethelpersRoutingTable = 226 constant NethelpersRoutingTable_TABLE227 (line 2390) | NethelpersRoutingTable_TABLE227 NethelpersRoutingTable = 227 constant NethelpersRoutingTable_TABLE228 (line 2391) | NethelpersRoutingTable_TABLE228 NethelpersRoutingTable = 228 constant NethelpersRoutingTable_TABLE229 (line 2392) | NethelpersRoutingTable_TABLE229 NethelpersRoutingTable = 229 constant NethelpersRoutingTable_TABLE230 (line 2393) | NethelpersRoutingTable_TABLE230 NethelpersRoutingTable = 230 constant NethelpersRoutingTable_TABLE231 (line 2394) | NethelpersRoutingTable_TABLE231 NethelpersRoutingTable = 231 constant NethelpersRoutingTable_TABLE232 (line 2395) | NethelpersRoutingTable_TABLE232 NethelpersRoutingTable = 232 constant NethelpersRoutingTable_TABLE233 (line 2396) | NethelpersRoutingTable_TABLE233 NethelpersRoutingTable = 233 constant NethelpersRoutingTable_TABLE234 (line 2397) | NethelpersRoutingTable_TABLE234 NethelpersRoutingTable = 234 constant NethelpersRoutingTable_TABLE235 (line 2398) | NethelpersRoutingTable_TABLE235 NethelpersRoutingTable = 235 constant NethelpersRoutingTable_TABLE236 (line 2399) | NethelpersRoutingTable_TABLE236 NethelpersRoutingTable = 236 constant NethelpersRoutingTable_TABLE237 (line 2400) | NethelpersRoutingTable_TABLE237 NethelpersRoutingTable = 237 constant NethelpersRoutingTable_TABLE238 (line 2401) | NethelpersRoutingTable_TABLE238 NethelpersRoutingTable = 238 constant NethelpersRoutingTable_TABLE239 (line 2402) | NethelpersRoutingTable_TABLE239 NethelpersRoutingTable = 239 constant NethelpersRoutingTable_TABLE240 (line 2403) | NethelpersRoutingTable_TABLE240 NethelpersRoutingTable = 240 constant NethelpersRoutingTable_TABLE241 (line 2404) | NethelpersRoutingTable_TABLE241 NethelpersRoutingTable = 241 constant NethelpersRoutingTable_TABLE242 (line 2405) | NethelpersRoutingTable_TABLE242 NethelpersRoutingTable = 242 constant NethelpersRoutingTable_TABLE243 (line 2406) | NethelpersRoutingTable_TABLE243 NethelpersRoutingTable = 243 constant NethelpersRoutingTable_TABLE244 (line 2407) | NethelpersRoutingTable_TABLE244 NethelpersRoutingTable = 244 constant NethelpersRoutingTable_TABLE245 (line 2408) | NethelpersRoutingTable_TABLE245 NethelpersRoutingTable = 245 constant NethelpersRoutingTable_TABLE246 (line 2409) | NethelpersRoutingTable_TABLE246 NethelpersRoutingTable = 246 constant NethelpersRoutingTable_TABLE247 (line 2410) | NethelpersRoutingTable_TABLE247 NethelpersRoutingTable = 247 constant NethelpersRoutingTable_TABLE248 (line 2411) | NethelpersRoutingTable_TABLE248 NethelpersRoutingTable = 248 constant NethelpersRoutingTable_TABLE249 (line 2412) | NethelpersRoutingTable_TABLE249 NethelpersRoutingTable = 249 constant NethelpersRoutingTable_TABLE250 (line 2413) | NethelpersRoutingTable_TABLE250 NethelpersRoutingTable = 250 constant NethelpersRoutingTable_TABLE251 (line 2414) | NethelpersRoutingTable_TABLE251 NethelpersRoutingTable = 251 constant NethelpersRoutingTable_TABLE252 (line 2415) | NethelpersRoutingTable_TABLE252 NethelpersRoutingTable = 252 constant NethelpersRoutingTable_TABLE_DEFAULT (line 2416) | NethelpersRoutingTable_TABLE_DEFAULT NethelpersRoutingTable = 253 constant NethelpersRoutingTable_TABLE_MAIN (line 2417) | NethelpersRoutingTable_TABLE_MAIN NethelpersRoutingTable = 254 constant NethelpersRoutingTable_TABLE_LOCAL (line 2418) | NethelpersRoutingTable_TABLE_LOCAL NethelpersRoutingTable = 255 type NethelpersScope (line 2969) | type NethelpersScope method Enum (line 2997) | func (x NethelpersScope) Enum() *NethelpersScope { method String (line 3003) | func (x NethelpersScope) String() string { method Descriptor (line 3007) | func (NethelpersScope) Descriptor() protoreflect.EnumDescriptor { method Type (line 3011) | func (NethelpersScope) Type() protoreflect.EnumType { method Number (line 3015) | func (x NethelpersScope) Number() protoreflect.EnumNumber { method EnumDescriptor (line 3020) | func (NethelpersScope) EnumDescriptor() ([]byte, []int) { constant NethelpersScope_SCOPE_GLOBAL (line 2972) | NethelpersScope_SCOPE_GLOBAL NethelpersScope = 0 constant NethelpersScope_SCOPE_SITE (line 2973) | NethelpersScope_SCOPE_SITE NethelpersScope = 200 constant NethelpersScope_SCOPE_LINK (line 2974) | NethelpersScope_SCOPE_LINK NethelpersScope = 253 constant NethelpersScope_SCOPE_HOST (line 2975) | NethelpersScope_SCOPE_HOST NethelpersScope = 254 constant NethelpersScope_SCOPE_NOWHERE (line 2976) | NethelpersScope_SCOPE_NOWHERE NethelpersScope = 255 type NethelpersVLANProtocol (line 3025) | type NethelpersVLANProtocol method Enum (line 3047) | func (x NethelpersVLANProtocol) Enum() *NethelpersVLANProtocol { method String (line 3053) | func (x NethelpersVLANProtocol) String() string { method Descriptor (line 3057) | func (NethelpersVLANProtocol) Descriptor() protoreflect.EnumDescriptor { method Type (line 3061) | func (NethelpersVLANProtocol) Type() protoreflect.EnumType { method Number (line 3065) | func (x NethelpersVLANProtocol) Number() protoreflect.EnumNumber { method EnumDescriptor (line 3070) | func (NethelpersVLANProtocol) EnumDescriptor() ([]byte, []int) { constant NethelpersVLANProtocol_NETHELPERS_VLANPROTOCOL_UNSPECIFIED (line 3028) | NethelpersVLANProtocol_NETHELPERS_VLANPROTOCOL_UNSPECIFIED NethelpersVLA... constant NethelpersVLANProtocol_VLAN_PROTOCOL8021_Q (line 3029) | NethelpersVLANProtocol_VLAN_PROTOCOL8021_Q NethelpersVLA... constant NethelpersVLANProtocol_VLAN_PROTOCOL8021_AD (line 3030) | NethelpersVLANProtocol_VLAN_PROTOCOL8021_AD NethelpersVLA... type NethelpersWOLMode (line 3075) | type NethelpersWOLMode method Enum (line 3112) | func (x NethelpersWOLMode) Enum() *NethelpersWOLMode { method String (line 3118) | func (x NethelpersWOLMode) String() string { method Descriptor (line 3122) | func (NethelpersWOLMode) Descriptor() protoreflect.EnumDescriptor { method Type (line 3126) | func (NethelpersWOLMode) Type() protoreflect.EnumType { method Number (line 3130) | func (x NethelpersWOLMode) Number() protoreflect.EnumNumber { method EnumDescriptor (line 3135) | func (NethelpersWOLMode) EnumDescriptor() ([]byte, []int) { constant NethelpersWOLMode_NETHELPERS_WOLMODE_UNSPECIFIED (line 3078) | NethelpersWOLMode_NETHELPERS_WOLMODE_UNSPECIFIED NethelpersWOLMode = 0 constant NethelpersWOLMode_WOL_MODE_PHY (line 3079) | NethelpersWOLMode_WOL_MODE_PHY NethelpersWOLMode = 1 constant NethelpersWOLMode_WOL_MODE_UNICAST (line 3080) | NethelpersWOLMode_WOL_MODE_UNICAST NethelpersWOLMode = 2 constant NethelpersWOLMode_WOL_MODE_MULTICAST (line 3081) | NethelpersWOLMode_WOL_MODE_MULTICAST NethelpersWOLMode = 4 constant NethelpersWOLMode_WOL_MODE_BROADCAST (line 3082) | NethelpersWOLMode_WOL_MODE_BROADCAST NethelpersWOLMode = 8 constant NethelpersWOLMode_WOL_MODE_MAGIC (line 3083) | NethelpersWOLMode_WOL_MODE_MAGIC NethelpersWOLMode = 32 constant NethelpersWOLMode_WOL_MODE_MAGIC_SECURE (line 3084) | NethelpersWOLMode_WOL_MODE_MAGIC_SECURE NethelpersWOLMode = 64 constant NethelpersWOLMode_WOL_MODE_FILTER (line 3085) | NethelpersWOLMode_WOL_MODE_FILTER NethelpersWOLMode = 128 type BlockEncryptionKeyType (line 3140) | type BlockEncryptionKeyType method Enum (line 3165) | func (x BlockEncryptionKeyType) Enum() *BlockEncryptionKeyType { method String (line 3171) | func (x BlockEncryptionKeyType) String() string { method Descriptor (line 3175) | func (BlockEncryptionKeyType) Descriptor() protoreflect.EnumDescriptor { method Type (line 3179) | func (BlockEncryptionKeyType) Type() protoreflect.EnumType { method Number (line 3183) | func (x BlockEncryptionKeyType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 3188) | func (BlockEncryptionKeyType) EnumDescriptor() ([]byte, []int) { constant BlockEncryptionKeyType_ENCRYPTION_KEY_STATIC (line 3143) | BlockEncryptionKeyType_ENCRYPTION_KEY_STATIC BlockEncryptionKeyType = 0 constant BlockEncryptionKeyType_ENCRYPTION_KEY_NODE_ID (line 3144) | BlockEncryptionKeyType_ENCRYPTION_KEY_NODE_ID BlockEncryptionKeyType = 1 constant BlockEncryptionKeyType_ENCRYPTION_KEY_KMS (line 3145) | BlockEncryptionKeyType_ENCRYPTION_KEY_KMS BlockEncryptionKeyType = 2 constant BlockEncryptionKeyType_ENCRYPTION_KEY_TPM (line 3146) | BlockEncryptionKeyType_ENCRYPTION_KEY_TPM BlockEncryptionKeyType = 3 type BlockEncryptionProviderType (line 3193) | type BlockEncryptionProviderType method Enum (line 3212) | func (x BlockEncryptionProviderType) Enum() *BlockEncryptionProviderTy... method String (line 3218) | func (x BlockEncryptionProviderType) String() string { method Descriptor (line 3222) | func (BlockEncryptionProviderType) Descriptor() protoreflect.EnumDescr... method Type (line 3226) | func (BlockEncryptionProviderType) Type() protoreflect.EnumType { method Number (line 3230) | func (x BlockEncryptionProviderType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 3235) | func (BlockEncryptionProviderType) EnumDescriptor() ([]byte, []int) { constant BlockEncryptionProviderType_ENCRYPTION_PROVIDER_NONE (line 3196) | BlockEncryptionProviderType_ENCRYPTION_PROVIDER_NONE BlockEncryptionPro... constant BlockEncryptionProviderType_ENCRYPTION_PROVIDER_LUKS2 (line 3197) | BlockEncryptionProviderType_ENCRYPTION_PROVIDER_LUKS2 BlockEncryptionPro... type BlockFilesystemType (line 3240) | type BlockFilesystemType method Enum (line 3274) | func (x BlockFilesystemType) Enum() *BlockFilesystemType { method String (line 3280) | func (x BlockFilesystemType) String() string { method Descriptor (line 3284) | func (BlockFilesystemType) Descriptor() protoreflect.EnumDescriptor { method Type (line 3288) | func (BlockFilesystemType) Type() protoreflect.EnumType { method Number (line 3292) | func (x BlockFilesystemType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 3297) | func (BlockFilesystemType) EnumDescriptor() ([]byte, []int) { constant BlockFilesystemType_FILESYSTEM_TYPE_NONE (line 3243) | BlockFilesystemType_FILESYSTEM_TYPE_NONE BlockFilesystemType = 0 constant BlockFilesystemType_FILESYSTEM_TYPE_XFS (line 3244) | BlockFilesystemType_FILESYSTEM_TYPE_XFS BlockFilesystemType = 1 constant BlockFilesystemType_FILESYSTEM_TYPE_VFAT (line 3245) | BlockFilesystemType_FILESYSTEM_TYPE_VFAT BlockFilesystemType = 2 constant BlockFilesystemType_FILESYSTEM_TYPE_EXT4 (line 3246) | BlockFilesystemType_FILESYSTEM_TYPE_EXT4 BlockFilesystemType = 3 constant BlockFilesystemType_FILESYSTEM_TYPE_ISO9660 (line 3247) | BlockFilesystemType_FILESYSTEM_TYPE_ISO9660 BlockFilesystemType = 4 constant BlockFilesystemType_FILESYSTEM_TYPE_SWAP (line 3248) | BlockFilesystemType_FILESYSTEM_TYPE_SWAP BlockFilesystemType = 5 constant BlockFilesystemType_FILESYSTEM_TYPE_VIRTIOFS (line 3249) | BlockFilesystemType_FILESYSTEM_TYPE_VIRTIOFS BlockFilesystemType = 6 type BlockFSParameterType (line 3302) | type BlockFSParameterType method Enum (line 3324) | func (x BlockFSParameterType) Enum() *BlockFSParameterType { method String (line 3330) | func (x BlockFSParameterType) String() string { method Descriptor (line 3334) | func (BlockFSParameterType) Descriptor() protoreflect.EnumDescriptor { method Type (line 3338) | func (BlockFSParameterType) Type() protoreflect.EnumType { method Number (line 3342) | func (x BlockFSParameterType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 3347) | func (BlockFSParameterType) EnumDescriptor() ([]byte, []int) { constant BlockFSParameterType_FS_PARAMETER_TYPE_STRING_VALUE (line 3305) | BlockFSParameterType_FS_PARAMETER_TYPE_STRING_VALUE BlockFSParameterTyp... constant BlockFSParameterType_FS_PARAMETER_TYPE_BOOLEAN_VALUE (line 3306) | BlockFSParameterType_FS_PARAMETER_TYPE_BOOLEAN_VALUE BlockFSParameterTyp... constant BlockFSParameterType_FS_PARAMETER_TYPE_BINARY_VALUE (line 3307) | BlockFSParameterType_FS_PARAMETER_TYPE_BINARY_VALUE BlockFSParameterTyp... type BlockVolumePhase (line 3352) | type BlockVolumePhase method Enum (line 3389) | func (x BlockVolumePhase) Enum() *BlockVolumePhase { method String (line 3395) | func (x BlockVolumePhase) String() string { method Descriptor (line 3399) | func (BlockVolumePhase) Descriptor() protoreflect.EnumDescriptor { method Type (line 3403) | func (BlockVolumePhase) Type() protoreflect.EnumType { method Number (line 3407) | func (x BlockVolumePhase) Number() protoreflect.EnumNumber { method EnumDescriptor (line 3412) | func (BlockVolumePhase) EnumDescriptor() ([]byte, []int) { constant BlockVolumePhase_VOLUME_PHASE_WAITING (line 3355) | BlockVolumePhase_VOLUME_PHASE_WAITING BlockVolumePhase = 0 constant BlockVolumePhase_VOLUME_PHASE_FAILED (line 3356) | BlockVolumePhase_VOLUME_PHASE_FAILED BlockVolumePhase = 1 constant BlockVolumePhase_VOLUME_PHASE_MISSING (line 3357) | BlockVolumePhase_VOLUME_PHASE_MISSING BlockVolumePhase = 2 constant BlockVolumePhase_VOLUME_PHASE_LOCATED (line 3358) | BlockVolumePhase_VOLUME_PHASE_LOCATED BlockVolumePhase = 3 constant BlockVolumePhase_VOLUME_PHASE_PROVISIONED (line 3359) | BlockVolumePhase_VOLUME_PHASE_PROVISIONED BlockVolumePhase = 4 constant BlockVolumePhase_VOLUME_PHASE_PREPARED (line 3360) | BlockVolumePhase_VOLUME_PHASE_PREPARED BlockVolumePhase = 5 constant BlockVolumePhase_VOLUME_PHASE_READY (line 3361) | BlockVolumePhase_VOLUME_PHASE_READY BlockVolumePhase = 6 constant BlockVolumePhase_VOLUME_PHASE_CLOSED (line 3362) | BlockVolumePhase_VOLUME_PHASE_CLOSED BlockVolumePhase = 7 type BlockVolumeType (line 3417) | type BlockVolumeType method Enum (line 3451) | func (x BlockVolumeType) Enum() *BlockVolumeType { method String (line 3457) | func (x BlockVolumeType) String() string { method Descriptor (line 3461) | func (BlockVolumeType) Descriptor() protoreflect.EnumDescriptor { method Type (line 3465) | func (BlockVolumeType) Type() protoreflect.EnumType { method Number (line 3469) | func (x BlockVolumeType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 3474) | func (BlockVolumeType) EnumDescriptor() ([]byte, []int) { constant BlockVolumeType_VOLUME_TYPE_PARTITION (line 3420) | BlockVolumeType_VOLUME_TYPE_PARTITION BlockVolumeType = 0 constant BlockVolumeType_VOLUME_TYPE_DISK (line 3421) | BlockVolumeType_VOLUME_TYPE_DISK BlockVolumeType = 1 constant BlockVolumeType_VOLUME_TYPE_TMPFS (line 3422) | BlockVolumeType_VOLUME_TYPE_TMPFS BlockVolumeType = 2 constant BlockVolumeType_VOLUME_TYPE_DIRECTORY (line 3423) | BlockVolumeType_VOLUME_TYPE_DIRECTORY BlockVolumeType = 3 constant BlockVolumeType_VOLUME_TYPE_SYMLINK (line 3424) | BlockVolumeType_VOLUME_TYPE_SYMLINK BlockVolumeType = 4 constant BlockVolumeType_VOLUME_TYPE_OVERLAY (line 3425) | BlockVolumeType_VOLUME_TYPE_OVERLAY BlockVolumeType = 5 constant BlockVolumeType_VOLUME_TYPE_EXTERNAL (line 3426) | BlockVolumeType_VOLUME_TYPE_EXTERNAL BlockVolumeType = 6 type CriImageCacheStatus (line 3479) | type CriImageCacheStatus method Enum (line 3504) | func (x CriImageCacheStatus) Enum() *CriImageCacheStatus { method String (line 3510) | func (x CriImageCacheStatus) String() string { method Descriptor (line 3514) | func (CriImageCacheStatus) Descriptor() protoreflect.EnumDescriptor { method Type (line 3518) | func (CriImageCacheStatus) Type() protoreflect.EnumType { method Number (line 3522) | func (x CriImageCacheStatus) Number() protoreflect.EnumNumber { method EnumDescriptor (line 3527) | func (CriImageCacheStatus) EnumDescriptor() ([]byte, []int) { constant CriImageCacheStatus_IMAGE_CACHE_STATUS_UNKNOWN (line 3482) | CriImageCacheStatus_IMAGE_CACHE_STATUS_UNKNOWN CriImageCacheStatus = 0 constant CriImageCacheStatus_IMAGE_CACHE_STATUS_DISABLED (line 3483) | CriImageCacheStatus_IMAGE_CACHE_STATUS_DISABLED CriImageCacheStatus = 1 constant CriImageCacheStatus_IMAGE_CACHE_STATUS_PREPARING (line 3484) | CriImageCacheStatus_IMAGE_CACHE_STATUS_PREPARING CriImageCacheStatus = 2 constant CriImageCacheStatus_IMAGE_CACHE_STATUS_READY (line 3485) | CriImageCacheStatus_IMAGE_CACHE_STATUS_READY CriImageCacheStatus = 3 type CriImageCacheCopyStatus (line 3532) | type CriImageCacheCopyStatus method Enum (line 3557) | func (x CriImageCacheCopyStatus) Enum() *CriImageCacheCopyStatus { method String (line 3563) | func (x CriImageCacheCopyStatus) String() string { method Descriptor (line 3567) | func (CriImageCacheCopyStatus) Descriptor() protoreflect.EnumDescriptor { method Type (line 3571) | func (CriImageCacheCopyStatus) Type() protoreflect.EnumType { method Number (line 3575) | func (x CriImageCacheCopyStatus) Number() protoreflect.EnumNumber { method EnumDescriptor (line 3580) | func (CriImageCacheCopyStatus) EnumDescriptor() ([]byte, []int) { constant CriImageCacheCopyStatus_IMAGE_CACHE_COPY_STATUS_UNKNOWN (line 3535) | CriImageCacheCopyStatus_IMAGE_CACHE_COPY_STATUS_UNKNOWN CriImageCacheCop... constant CriImageCacheCopyStatus_IMAGE_CACHE_COPY_STATUS_SKIPPED (line 3536) | CriImageCacheCopyStatus_IMAGE_CACHE_COPY_STATUS_SKIPPED CriImageCacheCop... constant CriImageCacheCopyStatus_IMAGE_CACHE_COPY_STATUS_PENDING (line 3537) | CriImageCacheCopyStatus_IMAGE_CACHE_COPY_STATUS_PENDING CriImageCacheCop... constant CriImageCacheCopyStatus_IMAGE_CACHE_COPY_STATUS_READY (line 3538) | CriImageCacheCopyStatus_IMAGE_CACHE_COPY_STATUS_READY CriImageCacheCop... type KubespanPeerState (line 3585) | type KubespanPeerState method Enum (line 3607) | func (x KubespanPeerState) Enum() *KubespanPeerState { method String (line 3613) | func (x KubespanPeerState) String() string { method Descriptor (line 3617) | func (KubespanPeerState) Descriptor() protoreflect.EnumDescriptor { method Type (line 3621) | func (KubespanPeerState) Type() protoreflect.EnumType { method Number (line 3625) | func (x KubespanPeerState) Number() protoreflect.EnumNumber { method EnumDescriptor (line 3630) | func (KubespanPeerState) EnumDescriptor() ([]byte, []int) { constant KubespanPeerState_PEER_STATE_UNKNOWN (line 3588) | KubespanPeerState_PEER_STATE_UNKNOWN KubespanPeerState = 0 constant KubespanPeerState_PEER_STATE_UP (line 3589) | KubespanPeerState_PEER_STATE_UP KubespanPeerState = 1 constant KubespanPeerState_PEER_STATE_DOWN (line 3590) | KubespanPeerState_PEER_STATE_DOWN KubespanPeerState = 2 type NetworkConfigLayer (line 3635) | type NetworkConfigLayer method Enum (line 3663) | func (x NetworkConfigLayer) Enum() *NetworkConfigLayer { method String (line 3669) | func (x NetworkConfigLayer) String() string { method Descriptor (line 3673) | func (NetworkConfigLayer) Descriptor() protoreflect.EnumDescriptor { method Type (line 3677) | func (NetworkConfigLayer) Type() protoreflect.EnumType { method Number (line 3681) | func (x NetworkConfigLayer) Number() protoreflect.EnumNumber { method EnumDescriptor (line 3686) | func (NetworkConfigLayer) EnumDescriptor() ([]byte, []int) { constant NetworkConfigLayer_CONFIG_DEFAULT (line 3638) | NetworkConfigLayer_CONFIG_DEFAULT NetworkConfigLayer = 0 constant NetworkConfigLayer_CONFIG_CMDLINE (line 3639) | NetworkConfigLayer_CONFIG_CMDLINE NetworkConfigLayer = 1 constant NetworkConfigLayer_CONFIG_PLATFORM (line 3640) | NetworkConfigLayer_CONFIG_PLATFORM NetworkConfigLayer = 2 constant NetworkConfigLayer_CONFIG_OPERATOR (line 3641) | NetworkConfigLayer_CONFIG_OPERATOR NetworkConfigLayer = 3 constant NetworkConfigLayer_CONFIG_MACHINE_CONFIGURATION (line 3642) | NetworkConfigLayer_CONFIG_MACHINE_CONFIGURATION NetworkConfigLayer = 4 type NetworkOperator (line 3691) | type NetworkOperator method Enum (line 3713) | func (x NetworkOperator) Enum() *NetworkOperator { method String (line 3719) | func (x NetworkOperator) String() string { method Descriptor (line 3723) | func (NetworkOperator) Descriptor() protoreflect.EnumDescriptor { method Type (line 3727) | func (NetworkOperator) Type() protoreflect.EnumType { method Number (line 3731) | func (x NetworkOperator) Number() protoreflect.EnumNumber { method EnumDescriptor (line 3736) | func (NetworkOperator) EnumDescriptor() ([]byte, []int) { constant NetworkOperator_OPERATOR_DHCP4 (line 3694) | NetworkOperator_OPERATOR_DHCP4 NetworkOperator = 0 constant NetworkOperator_OPERATOR_DHCP6 (line 3695) | NetworkOperator_OPERATOR_DHCP6 NetworkOperator = 1 constant NetworkOperator_OPERATOR_VIP (line 3696) | NetworkOperator_OPERATOR_VIP NetworkOperator = 2 constant file_resource_definitions_enums_enums_proto_rawDesc (line 3742) | file_resource_definitions_enums_enums_proto_rawDesc = "" + function file_resource_definitions_enums_enums_proto_rawDescGZIP (line 4415) | func file_resource_definitions_enums_enums_proto_rawDescGZIP() []byte { function init (line 4481) | func init() { file_resource_definitions_enums_enums_proto_init() } function file_resource_definitions_enums_enums_proto_init (line 4482) | func file_resource_definitions_enums_enums_proto_init() { FILE: pkg/machinery/api/resource/definitions/etcd/etcd.pb.go constant _ (line 22) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 24) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type ArgValues (line 28) | type ArgValues struct method Reset (line 35) | func (x *ArgValues) Reset() { method String (line 42) | func (x *ArgValues) String() string { method ProtoMessage (line 46) | func (*ArgValues) ProtoMessage() {} method ProtoReflect (line 48) | func (x *ArgValues) ProtoReflect() protoreflect.Message { method Descriptor (line 61) | func (*ArgValues) Descriptor() ([]byte, []int) { method GetValues (line 65) | func (x *ArgValues) GetValues() []string { type ConfigSpec (line 73) | type ConfigSpec struct method Reset (line 85) | func (x *ConfigSpec) Reset() { method String (line 92) | func (x *ConfigSpec) String() string { method ProtoMessage (line 96) | func (*ConfigSpec) ProtoMessage() {} method ProtoReflect (line 98) | func (x *ConfigSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 111) | func (*ConfigSpec) Descriptor() ([]byte, []int) { method GetAdvertiseValidSubnets (line 115) | func (x *ConfigSpec) GetAdvertiseValidSubnets() []string { method GetAdvertiseExcludeSubnets (line 122) | func (x *ConfigSpec) GetAdvertiseExcludeSubnets() []string { method GetImage (line 129) | func (x *ConfigSpec) GetImage() string { method GetExtraArgs (line 136) | func (x *ConfigSpec) GetExtraArgs() map[string]*ArgValues { method GetListenValidSubnets (line 143) | func (x *ConfigSpec) GetListenValidSubnets() []string { method GetListenExcludeSubnets (line 150) | func (x *ConfigSpec) GetListenExcludeSubnets() []string { type MemberSpec (line 158) | type MemberSpec struct method Reset (line 165) | func (x *MemberSpec) Reset() { method String (line 172) | func (x *MemberSpec) String() string { method ProtoMessage (line 176) | func (*MemberSpec) ProtoMessage() {} method ProtoReflect (line 178) | func (x *MemberSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 191) | func (*MemberSpec) Descriptor() ([]byte, []int) { method GetMemberId (line 195) | func (x *MemberSpec) GetMemberId() string { type PKIStatusSpec (line 203) | type PKIStatusSpec struct method Reset (line 211) | func (x *PKIStatusSpec) Reset() { method String (line 218) | func (x *PKIStatusSpec) String() string { method ProtoMessage (line 222) | func (*PKIStatusSpec) ProtoMessage() {} method ProtoReflect (line 224) | func (x *PKIStatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 237) | func (*PKIStatusSpec) Descriptor() ([]byte, []int) { method GetReady (line 241) | func (x *PKIStatusSpec) GetReady() bool { method GetVersion (line 248) | func (x *PKIStatusSpec) GetVersion() string { type SpecSpec (line 256) | type SpecSpec struct method Reset (line 268) | func (x *SpecSpec) Reset() { method String (line 275) | func (x *SpecSpec) String() string { method ProtoMessage (line 279) | func (*SpecSpec) ProtoMessage() {} method ProtoReflect (line 281) | func (x *SpecSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 294) | func (*SpecSpec) Descriptor() ([]byte, []int) { method GetName (line 298) | func (x *SpecSpec) GetName() string { method GetAdvertisedAddresses (line 305) | func (x *SpecSpec) GetAdvertisedAddresses() []*common.NetIP { method GetImage (line 312) | func (x *SpecSpec) GetImage() string { method GetExtraArgs (line 319) | func (x *SpecSpec) GetExtraArgs() map[string]*ArgValues { method GetListenPeerAddresses (line 326) | func (x *SpecSpec) GetListenPeerAddresses() []*common.NetIP { method GetListenClientAddresses (line 333) | func (x *SpecSpec) GetListenClientAddresses() []*common.NetIP { constant file_resource_definitions_etcd_etcd_proto_rawDesc (line 342) | file_resource_definitions_etcd_etcd_proto_rawDesc = "" + function file_resource_definitions_etcd_etcd_proto_rawDescGZIP (line 383) | func file_resource_definitions_etcd_etcd_proto_rawDescGZIP() []byte { function init (line 416) | func init() { file_resource_definitions_etcd_etcd_proto_init() } function file_resource_definitions_etcd_etcd_proto_init (line 417) | func file_resource_definitions_etcd_etcd_proto_init() { FILE: pkg/machinery/api/resource/definitions/etcd/etcd_vtproto.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) method MarshalVT (line 25) | func (m *ArgValues) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 38) | func (m *ArgValues) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 43) | func (m *ArgValues) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 67) | func (m *ConfigSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 80) | func (m *ConfigSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 85) | func (m *ConfigSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 165) | func (m *MemberSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 178) | func (m *MemberSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 183) | func (m *MemberSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 205) | func (m *PKIStatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 218) | func (m *PKIStatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 223) | func (m *PKIStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 255) | func (m *SpecSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 268) | func (m *SpecSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 273) | func (m *SpecSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method SizeVT (line 396) | func (m *ArgValues) SizeVT() (n int) { method SizeVT (line 412) | func (m *ConfigSpec) SizeVT() (n int) { method SizeVT (line 463) | func (m *MemberSpec) SizeVT() (n int) { method SizeVT (line 477) | func (m *PKIStatusSpec) SizeVT() (n int) { method SizeVT (line 494) | func (m *SpecSpec) SizeVT() (n int) { method UnmarshalVT (line 561) | func (m *ArgValues) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 644) | func (m *ConfigSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 984) | func (m *MemberSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1067) | func (m *PKIStatusSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1170) | func (m *SpecSpec) UnmarshalVT(dAtA []byte) error { FILE: pkg/machinery/api/resource/definitions/extensions/extensions.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type Compatibility (line 26) | type Compatibility struct method Reset (line 33) | func (x *Compatibility) Reset() { method String (line 40) | func (x *Compatibility) String() string { method ProtoMessage (line 44) | func (*Compatibility) ProtoMessage() {} method ProtoReflect (line 46) | func (x *Compatibility) ProtoReflect() protoreflect.Message { method Descriptor (line 59) | func (*Compatibility) Descriptor() ([]byte, []int) { method GetTalos (line 63) | func (x *Compatibility) GetTalos() *Constraint { type Constraint (line 71) | type Constraint struct method Reset (line 78) | func (x *Constraint) Reset() { method String (line 85) | func (x *Constraint) String() string { method ProtoMessage (line 89) | func (*Constraint) ProtoMessage() {} method ProtoReflect (line 91) | func (x *Constraint) ProtoReflect() protoreflect.Message { method Descriptor (line 104) | func (*Constraint) Descriptor() ([]byte, []int) { method GetVersion (line 108) | func (x *Constraint) GetVersion() string { type Layer (line 116) | type Layer struct method Reset (line 124) | func (x *Layer) Reset() { method String (line 131) | func (x *Layer) String() string { method ProtoMessage (line 135) | func (*Layer) ProtoMessage() {} method ProtoReflect (line 137) | func (x *Layer) ProtoReflect() protoreflect.Message { method Descriptor (line 150) | func (*Layer) Descriptor() ([]byte, []int) { method GetImage (line 154) | func (x *Layer) GetImage() string { method GetMetadata (line 161) | func (x *Layer) GetMetadata() *Metadata { type Metadata (line 169) | type Metadata struct method Reset (line 181) | func (x *Metadata) Reset() { method String (line 188) | func (x *Metadata) String() string { method ProtoMessage (line 192) | func (*Metadata) ProtoMessage() {} method ProtoReflect (line 194) | func (x *Metadata) ProtoReflect() protoreflect.Message { method Descriptor (line 207) | func (*Metadata) Descriptor() ([]byte, []int) { method GetName (line 211) | func (x *Metadata) GetName() string { method GetVersion (line 218) | func (x *Metadata) GetVersion() string { method GetAuthor (line 225) | func (x *Metadata) GetAuthor() string { method GetDescription (line 232) | func (x *Metadata) GetDescription() string { method GetCompatibility (line 239) | func (x *Metadata) GetCompatibility() *Compatibility { method GetExtraInfo (line 246) | func (x *Metadata) GetExtraInfo() string { constant file_resource_definitions_extensions_extensions_proto_rawDesc (line 255) | file_resource_definitions_extensions_extensions_proto_rawDesc = "" + function file_resource_definitions_extensions_extensions_proto_rawDescGZIP (line 281) | func file_resource_definitions_extensions_extensions_proto_rawDescGZIP()... function init (line 306) | func init() { file_resource_definitions_extensions_extensions_proto_init... function file_resource_definitions_extensions_extensions_proto_init (line 307) | func file_resource_definitions_extensions_extensions_proto_init() { FILE: pkg/machinery/api/resource/definitions/extensions/extensions_vtproto.pb.go constant _ (line 17) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 19) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) method MarshalVT (line 22) | func (m *Compatibility) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 35) | func (m *Compatibility) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 40) | func (m *Compatibility) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 65) | func (m *Constraint) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 78) | func (m *Constraint) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 83) | func (m *Constraint) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 105) | func (m *Layer) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 118) | func (m *Layer) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 123) | func (m *Layer) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 155) | func (m *Metadata) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 168) | func (m *Metadata) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 173) | func (m *Metadata) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method SizeVT (line 233) | func (m *Compatibility) SizeVT() (n int) { method SizeVT (line 247) | func (m *Constraint) SizeVT() (n int) { method SizeVT (line 261) | func (m *Layer) SizeVT() (n int) { method SizeVT (line 279) | func (m *Metadata) SizeVT() (n int) { method UnmarshalVT (line 313) | func (m *Compatibility) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 400) | func (m *Constraint) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 483) | func (m *Layer) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 602) | func (m *Metadata) UnmarshalVT(dAtA []byte) error { FILE: pkg/machinery/api/resource/definitions/files/files.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type EtcFileSpecSpec (line 26) | type EtcFileSpecSpec struct method Reset (line 35) | func (x *EtcFileSpecSpec) Reset() { method String (line 42) | func (x *EtcFileSpecSpec) String() string { method ProtoMessage (line 46) | func (*EtcFileSpecSpec) ProtoMessage() {} method ProtoReflect (line 48) | func (x *EtcFileSpecSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 61) | func (*EtcFileSpecSpec) Descriptor() ([]byte, []int) { method GetContents (line 65) | func (x *EtcFileSpecSpec) GetContents() []byte { method GetMode (line 72) | func (x *EtcFileSpecSpec) GetMode() uint32 { method GetSelinuxLabel (line 79) | func (x *EtcFileSpecSpec) GetSelinuxLabel() string { type EtcFileStatusSpec (line 87) | type EtcFileStatusSpec struct method Reset (line 94) | func (x *EtcFileStatusSpec) Reset() { method String (line 101) | func (x *EtcFileStatusSpec) String() string { method ProtoMessage (line 105) | func (*EtcFileStatusSpec) ProtoMessage() {} method ProtoReflect (line 107) | func (x *EtcFileStatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 120) | func (*EtcFileStatusSpec) Descriptor() ([]byte, []int) { method GetSpecVersion (line 124) | func (x *EtcFileStatusSpec) GetSpecVersion() string { constant file_resource_definitions_files_files_proto_rawDesc (line 133) | file_resource_definitions_files_files_proto_rawDesc = "" + function file_resource_definitions_files_files_proto_rawDescGZIP (line 149) | func file_resource_definitions_files_files_proto_rawDescGZIP() []byte { function init (line 169) | func init() { file_resource_definitions_files_files_proto_init() } function file_resource_definitions_files_files_proto_init (line 170) | func file_resource_definitions_files_files_proto_init() { FILE: pkg/machinery/api/resource/definitions/files/files_vtproto.pb.go constant _ (line 17) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 19) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) method MarshalVT (line 22) | func (m *EtcFileSpecSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 35) | func (m *EtcFileSpecSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 40) | func (m *EtcFileSpecSpec) MarshalToSizedBufferVT(dAtA []byte) (int, erro... method MarshalVT (line 74) | func (m *EtcFileStatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 87) | func (m *EtcFileStatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 92) | func (m *EtcFileStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int, er... method SizeVT (line 114) | func (m *EtcFileSpecSpec) SizeVT() (n int) { method SizeVT (line 135) | func (m *EtcFileStatusSpec) SizeVT() (n int) { method UnmarshalVT (line 149) | func (m *EtcFileSpecSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 285) | func (m *EtcFileStatusSpec) UnmarshalVT(dAtA []byte) error { FILE: pkg/machinery/api/resource/definitions/hardware/hardware.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type MemoryModuleSpec (line 26) | type MemoryModuleSpec struct method Reset (line 40) | func (x *MemoryModuleSpec) Reset() { method String (line 47) | func (x *MemoryModuleSpec) String() string { method ProtoMessage (line 51) | func (*MemoryModuleSpec) ProtoMessage() {} method ProtoReflect (line 53) | func (x *MemoryModuleSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 66) | func (*MemoryModuleSpec) Descriptor() ([]byte, []int) { method GetSize (line 70) | func (x *MemoryModuleSpec) GetSize() uint32 { method GetDeviceLocator (line 77) | func (x *MemoryModuleSpec) GetDeviceLocator() string { method GetBankLocator (line 84) | func (x *MemoryModuleSpec) GetBankLocator() string { method GetSpeed (line 91) | func (x *MemoryModuleSpec) GetSpeed() uint32 { method GetManufacturer (line 98) | func (x *MemoryModuleSpec) GetManufacturer() string { method GetSerialNumber (line 105) | func (x *MemoryModuleSpec) GetSerialNumber() string { method GetAssetTag (line 112) | func (x *MemoryModuleSpec) GetAssetTag() string { method GetProductName (line 119) | func (x *MemoryModuleSpec) GetProductName() string { type PCIDeviceSpec (line 127) | type PCIDeviceSpec struct method Reset (line 142) | func (x *PCIDeviceSpec) Reset() { method String (line 149) | func (x *PCIDeviceSpec) String() string { method ProtoMessage (line 153) | func (*PCIDeviceSpec) ProtoMessage() {} method ProtoReflect (line 155) | func (x *PCIDeviceSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 168) | func (*PCIDeviceSpec) Descriptor() ([]byte, []int) { method GetClass (line 172) | func (x *PCIDeviceSpec) GetClass() string { method GetSubclass (line 179) | func (x *PCIDeviceSpec) GetSubclass() string { method GetVendor (line 186) | func (x *PCIDeviceSpec) GetVendor() string { method GetProduct (line 193) | func (x *PCIDeviceSpec) GetProduct() string { method GetClassId (line 200) | func (x *PCIDeviceSpec) GetClassId() string { method GetSubclassId (line 207) | func (x *PCIDeviceSpec) GetSubclassId() string { method GetVendorId (line 214) | func (x *PCIDeviceSpec) GetVendorId() string { method GetProductId (line 221) | func (x *PCIDeviceSpec) GetProductId() string { method GetDriver (line 228) | func (x *PCIDeviceSpec) GetDriver() string { type PCIDriverRebindConfigSpec (line 236) | type PCIDriverRebindConfigSpec struct method Reset (line 244) | func (x *PCIDriverRebindConfigSpec) Reset() { method String (line 251) | func (x *PCIDriverRebindConfigSpec) String() string { method ProtoMessage (line 255) | func (*PCIDriverRebindConfigSpec) ProtoMessage() {} method ProtoReflect (line 257) | func (x *PCIDriverRebindConfigSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 270) | func (*PCIDriverRebindConfigSpec) Descriptor() ([]byte, []int) { method GetPciid (line 274) | func (x *PCIDriverRebindConfigSpec) GetPciid() string { method GetTargetDriver (line 281) | func (x *PCIDriverRebindConfigSpec) GetTargetDriver() string { type PCIDriverRebindStatusSpec (line 289) | type PCIDriverRebindStatusSpec struct method Reset (line 297) | func (x *PCIDriverRebindStatusSpec) Reset() { method String (line 304) | func (x *PCIDriverRebindStatusSpec) String() string { method ProtoMessage (line 308) | func (*PCIDriverRebindStatusSpec) ProtoMessage() {} method ProtoReflect (line 310) | func (x *PCIDriverRebindStatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 323) | func (*PCIDriverRebindStatusSpec) Descriptor() ([]byte, []int) { method GetPciid (line 327) | func (x *PCIDriverRebindStatusSpec) GetPciid() string { method GetTargetDriver (line 334) | func (x *PCIDriverRebindStatusSpec) GetTargetDriver() string { type ProcessorSpec (line 342) | type ProcessorSpec struct method Reset (line 360) | func (x *ProcessorSpec) Reset() { method String (line 367) | func (x *ProcessorSpec) String() string { method ProtoMessage (line 371) | func (*ProcessorSpec) ProtoMessage() {} method ProtoReflect (line 373) | func (x *ProcessorSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 386) | func (*ProcessorSpec) Descriptor() ([]byte, []int) { method GetSocket (line 390) | func (x *ProcessorSpec) GetSocket() string { method GetManufacturer (line 397) | func (x *ProcessorSpec) GetManufacturer() string { method GetProductName (line 404) | func (x *ProcessorSpec) GetProductName() string { method GetMaxSpeed (line 411) | func (x *ProcessorSpec) GetMaxSpeed() uint32 { method GetBootSpeed (line 418) | func (x *ProcessorSpec) GetBootSpeed() uint32 { method GetStatus (line 425) | func (x *ProcessorSpec) GetStatus() uint32 { method GetSerialNumber (line 432) | func (x *ProcessorSpec) GetSerialNumber() string { method GetAssetTag (line 439) | func (x *ProcessorSpec) GetAssetTag() string { method GetPartNumber (line 446) | func (x *ProcessorSpec) GetPartNumber() string { method GetCoreCount (line 453) | func (x *ProcessorSpec) GetCoreCount() uint32 { method GetCoreEnabled (line 460) | func (x *ProcessorSpec) GetCoreEnabled() uint32 { method GetThreadCount (line 467) | func (x *ProcessorSpec) GetThreadCount() uint32 { type SystemInformationSpec (line 475) | type SystemInformationSpec struct method Reset (line 488) | func (x *SystemInformationSpec) Reset() { method String (line 495) | func (x *SystemInformationSpec) String() string { method ProtoMessage (line 499) | func (*SystemInformationSpec) ProtoMessage() {} method ProtoReflect (line 501) | func (x *SystemInformationSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 514) | func (*SystemInformationSpec) Descriptor() ([]byte, []int) { method GetManufacturer (line 518) | func (x *SystemInformationSpec) GetManufacturer() string { method GetProductName (line 525) | func (x *SystemInformationSpec) GetProductName() string { method GetVersion (line 532) | func (x *SystemInformationSpec) GetVersion() string { method GetSerialNumber (line 539) | func (x *SystemInformationSpec) GetSerialNumber() string { method GetUuid (line 546) | func (x *SystemInformationSpec) GetUuid() string { method GetWakeUpType (line 553) | func (x *SystemInformationSpec) GetWakeUpType() string { method GetSkuNumber (line 560) | func (x *SystemInformationSpec) GetSkuNumber() string { constant file_resource_definitions_hardware_hardware_proto_rawDesc (line 569) | file_resource_definitions_hardware_hardware_proto_rawDesc = "" + function file_resource_definitions_hardware_hardware_proto_rawDescGZIP (line 633) | func file_resource_definitions_hardware_hardware_proto_rawDescGZIP() []b... function init (line 657) | func init() { file_resource_definitions_hardware_hardware_proto_init() } function file_resource_definitions_hardware_hardware_proto_init (line 658) | func file_resource_definitions_hardware_hardware_proto_init() { FILE: pkg/machinery/api/resource/definitions/hardware/hardware_vtproto.pb.go constant _ (line 17) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 19) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) method MarshalVT (line 22) | func (m *MemoryModuleSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 35) | func (m *MemoryModuleSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 40) | func (m *MemoryModuleSpec) MarshalToSizedBufferVT(dAtA []byte) (int, err... method MarshalVT (line 107) | func (m *PCIDeviceSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 120) | func (m *PCIDeviceSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 125) | func (m *PCIDeviceSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 203) | func (m *PCIDriverRebindConfigSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 216) | func (m *PCIDriverRebindConfigSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 221) | func (m *PCIDriverRebindConfigSpec) MarshalToSizedBufferVT(dAtA []byte) ... method MarshalVT (line 250) | func (m *PCIDriverRebindStatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 263) | func (m *PCIDriverRebindStatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 268) | func (m *PCIDriverRebindStatusSpec) MarshalToSizedBufferVT(dAtA []byte) ... method MarshalVT (line 297) | func (m *ProcessorSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 310) | func (m *ProcessorSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 315) | func (m *ProcessorSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 402) | func (m *SystemInformationSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 415) | func (m *SystemInformationSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 420) | func (m *SystemInformationSpec) MarshalToSizedBufferVT(dAtA []byte) (int... method SizeVT (line 484) | func (m *MemoryModuleSpec) SizeVT() (n int) { method SizeVT (line 524) | func (m *PCIDeviceSpec) SizeVT() (n int) { method SizeVT (line 570) | func (m *PCIDriverRebindConfigSpec) SizeVT() (n int) { method SizeVT (line 588) | func (m *PCIDriverRebindStatusSpec) SizeVT() (n int) { method SizeVT (line 606) | func (m *ProcessorSpec) SizeVT() (n int) { method SizeVT (line 658) | func (m *SystemInformationSpec) SizeVT() (n int) { method UnmarshalVT (line 696) | func (m *MemoryModuleSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 977) | func (m *PCIDeviceSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1316) | func (m *PCIDriverRebindConfigSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1431) | func (m *PCIDriverRebindStatusSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1546) | func (m *ProcessorSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1903) | func (m *SystemInformationSpec) UnmarshalVT(dAtA []byte) error { FILE: pkg/machinery/api/resource/definitions/k8s/k8s.pb.go constant _ (line 24) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 26) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type APIServerConfigSpec (line 30) | type APIServerConfigSpec struct method Reset (line 47) | func (x *APIServerConfigSpec) Reset() { method String (line 54) | func (x *APIServerConfigSpec) String() string { method ProtoMessage (line 58) | func (*APIServerConfigSpec) ProtoMessage() {} method ProtoReflect (line 60) | func (x *APIServerConfigSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 73) | func (*APIServerConfigSpec) Descriptor() ([]byte, []int) { method GetImage (line 77) | func (x *APIServerConfigSpec) GetImage() string { method GetCloudProvider (line 84) | func (x *APIServerConfigSpec) GetCloudProvider() string { method GetControlPlaneEndpoint (line 91) | func (x *APIServerConfigSpec) GetControlPlaneEndpoint() string { method GetEtcdServers (line 98) | func (x *APIServerConfigSpec) GetEtcdServers() []string { method GetLocalPort (line 105) | func (x *APIServerConfigSpec) GetLocalPort() int64 { method GetServiceCidRs (line 112) | func (x *APIServerConfigSpec) GetServiceCidRs() []string { method GetExtraArgs (line 119) | func (x *APIServerConfigSpec) GetExtraArgs() map[string]*ArgValues { method GetExtraVolumes (line 126) | func (x *APIServerConfigSpec) GetExtraVolumes() []*ExtraVolume { method GetEnvironmentVariables (line 133) | func (x *APIServerConfigSpec) GetEnvironmentVariables() map[string]str... method GetAdvertisedAddress (line 140) | func (x *APIServerConfigSpec) GetAdvertisedAddress() string { method GetResources (line 147) | func (x *APIServerConfigSpec) GetResources() *Resources { type AdmissionControlConfigSpec (line 155) | type AdmissionControlConfigSpec struct method Reset (line 162) | func (x *AdmissionControlConfigSpec) Reset() { method String (line 169) | func (x *AdmissionControlConfigSpec) String() string { method ProtoMessage (line 173) | func (*AdmissionControlConfigSpec) ProtoMessage() {} method ProtoReflect (line 175) | func (x *AdmissionControlConfigSpec) ProtoReflect() protoreflect.Messa... method Descriptor (line 188) | func (*AdmissionControlConfigSpec) Descriptor() ([]byte, []int) { method GetConfig (line 192) | func (x *AdmissionControlConfigSpec) GetConfig() []*AdmissionPluginSpec { type AdmissionPluginSpec (line 200) | type AdmissionPluginSpec struct method Reset (line 208) | func (x *AdmissionPluginSpec) Reset() { method String (line 215) | func (x *AdmissionPluginSpec) String() string { method ProtoMessage (line 219) | func (*AdmissionPluginSpec) ProtoMessage() {} method ProtoReflect (line 221) | func (x *AdmissionPluginSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 234) | func (*AdmissionPluginSpec) Descriptor() ([]byte, []int) { method GetName (line 238) | func (x *AdmissionPluginSpec) GetName() string { method GetConfiguration (line 245) | func (x *AdmissionPluginSpec) GetConfiguration() *structpb.Struct { type ArgValues (line 253) | type ArgValues struct method Reset (line 260) | func (x *ArgValues) Reset() { method String (line 267) | func (x *ArgValues) String() string { method ProtoMessage (line 271) | func (*ArgValues) ProtoMessage() {} method ProtoReflect (line 273) | func (x *ArgValues) ProtoReflect() protoreflect.Message { method Descriptor (line 286) | func (*ArgValues) Descriptor() ([]byte, []int) { method GetValues (line 290) | func (x *ArgValues) GetValues() []string { type AuditPolicyConfigSpec (line 298) | type AuditPolicyConfigSpec struct method Reset (line 305) | func (x *AuditPolicyConfigSpec) Reset() { method String (line 312) | func (x *AuditPolicyConfigSpec) String() string { method ProtoMessage (line 316) | func (*AuditPolicyConfigSpec) ProtoMessage() {} method ProtoReflect (line 318) | func (x *AuditPolicyConfigSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 331) | func (*AuditPolicyConfigSpec) Descriptor() ([]byte, []int) { method GetConfig (line 335) | func (x *AuditPolicyConfigSpec) GetConfig() *structpb.Struct { type AuthorizationAuthorizersSpec (line 343) | type AuthorizationAuthorizersSpec struct method Reset (line 352) | func (x *AuthorizationAuthorizersSpec) Reset() { method String (line 359) | func (x *AuthorizationAuthorizersSpec) String() string { method ProtoMessage (line 363) | func (*AuthorizationAuthorizersSpec) ProtoMessage() {} method ProtoReflect (line 365) | func (x *AuthorizationAuthorizersSpec) ProtoReflect() protoreflect.Mes... method Descriptor (line 378) | func (*AuthorizationAuthorizersSpec) Descriptor() ([]byte, []int) { method GetType (line 382) | func (x *AuthorizationAuthorizersSpec) GetType() string { method GetName (line 389) | func (x *AuthorizationAuthorizersSpec) GetName() string { method GetWebhook (line 396) | func (x *AuthorizationAuthorizersSpec) GetWebhook() *structpb.Struct { type AuthorizationConfigSpec (line 404) | type AuthorizationConfigSpec struct method Reset (line 412) | func (x *AuthorizationConfigSpec) Reset() { method String (line 419) | func (x *AuthorizationConfigSpec) String() string { method ProtoMessage (line 423) | func (*AuthorizationConfigSpec) ProtoMessage() {} method ProtoReflect (line 425) | func (x *AuthorizationConfigSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 438) | func (*AuthorizationConfigSpec) Descriptor() ([]byte, []int) { method GetImage (line 442) | func (x *AuthorizationConfigSpec) GetImage() string { method GetConfig (line 449) | func (x *AuthorizationConfigSpec) GetConfig() []*AuthorizationAuthoriz... type BootstrapManifestsConfigSpec (line 457) | type BootstrapManifestsConfigSpec struct method Reset (line 483) | func (x *BootstrapManifestsConfigSpec) Reset() { method String (line 490) | func (x *BootstrapManifestsConfigSpec) String() string { method ProtoMessage (line 494) | func (*BootstrapManifestsConfigSpec) ProtoMessage() {} method ProtoReflect (line 496) | func (x *BootstrapManifestsConfigSpec) ProtoReflect() protoreflect.Mes... method Descriptor (line 509) | func (*BootstrapManifestsConfigSpec) Descriptor() ([]byte, []int) { method GetServer (line 513) | func (x *BootstrapManifestsConfigSpec) GetServer() string { method GetClusterDomain (line 520) | func (x *BootstrapManifestsConfigSpec) GetClusterDomain() string { method GetPodCidRs (line 527) | func (x *BootstrapManifestsConfigSpec) GetPodCidRs() []string { method GetProxyEnabled (line 534) | func (x *BootstrapManifestsConfigSpec) GetProxyEnabled() bool { method GetProxyImage (line 541) | func (x *BootstrapManifestsConfigSpec) GetProxyImage() string { method GetProxyArgs (line 548) | func (x *BootstrapManifestsConfigSpec) GetProxyArgs() []string { method GetCoreDnsEnabled (line 555) | func (x *BootstrapManifestsConfigSpec) GetCoreDnsEnabled() bool { method GetCoreDnsImage (line 562) | func (x *BootstrapManifestsConfigSpec) GetCoreDnsImage() string { method GetDnsServiceIp (line 569) | func (x *BootstrapManifestsConfigSpec) GetDnsServiceIp() string { method GetDnsServiceIPv6 (line 576) | func (x *BootstrapManifestsConfigSpec) GetDnsServiceIPv6() string { method GetFlannelEnabled (line 583) | func (x *BootstrapManifestsConfigSpec) GetFlannelEnabled() bool { method GetFlannelImage (line 590) | func (x *BootstrapManifestsConfigSpec) GetFlannelImage() string { method GetPodSecurityPolicyEnabled (line 597) | func (x *BootstrapManifestsConfigSpec) GetPodSecurityPolicyEnabled() b... method GetTalosApiServiceEnabled (line 604) | func (x *BootstrapManifestsConfigSpec) GetTalosApiServiceEnabled() bool { method GetFlannelExtraArgs (line 611) | func (x *BootstrapManifestsConfigSpec) GetFlannelExtraArgs() []string { method GetFlannelKubeServiceHost (line 618) | func (x *BootstrapManifestsConfigSpec) GetFlannelKubeServiceHost() str... method GetFlannelKubeServicePort (line 625) | func (x *BootstrapManifestsConfigSpec) GetFlannelKubeServicePort() str... method GetFlannelKubeNetworkPoliciesEnabled (line 632) | func (x *BootstrapManifestsConfigSpec) GetFlannelKubeNetworkPoliciesEn... method GetFlannelKubeNetworkPoliciesImage (line 639) | func (x *BootstrapManifestsConfigSpec) GetFlannelKubeNetworkPoliciesIm... method GetCniName (line 646) | func (x *BootstrapManifestsConfigSpec) GetCniName() string { type ConfigStatusSpec (line 654) | type ConfigStatusSpec struct method Reset (line 662) | func (x *ConfigStatusSpec) Reset() { method String (line 669) | func (x *ConfigStatusSpec) String() string { method ProtoMessage (line 673) | func (*ConfigStatusSpec) ProtoMessage() {} method ProtoReflect (line 675) | func (x *ConfigStatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 688) | func (*ConfigStatusSpec) Descriptor() ([]byte, []int) { method GetReady (line 692) | func (x *ConfigStatusSpec) GetReady() bool { method GetVersion (line 699) | func (x *ConfigStatusSpec) GetVersion() string { type ControllerManagerConfigSpec (line 707) | type ControllerManagerConfigSpec struct method Reset (line 722) | func (x *ControllerManagerConfigSpec) Reset() { method String (line 729) | func (x *ControllerManagerConfigSpec) String() string { method ProtoMessage (line 733) | func (*ControllerManagerConfigSpec) ProtoMessage() {} method ProtoReflect (line 735) | func (x *ControllerManagerConfigSpec) ProtoReflect() protoreflect.Mess... method Descriptor (line 748) | func (*ControllerManagerConfigSpec) Descriptor() ([]byte, []int) { method GetEnabled (line 752) | func (x *ControllerManagerConfigSpec) GetEnabled() bool { method GetImage (line 759) | func (x *ControllerManagerConfigSpec) GetImage() string { method GetCloudProvider (line 766) | func (x *ControllerManagerConfigSpec) GetCloudProvider() string { method GetPodCidRs (line 773) | func (x *ControllerManagerConfigSpec) GetPodCidRs() []string { method GetServiceCidRs (line 780) | func (x *ControllerManagerConfigSpec) GetServiceCidRs() []string { method GetExtraArgs (line 787) | func (x *ControllerManagerConfigSpec) GetExtraArgs() map[string]*ArgVa... method GetExtraVolumes (line 794) | func (x *ControllerManagerConfigSpec) GetExtraVolumes() []*ExtraVolume { method GetEnvironmentVariables (line 801) | func (x *ControllerManagerConfigSpec) GetEnvironmentVariables() map[st... method GetResources (line 808) | func (x *ControllerManagerConfigSpec) GetResources() *Resources { type EndpointSpec (line 816) | type EndpointSpec struct method Reset (line 824) | func (x *EndpointSpec) Reset() { method String (line 831) | func (x *EndpointSpec) String() string { method ProtoMessage (line 835) | func (*EndpointSpec) ProtoMessage() {} method ProtoReflect (line 837) | func (x *EndpointSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 850) | func (*EndpointSpec) Descriptor() ([]byte, []int) { method GetAddresses (line 854) | func (x *EndpointSpec) GetAddresses() []*common.NetIP { method GetHosts (line 861) | func (x *EndpointSpec) GetHosts() []string { type ExtraManifest (line 869) | type ExtraManifest struct method Reset (line 880) | func (x *ExtraManifest) Reset() { method String (line 887) | func (x *ExtraManifest) String() string { method ProtoMessage (line 891) | func (*ExtraManifest) ProtoMessage() {} method ProtoReflect (line 893) | func (x *ExtraManifest) ProtoReflect() protoreflect.Message { method Descriptor (line 906) | func (*ExtraManifest) Descriptor() ([]byte, []int) { method GetName (line 910) | func (x *ExtraManifest) GetName() string { method GetUrl (line 917) | func (x *ExtraManifest) GetUrl() string { method GetPriority (line 924) | func (x *ExtraManifest) GetPriority() string { method GetExtraHeaders (line 931) | func (x *ExtraManifest) GetExtraHeaders() map[string]string { method GetInlineManifest (line 938) | func (x *ExtraManifest) GetInlineManifest() string { type ExtraManifestsConfigSpec (line 946) | type ExtraManifestsConfigSpec struct method Reset (line 953) | func (x *ExtraManifestsConfigSpec) Reset() { method String (line 960) | func (x *ExtraManifestsConfigSpec) String() string { method ProtoMessage (line 964) | func (*ExtraManifestsConfigSpec) ProtoMessage() {} method ProtoReflect (line 966) | func (x *ExtraManifestsConfigSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 979) | func (*ExtraManifestsConfigSpec) Descriptor() ([]byte, []int) { method GetExtraManifests (line 983) | func (x *ExtraManifestsConfigSpec) GetExtraManifests() []*ExtraManifest { type ExtraVolume (line 991) | type ExtraVolume struct method Reset (line 1001) | func (x *ExtraVolume) Reset() { method String (line 1008) | func (x *ExtraVolume) String() string { method ProtoMessage (line 1012) | func (*ExtraVolume) ProtoMessage() {} method ProtoReflect (line 1014) | func (x *ExtraVolume) ProtoReflect() protoreflect.Message { method Descriptor (line 1027) | func (*ExtraVolume) Descriptor() ([]byte, []int) { method GetName (line 1031) | func (x *ExtraVolume) GetName() string { method GetHostPath (line 1038) | func (x *ExtraVolume) GetHostPath() string { method GetMountPath (line 1045) | func (x *ExtraVolume) GetMountPath() string { method GetReadOnly (line 1052) | func (x *ExtraVolume) GetReadOnly() bool { type KubePrismConfigSpec (line 1060) | type KubePrismConfigSpec struct method Reset (line 1069) | func (x *KubePrismConfigSpec) Reset() { method String (line 1076) | func (x *KubePrismConfigSpec) String() string { method ProtoMessage (line 1080) | func (*KubePrismConfigSpec) ProtoMessage() {} method ProtoReflect (line 1082) | func (x *KubePrismConfigSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1095) | func (*KubePrismConfigSpec) Descriptor() ([]byte, []int) { method GetHost (line 1099) | func (x *KubePrismConfigSpec) GetHost() string { method GetPort (line 1106) | func (x *KubePrismConfigSpec) GetPort() int64 { method GetEndpoints (line 1113) | func (x *KubePrismConfigSpec) GetEndpoints() []*KubePrismEndpoint { type KubePrismEndpoint (line 1121) | type KubePrismEndpoint struct method Reset (line 1129) | func (x *KubePrismEndpoint) Reset() { method String (line 1136) | func (x *KubePrismEndpoint) String() string { method ProtoMessage (line 1140) | func (*KubePrismEndpoint) ProtoMessage() {} method ProtoReflect (line 1142) | func (x *KubePrismEndpoint) ProtoReflect() protoreflect.Message { method Descriptor (line 1155) | func (*KubePrismEndpoint) Descriptor() ([]byte, []int) { method GetHost (line 1159) | func (x *KubePrismEndpoint) GetHost() string { method GetPort (line 1166) | func (x *KubePrismEndpoint) GetPort() uint32 { type KubePrismEndpointsSpec (line 1174) | type KubePrismEndpointsSpec struct method Reset (line 1181) | func (x *KubePrismEndpointsSpec) Reset() { method String (line 1188) | func (x *KubePrismEndpointsSpec) String() string { method ProtoMessage (line 1192) | func (*KubePrismEndpointsSpec) ProtoMessage() {} method ProtoReflect (line 1194) | func (x *KubePrismEndpointsSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1207) | func (*KubePrismEndpointsSpec) Descriptor() ([]byte, []int) { method GetEndpoints (line 1211) | func (x *KubePrismEndpointsSpec) GetEndpoints() []*KubePrismEndpoint { type KubePrismStatusesSpec (line 1219) | type KubePrismStatusesSpec struct method Reset (line 1227) | func (x *KubePrismStatusesSpec) Reset() { method String (line 1234) | func (x *KubePrismStatusesSpec) String() string { method ProtoMessage (line 1238) | func (*KubePrismStatusesSpec) ProtoMessage() {} method ProtoReflect (line 1240) | func (x *KubePrismStatusesSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1253) | func (*KubePrismStatusesSpec) Descriptor() ([]byte, []int) { method GetHost (line 1257) | func (x *KubePrismStatusesSpec) GetHost() string { method GetHealthy (line 1264) | func (x *KubePrismStatusesSpec) GetHealthy() bool { type KubeletConfigSpec (line 1272) | type KubeletConfigSpec struct method Reset (line 1292) | func (x *KubeletConfigSpec) Reset() { method String (line 1299) | func (x *KubeletConfigSpec) String() string { method ProtoMessage (line 1303) | func (*KubeletConfigSpec) ProtoMessage() {} method ProtoReflect (line 1305) | func (x *KubeletConfigSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1318) | func (*KubeletConfigSpec) Descriptor() ([]byte, []int) { method GetImage (line 1322) | func (x *KubeletConfigSpec) GetImage() string { method GetClusterDns (line 1329) | func (x *KubeletConfigSpec) GetClusterDns() []string { method GetClusterDomain (line 1336) | func (x *KubeletConfigSpec) GetClusterDomain() string { method GetExtraArgs (line 1343) | func (x *KubeletConfigSpec) GetExtraArgs() map[string]*ArgValues { method GetExtraMounts (line 1350) | func (x *KubeletConfigSpec) GetExtraMounts() []*proto.Mount { method GetExtraConfig (line 1357) | func (x *KubeletConfigSpec) GetExtraConfig() *structpb.Struct { method GetCloudProviderExternal (line 1364) | func (x *KubeletConfigSpec) GetCloudProviderExternal() bool { method GetDefaultRuntimeSeccompEnabled (line 1371) | func (x *KubeletConfigSpec) GetDefaultRuntimeSeccompEnabled() bool { method GetSkipNodeRegistration (line 1378) | func (x *KubeletConfigSpec) GetSkipNodeRegistration() bool { method GetStaticPodListUrl (line 1385) | func (x *KubeletConfigSpec) GetStaticPodListUrl() string { method GetDisableManifestsDirectory (line 1392) | func (x *KubeletConfigSpec) GetDisableManifestsDirectory() bool { method GetEnableFsQuotaMonitoring (line 1399) | func (x *KubeletConfigSpec) GetEnableFsQuotaMonitoring() bool { method GetCredentialProviderConfig (line 1406) | func (x *KubeletConfigSpec) GetCredentialProviderConfig() *structpb.St... method GetAllowSchedulingOnControlPlane (line 1413) | func (x *KubeletConfigSpec) GetAllowSchedulingOnControlPlane() bool { type KubeletSpecSpec (line 1421) | type KubeletSpecSpec struct method Reset (line 1433) | func (x *KubeletSpecSpec) Reset() { method String (line 1440) | func (x *KubeletSpecSpec) String() string { method ProtoMessage (line 1444) | func (*KubeletSpecSpec) ProtoMessage() {} method ProtoReflect (line 1446) | func (x *KubeletSpecSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1459) | func (*KubeletSpecSpec) Descriptor() ([]byte, []int) { method GetImage (line 1463) | func (x *KubeletSpecSpec) GetImage() string { method GetArgs (line 1470) | func (x *KubeletSpecSpec) GetArgs() []string { method GetExtraMounts (line 1477) | func (x *KubeletSpecSpec) GetExtraMounts() []*proto.Mount { method GetExpectedNodename (line 1484) | func (x *KubeletSpecSpec) GetExpectedNodename() string { method GetConfig (line 1491) | func (x *KubeletSpecSpec) GetConfig() *structpb.Struct { method GetCredentialProviderConfig (line 1498) | func (x *KubeletSpecSpec) GetCredentialProviderConfig() *structpb.Stru... type ManifestSpec (line 1506) | type ManifestSpec struct method Reset (line 1513) | func (x *ManifestSpec) Reset() { method String (line 1520) | func (x *ManifestSpec) String() string { method ProtoMessage (line 1524) | func (*ManifestSpec) ProtoMessage() {} method ProtoReflect (line 1526) | func (x *ManifestSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1539) | func (*ManifestSpec) Descriptor() ([]byte, []int) { method GetItems (line 1543) | func (x *ManifestSpec) GetItems() []*SingleManifest { type ManifestStatusSpec (line 1551) | type ManifestStatusSpec struct method Reset (line 1558) | func (x *ManifestStatusSpec) Reset() { method String (line 1565) | func (x *ManifestStatusSpec) String() string { method ProtoMessage (line 1569) | func (*ManifestStatusSpec) ProtoMessage() {} method ProtoReflect (line 1571) | func (x *ManifestStatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1584) | func (*ManifestStatusSpec) Descriptor() ([]byte, []int) { method GetManifestsApplied (line 1588) | func (x *ManifestStatusSpec) GetManifestsApplied() []string { type NodeAnnotationSpecSpec (line 1596) | type NodeAnnotationSpecSpec struct method Reset (line 1604) | func (x *NodeAnnotationSpecSpec) Reset() { method String (line 1611) | func (x *NodeAnnotationSpecSpec) String() string { method ProtoMessage (line 1615) | func (*NodeAnnotationSpecSpec) ProtoMessage() {} method ProtoReflect (line 1617) | func (x *NodeAnnotationSpecSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1630) | func (*NodeAnnotationSpecSpec) Descriptor() ([]byte, []int) { method GetKey (line 1634) | func (x *NodeAnnotationSpecSpec) GetKey() string { method GetValue (line 1641) | func (x *NodeAnnotationSpecSpec) GetValue() string { type NodeIPConfigSpec (line 1649) | type NodeIPConfigSpec struct method Reset (line 1657) | func (x *NodeIPConfigSpec) Reset() { method String (line 1664) | func (x *NodeIPConfigSpec) String() string { method ProtoMessage (line 1668) | func (*NodeIPConfigSpec) ProtoMessage() {} method ProtoReflect (line 1670) | func (x *NodeIPConfigSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1683) | func (*NodeIPConfigSpec) Descriptor() ([]byte, []int) { method GetValidSubnets (line 1687) | func (x *NodeIPConfigSpec) GetValidSubnets() []string { method GetExcludeSubnets (line 1694) | func (x *NodeIPConfigSpec) GetExcludeSubnets() []string { type NodeIPSpec (line 1702) | type NodeIPSpec struct method Reset (line 1709) | func (x *NodeIPSpec) Reset() { method String (line 1716) | func (x *NodeIPSpec) String() string { method ProtoMessage (line 1720) | func (*NodeIPSpec) ProtoMessage() {} method ProtoReflect (line 1722) | func (x *NodeIPSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1735) | func (*NodeIPSpec) Descriptor() ([]byte, []int) { method GetAddresses (line 1739) | func (x *NodeIPSpec) GetAddresses() []*common.NetIP { type NodeLabelSpecSpec (line 1747) | type NodeLabelSpecSpec struct method Reset (line 1755) | func (x *NodeLabelSpecSpec) Reset() { method String (line 1762) | func (x *NodeLabelSpecSpec) String() string { method ProtoMessage (line 1766) | func (*NodeLabelSpecSpec) ProtoMessage() {} method ProtoReflect (line 1768) | func (x *NodeLabelSpecSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1781) | func (*NodeLabelSpecSpec) Descriptor() ([]byte, []int) { method GetKey (line 1785) | func (x *NodeLabelSpecSpec) GetKey() string { method GetValue (line 1792) | func (x *NodeLabelSpecSpec) GetValue() string { type NodeStatusSpec (line 1800) | type NodeStatusSpec struct method Reset (line 1812) | func (x *NodeStatusSpec) Reset() { method String (line 1819) | func (x *NodeStatusSpec) String() string { method ProtoMessage (line 1823) | func (*NodeStatusSpec) ProtoMessage() {} method ProtoReflect (line 1825) | func (x *NodeStatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1838) | func (*NodeStatusSpec) Descriptor() ([]byte, []int) { method GetNodename (line 1842) | func (x *NodeStatusSpec) GetNodename() string { method GetNodeReady (line 1849) | func (x *NodeStatusSpec) GetNodeReady() bool { method GetUnschedulable (line 1856) | func (x *NodeStatusSpec) GetUnschedulable() bool { method GetLabels (line 1863) | func (x *NodeStatusSpec) GetLabels() map[string]string { method GetAnnotations (line 1870) | func (x *NodeStatusSpec) GetAnnotations() map[string]string { method GetPodCidRs (line 1877) | func (x *NodeStatusSpec) GetPodCidRs() []*common.NetIPPrefix { type NodeTaintSpecSpec (line 1885) | type NodeTaintSpecSpec struct method Reset (line 1894) | func (x *NodeTaintSpecSpec) Reset() { method String (line 1901) | func (x *NodeTaintSpecSpec) String() string { method ProtoMessage (line 1905) | func (*NodeTaintSpecSpec) ProtoMessage() {} method ProtoReflect (line 1907) | func (x *NodeTaintSpecSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1920) | func (*NodeTaintSpecSpec) Descriptor() ([]byte, []int) { method GetKey (line 1924) | func (x *NodeTaintSpecSpec) GetKey() string { method GetEffect (line 1931) | func (x *NodeTaintSpecSpec) GetEffect() string { method GetValue (line 1938) | func (x *NodeTaintSpecSpec) GetValue() string { type NodenameSpec (line 1946) | type NodenameSpec struct method Reset (line 1955) | func (x *NodenameSpec) Reset() { method String (line 1962) | func (x *NodenameSpec) String() string { method ProtoMessage (line 1966) | func (*NodenameSpec) ProtoMessage() {} method ProtoReflect (line 1968) | func (x *NodenameSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1981) | func (*NodenameSpec) Descriptor() ([]byte, []int) { method GetNodename (line 1985) | func (x *NodenameSpec) GetNodename() string { method GetHostnameVersion (line 1992) | func (x *NodenameSpec) GetHostnameVersion() string { method GetSkipNodeRegistration (line 1999) | func (x *NodenameSpec) GetSkipNodeRegistration() bool { type Resources (line 2007) | type Resources struct method Reset (line 2015) | func (x *Resources) Reset() { method String (line 2022) | func (x *Resources) String() string { method ProtoMessage (line 2026) | func (*Resources) ProtoMessage() {} method ProtoReflect (line 2028) | func (x *Resources) ProtoReflect() protoreflect.Message { method Descriptor (line 2041) | func (*Resources) Descriptor() ([]byte, []int) { method GetRequests (line 2045) | func (x *Resources) GetRequests() map[string]string { method GetLimits (line 2052) | func (x *Resources) GetLimits() map[string]string { type SchedulerConfigSpec (line 2060) | type SchedulerConfigSpec struct method Reset (line 2073) | func (x *SchedulerConfigSpec) Reset() { method String (line 2080) | func (x *SchedulerConfigSpec) String() string { method ProtoMessage (line 2084) | func (*SchedulerConfigSpec) ProtoMessage() {} method ProtoReflect (line 2086) | func (x *SchedulerConfigSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 2099) | func (*SchedulerConfigSpec) Descriptor() ([]byte, []int) { method GetEnabled (line 2103) | func (x *SchedulerConfigSpec) GetEnabled() bool { method GetImage (line 2110) | func (x *SchedulerConfigSpec) GetImage() string { method GetExtraArgs (line 2117) | func (x *SchedulerConfigSpec) GetExtraArgs() map[string]*ArgValues { method GetExtraVolumes (line 2124) | func (x *SchedulerConfigSpec) GetExtraVolumes() []*ExtraVolume { method GetEnvironmentVariables (line 2131) | func (x *SchedulerConfigSpec) GetEnvironmentVariables() map[string]str... method GetResources (line 2138) | func (x *SchedulerConfigSpec) GetResources() *Resources { method GetConfig (line 2145) | func (x *SchedulerConfigSpec) GetConfig() *structpb.Struct { type SecretsStatusSpec (line 2153) | type SecretsStatusSpec struct method Reset (line 2161) | func (x *SecretsStatusSpec) Reset() { method String (line 2168) | func (x *SecretsStatusSpec) String() string { method ProtoMessage (line 2172) | func (*SecretsStatusSpec) ProtoMessage() {} method ProtoReflect (line 2174) | func (x *SecretsStatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 2187) | func (*SecretsStatusSpec) Descriptor() ([]byte, []int) { method GetReady (line 2191) | func (x *SecretsStatusSpec) GetReady() bool { method GetVersion (line 2198) | func (x *SecretsStatusSpec) GetVersion() string { type SingleManifest (line 2206) | type SingleManifest struct method Reset (line 2213) | func (x *SingleManifest) Reset() { method String (line 2220) | func (x *SingleManifest) String() string { method ProtoMessage (line 2224) | func (*SingleManifest) ProtoMessage() {} method ProtoReflect (line 2226) | func (x *SingleManifest) ProtoReflect() protoreflect.Message { method Descriptor (line 2239) | func (*SingleManifest) Descriptor() ([]byte, []int) { method GetObject (line 2243) | func (x *SingleManifest) GetObject() *structpb.Struct { type StaticPodServerStatusSpec (line 2251) | type StaticPodServerStatusSpec struct method Reset (line 2258) | func (x *StaticPodServerStatusSpec) Reset() { method String (line 2265) | func (x *StaticPodServerStatusSpec) String() string { method ProtoMessage (line 2269) | func (*StaticPodServerStatusSpec) ProtoMessage() {} method ProtoReflect (line 2271) | func (x *StaticPodServerStatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 2284) | func (*StaticPodServerStatusSpec) Descriptor() ([]byte, []int) { method GetUrl (line 2288) | func (x *StaticPodServerStatusSpec) GetUrl() string { type StaticPodSpec (line 2296) | type StaticPodSpec struct method Reset (line 2303) | func (x *StaticPodSpec) Reset() { method String (line 2310) | func (x *StaticPodSpec) String() string { method ProtoMessage (line 2314) | func (*StaticPodSpec) ProtoMessage() {} method ProtoReflect (line 2316) | func (x *StaticPodSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 2329) | func (*StaticPodSpec) Descriptor() ([]byte, []int) { method GetPod (line 2333) | func (x *StaticPodSpec) GetPod() *structpb.Struct { type StaticPodStatusSpec (line 2341) | type StaticPodStatusSpec struct method Reset (line 2348) | func (x *StaticPodStatusSpec) Reset() { method String (line 2355) | func (x *StaticPodStatusSpec) String() string { method ProtoMessage (line 2359) | func (*StaticPodStatusSpec) ProtoMessage() {} method ProtoReflect (line 2361) | func (x *StaticPodStatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 2374) | func (*StaticPodStatusSpec) Descriptor() ([]byte, []int) { method GetPodStatus (line 2378) | func (x *StaticPodStatusSpec) GetPodStatus() *structpb.Struct { constant file_resource_definitions_k8s_k8s_proto_rawDesc (line 2387) | file_resource_definitions_k8s_k8s_proto_rawDesc = "" + function file_resource_definitions_k8s_k8s_proto_rawDescGZIP (line 2614) | func file_resource_definitions_k8s_k8s_proto_rawDescGZIP() []byte { function init (line 2728) | func init() { file_resource_definitions_k8s_k8s_proto_init() } function file_resource_definitions_k8s_k8s_proto_init (line 2729) | func file_resource_definitions_k8s_k8s_proto_init() { FILE: pkg/machinery/api/resource/definitions/k8s/k8s_vtproto.pb.go constant _ (line 23) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 25) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) method MarshalVT (line 28) | func (m *APIServerConfigSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 41) | func (m *APIServerConfigSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 46) | func (m *APIServerConfigSpec) MarshalToSizedBufferVT(dAtA []byte) (int, ... method MarshalVT (line 175) | func (m *AdmissionControlConfigSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 188) | func (m *AdmissionControlConfigSpec) MarshalToVT(dAtA []byte) (int, erro... method MarshalToSizedBufferVT (line 193) | func (m *AdmissionControlConfigSpec) MarshalToSizedBufferVT(dAtA []byte)... method MarshalVT (line 220) | func (m *AdmissionPluginSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 233) | func (m *AdmissionPluginSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 238) | func (m *AdmissionPluginSpec) MarshalToSizedBufferVT(dAtA []byte) (int, ... method MarshalVT (line 270) | func (m *ArgValues) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 283) | func (m *ArgValues) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 288) | func (m *ArgValues) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 312) | func (m *AuditPolicyConfigSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 325) | func (m *AuditPolicyConfigSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 330) | func (m *AuditPolicyConfigSpec) MarshalToSizedBufferVT(dAtA []byte) (int... method MarshalVT (line 355) | func (m *AuthorizationAuthorizersSpec) MarshalVT() (dAtA []byte, err err... method MarshalToVT (line 368) | func (m *AuthorizationAuthorizersSpec) MarshalToVT(dAtA []byte) (int, er... method MarshalToSizedBufferVT (line 373) | func (m *AuthorizationAuthorizersSpec) MarshalToSizedBufferVT(dAtA []byt... method MarshalVT (line 412) | func (m *AuthorizationConfigSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 425) | func (m *AuthorizationConfigSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 430) | func (m *AuthorizationConfigSpec) MarshalToSizedBufferVT(dAtA []byte) (i... method MarshalVT (line 464) | func (m *BootstrapManifestsConfigSpec) MarshalVT() (dAtA []byte, err err... method MarshalToVT (line 477) | func (m *BootstrapManifestsConfigSpec) MarshalToVT(dAtA []byte) (int, er... method MarshalToSizedBufferVT (line 482) | func (m *BootstrapManifestsConfigSpec) MarshalToSizedBufferVT(dAtA []byt... method MarshalVT (line 673) | func (m *ConfigStatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 686) | func (m *ConfigStatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 691) | func (m *ConfigStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int, err... method MarshalVT (line 723) | func (m *ControllerManagerConfigSpec) MarshalVT() (dAtA []byte, err erro... method MarshalToVT (line 736) | func (m *ControllerManagerConfigSpec) MarshalToVT(dAtA []byte) (int, err... method MarshalToSizedBufferVT (line 741) | func (m *ControllerManagerConfigSpec) MarshalToSizedBufferVT(dAtA []byte... method MarshalVT (line 861) | func (m *EndpointSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 874) | func (m *EndpointSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 879) | func (m *EndpointSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 927) | func (m *ExtraManifest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 940) | func (m *ExtraManifest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 945) | func (m *ExtraManifest) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 1007) | func (m *ExtraManifestsConfigSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1020) | func (m *ExtraManifestsConfigSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1025) | func (m *ExtraManifestsConfigSpec) MarshalToSizedBufferVT(dAtA []byte) (... method MarshalVT (line 1052) | func (m *ExtraVolume) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1065) | func (m *ExtraVolume) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1070) | func (m *ExtraVolume) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 1116) | func (m *KubePrismConfigSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1129) | func (m *KubePrismConfigSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1134) | func (m *KubePrismConfigSpec) MarshalToSizedBufferVT(dAtA []byte) (int, ... method MarshalVT (line 1173) | func (m *KubePrismEndpoint) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1186) | func (m *KubePrismEndpoint) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1191) | func (m *KubePrismEndpoint) MarshalToSizedBufferVT(dAtA []byte) (int, er... method MarshalVT (line 1218) | func (m *KubePrismEndpointsSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1231) | func (m *KubePrismEndpointsSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1236) | func (m *KubePrismEndpointsSpec) MarshalToSizedBufferVT(dAtA []byte) (in... method MarshalVT (line 1263) | func (m *KubePrismStatusesSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1276) | func (m *KubePrismStatusesSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1281) | func (m *KubePrismStatusesSpec) MarshalToSizedBufferVT(dAtA []byte) (int... method MarshalVT (line 1313) | func (m *KubeletConfigSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1326) | func (m *KubeletConfigSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1331) | func (m *KubeletConfigSpec) MarshalToSizedBufferVT(dAtA []byte) (int, er... method MarshalVT (line 1502) | func (m *KubeletSpecSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1515) | func (m *KubeletSpecSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1520) | func (m *KubeletSpecSpec) MarshalToSizedBufferVT(dAtA []byte) (int, erro... method MarshalVT (line 1602) | func (m *ManifestSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1615) | func (m *ManifestSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1620) | func (m *ManifestSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 1647) | func (m *ManifestStatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1660) | func (m *ManifestStatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1665) | func (m *ManifestStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int, e... method MarshalVT (line 1689) | func (m *NodeAnnotationSpecSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1702) | func (m *NodeAnnotationSpecSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1707) | func (m *NodeAnnotationSpecSpec) MarshalToSizedBufferVT(dAtA []byte) (in... method MarshalVT (line 1736) | func (m *NodeIPConfigSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1749) | func (m *NodeIPConfigSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1754) | func (m *NodeIPConfigSpec) MarshalToSizedBufferVT(dAtA []byte) (int, err... method MarshalVT (line 1787) | func (m *NodeIPSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1800) | func (m *NodeIPSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1805) | func (m *NodeIPSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 1844) | func (m *NodeLabelSpecSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1857) | func (m *NodeLabelSpecSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1862) | func (m *NodeLabelSpecSpec) MarshalToSizedBufferVT(dAtA []byte) (int, er... method MarshalVT (line 1891) | func (m *NodeStatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1904) | func (m *NodeStatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1909) | func (m *NodeStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 2013) | func (m *NodeTaintSpecSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2026) | func (m *NodeTaintSpecSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2031) | func (m *NodeTaintSpecSpec) MarshalToSizedBufferVT(dAtA []byte) (int, er... method MarshalVT (line 2067) | func (m *NodenameSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2080) | func (m *NodenameSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2085) | func (m *NodenameSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 2124) | func (m *Resources) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2137) | func (m *Resources) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2142) | func (m *Resources) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 2195) | func (m *SchedulerConfigSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2208) | func (m *SchedulerConfigSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2213) | func (m *SchedulerConfigSpec) MarshalToSizedBufferVT(dAtA []byte) (int, ... method MarshalVT (line 2318) | func (m *SecretsStatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2331) | func (m *SecretsStatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2336) | func (m *SecretsStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int, er... method MarshalVT (line 2368) | func (m *SingleManifest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2381) | func (m *SingleManifest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2386) | func (m *SingleManifest) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 2411) | func (m *StaticPodServerStatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2424) | func (m *StaticPodServerStatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2429) | func (m *StaticPodServerStatusSpec) MarshalToSizedBufferVT(dAtA []byte) ... method MarshalVT (line 2451) | func (m *StaticPodSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2464) | func (m *StaticPodSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2469) | func (m *StaticPodSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 2494) | func (m *StaticPodStatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2507) | func (m *StaticPodStatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2512) | func (m *StaticPodStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int, ... method SizeVT (line 2537) | func (m *APIServerConfigSpec) SizeVT() (n int) { method SizeVT (line 2609) | func (m *AdmissionControlConfigSpec) SizeVT() (n int) { method SizeVT (line 2625) | func (m *AdmissionPluginSpec) SizeVT() (n int) { method SizeVT (line 2643) | func (m *ArgValues) SizeVT() (n int) { method SizeVT (line 2659) | func (m *AuditPolicyConfigSpec) SizeVT() (n int) { method SizeVT (line 2673) | func (m *AuthorizationAuthorizersSpec) SizeVT() (n int) { method SizeVT (line 2695) | func (m *AuthorizationConfigSpec) SizeVT() (n int) { method SizeVT (line 2715) | func (m *BootstrapManifestsConfigSpec) SizeVT() (n int) { method SizeVT (line 2805) | func (m *ConfigStatusSpec) SizeVT() (n int) { method SizeVT (line 2822) | func (m *ControllerManagerConfigSpec) SizeVT() (n int) { method SizeVT (line 2886) | func (m *EndpointSpec) SizeVT() (n int) { method SizeVT (line 2914) | func (m *ExtraManifest) SizeVT() (n int) { method SizeVT (line 2948) | func (m *ExtraManifestsConfigSpec) SizeVT() (n int) { method SizeVT (line 2964) | func (m *ExtraVolume) SizeVT() (n int) { method SizeVT (line 2989) | func (m *KubePrismConfigSpec) SizeVT() (n int) { method SizeVT (line 3012) | func (m *KubePrismEndpoint) SizeVT() (n int) { method SizeVT (line 3029) | func (m *KubePrismEndpointsSpec) SizeVT() (n int) { method SizeVT (line 3045) | func (m *KubePrismStatusesSpec) SizeVT() (n int) { method SizeVT (line 3062) | func (m *KubeletConfigSpec) SizeVT() (n int) { method SizeVT (line 3141) | func (m *KubeletSpecSpec) SizeVT() (n int) { method SizeVT (line 3185) | func (m *ManifestSpec) SizeVT() (n int) { method SizeVT (line 3201) | func (m *ManifestStatusSpec) SizeVT() (n int) { method SizeVT (line 3217) | func (m *NodeAnnotationSpecSpec) SizeVT() (n int) { method SizeVT (line 3235) | func (m *NodeIPConfigSpec) SizeVT() (n int) { method SizeVT (line 3257) | func (m *NodeIPSpec) SizeVT() (n int) { method SizeVT (line 3279) | func (m *NodeLabelSpecSpec) SizeVT() (n int) { method SizeVT (line 3297) | func (m *NodeStatusSpec) SizeVT() (n int) { method SizeVT (line 3345) | func (m *NodeTaintSpecSpec) SizeVT() (n int) { method SizeVT (line 3367) | func (m *NodenameSpec) SizeVT() (n int) { method SizeVT (line 3388) | func (m *Resources) SizeVT() (n int) { method SizeVT (line 3414) | func (m *SchedulerConfigSpec) SizeVT() (n int) { method SizeVT (line 3466) | func (m *SecretsStatusSpec) SizeVT() (n int) { method SizeVT (line 3483) | func (m *SingleManifest) SizeVT() (n int) { method SizeVT (line 3497) | func (m *StaticPodServerStatusSpec) SizeVT() (n int) { method SizeVT (line 3511) | func (m *StaticPodSpec) SizeVT() (n int) { method SizeVT (line 3525) | func (m *StaticPodStatusSpec) SizeVT() (n int) { method UnmarshalVT (line 3539) | func (m *APIServerConfigSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 4127) | func (m *AdmissionControlConfigSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 4212) | func (m *AdmissionPluginSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 4331) | func (m *ArgValues) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 4414) | func (m *AuditPolicyConfigSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 4501) | func (m *AuthorizationAuthorizersSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 4652) | func (m *AuthorizationConfigSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 4769) | func (m *BootstrapManifestsConfigSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 5388) | func (m *ConfigStatusSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 5491) | func (m *ControllerManagerConfigSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 6016) | func (m *EndpointSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 6141) | func (m *ExtraManifest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 6447) | func (m *ExtraManifestsConfigSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 6532) | func (m *ExtraVolume) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 6699) | func (m *KubePrismConfigSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 6835) | func (m *KubePrismEndpoint) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 6937) | func (m *KubePrismEndpointsSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 7022) | func (m *KubePrismStatusesSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 7125) | func (m *KubeletConfigSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 7667) | func (m *KubeletSpecSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 7928) | func (m *ManifestSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 8013) | func (m *ManifestStatusSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 8096) | func (m *NodeAnnotationSpecSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 8211) | func (m *NodeIPConfigSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 8326) | func (m *NodeIPSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 8419) | func (m *NodeLabelSpecSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 8534) | func (m *NodeStatusSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 8953) | func (m *NodeTaintSpecSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 9100) | func (m *NodenameSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 9235) | func (m *Resources) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 9540) | func (m *SchedulerConfigSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 10005) | func (m *SecretsStatusSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 10108) | func (m *SingleManifest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 10195) | func (m *StaticPodServerStatusSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 10278) | func (m *StaticPodSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 10365) | func (m *StaticPodStatusSpec) UnmarshalVT(dAtA []byte) error { FILE: pkg/machinery/api/resource/definitions/kubeaccess/kubeaccess.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type ConfigSpec (line 26) | type ConfigSpec struct method Reset (line 35) | func (x *ConfigSpec) Reset() { method String (line 42) | func (x *ConfigSpec) String() string { method ProtoMessage (line 46) | func (*ConfigSpec) ProtoMessage() {} method ProtoReflect (line 48) | func (x *ConfigSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 61) | func (*ConfigSpec) Descriptor() ([]byte, []int) { method GetEnabled (line 65) | func (x *ConfigSpec) GetEnabled() bool { method GetAllowedApiRoles (line 72) | func (x *ConfigSpec) GetAllowedApiRoles() []string { method GetAllowedKubernetesNamespaces (line 79) | func (x *ConfigSpec) GetAllowedKubernetesNamespaces() []string { constant file_resource_definitions_kubeaccess_kubeaccess_proto_rawDesc (line 88) | file_resource_definitions_kubeaccess_kubeaccess_proto_rawDesc = "" + function file_resource_definitions_kubeaccess_kubeaccess_proto_rawDescGZIP (line 103) | func file_resource_definitions_kubeaccess_kubeaccess_proto_rawDescGZIP()... function init (line 122) | func init() { file_resource_definitions_kubeaccess_kubeaccess_proto_init... function file_resource_definitions_kubeaccess_kubeaccess_proto_init (line 123) | func file_resource_definitions_kubeaccess_kubeaccess_proto_init() { FILE: pkg/machinery/api/resource/definitions/kubeaccess/kubeaccess_vtproto.pb.go constant _ (line 17) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 19) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) method MarshalVT (line 22) | func (m *ConfigSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 35) | func (m *ConfigSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 40) | func (m *ConfigSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method SizeVT (line 83) | func (m *ConfigSpec) SizeVT() (n int) { method UnmarshalVT (line 108) | func (m *ConfigSpec) UnmarshalVT(dAtA []byte) error { FILE: pkg/machinery/api/resource/definitions/kubespan/kubespan.pb.go constant _ (line 24) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 26) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type ConfigSpec (line 30) | type ConfigSpec struct method Reset (line 46) | func (x *ConfigSpec) Reset() { method String (line 53) | func (x *ConfigSpec) String() string { method ProtoMessage (line 57) | func (*ConfigSpec) ProtoMessage() {} method ProtoReflect (line 59) | func (x *ConfigSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 72) | func (*ConfigSpec) Descriptor() ([]byte, []int) { method GetEnabled (line 76) | func (x *ConfigSpec) GetEnabled() bool { method GetClusterId (line 83) | func (x *ConfigSpec) GetClusterId() string { method GetSharedSecret (line 90) | func (x *ConfigSpec) GetSharedSecret() string { method GetForceRouting (line 97) | func (x *ConfigSpec) GetForceRouting() bool { method GetAdvertiseKubernetesNetworks (line 104) | func (x *ConfigSpec) GetAdvertiseKubernetesNetworks() bool { method GetMtu (line 111) | func (x *ConfigSpec) GetMtu() uint32 { method GetEndpointFilters (line 118) | func (x *ConfigSpec) GetEndpointFilters() []string { method GetHarvestExtraEndpoints (line 125) | func (x *ConfigSpec) GetHarvestExtraEndpoints() bool { method GetExtraEndpoints (line 132) | func (x *ConfigSpec) GetExtraEndpoints() []*common.NetIPPort { method GetExcludeAdvertisedNetworks (line 139) | func (x *ConfigSpec) GetExcludeAdvertisedNetworks() []*common.NetIPPre... type EndpointSpec (line 147) | type EndpointSpec struct method Reset (line 155) | func (x *EndpointSpec) Reset() { method String (line 162) | func (x *EndpointSpec) String() string { method ProtoMessage (line 166) | func (*EndpointSpec) ProtoMessage() {} method ProtoReflect (line 168) | func (x *EndpointSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 181) | func (*EndpointSpec) Descriptor() ([]byte, []int) { method GetAffiliateId (line 185) | func (x *EndpointSpec) GetAffiliateId() string { method GetEndpoint (line 192) | func (x *EndpointSpec) GetEndpoint() *common.NetIPPort { type IdentitySpec (line 203) | type IdentitySpec struct method Reset (line 213) | func (x *IdentitySpec) Reset() { method String (line 220) | func (x *IdentitySpec) String() string { method ProtoMessage (line 224) | func (*IdentitySpec) ProtoMessage() {} method ProtoReflect (line 226) | func (x *IdentitySpec) ProtoReflect() protoreflect.Message { method Descriptor (line 239) | func (*IdentitySpec) Descriptor() ([]byte, []int) { method GetAddress (line 243) | func (x *IdentitySpec) GetAddress() *common.NetIPPrefix { method GetSubnet (line 250) | func (x *IdentitySpec) GetSubnet() *common.NetIPPrefix { method GetPrivateKey (line 257) | func (x *IdentitySpec) GetPrivateKey() string { method GetPublicKey (line 264) | func (x *IdentitySpec) GetPublicKey() string { type PeerSpecSpec (line 272) | type PeerSpecSpec struct method Reset (line 282) | func (x *PeerSpecSpec) Reset() { method String (line 289) | func (x *PeerSpecSpec) String() string { method ProtoMessage (line 293) | func (*PeerSpecSpec) ProtoMessage() {} method ProtoReflect (line 295) | func (x *PeerSpecSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 308) | func (*PeerSpecSpec) Descriptor() ([]byte, []int) { method GetAddress (line 312) | func (x *PeerSpecSpec) GetAddress() *common.NetIP { method GetAllowedIps (line 319) | func (x *PeerSpecSpec) GetAllowedIps() []*common.NetIPPrefix { method GetEndpoints (line 326) | func (x *PeerSpecSpec) GetEndpoints() []*common.NetIPPort { method GetLabel (line 333) | func (x *PeerSpecSpec) GetLabel() string { type PeerStatusSpec (line 341) | type PeerStatusSpec struct method Reset (line 355) | func (x *PeerStatusSpec) Reset() { method String (line 362) | func (x *PeerStatusSpec) String() string { method ProtoMessage (line 366) | func (*PeerStatusSpec) ProtoMessage() {} method ProtoReflect (line 368) | func (x *PeerStatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 381) | func (*PeerStatusSpec) Descriptor() ([]byte, []int) { method GetEndpoint (line 385) | func (x *PeerStatusSpec) GetEndpoint() *common.NetIPPort { method GetLabel (line 392) | func (x *PeerStatusSpec) GetLabel() string { method GetState (line 399) | func (x *PeerStatusSpec) GetState() enums.KubespanPeerState { method GetReceiveBytes (line 406) | func (x *PeerStatusSpec) GetReceiveBytes() int64 { method GetTransmitBytes (line 413) | func (x *PeerStatusSpec) GetTransmitBytes() int64 { method GetLastHandshakeTime (line 420) | func (x *PeerStatusSpec) GetLastHandshakeTime() *timestamppb.Timestamp { method GetLastUsedEndpoint (line 427) | func (x *PeerStatusSpec) GetLastUsedEndpoint() *common.NetIPPort { method GetLastEndpointChange (line 434) | func (x *PeerStatusSpec) GetLastEndpointChange() *timestamppb.Timestamp { constant file_resource_definitions_kubespan_kubespan_proto_rawDesc (line 443) | file_resource_definitions_kubespan_kubespan_proto_rawDesc = "" + function file_resource_definitions_kubespan_kubespan_proto_rawDescGZIP (line 492) | func file_resource_definitions_kubespan_kubespan_proto_rawDescGZIP() []b... function init (line 533) | func init() { file_resource_definitions_kubespan_kubespan_proto_init() } function file_resource_definitions_kubespan_kubespan_proto_init (line 534) | func file_resource_definitions_kubespan_kubespan_proto_init() { FILE: pkg/machinery/api/resource/definitions/kubespan/kubespan_vtproto.pb.go constant _ (line 23) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 25) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) method MarshalVT (line 28) | func (m *ConfigSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 41) | func (m *ConfigSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 46) | func (m *ConfigSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 177) | func (m *EndpointSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 190) | func (m *EndpointSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 195) | func (m *EndpointSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 239) | func (m *IdentitySpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 252) | func (m *IdentitySpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 257) | func (m *IdentitySpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 330) | func (m *PeerSpecSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 343) | func (m *PeerSpecSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 348) | func (m *PeerSpecSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 440) | func (m *PeerStatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 453) | func (m *PeerStatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 458) | func (m *PeerStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method SizeVT (line 559) | func (m *ConfigSpec) SizeVT() (n int) { method SizeVT (line 622) | func (m *EndpointSpec) SizeVT() (n int) { method SizeVT (line 646) | func (m *IdentitySpec) SizeVT() (n int) { method SizeVT (line 684) | func (m *PeerSpecSpec) SizeVT() (n int) { method SizeVT (line 732) | func (m *PeerStatusSpec) SizeVT() (n int) { method UnmarshalVT (line 783) | func (m *ConfigSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1113) | func (m *EndpointSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1240) | func (m *IdentitySpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1443) | func (m *PeerSpecSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1654) | func (m *PeerStatusSpec) UnmarshalVT(dAtA []byte) error { FILE: pkg/machinery/api/resource/definitions/network/network.pb.go constant _ (line 25) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 27) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type AddressSpecSpec (line 31) | type AddressSpecSpec struct method Reset (line 45) | func (x *AddressSpecSpec) Reset() { method String (line 52) | func (x *AddressSpecSpec) String() string { method ProtoMessage (line 56) | func (*AddressSpecSpec) ProtoMessage() {} method ProtoReflect (line 58) | func (x *AddressSpecSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 71) | func (*AddressSpecSpec) Descriptor() ([]byte, []int) { method GetAddress (line 75) | func (x *AddressSpecSpec) GetAddress() *common.NetIPPrefix { method GetLinkName (line 82) | func (x *AddressSpecSpec) GetLinkName() string { method GetFamily (line 89) | func (x *AddressSpecSpec) GetFamily() enums.NethelpersFamily { method GetScope (line 96) | func (x *AddressSpecSpec) GetScope() enums.NethelpersScope { method GetFlags (line 103) | func (x *AddressSpecSpec) GetFlags() uint32 { method GetAnnounceWithArp (line 110) | func (x *AddressSpecSpec) GetAnnounceWithArp() bool { method GetConfigLayer (line 117) | func (x *AddressSpecSpec) GetConfigLayer() enums.NetworkConfigLayer { method GetPriority (line 124) | func (x *AddressSpecSpec) GetPriority() uint32 { type AddressStatusSpec (line 132) | type AddressStatusSpec struct method Reset (line 149) | func (x *AddressStatusSpec) Reset() { method String (line 156) | func (x *AddressStatusSpec) String() string { method ProtoMessage (line 160) | func (*AddressStatusSpec) ProtoMessage() {} method ProtoReflect (line 162) | func (x *AddressStatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 175) | func (*AddressStatusSpec) Descriptor() ([]byte, []int) { method GetAddress (line 179) | func (x *AddressStatusSpec) GetAddress() *common.NetIPPrefix { method GetLocal (line 186) | func (x *AddressStatusSpec) GetLocal() *common.NetIP { method GetBroadcast (line 193) | func (x *AddressStatusSpec) GetBroadcast() *common.NetIP { method GetAnycast (line 200) | func (x *AddressStatusSpec) GetAnycast() *common.NetIP { method GetMulticast (line 207) | func (x *AddressStatusSpec) GetMulticast() *common.NetIP { method GetLinkIndex (line 214) | func (x *AddressStatusSpec) GetLinkIndex() uint32 { method GetLinkName (line 221) | func (x *AddressStatusSpec) GetLinkName() string { method GetFamily (line 228) | func (x *AddressStatusSpec) GetFamily() enums.NethelpersFamily { method GetScope (line 235) | func (x *AddressStatusSpec) GetScope() enums.NethelpersScope { method GetFlags (line 242) | func (x *AddressStatusSpec) GetFlags() uint32 { method GetPriority (line 249) | func (x *AddressStatusSpec) GetPriority() uint32 { type BondMasterSpec (line 257) | type BondMasterSpec struct method Reset (line 291) | func (x *BondMasterSpec) Reset() { method String (line 298) | func (x *BondMasterSpec) String() string { method ProtoMessage (line 302) | func (*BondMasterSpec) ProtoMessage() {} method ProtoReflect (line 304) | func (x *BondMasterSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 317) | func (*BondMasterSpec) Descriptor() ([]byte, []int) { method GetMode (line 321) | func (x *BondMasterSpec) GetMode() enums.NethelpersBondMode { method GetHashPolicy (line 328) | func (x *BondMasterSpec) GetHashPolicy() enums.NethelpersBondXmitHashP... method GetLacpRate (line 335) | func (x *BondMasterSpec) GetLacpRate() enums.NethelpersLACPRate { method GetArpValidate (line 342) | func (x *BondMasterSpec) GetArpValidate() enums.NethelpersARPValidate { method GetArpAllTargets (line 349) | func (x *BondMasterSpec) GetArpAllTargets() enums.NethelpersARPAllTarg... method GetPrimaryIndex (line 356) | func (x *BondMasterSpec) GetPrimaryIndex() uint32 { method GetPrimaryReselect (line 363) | func (x *BondMasterSpec) GetPrimaryReselect() enums.NethelpersPrimaryR... method GetFailOverMac (line 370) | func (x *BondMasterSpec) GetFailOverMac() enums.NethelpersFailOverMAC { method GetAdSelect (line 377) | func (x *BondMasterSpec) GetAdSelect() enums.NethelpersADSelect { method GetMiiMon (line 384) | func (x *BondMasterSpec) GetMiiMon() uint32 { method GetUpDelay (line 391) | func (x *BondMasterSpec) GetUpDelay() uint32 { method GetDownDelay (line 398) | func (x *BondMasterSpec) GetDownDelay() uint32 { method GetArpInterval (line 405) | func (x *BondMasterSpec) GetArpInterval() uint32 { method GetResendIgmp (line 412) | func (x *BondMasterSpec) GetResendIgmp() uint32 { method GetMinLinks (line 419) | func (x *BondMasterSpec) GetMinLinks() uint32 { method GetLpInterval (line 426) | func (x *BondMasterSpec) GetLpInterval() uint32 { method GetPacketsPerSlave (line 433) | func (x *BondMasterSpec) GetPacketsPerSlave() uint32 { method GetNumPeerNotif (line 440) | func (x *BondMasterSpec) GetNumPeerNotif() uint32 { method GetTlbDynamicLb (line 447) | func (x *BondMasterSpec) GetTlbDynamicLb() uint32 { method GetAllSlavesActive (line 454) | func (x *BondMasterSpec) GetAllSlavesActive() uint32 { method GetUseCarrier (line 461) | func (x *BondMasterSpec) GetUseCarrier() bool { method GetAdActorSysPrio (line 468) | func (x *BondMasterSpec) GetAdActorSysPrio() uint32 { method GetAdUserPortKey (line 475) | func (x *BondMasterSpec) GetAdUserPortKey() uint32 { method GetPeerNotifyDelay (line 482) | func (x *BondMasterSpec) GetPeerNotifyDelay() uint32 { method GetArpipTargets (line 489) | func (x *BondMasterSpec) GetArpipTargets() []*common.NetIP { method GetNsip6Targets (line 496) | func (x *BondMasterSpec) GetNsip6Targets() []*common.NetIP { method GetAdlacpActive (line 503) | func (x *BondMasterSpec) GetAdlacpActive() enums.NethelpersADLACPActive { method GetMissedMax (line 510) | func (x *BondMasterSpec) GetMissedMax() uint32 { type BondSlave (line 518) | type BondSlave struct method Reset (line 526) | func (x *BondSlave) Reset() { method String (line 533) | func (x *BondSlave) String() string { method ProtoMessage (line 537) | func (*BondSlave) ProtoMessage() {} method ProtoReflect (line 539) | func (x *BondSlave) ProtoReflect() protoreflect.Message { method Descriptor (line 552) | func (*BondSlave) Descriptor() ([]byte, []int) { method GetMasterName (line 556) | func (x *BondSlave) GetMasterName() string { method GetSlaveIndex (line 563) | func (x *BondSlave) GetSlaveIndex() int64 { type BridgeMasterSpec (line 571) | type BridgeMasterSpec struct method Reset (line 579) | func (x *BridgeMasterSpec) Reset() { method String (line 586) | func (x *BridgeMasterSpec) String() string { method ProtoMessage (line 590) | func (*BridgeMasterSpec) ProtoMessage() {} method ProtoReflect (line 592) | func (x *BridgeMasterSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 605) | func (*BridgeMasterSpec) Descriptor() ([]byte, []int) { method GetStp (line 609) | func (x *BridgeMasterSpec) GetStp() *STPSpec { method GetVlan (line 616) | func (x *BridgeMasterSpec) GetVlan() *BridgeVLANSpec { type BridgeSlave (line 624) | type BridgeSlave struct method Reset (line 631) | func (x *BridgeSlave) Reset() { method String (line 638) | func (x *BridgeSlave) String() string { method ProtoMessage (line 642) | func (*BridgeSlave) ProtoMessage() {} method ProtoReflect (line 644) | func (x *BridgeSlave) ProtoReflect() protoreflect.Message { method Descriptor (line 657) | func (*BridgeSlave) Descriptor() ([]byte, []int) { method GetMasterName (line 661) | func (x *BridgeSlave) GetMasterName() string { type BridgeVLANSpec (line 669) | type BridgeVLANSpec struct method Reset (line 676) | func (x *BridgeVLANSpec) Reset() { method String (line 683) | func (x *BridgeVLANSpec) String() string { method ProtoMessage (line 687) | func (*BridgeVLANSpec) ProtoMessage() {} method ProtoReflect (line 689) | func (x *BridgeVLANSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 702) | func (*BridgeVLANSpec) Descriptor() ([]byte, []int) { method GetFilteringEnabled (line 706) | func (x *BridgeVLANSpec) GetFilteringEnabled() bool { type ClientIdentifierSpec (line 714) | type ClientIdentifierSpec struct method Reset (line 722) | func (x *ClientIdentifierSpec) Reset() { method String (line 729) | func (x *ClientIdentifierSpec) String() string { method ProtoMessage (line 733) | func (*ClientIdentifierSpec) ProtoMessage() {} method ProtoReflect (line 735) | func (x *ClientIdentifierSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 748) | func (*ClientIdentifierSpec) Descriptor() ([]byte, []int) { method GetClientIdentifier (line 752) | func (x *ClientIdentifierSpec) GetClientIdentifier() enums.NethelpersC... method GetDuidRawHex (line 759) | func (x *ClientIdentifierSpec) GetDuidRawHex() string { type DHCP4OperatorSpec (line 767) | type DHCP4OperatorSpec struct method Reset (line 776) | func (x *DHCP4OperatorSpec) Reset() { method String (line 783) | func (x *DHCP4OperatorSpec) String() string { method ProtoMessage (line 787) | func (*DHCP4OperatorSpec) ProtoMessage() {} method ProtoReflect (line 789) | func (x *DHCP4OperatorSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 802) | func (*DHCP4OperatorSpec) Descriptor() ([]byte, []int) { method GetRouteMetric (line 806) | func (x *DHCP4OperatorSpec) GetRouteMetric() uint32 { method GetSkipHostnameRequest (line 813) | func (x *DHCP4OperatorSpec) GetSkipHostnameRequest() bool { method GetClientIdentifier (line 820) | func (x *DHCP4OperatorSpec) GetClientIdentifier() *ClientIdentifierSpec { type DHCP6OperatorSpec (line 828) | type DHCP6OperatorSpec struct method Reset (line 837) | func (x *DHCP6OperatorSpec) Reset() { method String (line 844) | func (x *DHCP6OperatorSpec) String() string { method ProtoMessage (line 848) | func (*DHCP6OperatorSpec) ProtoMessage() {} method ProtoReflect (line 850) | func (x *DHCP6OperatorSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 863) | func (*DHCP6OperatorSpec) Descriptor() ([]byte, []int) { method GetRouteMetric (line 867) | func (x *DHCP6OperatorSpec) GetRouteMetric() uint32 { method GetSkipHostnameRequest (line 874) | func (x *DHCP6OperatorSpec) GetSkipHostnameRequest() bool { method GetClientIdentifier (line 881) | func (x *DHCP6OperatorSpec) GetClientIdentifier() *ClientIdentifierSpec { type DNSResolveCacheSpec (line 889) | type DNSResolveCacheSpec struct method Reset (line 896) | func (x *DNSResolveCacheSpec) Reset() { method String (line 903) | func (x *DNSResolveCacheSpec) String() string { method ProtoMessage (line 907) | func (*DNSResolveCacheSpec) ProtoMessage() {} method ProtoReflect (line 909) | func (x *DNSResolveCacheSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 922) | func (*DNSResolveCacheSpec) Descriptor() ([]byte, []int) { method GetStatus (line 926) | func (x *DNSResolveCacheSpec) GetStatus() string { type EthernetChannelsSpec (line 934) | type EthernetChannelsSpec struct method Reset (line 944) | func (x *EthernetChannelsSpec) Reset() { method String (line 951) | func (x *EthernetChannelsSpec) String() string { method ProtoMessage (line 955) | func (*EthernetChannelsSpec) ProtoMessage() {} method ProtoReflect (line 957) | func (x *EthernetChannelsSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 970) | func (*EthernetChannelsSpec) Descriptor() ([]byte, []int) { method GetRx (line 974) | func (x *EthernetChannelsSpec) GetRx() uint32 { method GetTx (line 981) | func (x *EthernetChannelsSpec) GetTx() uint32 { method GetOther (line 988) | func (x *EthernetChannelsSpec) GetOther() uint32 { method GetCombined (line 995) | func (x *EthernetChannelsSpec) GetCombined() uint32 { type EthernetChannelsStatus (line 1003) | type EthernetChannelsStatus struct method Reset (line 1017) | func (x *EthernetChannelsStatus) Reset() { method String (line 1024) | func (x *EthernetChannelsStatus) String() string { method ProtoMessage (line 1028) | func (*EthernetChannelsStatus) ProtoMessage() {} method ProtoReflect (line 1030) | func (x *EthernetChannelsStatus) ProtoReflect() protoreflect.Message { method Descriptor (line 1043) | func (*EthernetChannelsStatus) Descriptor() ([]byte, []int) { method GetRxMax (line 1047) | func (x *EthernetChannelsStatus) GetRxMax() uint32 { method GetTxMax (line 1054) | func (x *EthernetChannelsStatus) GetTxMax() uint32 { method GetOtherMax (line 1061) | func (x *EthernetChannelsStatus) GetOtherMax() uint32 { method GetCombinedMax (line 1068) | func (x *EthernetChannelsStatus) GetCombinedMax() uint32 { method GetRx (line 1075) | func (x *EthernetChannelsStatus) GetRx() uint32 { method GetTx (line 1082) | func (x *EthernetChannelsStatus) GetTx() uint32 { method GetOther (line 1089) | func (x *EthernetChannelsStatus) GetOther() uint32 { method GetCombined (line 1096) | func (x *EthernetChannelsStatus) GetCombined() uint32 { type EthernetFeatureStatus (line 1104) | type EthernetFeatureStatus struct method Reset (line 1112) | func (x *EthernetFeatureStatus) Reset() { method String (line 1119) | func (x *EthernetFeatureStatus) String() string { method ProtoMessage (line 1123) | func (*EthernetFeatureStatus) ProtoMessage() {} method ProtoReflect (line 1125) | func (x *EthernetFeatureStatus) ProtoReflect() protoreflect.Message { method Descriptor (line 1138) | func (*EthernetFeatureStatus) Descriptor() ([]byte, []int) { method GetName (line 1142) | func (x *EthernetFeatureStatus) GetName() string { method GetStatus (line 1149) | func (x *EthernetFeatureStatus) GetStatus() string { type EthernetRingsSpec (line 1157) | type EthernetRingsSpec struct method Reset (line 1173) | func (x *EthernetRingsSpec) Reset() { method String (line 1180) | func (x *EthernetRingsSpec) String() string { method ProtoMessage (line 1184) | func (*EthernetRingsSpec) ProtoMessage() {} method ProtoReflect (line 1186) | func (x *EthernetRingsSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1199) | func (*EthernetRingsSpec) Descriptor() ([]byte, []int) { method GetRx (line 1203) | func (x *EthernetRingsSpec) GetRx() uint32 { method GetRxMini (line 1210) | func (x *EthernetRingsSpec) GetRxMini() uint32 { method GetRxJumbo (line 1217) | func (x *EthernetRingsSpec) GetRxJumbo() uint32 { method GetTx (line 1224) | func (x *EthernetRingsSpec) GetTx() uint32 { method GetRxBufLen (line 1231) | func (x *EthernetRingsSpec) GetRxBufLen() uint32 { method GetCqeSize (line 1238) | func (x *EthernetRingsSpec) GetCqeSize() uint32 { method GetTxPush (line 1245) | func (x *EthernetRingsSpec) GetTxPush() bool { method GetRxPush (line 1252) | func (x *EthernetRingsSpec) GetRxPush() bool { method GetTxPushBufLen (line 1259) | func (x *EthernetRingsSpec) GetTxPushBufLen() uint32 { method GetTcpDataSplit (line 1266) | func (x *EthernetRingsSpec) GetTcpDataSplit() bool { type EthernetRingsStatus (line 1274) | type EthernetRingsStatus struct method Reset (line 1295) | func (x *EthernetRingsStatus) Reset() { method String (line 1302) | func (x *EthernetRingsStatus) String() string { method ProtoMessage (line 1306) | func (*EthernetRingsStatus) ProtoMessage() {} method ProtoReflect (line 1308) | func (x *EthernetRingsStatus) ProtoReflect() protoreflect.Message { method Descriptor (line 1321) | func (*EthernetRingsStatus) Descriptor() ([]byte, []int) { method GetRxMax (line 1325) | func (x *EthernetRingsStatus) GetRxMax() uint32 { method GetRxMiniMax (line 1332) | func (x *EthernetRingsStatus) GetRxMiniMax() uint32 { method GetRxJumboMax (line 1339) | func (x *EthernetRingsStatus) GetRxJumboMax() uint32 { method GetTxMax (line 1346) | func (x *EthernetRingsStatus) GetTxMax() uint32 { method GetTxPushBufLenMax (line 1353) | func (x *EthernetRingsStatus) GetTxPushBufLenMax() uint32 { method GetRx (line 1360) | func (x *EthernetRingsStatus) GetRx() uint32 { method GetRxMini (line 1367) | func (x *EthernetRingsStatus) GetRxMini() uint32 { method GetRxJumbo (line 1374) | func (x *EthernetRingsStatus) GetRxJumbo() uint32 { method GetTx (line 1381) | func (x *EthernetRingsStatus) GetTx() uint32 { method GetRxBufLen (line 1388) | func (x *EthernetRingsStatus) GetRxBufLen() uint32 { method GetCqeSize (line 1395) | func (x *EthernetRingsStatus) GetCqeSize() uint32 { method GetTxPush (line 1402) | func (x *EthernetRingsStatus) GetTxPush() bool { method GetRxPush (line 1409) | func (x *EthernetRingsStatus) GetRxPush() bool { method GetTxPushBufLen (line 1416) | func (x *EthernetRingsStatus) GetTxPushBufLen() uint32 { method GetTcpDataSplit (line 1423) | func (x *EthernetRingsStatus) GetTcpDataSplit() bool { type EthernetSpecSpec (line 1431) | type EthernetSpecSpec struct method Reset (line 1441) | func (x *EthernetSpecSpec) Reset() { method String (line 1448) | func (x *EthernetSpecSpec) String() string { method ProtoMessage (line 1452) | func (*EthernetSpecSpec) ProtoMessage() {} method ProtoReflect (line 1454) | func (x *EthernetSpecSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1467) | func (*EthernetSpecSpec) Descriptor() ([]byte, []int) { method GetRings (line 1471) | func (x *EthernetSpecSpec) GetRings() *EthernetRingsSpec { method GetFeatures (line 1478) | func (x *EthernetSpecSpec) GetFeatures() map[string]bool { method GetChannels (line 1485) | func (x *EthernetSpecSpec) GetChannels() *EthernetChannelsSpec { method GetWakeOnLan (line 1492) | func (x *EthernetSpecSpec) GetWakeOnLan() []enums.NethelpersWOLMode { type EthernetStatusSpec (line 1500) | type EthernetStatusSpec struct method Reset (line 1516) | func (x *EthernetStatusSpec) Reset() { method String (line 1523) | func (x *EthernetStatusSpec) String() string { method ProtoMessage (line 1527) | func (*EthernetStatusSpec) ProtoMessage() {} method ProtoReflect (line 1529) | func (x *EthernetStatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1542) | func (*EthernetStatusSpec) Descriptor() ([]byte, []int) { method GetLinkState (line 1546) | func (x *EthernetStatusSpec) GetLinkState() bool { method GetSpeedMegabits (line 1553) | func (x *EthernetStatusSpec) GetSpeedMegabits() int64 { method GetPort (line 1560) | func (x *EthernetStatusSpec) GetPort() enums.NethelpersPort { method GetDuplex (line 1567) | func (x *EthernetStatusSpec) GetDuplex() enums.NethelpersDuplex { method GetOurModes (line 1574) | func (x *EthernetStatusSpec) GetOurModes() []string { method GetPeerModes (line 1581) | func (x *EthernetStatusSpec) GetPeerModes() []string { method GetRings (line 1588) | func (x *EthernetStatusSpec) GetRings() *EthernetRingsStatus { method GetFeatures (line 1595) | func (x *EthernetStatusSpec) GetFeatures() []*EthernetFeatureStatus { method GetChannels (line 1602) | func (x *EthernetStatusSpec) GetChannels() *EthernetChannelsStatus { method GetWakeOnLan (line 1609) | func (x *EthernetStatusSpec) GetWakeOnLan() []enums.NethelpersWOLMode { type HardwareAddrSpec (line 1617) | type HardwareAddrSpec struct method Reset (line 1625) | func (x *HardwareAddrSpec) Reset() { method String (line 1632) | func (x *HardwareAddrSpec) String() string { method ProtoMessage (line 1636) | func (*HardwareAddrSpec) ProtoMessage() {} method ProtoReflect (line 1638) | func (x *HardwareAddrSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1651) | func (*HardwareAddrSpec) Descriptor() ([]byte, []int) { method GetName (line 1655) | func (x *HardwareAddrSpec) GetName() string { method GetHardwareAddr (line 1662) | func (x *HardwareAddrSpec) GetHardwareAddr() []byte { type HostDNSConfigSpec (line 1670) | type HostDNSConfigSpec struct method Reset (line 1680) | func (x *HostDNSConfigSpec) Reset() { method String (line 1687) | func (x *HostDNSConfigSpec) String() string { method ProtoMessage (line 1691) | func (*HostDNSConfigSpec) ProtoMessage() {} method ProtoReflect (line 1693) | func (x *HostDNSConfigSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1706) | func (*HostDNSConfigSpec) Descriptor() ([]byte, []int) { method GetEnabled (line 1710) | func (x *HostDNSConfigSpec) GetEnabled() bool { method GetListenAddresses (line 1717) | func (x *HostDNSConfigSpec) GetListenAddresses() []*common.NetIPPort { method GetServiceHostDnsAddress (line 1724) | func (x *HostDNSConfigSpec) GetServiceHostDnsAddress() *common.NetIP { method GetResolveMemberNames (line 1731) | func (x *HostDNSConfigSpec) GetResolveMemberNames() bool { type HostnameSpecSpec (line 1739) | type HostnameSpecSpec struct method Reset (line 1748) | func (x *HostnameSpecSpec) Reset() { method String (line 1755) | func (x *HostnameSpecSpec) String() string { method ProtoMessage (line 1759) | func (*HostnameSpecSpec) ProtoMessage() {} method ProtoReflect (line 1761) | func (x *HostnameSpecSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1774) | func (*HostnameSpecSpec) Descriptor() ([]byte, []int) { method GetHostname (line 1778) | func (x *HostnameSpecSpec) GetHostname() string { method GetDomainname (line 1785) | func (x *HostnameSpecSpec) GetDomainname() string { method GetConfigLayer (line 1792) | func (x *HostnameSpecSpec) GetConfigLayer() enums.NetworkConfigLayer { type HostnameStatusSpec (line 1800) | type HostnameStatusSpec struct method Reset (line 1808) | func (x *HostnameStatusSpec) Reset() { method String (line 1815) | func (x *HostnameStatusSpec) String() string { method ProtoMessage (line 1819) | func (*HostnameStatusSpec) ProtoMessage() {} method ProtoReflect (line 1821) | func (x *HostnameStatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1834) | func (*HostnameStatusSpec) Descriptor() ([]byte, []int) { method GetHostname (line 1838) | func (x *HostnameStatusSpec) GetHostname() string { method GetDomainname (line 1845) | func (x *HostnameStatusSpec) GetDomainname() string { type LinkAliasSpecSpec (line 1853) | type LinkAliasSpecSpec struct method Reset (line 1860) | func (x *LinkAliasSpecSpec) Reset() { method String (line 1867) | func (x *LinkAliasSpecSpec) String() string { method ProtoMessage (line 1871) | func (*LinkAliasSpecSpec) ProtoMessage() {} method ProtoReflect (line 1873) | func (x *LinkAliasSpecSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1886) | func (*LinkAliasSpecSpec) Descriptor() ([]byte, []int) { method GetAlias (line 1890) | func (x *LinkAliasSpecSpec) GetAlias() string { type LinkRefreshSpec (line 1898) | type LinkRefreshSpec struct method Reset (line 1905) | func (x *LinkRefreshSpec) Reset() { method String (line 1912) | func (x *LinkRefreshSpec) String() string { method ProtoMessage (line 1916) | func (*LinkRefreshSpec) ProtoMessage() {} method ProtoReflect (line 1918) | func (x *LinkRefreshSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1931) | func (*LinkRefreshSpec) Descriptor() ([]byte, []int) { method GetGeneration (line 1935) | func (x *LinkRefreshSpec) GetGeneration() int64 { type LinkSpecSpec (line 1943) | type LinkSpecSpec struct method Reset (line 1967) | func (x *LinkSpecSpec) Reset() { method String (line 1974) | func (x *LinkSpecSpec) String() string { method ProtoMessage (line 1978) | func (*LinkSpecSpec) ProtoMessage() {} method ProtoReflect (line 1980) | func (x *LinkSpecSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1993) | func (*LinkSpecSpec) Descriptor() ([]byte, []int) { method GetName (line 1997) | func (x *LinkSpecSpec) GetName() string { method GetLogical (line 2004) | func (x *LinkSpecSpec) GetLogical() bool { method GetUp (line 2011) | func (x *LinkSpecSpec) GetUp() bool { method GetMtu (line 2018) | func (x *LinkSpecSpec) GetMtu() uint32 { method GetKind (line 2025) | func (x *LinkSpecSpec) GetKind() string { method GetType (line 2032) | func (x *LinkSpecSpec) GetType() enums.NethelpersLinkType { method GetParentName (line 2039) | func (x *LinkSpecSpec) GetParentName() string { method GetBondSlave (line 2046) | func (x *LinkSpecSpec) GetBondSlave() *BondSlave { method GetBridgeSlave (line 2053) | func (x *LinkSpecSpec) GetBridgeSlave() *BridgeSlave { method GetVlan (line 2060) | func (x *LinkSpecSpec) GetVlan() *VLANSpec { method GetBondMaster (line 2067) | func (x *LinkSpecSpec) GetBondMaster() *BondMasterSpec { method GetBridgeMaster (line 2074) | func (x *LinkSpecSpec) GetBridgeMaster() *BridgeMasterSpec { method GetWireguard (line 2081) | func (x *LinkSpecSpec) GetWireguard() *WireguardSpec { method GetConfigLayer (line 2088) | func (x *LinkSpecSpec) GetConfigLayer() enums.NetworkConfigLayer { method GetHardwareAddress (line 2095) | func (x *LinkSpecSpec) GetHardwareAddress() []byte { method GetMulticast (line 2102) | func (x *LinkSpecSpec) GetMulticast() bool { method GetVrfMaster (line 2109) | func (x *LinkSpecSpec) GetVrfMaster() *VRFMasterSpec { method GetVrfSlave (line 2116) | func (x *LinkSpecSpec) GetVrfSlave() *VRFSlave { type LinkStatusSpec (line 2124) | type LinkStatusSpec struct method Reset (line 2163) | func (x *LinkStatusSpec) Reset() { method String (line 2170) | func (x *LinkStatusSpec) String() string { method ProtoMessage (line 2174) | func (*LinkStatusSpec) ProtoMessage() {} method ProtoReflect (line 2176) | func (x *LinkStatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 2189) | func (*LinkStatusSpec) Descriptor() ([]byte, []int) { method GetIndex (line 2193) | func (x *LinkStatusSpec) GetIndex() uint32 { method GetType (line 2200) | func (x *LinkStatusSpec) GetType() enums.NethelpersLinkType { method GetLinkIndex (line 2207) | func (x *LinkStatusSpec) GetLinkIndex() uint32 { method GetFlags (line 2214) | func (x *LinkStatusSpec) GetFlags() uint32 { method GetHardwareAddr (line 2221) | func (x *LinkStatusSpec) GetHardwareAddr() []byte { method GetBroadcastAddr (line 2228) | func (x *LinkStatusSpec) GetBroadcastAddr() []byte { method GetMtu (line 2235) | func (x *LinkStatusSpec) GetMtu() uint32 { method GetQueueDisc (line 2242) | func (x *LinkStatusSpec) GetQueueDisc() string { method GetMasterIndex (line 2249) | func (x *LinkStatusSpec) GetMasterIndex() uint32 { method GetOperationalState (line 2256) | func (x *LinkStatusSpec) GetOperationalState() enums.NethelpersOperati... method GetKind (line 2263) | func (x *LinkStatusSpec) GetKind() string { method GetSlaveKind (line 2270) | func (x *LinkStatusSpec) GetSlaveKind() string { method GetBusPath (line 2277) | func (x *LinkStatusSpec) GetBusPath() string { method GetPciid (line 2284) | func (x *LinkStatusSpec) GetPciid() string { method GetDriver (line 2291) | func (x *LinkStatusSpec) GetDriver() string { method GetDriverVersion (line 2298) | func (x *LinkStatusSpec) GetDriverVersion() string { method GetFirmwareVersion (line 2305) | func (x *LinkStatusSpec) GetFirmwareVersion() string { method GetProductId (line 2312) | func (x *LinkStatusSpec) GetProductId() string { method GetVendorId (line 2319) | func (x *LinkStatusSpec) GetVendorId() string { method GetProduct (line 2326) | func (x *LinkStatusSpec) GetProduct() string { method GetVendor (line 2333) | func (x *LinkStatusSpec) GetVendor() string { method GetLinkState (line 2340) | func (x *LinkStatusSpec) GetLinkState() bool { method GetSpeedMegabits (line 2347) | func (x *LinkStatusSpec) GetSpeedMegabits() int64 { method GetPort (line 2354) | func (x *LinkStatusSpec) GetPort() enums.NethelpersPort { method GetDuplex (line 2361) | func (x *LinkStatusSpec) GetDuplex() enums.NethelpersDuplex { method GetVlan (line 2368) | func (x *LinkStatusSpec) GetVlan() *VLANSpec { method GetBridgeMaster (line 2375) | func (x *LinkStatusSpec) GetBridgeMaster() *BridgeMasterSpec { method GetBondMaster (line 2382) | func (x *LinkStatusSpec) GetBondMaster() *BondMasterSpec { method GetWireguard (line 2389) | func (x *LinkStatusSpec) GetWireguard() *WireguardSpec { method GetPermanentAddr (line 2396) | func (x *LinkStatusSpec) GetPermanentAddr() []byte { method GetAlias (line 2403) | func (x *LinkStatusSpec) GetAlias() string { method GetAltNames (line 2410) | func (x *LinkStatusSpec) GetAltNames() []string { method GetVrfMaster (line 2417) | func (x *LinkStatusSpec) GetVrfMaster() *VRFMasterSpec { type NfTablesAddressMatch (line 2425) | type NfTablesAddressMatch struct method Reset (line 2434) | func (x *NfTablesAddressMatch) Reset() { method String (line 2441) | func (x *NfTablesAddressMatch) String() string { method ProtoMessage (line 2445) | func (*NfTablesAddressMatch) ProtoMessage() {} method ProtoReflect (line 2447) | func (x *NfTablesAddressMatch) ProtoReflect() protoreflect.Message { method Descriptor (line 2460) | func (*NfTablesAddressMatch) Descriptor() ([]byte, []int) { method GetIncludeSubnets (line 2464) | func (x *NfTablesAddressMatch) GetIncludeSubnets() []*common.NetIPPref... method GetExcludeSubnets (line 2471) | func (x *NfTablesAddressMatch) GetExcludeSubnets() []*common.NetIPPref... method GetInvert (line 2478) | func (x *NfTablesAddressMatch) GetInvert() bool { type NfTablesChainSpec (line 2486) | type NfTablesChainSpec struct method Reset (line 2497) | func (x *NfTablesChainSpec) Reset() { method String (line 2504) | func (x *NfTablesChainSpec) String() string { method ProtoMessage (line 2508) | func (*NfTablesChainSpec) ProtoMessage() {} method ProtoReflect (line 2510) | func (x *NfTablesChainSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 2523) | func (*NfTablesChainSpec) Descriptor() ([]byte, []int) { method GetType (line 2527) | func (x *NfTablesChainSpec) GetType() string { method GetHook (line 2534) | func (x *NfTablesChainSpec) GetHook() enums.NethelpersNfTablesChainHook { method GetPriority (line 2541) | func (x *NfTablesChainSpec) GetPriority() enums.NethelpersNfTablesChai... method GetRules (line 2548) | func (x *NfTablesChainSpec) GetRules() []*NfTablesRule { method GetPolicy (line 2555) | func (x *NfTablesChainSpec) GetPolicy() enums.NethelpersNfTablesVerdict { type NfTablesClampMSS (line 2567) | type NfTablesClampMSS struct method Reset (line 2574) | func (x *NfTablesClampMSS) Reset() { method String (line 2581) | func (x *NfTablesClampMSS) String() string { method ProtoMessage (line 2585) | func (*NfTablesClampMSS) ProtoMessage() {} method ProtoReflect (line 2587) | func (x *NfTablesClampMSS) ProtoReflect() protoreflect.Message { method Descriptor (line 2600) | func (*NfTablesClampMSS) Descriptor() ([]byte, []int) { method GetMtu (line 2604) | func (x *NfTablesClampMSS) GetMtu() uint32 { type NfTablesConntrackStateMatch (line 2612) | type NfTablesConntrackStateMatch struct method Reset (line 2619) | func (x *NfTablesConntrackStateMatch) Reset() { method String (line 2626) | func (x *NfTablesConntrackStateMatch) String() string { method ProtoMessage (line 2630) | func (*NfTablesConntrackStateMatch) ProtoMessage() {} method ProtoReflect (line 2632) | func (x *NfTablesConntrackStateMatch) ProtoReflect() protoreflect.Mess... method Descriptor (line 2645) | func (*NfTablesConntrackStateMatch) Descriptor() ([]byte, []int) { method GetStates (line 2649) | func (x *NfTablesConntrackStateMatch) GetStates() []enums.NethelpersCo... type NfTablesICMPTypeMatch (line 2657) | type NfTablesICMPTypeMatch struct method Reset (line 2664) | func (x *NfTablesICMPTypeMatch) Reset() { method String (line 2671) | func (x *NfTablesICMPTypeMatch) String() string { method ProtoMessage (line 2675) | func (*NfTablesICMPTypeMatch) ProtoMessage() {} method ProtoReflect (line 2677) | func (x *NfTablesICMPTypeMatch) ProtoReflect() protoreflect.Message { method Descriptor (line 2690) | func (*NfTablesICMPTypeMatch) Descriptor() ([]byte, []int) { method GetTypes (line 2694) | func (x *NfTablesICMPTypeMatch) GetTypes() []enums.NethelpersICMPType { type NfTablesIfNameMatch (line 2702) | type NfTablesIfNameMatch struct method Reset (line 2710) | func (x *NfTablesIfNameMatch) Reset() { method String (line 2717) | func (x *NfTablesIfNameMatch) String() string { method ProtoMessage (line 2721) | func (*NfTablesIfNameMatch) ProtoMessage() {} method ProtoReflect (line 2723) | func (x *NfTablesIfNameMatch) ProtoReflect() protoreflect.Message { method Descriptor (line 2736) | func (*NfTablesIfNameMatch) Descriptor() ([]byte, []int) { method GetOperator (line 2740) | func (x *NfTablesIfNameMatch) GetOperator() enums.NethelpersMatchOpera... method GetInterfaceNames (line 2747) | func (x *NfTablesIfNameMatch) GetInterfaceNames() []string { type NfTablesLayer4Match (line 2755) | type NfTablesLayer4Match struct method Reset (line 2765) | func (x *NfTablesLayer4Match) Reset() { method String (line 2772) | func (x *NfTablesLayer4Match) String() string { method ProtoMessage (line 2776) | func (*NfTablesLayer4Match) ProtoMessage() {} method ProtoReflect (line 2778) | func (x *NfTablesLayer4Match) ProtoReflect() protoreflect.Message { method Descriptor (line 2791) | func (*NfTablesLayer4Match) Descriptor() ([]byte, []int) { method GetProtocol (line 2795) | func (x *NfTablesLayer4Match) GetProtocol() enums.NethelpersProtocol { method GetMatchSourcePort (line 2802) | func (x *NfTablesLayer4Match) GetMatchSourcePort() *NfTablesPortMatch { method GetMatchDestinationPort (line 2809) | func (x *NfTablesLayer4Match) GetMatchDestinationPort() *NfTablesPortM... method GetMatchIcmpType (line 2816) | func (x *NfTablesLayer4Match) GetMatchIcmpType() *NfTablesICMPTypeMatch { type NfTablesLimitMatch (line 2824) | type NfTablesLimitMatch struct method Reset (line 2831) | func (x *NfTablesLimitMatch) Reset() { method String (line 2838) | func (x *NfTablesLimitMatch) String() string { method ProtoMessage (line 2842) | func (*NfTablesLimitMatch) ProtoMessage() {} method ProtoReflect (line 2844) | func (x *NfTablesLimitMatch) ProtoReflect() protoreflect.Message { method Descriptor (line 2857) | func (*NfTablesLimitMatch) Descriptor() ([]byte, []int) { method GetPacketRatePerSecond (line 2861) | func (x *NfTablesLimitMatch) GetPacketRatePerSecond() uint64 { type NfTablesMark (line 2875) | type NfTablesMark struct method Reset (line 2884) | func (x *NfTablesMark) Reset() { method String (line 2891) | func (x *NfTablesMark) String() string { method ProtoMessage (line 2895) | func (*NfTablesMark) ProtoMessage() {} method ProtoReflect (line 2897) | func (x *NfTablesMark) ProtoReflect() protoreflect.Message { method Descriptor (line 2910) | func (*NfTablesMark) Descriptor() ([]byte, []int) { method GetMask (line 2914) | func (x *NfTablesMark) GetMask() uint32 { method GetXor (line 2921) | func (x *NfTablesMark) GetXor() uint32 { method GetValue (line 2928) | func (x *NfTablesMark) GetValue() uint32 { type NfTablesPortMatch (line 2936) | type NfTablesPortMatch struct method Reset (line 2943) | func (x *NfTablesPortMatch) Reset() { method String (line 2950) | func (x *NfTablesPortMatch) String() string { method ProtoMessage (line 2954) | func (*NfTablesPortMatch) ProtoMessage() {} method ProtoReflect (line 2956) | func (x *NfTablesPortMatch) ProtoReflect() protoreflect.Message { method Descriptor (line 2969) | func (*NfTablesPortMatch) Descriptor() ([]byte, []int) { method GetRanges (line 2973) | func (x *NfTablesPortMatch) GetRanges() []*PortRange { type NfTablesRule (line 2981) | type NfTablesRule struct method Reset (line 2999) | func (x *NfTablesRule) Reset() { method String (line 3006) | func (x *NfTablesRule) String() string { method ProtoMessage (line 3010) | func (*NfTablesRule) ProtoMessage() {} method ProtoReflect (line 3012) | func (x *NfTablesRule) ProtoReflect() protoreflect.Message { method Descriptor (line 3025) | func (*NfTablesRule) Descriptor() ([]byte, []int) { method GetMatchOIfName (line 3029) | func (x *NfTablesRule) GetMatchOIfName() *NfTablesIfNameMatch { method GetVerdict (line 3036) | func (x *NfTablesRule) GetVerdict() enums.NethelpersNfTablesVerdict { method GetMatchMark (line 3043) | func (x *NfTablesRule) GetMatchMark() *NfTablesMark { method GetSetMark (line 3050) | func (x *NfTablesRule) GetSetMark() *NfTablesMark { method GetMatchSourceAddress (line 3057) | func (x *NfTablesRule) GetMatchSourceAddress() *NfTablesAddressMatch { method GetMatchDestinationAddress (line 3064) | func (x *NfTablesRule) GetMatchDestinationAddress() *NfTablesAddressMa... method GetMatchLayer4 (line 3071) | func (x *NfTablesRule) GetMatchLayer4() *NfTablesLayer4Match { method GetMatchIIfName (line 3078) | func (x *NfTablesRule) GetMatchIIfName() *NfTablesIfNameMatch { method GetClampMss (line 3085) | func (x *NfTablesRule) GetClampMss() *NfTablesClampMSS { method GetMatchLimit (line 3092) | func (x *NfTablesRule) GetMatchLimit() *NfTablesLimitMatch { method GetMatchConntrackState (line 3099) | func (x *NfTablesRule) GetMatchConntrackState() *NfTablesConntrackStat... method GetAnonCounter (line 3106) | func (x *NfTablesRule) GetAnonCounter() bool { type NodeAddressFilterSpec (line 3114) | type NodeAddressFilterSpec struct method Reset (line 3122) | func (x *NodeAddressFilterSpec) Reset() { method String (line 3129) | func (x *NodeAddressFilterSpec) String() string { method ProtoMessage (line 3133) | func (*NodeAddressFilterSpec) ProtoMessage() {} method ProtoReflect (line 3135) | func (x *NodeAddressFilterSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 3148) | func (*NodeAddressFilterSpec) Descriptor() ([]byte, []int) { method GetIncludeSubnets (line 3152) | func (x *NodeAddressFilterSpec) GetIncludeSubnets() []*common.NetIPPre... method GetExcludeSubnets (line 3159) | func (x *NodeAddressFilterSpec) GetExcludeSubnets() []*common.NetIPPre... type NodeAddressSortAlgorithmSpec (line 3167) | type NodeAddressSortAlgorithmSpec struct method Reset (line 3174) | func (x *NodeAddressSortAlgorithmSpec) Reset() { method String (line 3181) | func (x *NodeAddressSortAlgorithmSpec) String() string { method ProtoMessage (line 3185) | func (*NodeAddressSortAlgorithmSpec) ProtoMessage() {} method ProtoReflect (line 3187) | func (x *NodeAddressSortAlgorithmSpec) ProtoReflect() protoreflect.Mes... method Descriptor (line 3200) | func (*NodeAddressSortAlgorithmSpec) Descriptor() ([]byte, []int) { method GetAlgorithm (line 3204) | func (x *NodeAddressSortAlgorithmSpec) GetAlgorithm() enums.Nethelpers... type NodeAddressSpec (line 3212) | type NodeAddressSpec struct method Reset (line 3220) | func (x *NodeAddressSpec) Reset() { method String (line 3227) | func (x *NodeAddressSpec) String() string { method ProtoMessage (line 3231) | func (*NodeAddressSpec) ProtoMessage() {} method ProtoReflect (line 3233) | func (x *NodeAddressSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 3246) | func (*NodeAddressSpec) Descriptor() ([]byte, []int) { method GetAddresses (line 3250) | func (x *NodeAddressSpec) GetAddresses() []*common.NetIPPrefix { method GetSortAlgorithm (line 3257) | func (x *NodeAddressSpec) GetSortAlgorithm() enums.NethelpersAddressSo... type OperatorSpecSpec (line 3265) | type OperatorSpecSpec struct method Reset (line 3278) | func (x *OperatorSpecSpec) Reset() { method String (line 3285) | func (x *OperatorSpecSpec) String() string { method ProtoMessage (line 3289) | func (*OperatorSpecSpec) ProtoMessage() {} method ProtoReflect (line 3291) | func (x *OperatorSpecSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 3304) | func (*OperatorSpecSpec) Descriptor() ([]byte, []int) { method GetOperator (line 3308) | func (x *OperatorSpecSpec) GetOperator() enums.NetworkOperator { method GetLinkName (line 3315) | func (x *OperatorSpecSpec) GetLinkName() string { method GetRequireUp (line 3322) | func (x *OperatorSpecSpec) GetRequireUp() bool { method GetDhcp4 (line 3329) | func (x *OperatorSpecSpec) GetDhcp4() *DHCP4OperatorSpec { method GetDhcp6 (line 3336) | func (x *OperatorSpecSpec) GetDhcp6() *DHCP6OperatorSpec { method GetVip (line 3343) | func (x *OperatorSpecSpec) GetVip() *VIPOperatorSpec { method GetConfigLayer (line 3350) | func (x *OperatorSpecSpec) GetConfigLayer() enums.NetworkConfigLayer { type PlatformConfigSpec (line 3361) | type PlatformConfigSpec struct method Reset (line 3377) | func (x *PlatformConfigSpec) Reset() { method String (line 3384) | func (x *PlatformConfigSpec) String() string { method ProtoMessage (line 3388) | func (*PlatformConfigSpec) ProtoMessage() {} method ProtoReflect (line 3390) | func (x *PlatformConfigSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 3403) | func (*PlatformConfigSpec) Descriptor() ([]byte, []int) { method GetAddresses (line 3407) | func (x *PlatformConfigSpec) GetAddresses() []*AddressSpecSpec { method GetLinks (line 3414) | func (x *PlatformConfigSpec) GetLinks() []*LinkSpecSpec { method GetRoutes (line 3421) | func (x *PlatformConfigSpec) GetRoutes() []*RouteSpecSpec { method GetHostnames (line 3428) | func (x *PlatformConfigSpec) GetHostnames() []*HostnameSpecSpec { method GetResolvers (line 3435) | func (x *PlatformConfigSpec) GetResolvers() []*ResolverSpecSpec { method GetTimeServers (line 3442) | func (x *PlatformConfigSpec) GetTimeServers() []*TimeServerSpecSpec { method GetOperators (line 3449) | func (x *PlatformConfigSpec) GetOperators() []*OperatorSpecSpec { method GetExternalIps (line 3456) | func (x *PlatformConfigSpec) GetExternalIps() []*common.NetIP { method GetProbes (line 3463) | func (x *PlatformConfigSpec) GetProbes() []*ProbeSpecSpec { method GetMetadata (line 3470) | func (x *PlatformConfigSpec) GetMetadata() *runtime.PlatformMetadataSp... type PortRange (line 3480) | type PortRange struct method Reset (line 3488) | func (x *PortRange) Reset() { method String (line 3495) | func (x *PortRange) String() string { method ProtoMessage (line 3499) | func (*PortRange) ProtoMessage() {} method ProtoReflect (line 3501) | func (x *PortRange) ProtoReflect() protoreflect.Message { method Descriptor (line 3514) | func (*PortRange) Descriptor() ([]byte, []int) { method GetLo (line 3518) | func (x *PortRange) GetLo() uint32 { method GetHi (line 3525) | func (x *PortRange) GetHi() uint32 { type ProbeSpecSpec (line 3533) | type ProbeSpecSpec struct method Reset (line 3543) | func (x *ProbeSpecSpec) Reset() { method String (line 3550) | func (x *ProbeSpecSpec) String() string { method ProtoMessage (line 3554) | func (*ProbeSpecSpec) ProtoMessage() {} method ProtoReflect (line 3556) | func (x *ProbeSpecSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 3569) | func (*ProbeSpecSpec) Descriptor() ([]byte, []int) { method GetInterval (line 3573) | func (x *ProbeSpecSpec) GetInterval() *durationpb.Duration { method GetFailureThreshold (line 3580) | func (x *ProbeSpecSpec) GetFailureThreshold() int64 { method GetTcp (line 3587) | func (x *ProbeSpecSpec) GetTcp() *TCPProbeSpec { method GetConfigLayer (line 3594) | func (x *ProbeSpecSpec) GetConfigLayer() enums.NetworkConfigLayer { type ProbeStatusSpec (line 3602) | type ProbeStatusSpec struct method Reset (line 3610) | func (x *ProbeStatusSpec) Reset() { method String (line 3617) | func (x *ProbeStatusSpec) String() string { method ProtoMessage (line 3621) | func (*ProbeStatusSpec) ProtoMessage() {} method ProtoReflect (line 3623) | func (x *ProbeStatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 3636) | func (*ProbeStatusSpec) Descriptor() ([]byte, []int) { method GetSuccess (line 3640) | func (x *ProbeStatusSpec) GetSuccess() bool { method GetLastError (line 3647) | func (x *ProbeStatusSpec) GetLastError() string { type ResolverSpecSpec (line 3655) | type ResolverSpecSpec struct method Reset (line 3664) | func (x *ResolverSpecSpec) Reset() { method String (line 3671) | func (x *ResolverSpecSpec) String() string { method ProtoMessage (line 3675) | func (*ResolverSpecSpec) ProtoMessage() {} method ProtoReflect (line 3677) | func (x *ResolverSpecSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 3690) | func (*ResolverSpecSpec) Descriptor() ([]byte, []int) { method GetDnsServers (line 3694) | func (x *ResolverSpecSpec) GetDnsServers() []*common.NetIP { method GetConfigLayer (line 3701) | func (x *ResolverSpecSpec) GetConfigLayer() enums.NetworkConfigLayer { method GetSearchDomains (line 3708) | func (x *ResolverSpecSpec) GetSearchDomains() []string { type ResolverStatusSpec (line 3716) | type ResolverStatusSpec struct method Reset (line 3724) | func (x *ResolverStatusSpec) Reset() { method String (line 3731) | func (x *ResolverStatusSpec) String() string { method ProtoMessage (line 3735) | func (*ResolverStatusSpec) ProtoMessage() {} method ProtoReflect (line 3737) | func (x *ResolverStatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 3750) | func (*ResolverStatusSpec) Descriptor() ([]byte, []int) { method GetDnsServers (line 3754) | func (x *ResolverStatusSpec) GetDnsServers() []*common.NetIP { method GetSearchDomains (line 3761) | func (x *ResolverStatusSpec) GetSearchDomains() []string { type RouteSpecSpec (line 3769) | type RouteSpecSpec struct method Reset (line 3788) | func (x *RouteSpecSpec) Reset() { method String (line 3795) | func (x *RouteSpecSpec) String() string { method ProtoMessage (line 3799) | func (*RouteSpecSpec) ProtoMessage() {} method ProtoReflect (line 3801) | func (x *RouteSpecSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 3814) | func (*RouteSpecSpec) Descriptor() ([]byte, []int) { method GetFamily (line 3818) | func (x *RouteSpecSpec) GetFamily() enums.NethelpersFamily { method GetDestination (line 3825) | func (x *RouteSpecSpec) GetDestination() *common.NetIPPrefix { method GetSource (line 3832) | func (x *RouteSpecSpec) GetSource() *common.NetIP { method GetGateway (line 3839) | func (x *RouteSpecSpec) GetGateway() *common.NetIP { method GetOutLinkName (line 3846) | func (x *RouteSpecSpec) GetOutLinkName() string { method GetTable (line 3853) | func (x *RouteSpecSpec) GetTable() enums.NethelpersRoutingTable { method GetPriority (line 3860) | func (x *RouteSpecSpec) GetPriority() uint32 { method GetScope (line 3867) | func (x *RouteSpecSpec) GetScope() enums.NethelpersScope { method GetType (line 3874) | func (x *RouteSpecSpec) GetType() enums.NethelpersRouteType { method GetFlags (line 3881) | func (x *RouteSpecSpec) GetFlags() uint32 { method GetProtocol (line 3888) | func (x *RouteSpecSpec) GetProtocol() enums.NethelpersRouteProtocol { method GetConfigLayer (line 3895) | func (x *RouteSpecSpec) GetConfigLayer() enums.NetworkConfigLayer { method GetMtu (line 3902) | func (x *RouteSpecSpec) GetMtu() uint32 { type RouteStatusSpec (line 3910) | type RouteStatusSpec struct method Reset (line 3929) | func (x *RouteStatusSpec) Reset() { method String (line 3936) | func (x *RouteStatusSpec) String() string { method ProtoMessage (line 3940) | func (*RouteStatusSpec) ProtoMessage() {} method ProtoReflect (line 3942) | func (x *RouteStatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 3955) | func (*RouteStatusSpec) Descriptor() ([]byte, []int) { method GetFamily (line 3959) | func (x *RouteStatusSpec) GetFamily() enums.NethelpersFamily { method GetDestination (line 3966) | func (x *RouteStatusSpec) GetDestination() *common.NetIPPrefix { method GetSource (line 3973) | func (x *RouteStatusSpec) GetSource() *common.NetIP { method GetGateway (line 3980) | func (x *RouteStatusSpec) GetGateway() *common.NetIP { method GetOutLinkIndex (line 3987) | func (x *RouteStatusSpec) GetOutLinkIndex() uint32 { method GetOutLinkName (line 3994) | func (x *RouteStatusSpec) GetOutLinkName() string { method GetTable (line 4001) | func (x *RouteStatusSpec) GetTable() enums.NethelpersRoutingTable { method GetPriority (line 4008) | func (x *RouteStatusSpec) GetPriority() uint32 { method GetScope (line 4015) | func (x *RouteStatusSpec) GetScope() enums.NethelpersScope { method GetType (line 4022) | func (x *RouteStatusSpec) GetType() enums.NethelpersRouteType { method GetFlags (line 4029) | func (x *RouteStatusSpec) GetFlags() uint32 { method GetProtocol (line 4036) | func (x *RouteStatusSpec) GetProtocol() enums.NethelpersRouteProtocol { method GetMtu (line 4043) | func (x *RouteStatusSpec) GetMtu() uint32 { type RoutingRuleSpecSpec (line 4051) | type RoutingRuleSpecSpec struct method Reset (line 4068) | func (x *RoutingRuleSpecSpec) Reset() { method String (line 4075) | func (x *RoutingRuleSpecSpec) String() string { method ProtoMessage (line 4079) | func (*RoutingRuleSpecSpec) ProtoMessage() {} method ProtoReflect (line 4081) | func (x *RoutingRuleSpecSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 4094) | func (*RoutingRuleSpecSpec) Descriptor() ([]byte, []int) { method GetFamily (line 4098) | func (x *RoutingRuleSpecSpec) GetFamily() enums.NethelpersFamily { method GetSrc (line 4105) | func (x *RoutingRuleSpecSpec) GetSrc() *common.NetIPPrefix { method GetDst (line 4112) | func (x *RoutingRuleSpecSpec) GetDst() *common.NetIPPrefix { method GetTable (line 4119) | func (x *RoutingRuleSpecSpec) GetTable() enums.NethelpersRoutingTable { method GetPriority (line 4126) | func (x *RoutingRuleSpecSpec) GetPriority() uint32 { method GetAction (line 4133) | func (x *RoutingRuleSpecSpec) GetAction() enums.NethelpersRoutingRuleA... method GetIifName (line 4140) | func (x *RoutingRuleSpecSpec) GetIifName() string { method GetOifName (line 4147) | func (x *RoutingRuleSpecSpec) GetOifName() string { method GetFwMark (line 4154) | func (x *RoutingRuleSpecSpec) GetFwMark() uint32 { method GetFwMask (line 4161) | func (x *RoutingRuleSpecSpec) GetFwMask() uint32 { method GetConfigLayer (line 4168) | func (x *RoutingRuleSpecSpec) GetConfigLayer() enums.NetworkConfigLayer { type RoutingRuleStatusSpec (line 4176) | type RoutingRuleStatusSpec struct method Reset (line 4192) | func (x *RoutingRuleStatusSpec) Reset() { method String (line 4199) | func (x *RoutingRuleStatusSpec) String() string { method ProtoMessage (line 4203) | func (*RoutingRuleStatusSpec) ProtoMessage() {} method ProtoReflect (line 4205) | func (x *RoutingRuleStatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 4218) | func (*RoutingRuleStatusSpec) Descriptor() ([]byte, []int) { method GetFamily (line 4222) | func (x *RoutingRuleStatusSpec) GetFamily() enums.NethelpersFamily { method GetSrc (line 4229) | func (x *RoutingRuleStatusSpec) GetSrc() *common.NetIPPrefix { method GetDst (line 4236) | func (x *RoutingRuleStatusSpec) GetDst() *common.NetIPPrefix { method GetTable (line 4243) | func (x *RoutingRuleStatusSpec) GetTable() enums.NethelpersRoutingTable { method GetPriority (line 4250) | func (x *RoutingRuleStatusSpec) GetPriority() uint32 { method GetAction (line 4257) | func (x *RoutingRuleStatusSpec) GetAction() enums.NethelpersRoutingRul... method GetIifName (line 4264) | func (x *RoutingRuleStatusSpec) GetIifName() string { method GetOifName (line 4271) | func (x *RoutingRuleStatusSpec) GetOifName() string { method GetFwMark (line 4278) | func (x *RoutingRuleStatusSpec) GetFwMark() uint32 { method GetFwMask (line 4285) | func (x *RoutingRuleStatusSpec) GetFwMask() uint32 { type STPSpec (line 4293) | type STPSpec struct method Reset (line 4300) | func (x *STPSpec) Reset() { method String (line 4307) | func (x *STPSpec) String() string { method ProtoMessage (line 4311) | func (*STPSpec) ProtoMessage() {} method ProtoReflect (line 4313) | func (x *STPSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 4326) | func (*STPSpec) Descriptor() ([]byte, []int) { method GetEnabled (line 4330) | func (x *STPSpec) GetEnabled() bool { type StatusSpec (line 4338) | type StatusSpec struct method Reset (line 4348) | func (x *StatusSpec) Reset() { method String (line 4355) | func (x *StatusSpec) String() string { method ProtoMessage (line 4359) | func (*StatusSpec) ProtoMessage() {} method ProtoReflect (line 4361) | func (x *StatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 4374) | func (*StatusSpec) Descriptor() ([]byte, []int) { method GetAddressReady (line 4378) | func (x *StatusSpec) GetAddressReady() bool { method GetConnectivityReady (line 4385) | func (x *StatusSpec) GetConnectivityReady() bool { method GetHostnameReady (line 4392) | func (x *StatusSpec) GetHostnameReady() bool { method GetEtcFilesReady (line 4399) | func (x *StatusSpec) GetEtcFilesReady() bool { type TCPProbeSpec (line 4407) | type TCPProbeSpec struct method Reset (line 4415) | func (x *TCPProbeSpec) Reset() { method String (line 4422) | func (x *TCPProbeSpec) String() string { method ProtoMessage (line 4426) | func (*TCPProbeSpec) ProtoMessage() {} method ProtoReflect (line 4428) | func (x *TCPProbeSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 4441) | func (*TCPProbeSpec) Descriptor() ([]byte, []int) { method GetEndpoint (line 4445) | func (x *TCPProbeSpec) GetEndpoint() string { method GetTimeout (line 4452) | func (x *TCPProbeSpec) GetTimeout() *durationpb.Duration { type TimeServerSpecSpec (line 4460) | type TimeServerSpecSpec struct method Reset (line 4468) | func (x *TimeServerSpecSpec) Reset() { method String (line 4475) | func (x *TimeServerSpecSpec) String() string { method ProtoMessage (line 4479) | func (*TimeServerSpecSpec) ProtoMessage() {} method ProtoReflect (line 4481) | func (x *TimeServerSpecSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 4494) | func (*TimeServerSpecSpec) Descriptor() ([]byte, []int) { method GetNtpServers (line 4498) | func (x *TimeServerSpecSpec) GetNtpServers() []string { method GetConfigLayer (line 4505) | func (x *TimeServerSpecSpec) GetConfigLayer() enums.NetworkConfigLayer { type TimeServerStatusSpec (line 4513) | type TimeServerStatusSpec struct method Reset (line 4520) | func (x *TimeServerStatusSpec) Reset() { method String (line 4527) | func (x *TimeServerStatusSpec) String() string { method ProtoMessage (line 4531) | func (*TimeServerStatusSpec) ProtoMessage() {} method ProtoReflect (line 4533) | func (x *TimeServerStatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 4546) | func (*TimeServerStatusSpec) Descriptor() ([]byte, []int) { method GetNtpServers (line 4550) | func (x *TimeServerStatusSpec) GetNtpServers() []string { type VIPEquinixMetalSpec (line 4558) | type VIPEquinixMetalSpec struct method Reset (line 4567) | func (x *VIPEquinixMetalSpec) Reset() { method String (line 4574) | func (x *VIPEquinixMetalSpec) String() string { method ProtoMessage (line 4578) | func (*VIPEquinixMetalSpec) ProtoMessage() {} method ProtoReflect (line 4580) | func (x *VIPEquinixMetalSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 4593) | func (*VIPEquinixMetalSpec) Descriptor() ([]byte, []int) { method GetProjectId (line 4597) | func (x *VIPEquinixMetalSpec) GetProjectId() string { method GetDeviceId (line 4604) | func (x *VIPEquinixMetalSpec) GetDeviceId() string { method GetApiToken (line 4611) | func (x *VIPEquinixMetalSpec) GetApiToken() string { type VIPHCloudSpec (line 4619) | type VIPHCloudSpec struct method Reset (line 4628) | func (x *VIPHCloudSpec) Reset() { method String (line 4635) | func (x *VIPHCloudSpec) String() string { method ProtoMessage (line 4639) | func (*VIPHCloudSpec) ProtoMessage() {} method ProtoReflect (line 4641) | func (x *VIPHCloudSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 4654) | func (*VIPHCloudSpec) Descriptor() ([]byte, []int) { method GetDeviceId (line 4658) | func (x *VIPHCloudSpec) GetDeviceId() int64 { method GetNetworkId (line 4665) | func (x *VIPHCloudSpec) GetNetworkId() int64 { method GetApiToken (line 4672) | func (x *VIPHCloudSpec) GetApiToken() string { type VIPOperatorSpec (line 4680) | type VIPOperatorSpec struct method Reset (line 4690) | func (x *VIPOperatorSpec) Reset() { method String (line 4697) | func (x *VIPOperatorSpec) String() string { method ProtoMessage (line 4701) | func (*VIPOperatorSpec) ProtoMessage() {} method ProtoReflect (line 4703) | func (x *VIPOperatorSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 4716) | func (*VIPOperatorSpec) Descriptor() ([]byte, []int) { method GetIp (line 4720) | func (x *VIPOperatorSpec) GetIp() *common.NetIP { method GetGratuitousArp (line 4727) | func (x *VIPOperatorSpec) GetGratuitousArp() bool { method GetEquinixMetal (line 4734) | func (x *VIPOperatorSpec) GetEquinixMetal() *VIPEquinixMetalSpec { method GetHCloud (line 4741) | func (x *VIPOperatorSpec) GetHCloud() *VIPHCloudSpec { type VLANSpec (line 4749) | type VLANSpec struct method Reset (line 4757) | func (x *VLANSpec) Reset() { method String (line 4764) | func (x *VLANSpec) String() string { method ProtoMessage (line 4768) | func (*VLANSpec) ProtoMessage() {} method ProtoReflect (line 4770) | func (x *VLANSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 4783) | func (*VLANSpec) Descriptor() ([]byte, []int) { method GetVid (line 4787) | func (x *VLANSpec) GetVid() uint32 { method GetProtocol (line 4794) | func (x *VLANSpec) GetProtocol() enums.NethelpersVLANProtocol { type VRFMasterSpec (line 4802) | type VRFMasterSpec struct method Reset (line 4809) | func (x *VRFMasterSpec) Reset() { method String (line 4816) | func (x *VRFMasterSpec) String() string { method ProtoMessage (line 4820) | func (*VRFMasterSpec) ProtoMessage() {} method ProtoReflect (line 4822) | func (x *VRFMasterSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 4835) | func (*VRFMasterSpec) Descriptor() ([]byte, []int) { method GetTable (line 4839) | func (x *VRFMasterSpec) GetTable() enums.NethelpersRoutingTable { type VRFSlave (line 4847) | type VRFSlave struct method Reset (line 4854) | func (x *VRFSlave) Reset() { method String (line 4861) | func (x *VRFSlave) String() string { method ProtoMessage (line 4865) | func (*VRFSlave) ProtoMessage() {} method ProtoReflect (line 4867) | func (x *VRFSlave) ProtoReflect() protoreflect.Message { method Descriptor (line 4880) | func (*VRFSlave) Descriptor() ([]byte, []int) { method GetMasterName (line 4884) | func (x *VRFSlave) GetMasterName() string { type WireguardPeer (line 4892) | type WireguardPeer struct method Reset (line 4903) | func (x *WireguardPeer) Reset() { method String (line 4910) | func (x *WireguardPeer) String() string { method ProtoMessage (line 4914) | func (*WireguardPeer) ProtoMessage() {} method ProtoReflect (line 4916) | func (x *WireguardPeer) ProtoReflect() protoreflect.Message { method Descriptor (line 4929) | func (*WireguardPeer) Descriptor() ([]byte, []int) { method GetPublicKey (line 4933) | func (x *WireguardPeer) GetPublicKey() string { method GetPresharedKey (line 4940) | func (x *WireguardPeer) GetPresharedKey() string { method GetEndpoint (line 4947) | func (x *WireguardPeer) GetEndpoint() string { method GetPersistentKeepaliveInterval (line 4954) | func (x *WireguardPeer) GetPersistentKeepaliveInterval() *durationpb.D... method GetAllowedIps (line 4961) | func (x *WireguardPeer) GetAllowedIps() []*common.NetIPPrefix { type WireguardSpec (line 4969) | type WireguardSpec struct method Reset (line 4980) | func (x *WireguardSpec) Reset() { method String (line 4987) | func (x *WireguardSpec) String() string { method ProtoMessage (line 4991) | func (*WireguardSpec) ProtoMessage() {} method ProtoReflect (line 4993) | func (x *WireguardSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 5006) | func (*WireguardSpec) Descriptor() ([]byte, []int) { method GetPrivateKey (line 5010) | func (x *WireguardSpec) GetPrivateKey() string { method GetPublicKey (line 5017) | func (x *WireguardSpec) GetPublicKey() string { method GetListenPort (line 5024) | func (x *WireguardSpec) GetListenPort() int64 { method GetFirewallMark (line 5031) | func (x *WireguardSpec) GetFirewallMark() int64 { method GetPeers (line 5038) | func (x *WireguardSpec) GetPeers() []*WireguardPeer { constant file_resource_definitions_network_network_proto_rawDesc (line 5047) | file_resource_definitions_network_network_proto_rawDesc = "" + function file_resource_definitions_network_network_proto_rawDescGZIP (line 5516) | func file_resource_definitions_network_network_proto_rawDescGZIP() []byte { function init (line 5784) | func init() { file_resource_definitions_network_network_proto_init() } function file_resource_definitions_network_network_proto_init (line 5785) | func file_resource_definitions_network_network_proto_init() { FILE: pkg/machinery/api/resource/definitions/network/network_vtproto.pb.go constant _ (line 24) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 26) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) method MarshalVT (line 29) | func (m *AddressSpecSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 42) | func (m *AddressSpecSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 47) | func (m *AddressSpecSpec) MarshalToSizedBufferVT(dAtA []byte) (int, erro... method MarshalVT (line 126) | func (m *AddressStatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 139) | func (m *AddressStatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 144) | func (m *AddressStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int, er... method MarshalVT (line 301) | func (m *BondMasterSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 314) | func (m *BondMasterSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 319) | func (m *BondMasterSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 543) | func (m *BondSlave) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 556) | func (m *BondSlave) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 561) | func (m *BondSlave) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 588) | func (m *BridgeMasterSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 601) | func (m *BridgeMasterSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 606) | func (m *BridgeMasterSpec) MarshalToSizedBufferVT(dAtA []byte) (int, err... method MarshalVT (line 641) | func (m *BridgeSlave) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 654) | func (m *BridgeSlave) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 659) | func (m *BridgeSlave) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 681) | func (m *BridgeVLANSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 694) | func (m *BridgeVLANSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 699) | func (m *BridgeVLANSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 724) | func (m *ClientIdentifierSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 737) | func (m *ClientIdentifierSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 742) | func (m *ClientIdentifierSpec) MarshalToSizedBufferVT(dAtA []byte) (int,... method MarshalVT (line 769) | func (m *DHCP4OperatorSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 782) | func (m *DHCP4OperatorSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 787) | func (m *DHCP4OperatorSpec) MarshalToSizedBufferVT(dAtA []byte) (int, er... method MarshalVT (line 827) | func (m *DHCP6OperatorSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 840) | func (m *DHCP6OperatorSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 845) | func (m *DHCP6OperatorSpec) MarshalToSizedBufferVT(dAtA []byte) (int, er... method MarshalVT (line 885) | func (m *DNSResolveCacheSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 898) | func (m *DNSResolveCacheSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 903) | func (m *DNSResolveCacheSpec) MarshalToSizedBufferVT(dAtA []byte) (int, ... method MarshalVT (line 925) | func (m *EthernetChannelsSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 938) | func (m *EthernetChannelsSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 943) | func (m *EthernetChannelsSpec) MarshalToSizedBufferVT(dAtA []byte) (int,... method MarshalVT (line 978) | func (m *EthernetChannelsStatus) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 991) | func (m *EthernetChannelsStatus) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 996) | func (m *EthernetChannelsStatus) MarshalToSizedBufferVT(dAtA []byte) (in... method MarshalVT (line 1051) | func (m *EthernetFeatureStatus) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1064) | func (m *EthernetFeatureStatus) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1069) | func (m *EthernetFeatureStatus) MarshalToSizedBufferVT(dAtA []byte) (int... method MarshalVT (line 1098) | func (m *EthernetRingsSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1111) | func (m *EthernetRingsSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1116) | func (m *EthernetRingsSpec) MarshalToSizedBufferVT(dAtA []byte) (int, er... method MarshalVT (line 1196) | func (m *EthernetRingsStatus) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1209) | func (m *EthernetRingsStatus) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1214) | func (m *EthernetRingsStatus) MarshalToSizedBufferVT(dAtA []byte) (int, ... method MarshalVT (line 1319) | func (m *EthernetSpecSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1332) | func (m *EthernetSpecSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1337) | func (m *EthernetSpecSpec) MarshalToSizedBufferVT(dAtA []byte) (int, err... method MarshalVT (line 1415) | func (m *EthernetStatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1428) | func (m *EthernetStatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1433) | func (m *EthernetStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int, e... method MarshalVT (line 1544) | func (m *HardwareAddrSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1557) | func (m *HardwareAddrSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1562) | func (m *HardwareAddrSpec) MarshalToSizedBufferVT(dAtA []byte) (int, err... method MarshalVT (line 1591) | func (m *HostDNSConfigSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1604) | func (m *HostDNSConfigSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1609) | func (m *HostDNSConfigSpec) MarshalToSizedBufferVT(dAtA []byte) (int, er... method MarshalVT (line 1690) | func (m *HostnameSpecSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1703) | func (m *HostnameSpecSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1708) | func (m *HostnameSpecSpec) MarshalToSizedBufferVT(dAtA []byte) (int, err... method MarshalVT (line 1742) | func (m *HostnameStatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1755) | func (m *HostnameStatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1760) | func (m *HostnameStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int, e... method MarshalVT (line 1789) | func (m *LinkAliasSpecSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1802) | func (m *LinkAliasSpecSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1807) | func (m *LinkAliasSpecSpec) MarshalToSizedBufferVT(dAtA []byte) (int, er... method MarshalVT (line 1829) | func (m *LinkRefreshSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1842) | func (m *LinkRefreshSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1847) | func (m *LinkRefreshSpec) MarshalToSizedBufferVT(dAtA []byte) (int, erro... method MarshalVT (line 1867) | func (m *LinkSpecSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1880) | func (m *LinkSpecSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1885) | func (m *LinkSpecSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 2059) | func (m *LinkStatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2072) | func (m *LinkStatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2077) | func (m *LinkStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 2359) | func (m *NfTablesAddressMatch) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2372) | func (m *NfTablesAddressMatch) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2377) | func (m *NfTablesAddressMatch) MarshalToSizedBufferVT(dAtA []byte) (int,... method MarshalVT (line 2450) | func (m *NfTablesChainSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2463) | func (m *NfTablesChainSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2468) | func (m *NfTablesChainSpec) MarshalToSizedBufferVT(dAtA []byte) (int, er... method MarshalVT (line 2517) | func (m *NfTablesClampMSS) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2530) | func (m *NfTablesClampMSS) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2535) | func (m *NfTablesClampMSS) MarshalToSizedBufferVT(dAtA []byte) (int, err... method MarshalVT (line 2555) | func (m *NfTablesConntrackStateMatch) MarshalVT() (dAtA []byte, err erro... method MarshalToVT (line 2568) | func (m *NfTablesConntrackStateMatch) MarshalToVT(dAtA []byte) (int, err... method MarshalToSizedBufferVT (line 2573) | func (m *NfTablesConntrackStateMatch) MarshalToSizedBufferVT(dAtA []byte... method MarshalVT (line 2609) | func (m *NfTablesICMPTypeMatch) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2622) | func (m *NfTablesICMPTypeMatch) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2627) | func (m *NfTablesICMPTypeMatch) MarshalToSizedBufferVT(dAtA []byte) (int... method MarshalVT (line 2663) | func (m *NfTablesIfNameMatch) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2676) | func (m *NfTablesIfNameMatch) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2681) | func (m *NfTablesIfNameMatch) MarshalToSizedBufferVT(dAtA []byte) (int, ... method MarshalVT (line 2710) | func (m *NfTablesLayer4Match) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2723) | func (m *NfTablesLayer4Match) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2728) | func (m *NfTablesLayer4Match) MarshalToSizedBufferVT(dAtA []byte) (int, ... method MarshalVT (line 2778) | func (m *NfTablesLimitMatch) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2791) | func (m *NfTablesLimitMatch) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2796) | func (m *NfTablesLimitMatch) MarshalToSizedBufferVT(dAtA []byte) (int, e... method MarshalVT (line 2816) | func (m *NfTablesMark) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2829) | func (m *NfTablesMark) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2834) | func (m *NfTablesMark) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 2864) | func (m *NfTablesPortMatch) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2877) | func (m *NfTablesPortMatch) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2882) | func (m *NfTablesPortMatch) MarshalToSizedBufferVT(dAtA []byte) (int, er... method MarshalVT (line 2909) | func (m *NfTablesRule) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 2922) | func (m *NfTablesRule) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 2927) | func (m *NfTablesRule) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 3057) | func (m *NodeAddressFilterSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 3070) | func (m *NodeAddressFilterSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 3075) | func (m *NodeAddressFilterSpec) MarshalToSizedBufferVT(dAtA []byte) (int... method MarshalVT (line 3138) | func (m *NodeAddressSortAlgorithmSpec) MarshalVT() (dAtA []byte, err err... method MarshalToVT (line 3151) | func (m *NodeAddressSortAlgorithmSpec) MarshalToVT(dAtA []byte) (int, er... method MarshalToSizedBufferVT (line 3156) | func (m *NodeAddressSortAlgorithmSpec) MarshalToSizedBufferVT(dAtA []byt... method MarshalVT (line 3176) | func (m *NodeAddressSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 3189) | func (m *NodeAddressSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 3194) | func (m *NodeAddressSpec) MarshalToSizedBufferVT(dAtA []byte) (int, erro... method MarshalVT (line 3238) | func (m *OperatorSpecSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 3251) | func (m *OperatorSpecSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 3256) | func (m *OperatorSpecSpec) MarshalToSizedBufferVT(dAtA []byte) (int, err... method MarshalVT (line 3328) | func (m *PlatformConfigSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 3341) | func (m *PlatformConfigSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 3346) | func (m *PlatformConfigSpec) MarshalToSizedBufferVT(dAtA []byte) (int, e... method MarshalVT (line 3503) | func (m *PortRange) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 3516) | func (m *PortRange) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 3521) | func (m *PortRange) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 3546) | func (m *ProbeSpecSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 3559) | func (m *ProbeSpecSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 3564) | func (m *ProbeSpecSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 3609) | func (m *ProbeStatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 3622) | func (m *ProbeStatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 3627) | func (m *ProbeStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int, erro... method MarshalVT (line 3659) | func (m *ResolverSpecSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 3672) | func (m *ResolverSpecSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 3677) | func (m *ResolverSpecSpec) MarshalToSizedBufferVT(dAtA []byte) (int, err... method MarshalVT (line 3730) | func (m *ResolverStatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 3743) | func (m *ResolverStatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 3748) | func (m *ResolverStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int, e... method MarshalVT (line 3796) | func (m *RouteSpecSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 3809) | func (m *RouteSpecSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 3814) | func (m *RouteSpecSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 3947) | func (m *RouteStatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 3960) | func (m *RouteStatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 3965) | func (m *RouteStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int, erro... method MarshalVT (line 4098) | func (m *RoutingRuleSpecSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 4111) | func (m *RoutingRuleSpecSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 4116) | func (m *RoutingRuleSpecSpec) MarshalToSizedBufferVT(dAtA []byte) (int, ... method MarshalVT (line 4224) | func (m *RoutingRuleStatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 4237) | func (m *RoutingRuleStatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 4242) | func (m *RoutingRuleStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int... method MarshalVT (line 4345) | func (m *STPSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 4358) | func (m *STPSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 4363) | func (m *STPSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 4388) | func (m *StatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 4401) | func (m *StatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 4406) | func (m *StatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 4461) | func (m *TCPProbeSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 4474) | func (m *TCPProbeSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 4479) | func (m *TCPProbeSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 4511) | func (m *TimeServerSpecSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 4524) | func (m *TimeServerSpecSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 4529) | func (m *TimeServerSpecSpec) MarshalToSizedBufferVT(dAtA []byte) (int, e... method MarshalVT (line 4558) | func (m *TimeServerStatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 4571) | func (m *TimeServerStatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 4576) | func (m *TimeServerStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int,... method MarshalVT (line 4600) | func (m *VIPEquinixMetalSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 4613) | func (m *VIPEquinixMetalSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 4618) | func (m *VIPEquinixMetalSpec) MarshalToSizedBufferVT(dAtA []byte) (int, ... method MarshalVT (line 4654) | func (m *VIPHCloudSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 4667) | func (m *VIPHCloudSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 4672) | func (m *VIPHCloudSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 4704) | func (m *VIPOperatorSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 4717) | func (m *VIPOperatorSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 4722) | func (m *VIPOperatorSpec) MarshalToSizedBufferVT(dAtA []byte) (int, erro... method MarshalVT (line 4789) | func (m *VLANSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 4802) | func (m *VLANSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 4807) | func (m *VLANSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 4832) | func (m *VRFMasterSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 4845) | func (m *VRFMasterSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 4850) | func (m *VRFMasterSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 4870) | func (m *VRFSlave) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 4883) | func (m *VRFSlave) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 4888) | func (m *VRFSlave) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 4910) | func (m *WireguardPeer) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 4923) | func (m *WireguardPeer) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 4928) | func (m *WireguardPeer) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 4998) | func (m *WireguardSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 5011) | func (m *WireguardSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 5016) | func (m *WireguardSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method SizeVT (line 5067) | func (m *AddressSpecSpec) SizeVT() (n int) { method SizeVT (line 5109) | func (m *AddressStatusSpec) SizeVT() (n int) { method SizeVT (line 5188) | func (m *BondMasterSpec) SizeVT() (n int) { method SizeVT (line 5300) | func (m *BondSlave) SizeVT() (n int) { method SizeVT (line 5317) | func (m *BridgeMasterSpec) SizeVT() (n int) { method SizeVT (line 5335) | func (m *BridgeSlave) SizeVT() (n int) { method SizeVT (line 5349) | func (m *BridgeVLANSpec) SizeVT() (n int) { method SizeVT (line 5362) | func (m *ClientIdentifierSpec) SizeVT() (n int) { method SizeVT (line 5379) | func (m *DHCP4OperatorSpec) SizeVT() (n int) { method SizeVT (line 5399) | func (m *DHCP6OperatorSpec) SizeVT() (n int) { method SizeVT (line 5419) | func (m *DNSResolveCacheSpec) SizeVT() (n int) { method SizeVT (line 5433) | func (m *EthernetChannelsSpec) SizeVT() (n int) { method SizeVT (line 5455) | func (m *EthernetChannelsStatus) SizeVT() (n int) { method SizeVT (line 5489) | func (m *EthernetFeatureStatus) SizeVT() (n int) { method SizeVT (line 5507) | func (m *EthernetRingsSpec) SizeVT() (n int) { method SizeVT (line 5547) | func (m *EthernetRingsStatus) SizeVT() (n int) { method SizeVT (line 5602) | func (m *EthernetSpecSpec) SizeVT() (n int) { method SizeVT (line 5635) | func (m *EthernetStatusSpec) SizeVT() (n int) { method SizeVT (line 5690) | func (m *HardwareAddrSpec) SizeVT() (n int) { method SizeVT (line 5708) | func (m *HostDNSConfigSpec) SizeVT() (n int) { method SizeVT (line 5746) | func (m *HostnameSpecSpec) SizeVT() (n int) { method SizeVT (line 5767) | func (m *HostnameStatusSpec) SizeVT() (n int) { method SizeVT (line 5785) | func (m *LinkAliasSpecSpec) SizeVT() (n int) { method SizeVT (line 5799) | func (m *LinkRefreshSpec) SizeVT() (n int) { method SizeVT (line 5812) | func (m *LinkSpecSpec) SizeVT() (n int) { method SizeVT (line 5888) | func (m *LinkStatusSpec) SizeVT() (n int) { method SizeVT (line 6021) | func (m *NfTablesAddressMatch) SizeVT() (n int) { method SizeVT (line 6058) | func (m *NfTablesChainSpec) SizeVT() (n int) { method SizeVT (line 6087) | func (m *NfTablesClampMSS) SizeVT() (n int) { method SizeVT (line 6100) | func (m *NfTablesConntrackStateMatch) SizeVT() (n int) { method SizeVT (line 6117) | func (m *NfTablesICMPTypeMatch) SizeVT() (n int) { method SizeVT (line 6134) | func (m *NfTablesIfNameMatch) SizeVT() (n int) { method SizeVT (line 6153) | func (m *NfTablesLayer4Match) SizeVT() (n int) { method SizeVT (line 6178) | func (m *NfTablesLimitMatch) SizeVT() (n int) { method SizeVT (line 6191) | func (m *NfTablesMark) SizeVT() (n int) { method SizeVT (line 6210) | func (m *NfTablesPortMatch) SizeVT() (n int) { method SizeVT (line 6226) | func (m *NfTablesRule) SizeVT() (n int) { method SizeVT (line 6282) | func (m *NodeAddressFilterSpec) SizeVT() (n int) { method SizeVT (line 6316) | func (m *NodeAddressSortAlgorithmSpec) SizeVT() (n int) { method SizeVT (line 6329) | func (m *NodeAddressSpec) SizeVT() (n int) { method SizeVT (line 6354) | func (m *OperatorSpecSpec) SizeVT() (n int) { method SizeVT (line 6389) | func (m *PlatformConfigSpec) SizeVT() (n int) { method SizeVT (line 6469) | func (m *PortRange) SizeVT() (n int) { method SizeVT (line 6485) | func (m *ProbeSpecSpec) SizeVT() (n int) { method SizeVT (line 6509) | func (m *ProbeStatusSpec) SizeVT() (n int) { method SizeVT (line 6526) | func (m *ResolverSpecSpec) SizeVT() (n int) { method SizeVT (line 6557) | func (m *ResolverStatusSpec) SizeVT() (n int) { method SizeVT (line 6585) | func (m *RouteSpecSpec) SizeVT() (n int) { method SizeVT (line 6656) | func (m *RouteStatusSpec) SizeVT() (n int) { method SizeVT (line 6727) | func (m *RoutingRuleSpecSpec) SizeVT() (n int) { method SizeVT (line 6786) | func (m *RoutingRuleStatusSpec) SizeVT() (n int) { method SizeVT (line 6842) | func (m *STPSpec) SizeVT() (n int) { method SizeVT (line 6855) | func (m *StatusSpec) SizeVT() (n int) { method SizeVT (line 6877) | func (m *TCPProbeSpec) SizeVT() (n int) { method SizeVT (line 6895) | func (m *TimeServerSpecSpec) SizeVT() (n int) { method SizeVT (line 6914) | func (m *TimeServerStatusSpec) SizeVT() (n int) { method SizeVT (line 6930) | func (m *VIPEquinixMetalSpec) SizeVT() (n int) { method SizeVT (line 6952) | func (m *VIPHCloudSpec) SizeVT() (n int) { method SizeVT (line 6972) | func (m *VIPOperatorSpec) SizeVT() (n int) { method SizeVT (line 7003) | func (m *VLANSpec) SizeVT() (n int) { method SizeVT (line 7019) | func (m *VRFMasterSpec) SizeVT() (n int) { method SizeVT (line 7032) | func (m *VRFSlave) SizeVT() (n int) { method SizeVT (line 7046) | func (m *WireguardPeer) SizeVT() (n int) { method SizeVT (line 7084) | func (m *WireguardSpec) SizeVT() (n int) { method UnmarshalVT (line 7114) | func (m *AddressSpecSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 7356) | func (m *AddressStatusSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 7754) | func (m *BondMasterSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 8384) | func (m *BondSlave) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 8486) | func (m *BridgeMasterSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 8609) | func (m *BridgeSlave) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 8692) | func (m *BridgeVLANSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 8763) | func (m *ClientIdentifierSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 8865) | func (m *DHCP4OperatorSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 8991) | func (m *DHCP6OperatorSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 9117) | func (m *DNSResolveCacheSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 9200) | func (m *EthernetChannelsSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 9327) | func (m *EthernetChannelsStatus) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 9530) | func (m *EthernetFeatureStatus) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 9645) | func (m *EthernetRingsSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 9889) | func (m *EthernetRingsStatus) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 10228) | func (m *EthernetSpecSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 10535) | func (m *EthernetStatusSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 10902) | func (m *HardwareAddrSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 11019) | func (m *HostDNSConfigSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 11196) | func (m *HostnameSpecSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 11330) | func (m *HostnameStatusSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 11445) | func (m *LinkAliasSpecSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 11528) | func (m *LinkRefreshSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 11598) | func (m *LinkSpecSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 12184) | func (m *LinkStatusSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 13175) | func (m *NfTablesAddressMatch) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 13330) | func (m *NfTablesChainSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 13504) | func (m *NfTablesClampMSS) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 13574) | func (m *NfTablesConntrackStateMatch) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 13694) | func (m *NfTablesICMPTypeMatch) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 13814) | func (m *NfTablesIfNameMatch) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 13916) | func (m *NfTablesLayer4Match) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 14094) | func (m *NfTablesLimitMatch) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 14164) | func (m *NfTablesMark) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 14272) | func (m *NfTablesPortMatch) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 14357) | func (m *NfTablesRule) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 14807) | func (m *NodeAddressFilterSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 14942) | func (m *NodeAddressSortAlgorithmSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 15012) | func (m *NodeAddressSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 15124) | func (m *OperatorSpecSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 15373) | func (m *PlatformConfigSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 15782) | func (m *PortRange) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 15871) | func (m *ProbeSpecSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 16032) | func (m *ProbeStatusSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 16135) | func (m *ResolverSpecSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 16279) | func (m *ResolverStatusSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 16404) | func (m *RouteSpecSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 16790) | func (m *RouteStatusSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 17176) | func (m *RoutingRuleSpecSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 17512) | func (m *RoutingRuleStatusSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 17829) | func (m *STPSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 17900) | func (m *StatusSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 18031) | func (m *TCPProbeSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 18150) | func (m *TimeServerSpecSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 18252) | func (m *TimeServerStatusSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 18335) | func (m *VIPEquinixMetalSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 18482) | func (m *VIPHCloudSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 18603) | func (m *VIPOperatorSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 18790) | func (m *VLANSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 18879) | func (m *VRFMasterSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 18949) | func (m *VRFSlave) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 19032) | func (m *WireguardPeer) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 19257) | func (m *WireguardSpec) UnmarshalVT(dAtA []byte) error { FILE: pkg/machinery/api/resource/definitions/perf/perf.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type CPUSpec (line 26) | type CPUSpec struct method Reset (line 40) | func (x *CPUSpec) Reset() { method String (line 47) | func (x *CPUSpec) String() string { method ProtoMessage (line 51) | func (*CPUSpec) ProtoMessage() {} method ProtoReflect (line 53) | func (x *CPUSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 66) | func (*CPUSpec) Descriptor() ([]byte, []int) { method GetCpu (line 70) | func (x *CPUSpec) GetCpu() []*CPUStat { method GetCpuTotal (line 77) | func (x *CPUSpec) GetCpuTotal() *CPUStat { method GetIrqTotal (line 84) | func (x *CPUSpec) GetIrqTotal() uint64 { method GetContextSwitches (line 91) | func (x *CPUSpec) GetContextSwitches() uint64 { method GetProcessCreated (line 98) | func (x *CPUSpec) GetProcessCreated() uint64 { method GetProcessRunning (line 105) | func (x *CPUSpec) GetProcessRunning() uint64 { method GetProcessBlocked (line 112) | func (x *CPUSpec) GetProcessBlocked() uint64 { method GetSoftIrqTotal (line 119) | func (x *CPUSpec) GetSoftIrqTotal() uint64 { type CPUStat (line 127) | type CPUStat struct method Reset (line 143) | func (x *CPUStat) Reset() { method String (line 150) | func (x *CPUStat) String() string { method ProtoMessage (line 154) | func (*CPUStat) ProtoMessage() {} method ProtoReflect (line 156) | func (x *CPUStat) ProtoReflect() protoreflect.Message { method Descriptor (line 169) | func (*CPUStat) Descriptor() ([]byte, []int) { method GetUser (line 173) | func (x *CPUStat) GetUser() float64 { method GetNice (line 180) | func (x *CPUStat) GetNice() float64 { method GetSystem (line 187) | func (x *CPUStat) GetSystem() float64 { method GetIdle (line 194) | func (x *CPUStat) GetIdle() float64 { method GetIowait (line 201) | func (x *CPUStat) GetIowait() float64 { method GetIrq (line 208) | func (x *CPUStat) GetIrq() float64 { method GetSoftIrq (line 215) | func (x *CPUStat) GetSoftIrq() float64 { method GetSteal (line 222) | func (x *CPUStat) GetSteal() float64 { method GetGuest (line 229) | func (x *CPUStat) GetGuest() float64 { method GetGuestNice (line 236) | func (x *CPUStat) GetGuestNice() float64 { type MemorySpec (line 244) | type MemorySpec struct method Reset (line 298) | func (x *MemorySpec) Reset() { method String (line 305) | func (x *MemorySpec) String() string { method ProtoMessage (line 309) | func (*MemorySpec) ProtoMessage() {} method ProtoReflect (line 311) | func (x *MemorySpec) ProtoReflect() protoreflect.Message { method Descriptor (line 324) | func (*MemorySpec) Descriptor() ([]byte, []int) { method GetMemTotal (line 328) | func (x *MemorySpec) GetMemTotal() uint64 { method GetMemUsed (line 335) | func (x *MemorySpec) GetMemUsed() uint64 { method GetMemAvailable (line 342) | func (x *MemorySpec) GetMemAvailable() uint64 { method GetBuffers (line 349) | func (x *MemorySpec) GetBuffers() uint64 { method GetCached (line 356) | func (x *MemorySpec) GetCached() uint64 { method GetSwapCached (line 363) | func (x *MemorySpec) GetSwapCached() uint64 { method GetActive (line 370) | func (x *MemorySpec) GetActive() uint64 { method GetInactive (line 377) | func (x *MemorySpec) GetInactive() uint64 { method GetActiveAnon (line 384) | func (x *MemorySpec) GetActiveAnon() uint64 { method GetInactiveAnon (line 391) | func (x *MemorySpec) GetInactiveAnon() uint64 { method GetActiveFile (line 398) | func (x *MemorySpec) GetActiveFile() uint64 { method GetInactiveFile (line 405) | func (x *MemorySpec) GetInactiveFile() uint64 { method GetUnevictable (line 412) | func (x *MemorySpec) GetUnevictable() uint64 { method GetMlocked (line 419) | func (x *MemorySpec) GetMlocked() uint64 { method GetSwapTotal (line 426) | func (x *MemorySpec) GetSwapTotal() uint64 { method GetSwapFree (line 433) | func (x *MemorySpec) GetSwapFree() uint64 { method GetDirty (line 440) | func (x *MemorySpec) GetDirty() uint64 { method GetWriteback (line 447) | func (x *MemorySpec) GetWriteback() uint64 { method GetAnonPages (line 454) | func (x *MemorySpec) GetAnonPages() uint64 { method GetMapped (line 461) | func (x *MemorySpec) GetMapped() uint64 { method GetShmem (line 468) | func (x *MemorySpec) GetShmem() uint64 { method GetSlab (line 475) | func (x *MemorySpec) GetSlab() uint64 { method GetSReclaimable (line 482) | func (x *MemorySpec) GetSReclaimable() uint64 { method GetSUnreclaim (line 489) | func (x *MemorySpec) GetSUnreclaim() uint64 { method GetKernelStack (line 496) | func (x *MemorySpec) GetKernelStack() uint64 { method GetPageTables (line 503) | func (x *MemorySpec) GetPageTables() uint64 { method GetNfSunstable (line 510) | func (x *MemorySpec) GetNfSunstable() uint64 { method GetBounce (line 517) | func (x *MemorySpec) GetBounce() uint64 { method GetWritebackTmp (line 524) | func (x *MemorySpec) GetWritebackTmp() uint64 { method GetCommitLimit (line 531) | func (x *MemorySpec) GetCommitLimit() uint64 { method GetCommittedAs (line 538) | func (x *MemorySpec) GetCommittedAs() uint64 { method GetVmallocTotal (line 545) | func (x *MemorySpec) GetVmallocTotal() uint64 { method GetVmallocUsed (line 552) | func (x *MemorySpec) GetVmallocUsed() uint64 { method GetVmallocChunk (line 559) | func (x *MemorySpec) GetVmallocChunk() uint64 { method GetHardwareCorrupted (line 566) | func (x *MemorySpec) GetHardwareCorrupted() uint64 { method GetAnonHugePages (line 573) | func (x *MemorySpec) GetAnonHugePages() uint64 { method GetShmemHugePages (line 580) | func (x *MemorySpec) GetShmemHugePages() uint64 { method GetShmemPmdMapped (line 587) | func (x *MemorySpec) GetShmemPmdMapped() uint64 { method GetCmaTotal (line 594) | func (x *MemorySpec) GetCmaTotal() uint64 { method GetCmaFree (line 601) | func (x *MemorySpec) GetCmaFree() uint64 { method GetHugePagesTotal (line 608) | func (x *MemorySpec) GetHugePagesTotal() uint64 { method GetHugePagesFree (line 615) | func (x *MemorySpec) GetHugePagesFree() uint64 { method GetHugePagesRsvd (line 622) | func (x *MemorySpec) GetHugePagesRsvd() uint64 { method GetHugePagesSurp (line 629) | func (x *MemorySpec) GetHugePagesSurp() uint64 { method GetHugepagesize (line 636) | func (x *MemorySpec) GetHugepagesize() uint64 { method GetDirectMap4K (line 643) | func (x *MemorySpec) GetDirectMap4K() uint64 { method GetDirectMap2M (line 650) | func (x *MemorySpec) GetDirectMap2M() uint64 { method GetDirectMap1G (line 657) | func (x *MemorySpec) GetDirectMap1G() uint64 { constant file_resource_definitions_perf_perf_proto_rawDesc (line 666) | file_resource_definitions_perf_perf_proto_rawDesc = "" + function file_resource_definitions_perf_perf_proto_rawDescGZIP (line 756) | func file_resource_definitions_perf_perf_proto_rawDescGZIP() []byte { function init (line 779) | func init() { file_resource_definitions_perf_perf_proto_init() } function file_resource_definitions_perf_perf_proto_init (line 780) | func file_resource_definitions_perf_perf_proto_init() { FILE: pkg/machinery/api/resource/definitions/perf/perf_vtproto.pb.go constant _ (line 19) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 21) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) method MarshalVT (line 24) | func (m *CPUSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 37) | func (m *CPUSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 42) | func (m *CPUSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 109) | func (m *CPUStat) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 122) | func (m *CPUStat) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 127) | func (m *CPUStat) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 202) | func (m *MemorySpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 215) | func (m *MemorySpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 220) | func (m *MemorySpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method SizeVT (line 541) | func (m *CPUSpec) SizeVT() (n int) { method SizeVT (line 579) | func (m *CPUStat) SizeVT() (n int) { method SizeVT (line 619) | func (m *MemorySpec) SizeVT() (n int) { method UnmarshalVT (line 773) | func (m *CPUSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1008) | func (m *CPUStat) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1169) | func (m *MemorySpec) UnmarshalVT(dAtA []byte) error { FILE: pkg/machinery/api/resource/definitions/proto/proto.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type LinuxIDMapping (line 26) | type LinuxIDMapping struct method Reset (line 35) | func (x *LinuxIDMapping) Reset() { method String (line 42) | func (x *LinuxIDMapping) String() string { method ProtoMessage (line 46) | func (*LinuxIDMapping) ProtoMessage() {} method ProtoReflect (line 48) | func (x *LinuxIDMapping) ProtoReflect() protoreflect.Message { method Descriptor (line 61) | func (*LinuxIDMapping) Descriptor() ([]byte, []int) { method GetContainerId (line 65) | func (x *LinuxIDMapping) GetContainerId() uint32 { method GetHostId (line 72) | func (x *LinuxIDMapping) GetHostId() uint32 { method GetSize (line 79) | func (x *LinuxIDMapping) GetSize() uint32 { type Mount (line 87) | type Mount struct method Reset (line 99) | func (x *Mount) Reset() { method String (line 106) | func (x *Mount) String() string { method ProtoMessage (line 110) | func (*Mount) ProtoMessage() {} method ProtoReflect (line 112) | func (x *Mount) ProtoReflect() protoreflect.Message { method Descriptor (line 125) | func (*Mount) Descriptor() ([]byte, []int) { method GetDestination (line 129) | func (x *Mount) GetDestination() string { method GetType (line 136) | func (x *Mount) GetType() string { method GetSource (line 143) | func (x *Mount) GetSource() string { method GetOptions (line 150) | func (x *Mount) GetOptions() []string { method GetUidMappings (line 157) | func (x *Mount) GetUidMappings() []*LinuxIDMapping { method GetGidMappings (line 164) | func (x *Mount) GetGidMappings() []*LinuxIDMapping { constant file_resource_definitions_proto_proto_proto_rawDesc (line 173) | file_resource_definitions_proto_proto_proto_rawDesc = "" + function file_resource_definitions_proto_proto_proto_rawDescGZIP (line 194) | func file_resource_definitions_proto_proto_proto_rawDescGZIP() []byte { function init (line 216) | func init() { file_resource_definitions_proto_proto_proto_init() } function file_resource_definitions_proto_proto_proto_init (line 217) | func file_resource_definitions_proto_proto_proto_init() { FILE: pkg/machinery/api/resource/definitions/proto/proto_vtproto.pb.go constant _ (line 17) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 19) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) method MarshalVT (line 22) | func (m *LinuxIDMapping) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 35) | func (m *LinuxIDMapping) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 40) | func (m *LinuxIDMapping) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 70) | func (m *Mount) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 83) | func (m *Mount) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 88) | func (m *Mount) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method SizeVT (line 157) | func (m *LinuxIDMapping) SizeVT() (n int) { method SizeVT (line 176) | func (m *Mount) SizeVT() (n int) { method UnmarshalVT (line 216) | func (m *LinuxIDMapping) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 324) | func (m *Mount) UnmarshalVT(dAtA []byte) error { FILE: pkg/machinery/api/resource/definitions/runtime/runtime.pb.go constant _ (line 24) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 26) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type APIServiceConfigSpec (line 30) | type APIServiceConfigSpec struct method Reset (line 40) | func (x *APIServiceConfigSpec) Reset() { method String (line 47) | func (x *APIServiceConfigSpec) String() string { method ProtoMessage (line 51) | func (*APIServiceConfigSpec) ProtoMessage() {} method ProtoReflect (line 53) | func (x *APIServiceConfigSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 66) | func (*APIServiceConfigSpec) Descriptor() ([]byte, []int) { method GetListenAddress (line 70) | func (x *APIServiceConfigSpec) GetListenAddress() string { method GetNodeRoutingDisabled (line 77) | func (x *APIServiceConfigSpec) GetNodeRoutingDisabled() bool { method GetReadonlyRoleMode (line 84) | func (x *APIServiceConfigSpec) GetReadonlyRoleMode() bool { method GetSkipVerifyingClientCert (line 91) | func (x *APIServiceConfigSpec) GetSkipVerifyingClientCert() bool { type BootedEntrySpec (line 99) | type BootedEntrySpec struct method Reset (line 106) | func (x *BootedEntrySpec) Reset() { method String (line 113) | func (x *BootedEntrySpec) String() string { method ProtoMessage (line 117) | func (*BootedEntrySpec) ProtoMessage() {} method ProtoReflect (line 119) | func (x *BootedEntrySpec) ProtoReflect() protoreflect.Message { method Descriptor (line 132) | func (*BootedEntrySpec) Descriptor() ([]byte, []int) { method GetBootedEntry (line 136) | func (x *BootedEntrySpec) GetBootedEntry() string { type DevicesStatusSpec (line 144) | type DevicesStatusSpec struct method Reset (line 151) | func (x *DevicesStatusSpec) Reset() { method String (line 158) | func (x *DevicesStatusSpec) String() string { method ProtoMessage (line 162) | func (*DevicesStatusSpec) ProtoMessage() {} method ProtoReflect (line 164) | func (x *DevicesStatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 177) | func (*DevicesStatusSpec) Descriptor() ([]byte, []int) { method GetReady (line 181) | func (x *DevicesStatusSpec) GetReady() bool { type DiagnosticSpec (line 189) | type DiagnosticSpec struct method Reset (line 197) | func (x *DiagnosticSpec) Reset() { method String (line 204) | func (x *DiagnosticSpec) String() string { method ProtoMessage (line 208) | func (*DiagnosticSpec) ProtoMessage() {} method ProtoReflect (line 210) | func (x *DiagnosticSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 223) | func (*DiagnosticSpec) Descriptor() ([]byte, []int) { method GetMessage (line 227) | func (x *DiagnosticSpec) GetMessage() string { method GetDetails (line 234) | func (x *DiagnosticSpec) GetDetails() []string { type EnvironmentSpec (line 242) | type EnvironmentSpec struct method Reset (line 249) | func (x *EnvironmentSpec) Reset() { method String (line 256) | func (x *EnvironmentSpec) String() string { method ProtoMessage (line 260) | func (*EnvironmentSpec) ProtoMessage() {} method ProtoReflect (line 262) | func (x *EnvironmentSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 275) | func (*EnvironmentSpec) Descriptor() ([]byte, []int) { method GetVariables (line 279) | func (x *EnvironmentSpec) GetVariables() []string { type EventSinkConfigSpec (line 287) | type EventSinkConfigSpec struct method Reset (line 294) | func (x *EventSinkConfigSpec) Reset() { method String (line 301) | func (x *EventSinkConfigSpec) String() string { method ProtoMessage (line 305) | func (*EventSinkConfigSpec) ProtoMessage() {} method ProtoReflect (line 307) | func (x *EventSinkConfigSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 320) | func (*EventSinkConfigSpec) Descriptor() ([]byte, []int) { method GetEndpoint (line 324) | func (x *EventSinkConfigSpec) GetEndpoint() string { type ExtensionServiceConfigFile (line 332) | type ExtensionServiceConfigFile struct method Reset (line 340) | func (x *ExtensionServiceConfigFile) Reset() { method String (line 347) | func (x *ExtensionServiceConfigFile) String() string { method ProtoMessage (line 351) | func (*ExtensionServiceConfigFile) ProtoMessage() {} method ProtoReflect (line 353) | func (x *ExtensionServiceConfigFile) ProtoReflect() protoreflect.Messa... method Descriptor (line 366) | func (*ExtensionServiceConfigFile) Descriptor() ([]byte, []int) { method GetContent (line 370) | func (x *ExtensionServiceConfigFile) GetContent() string { method GetMountPath (line 377) | func (x *ExtensionServiceConfigFile) GetMountPath() string { type ExtensionServiceConfigSpec (line 385) | type ExtensionServiceConfigSpec struct method Reset (line 393) | func (x *ExtensionServiceConfigSpec) Reset() { method String (line 400) | func (x *ExtensionServiceConfigSpec) String() string { method ProtoMessage (line 404) | func (*ExtensionServiceConfigSpec) ProtoMessage() {} method ProtoReflect (line 406) | func (x *ExtensionServiceConfigSpec) ProtoReflect() protoreflect.Messa... method Descriptor (line 419) | func (*ExtensionServiceConfigSpec) Descriptor() ([]byte, []int) { method GetFiles (line 423) | func (x *ExtensionServiceConfigSpec) GetFiles() []*ExtensionServiceCon... method GetEnvironment (line 430) | func (x *ExtensionServiceConfigSpec) GetEnvironment() []string { type ExtensionServiceConfigStatusSpec (line 438) | type ExtensionServiceConfigStatusSpec struct method Reset (line 445) | func (x *ExtensionServiceConfigStatusSpec) Reset() { method String (line 452) | func (x *ExtensionServiceConfigStatusSpec) String() string { method ProtoMessage (line 456) | func (*ExtensionServiceConfigStatusSpec) ProtoMessage() {} method ProtoReflect (line 458) | func (x *ExtensionServiceConfigStatusSpec) ProtoReflect() protoreflect... method Descriptor (line 471) | func (*ExtensionServiceConfigStatusSpec) Descriptor() ([]byte, []int) { method GetSpecVersion (line 475) | func (x *ExtensionServiceConfigStatusSpec) GetSpecVersion() string { type KernelCmdlineSpec (line 483) | type KernelCmdlineSpec struct method Reset (line 490) | func (x *KernelCmdlineSpec) Reset() { method String (line 497) | func (x *KernelCmdlineSpec) String() string { method ProtoMessage (line 501) | func (*KernelCmdlineSpec) ProtoMessage() {} method ProtoReflect (line 503) | func (x *KernelCmdlineSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 516) | func (*KernelCmdlineSpec) Descriptor() ([]byte, []int) { method GetCmdline (line 520) | func (x *KernelCmdlineSpec) GetCmdline() string { type KernelModuleSpecSpec (line 528) | type KernelModuleSpecSpec struct method Reset (line 536) | func (x *KernelModuleSpecSpec) Reset() { method String (line 543) | func (x *KernelModuleSpecSpec) String() string { method ProtoMessage (line 547) | func (*KernelModuleSpecSpec) ProtoMessage() {} method ProtoReflect (line 549) | func (x *KernelModuleSpecSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 562) | func (*KernelModuleSpecSpec) Descriptor() ([]byte, []int) { method GetName (line 566) | func (x *KernelModuleSpecSpec) GetName() string { method GetParameters (line 573) | func (x *KernelModuleSpecSpec) GetParameters() []string { type KernelParamSpecSpec (line 581) | type KernelParamSpecSpec struct method Reset (line 589) | func (x *KernelParamSpecSpec) Reset() { method String (line 596) | func (x *KernelParamSpecSpec) String() string { method ProtoMessage (line 600) | func (*KernelParamSpecSpec) ProtoMessage() {} method ProtoReflect (line 602) | func (x *KernelParamSpecSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 615) | func (*KernelParamSpecSpec) Descriptor() ([]byte, []int) { method GetValue (line 619) | func (x *KernelParamSpecSpec) GetValue() string { method GetIgnoreErrors (line 626) | func (x *KernelParamSpecSpec) GetIgnoreErrors() bool { type KernelParamStatusSpec (line 634) | type KernelParamStatusSpec struct method Reset (line 643) | func (x *KernelParamStatusSpec) Reset() { method String (line 650) | func (x *KernelParamStatusSpec) String() string { method ProtoMessage (line 654) | func (*KernelParamStatusSpec) ProtoMessage() {} method ProtoReflect (line 656) | func (x *KernelParamStatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 669) | func (*KernelParamStatusSpec) Descriptor() ([]byte, []int) { method GetCurrent (line 673) | func (x *KernelParamStatusSpec) GetCurrent() string { method GetDefault (line 680) | func (x *KernelParamStatusSpec) GetDefault() string { method GetUnsupported (line 687) | func (x *KernelParamStatusSpec) GetUnsupported() bool { type KmsgLogConfigSpec (line 695) | type KmsgLogConfigSpec struct method Reset (line 702) | func (x *KmsgLogConfigSpec) Reset() { method String (line 709) | func (x *KmsgLogConfigSpec) String() string { method ProtoMessage (line 713) | func (*KmsgLogConfigSpec) ProtoMessage() {} method ProtoReflect (line 715) | func (x *KmsgLogConfigSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 728) | func (*KmsgLogConfigSpec) Descriptor() ([]byte, []int) { method GetDestinations (line 732) | func (x *KmsgLogConfigSpec) GetDestinations() []*common.URL { type LoadedKernelModuleSpec (line 740) | type LoadedKernelModuleSpec struct method Reset (line 751) | func (x *LoadedKernelModuleSpec) Reset() { method String (line 758) | func (x *LoadedKernelModuleSpec) String() string { method ProtoMessage (line 762) | func (*LoadedKernelModuleSpec) ProtoMessage() {} method ProtoReflect (line 764) | func (x *LoadedKernelModuleSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 777) | func (*LoadedKernelModuleSpec) Descriptor() ([]byte, []int) { method GetSize (line 781) | func (x *LoadedKernelModuleSpec) GetSize() int64 { method GetReferenceCount (line 788) | func (x *LoadedKernelModuleSpec) GetReferenceCount() int64 { method GetDependencies (line 795) | func (x *LoadedKernelModuleSpec) GetDependencies() []string { method GetState (line 802) | func (x *LoadedKernelModuleSpec) GetState() string { method GetAddress (line 809) | func (x *LoadedKernelModuleSpec) GetAddress() string { type MachineStatusSpec (line 817) | type MachineStatusSpec struct method Reset (line 825) | func (x *MachineStatusSpec) Reset() { method String (line 832) | func (x *MachineStatusSpec) String() string { method ProtoMessage (line 836) | func (*MachineStatusSpec) ProtoMessage() {} method ProtoReflect (line 838) | func (x *MachineStatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 851) | func (*MachineStatusSpec) Descriptor() ([]byte, []int) { method GetStage (line 855) | func (x *MachineStatusSpec) GetStage() enums.RuntimeMachineStage { method GetStatus (line 862) | func (x *MachineStatusSpec) GetStatus() *MachineStatusStatus { type MachineStatusStatus (line 870) | type MachineStatusStatus struct method Reset (line 878) | func (x *MachineStatusStatus) Reset() { method String (line 885) | func (x *MachineStatusStatus) String() string { method ProtoMessage (line 889) | func (*MachineStatusStatus) ProtoMessage() {} method ProtoReflect (line 891) | func (x *MachineStatusStatus) ProtoReflect() protoreflect.Message { method Descriptor (line 904) | func (*MachineStatusStatus) Descriptor() ([]byte, []int) { method GetReady (line 908) | func (x *MachineStatusStatus) GetReady() bool { method GetUnmetConditions (line 915) | func (x *MachineStatusStatus) GetUnmetConditions() []*UnmetCondition { type MaintenanceServiceConfigSpec (line 923) | type MaintenanceServiceConfigSpec struct method Reset (line 931) | func (x *MaintenanceServiceConfigSpec) Reset() { method String (line 938) | func (x *MaintenanceServiceConfigSpec) String() string { method ProtoMessage (line 942) | func (*MaintenanceServiceConfigSpec) ProtoMessage() {} method ProtoReflect (line 944) | func (x *MaintenanceServiceConfigSpec) ProtoReflect() protoreflect.Mes... method Descriptor (line 957) | func (*MaintenanceServiceConfigSpec) Descriptor() ([]byte, []int) { method GetListenAddress (line 961) | func (x *MaintenanceServiceConfigSpec) GetListenAddress() string { method GetReachableAddresses (line 968) | func (x *MaintenanceServiceConfigSpec) GetReachableAddresses() []*comm... type MetaKeySpec (line 976) | type MetaKeySpec struct method Reset (line 983) | func (x *MetaKeySpec) Reset() { method String (line 990) | func (x *MetaKeySpec) String() string { method ProtoMessage (line 994) | func (*MetaKeySpec) ProtoMessage() {} method ProtoReflect (line 996) | func (x *MetaKeySpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1009) | func (*MetaKeySpec) Descriptor() ([]byte, []int) { method GetValue (line 1013) | func (x *MetaKeySpec) GetValue() string { type MetaLoadedSpec (line 1021) | type MetaLoadedSpec struct method Reset (line 1028) | func (x *MetaLoadedSpec) Reset() { method String (line 1035) | func (x *MetaLoadedSpec) String() string { method ProtoMessage (line 1039) | func (*MetaLoadedSpec) ProtoMessage() {} method ProtoReflect (line 1041) | func (x *MetaLoadedSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1054) | func (*MetaLoadedSpec) Descriptor() ([]byte, []int) { method GetDone (line 1058) | func (x *MetaLoadedSpec) GetDone() bool { type MountStatusSpec (line 1066) | type MountStatusSpec struct method Reset (line 1078) | func (x *MountStatusSpec) Reset() { method String (line 1085) | func (x *MountStatusSpec) String() string { method ProtoMessage (line 1089) | func (*MountStatusSpec) ProtoMessage() {} method ProtoReflect (line 1091) | func (x *MountStatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1104) | func (*MountStatusSpec) Descriptor() ([]byte, []int) { method GetSource (line 1108) | func (x *MountStatusSpec) GetSource() string { method GetTarget (line 1115) | func (x *MountStatusSpec) GetTarget() string { method GetFilesystemType (line 1122) | func (x *MountStatusSpec) GetFilesystemType() string { method GetOptions (line 1129) | func (x *MountStatusSpec) GetOptions() []string { method GetEncrypted (line 1136) | func (x *MountStatusSpec) GetEncrypted() bool { method GetEncryptionProviders (line 1143) | func (x *MountStatusSpec) GetEncryptionProviders() []string { type OOMActionSpec (line 1151) | type OOMActionSpec struct method Reset (line 1160) | func (x *OOMActionSpec) Reset() { method String (line 1167) | func (x *OOMActionSpec) String() string { method ProtoMessage (line 1171) | func (*OOMActionSpec) ProtoMessage() {} method ProtoReflect (line 1173) | func (x *OOMActionSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1186) | func (*OOMActionSpec) Descriptor() ([]byte, []int) { method GetTriggerContext (line 1190) | func (x *OOMActionSpec) GetTriggerContext() string { method GetScore (line 1197) | func (x *OOMActionSpec) GetScore() float64 { method GetProcesses (line 1204) | func (x *OOMActionSpec) GetProcesses() []string { type PlatformMetadataSpec (line 1212) | type PlatformMetadataSpec struct method Reset (line 1229) | func (x *PlatformMetadataSpec) Reset() { method String (line 1236) | func (x *PlatformMetadataSpec) String() string { method ProtoMessage (line 1240) | func (*PlatformMetadataSpec) ProtoMessage() {} method ProtoReflect (line 1242) | func (x *PlatformMetadataSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1255) | func (*PlatformMetadataSpec) Descriptor() ([]byte, []int) { method GetPlatform (line 1259) | func (x *PlatformMetadataSpec) GetPlatform() string { method GetHostname (line 1266) | func (x *PlatformMetadataSpec) GetHostname() string { method GetRegion (line 1273) | func (x *PlatformMetadataSpec) GetRegion() string { method GetZone (line 1280) | func (x *PlatformMetadataSpec) GetZone() string { method GetInstanceType (line 1287) | func (x *PlatformMetadataSpec) GetInstanceType() string { method GetInstanceId (line 1294) | func (x *PlatformMetadataSpec) GetInstanceId() string { method GetProviderId (line 1301) | func (x *PlatformMetadataSpec) GetProviderId() string { method GetSpot (line 1308) | func (x *PlatformMetadataSpec) GetSpot() bool { method GetInternalDns (line 1315) | func (x *PlatformMetadataSpec) GetInternalDns() string { method GetExternalDns (line 1322) | func (x *PlatformMetadataSpec) GetExternalDns() string { method GetTags (line 1329) | func (x *PlatformMetadataSpec) GetTags() map[string]string { type SBOMItemSpec (line 1337) | type SBOMItemSpec struct method Reset (line 1349) | func (x *SBOMItemSpec) Reset() { method String (line 1356) | func (x *SBOMItemSpec) String() string { method ProtoMessage (line 1360) | func (*SBOMItemSpec) ProtoMessage() {} method ProtoReflect (line 1362) | func (x *SBOMItemSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1375) | func (*SBOMItemSpec) Descriptor() ([]byte, []int) { method GetName (line 1379) | func (x *SBOMItemSpec) GetName() string { method GetVersion (line 1386) | func (x *SBOMItemSpec) GetVersion() string { method GetLicense (line 1393) | func (x *SBOMItemSpec) GetLicense() string { method GetCpEs (line 1400) | func (x *SBOMItemSpec) GetCpEs() []string { method GetPurLs (line 1407) | func (x *SBOMItemSpec) GetPurLs() []string { method GetExtension (line 1414) | func (x *SBOMItemSpec) GetExtension() bool { type SecurityStateSpec (line 1422) | type SecurityStateSpec struct method Reset (line 1435) | func (x *SecurityStateSpec) Reset() { method String (line 1442) | func (x *SecurityStateSpec) String() string { method ProtoMessage (line 1446) | func (*SecurityStateSpec) ProtoMessage() {} method ProtoReflect (line 1448) | func (x *SecurityStateSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1461) | func (*SecurityStateSpec) Descriptor() ([]byte, []int) { method GetSecureBoot (line 1465) | func (x *SecurityStateSpec) GetSecureBoot() bool { method GetUkiSigningKeyFingerprint (line 1472) | func (x *SecurityStateSpec) GetUkiSigningKeyFingerprint() string { method GetPcrSigningKeyFingerprint (line 1479) | func (x *SecurityStateSpec) GetPcrSigningKeyFingerprint() string { method GetSeLinuxState (line 1486) | func (x *SecurityStateSpec) GetSeLinuxState() enums.RuntimeSELinuxState { method GetBootedWithUki (line 1493) | func (x *SecurityStateSpec) GetBootedWithUki() bool { method GetFipsState (line 1500) | func (x *SecurityStateSpec) GetFipsState() enums.RuntimeFIPSState { method GetModuleSignatureEnforced (line 1507) | func (x *SecurityStateSpec) GetModuleSignatureEnforced() bool { type UniqueMachineTokenSpec (line 1515) | type UniqueMachineTokenSpec struct method Reset (line 1522) | func (x *UniqueMachineTokenSpec) Reset() { method String (line 1529) | func (x *UniqueMachineTokenSpec) String() string { method ProtoMessage (line 1533) | func (*UniqueMachineTokenSpec) ProtoMessage() {} method ProtoReflect (line 1535) | func (x *UniqueMachineTokenSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1548) | func (*UniqueMachineTokenSpec) Descriptor() ([]byte, []int) { method GetToken (line 1552) | func (x *UniqueMachineTokenSpec) GetToken() string { type UnmetCondition (line 1560) | type UnmetCondition struct method Reset (line 1568) | func (x *UnmetCondition) Reset() { method String (line 1575) | func (x *UnmetCondition) String() string { method ProtoMessage (line 1579) | func (*UnmetCondition) ProtoMessage() {} method ProtoReflect (line 1581) | func (x *UnmetCondition) ProtoReflect() protoreflect.Message { method Descriptor (line 1594) | func (*UnmetCondition) Descriptor() ([]byte, []int) { method GetName (line 1598) | func (x *UnmetCondition) GetName() string { method GetReason (line 1605) | func (x *UnmetCondition) GetReason() string { type WatchdogTimerConfigSpec (line 1613) | type WatchdogTimerConfigSpec struct method Reset (line 1621) | func (x *WatchdogTimerConfigSpec) Reset() { method String (line 1628) | func (x *WatchdogTimerConfigSpec) String() string { method ProtoMessage (line 1632) | func (*WatchdogTimerConfigSpec) ProtoMessage() {} method ProtoReflect (line 1634) | func (x *WatchdogTimerConfigSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1647) | func (*WatchdogTimerConfigSpec) Descriptor() ([]byte, []int) { method GetDevice (line 1651) | func (x *WatchdogTimerConfigSpec) GetDevice() string { method GetTimeout (line 1658) | func (x *WatchdogTimerConfigSpec) GetTimeout() *durationpb.Duration { type WatchdogTimerStatusSpec (line 1666) | type WatchdogTimerStatusSpec struct method Reset (line 1675) | func (x *WatchdogTimerStatusSpec) Reset() { method String (line 1682) | func (x *WatchdogTimerStatusSpec) String() string { method ProtoMessage (line 1686) | func (*WatchdogTimerStatusSpec) ProtoMessage() {} method ProtoReflect (line 1688) | func (x *WatchdogTimerStatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 1701) | func (*WatchdogTimerStatusSpec) Descriptor() ([]byte, []int) { method GetDevice (line 1705) | func (x *WatchdogTimerStatusSpec) GetDevice() string { method GetTimeout (line 1712) | func (x *WatchdogTimerStatusSpec) GetTimeout() *durationpb.Duration { method GetFeedInterval (line 1719) | func (x *WatchdogTimerStatusSpec) GetFeedInterval() *durationpb.Durati... constant file_resource_definitions_runtime_runtime_proto_rawDesc (line 1728) | file_resource_definitions_runtime_runtime_proto_rawDesc = "" + function file_resource_definitions_runtime_runtime_proto_rawDescGZIP (line 1856) | func file_resource_definitions_runtime_runtime_proto_rawDescGZIP() []byte { function init (line 1922) | func init() { file_resource_definitions_runtime_runtime_proto_init() } function file_resource_definitions_runtime_runtime_proto_init (line 1923) | func file_resource_definitions_runtime_runtime_proto_init() { FILE: pkg/machinery/api/resource/definitions/runtime/runtime_vtproto.pb.go constant _ (line 25) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 27) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) method MarshalVT (line 30) | func (m *APIServiceConfigSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 43) | func (m *APIServiceConfigSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 48) | func (m *APIServiceConfigSpec) MarshalToSizedBufferVT(dAtA []byte) (int,... method MarshalVT (line 100) | func (m *BootedEntrySpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 113) | func (m *BootedEntrySpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 118) | func (m *BootedEntrySpec) MarshalToSizedBufferVT(dAtA []byte) (int, erro... method MarshalVT (line 140) | func (m *DevicesStatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 153) | func (m *DevicesStatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 158) | func (m *DevicesStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int, er... method MarshalVT (line 183) | func (m *DiagnosticSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 196) | func (m *DiagnosticSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 201) | func (m *DiagnosticSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 232) | func (m *EnvironmentSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 245) | func (m *EnvironmentSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 250) | func (m *EnvironmentSpec) MarshalToSizedBufferVT(dAtA []byte) (int, erro... method MarshalVT (line 274) | func (m *EventSinkConfigSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 287) | func (m *EventSinkConfigSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 292) | func (m *EventSinkConfigSpec) MarshalToSizedBufferVT(dAtA []byte) (int, ... method MarshalVT (line 314) | func (m *ExtensionServiceConfigFile) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 327) | func (m *ExtensionServiceConfigFile) MarshalToVT(dAtA []byte) (int, erro... method MarshalToSizedBufferVT (line 332) | func (m *ExtensionServiceConfigFile) MarshalToSizedBufferVT(dAtA []byte)... method MarshalVT (line 361) | func (m *ExtensionServiceConfigSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 374) | func (m *ExtensionServiceConfigSpec) MarshalToVT(dAtA []byte) (int, erro... method MarshalToSizedBufferVT (line 379) | func (m *ExtensionServiceConfigSpec) MarshalToSizedBufferVT(dAtA []byte)... method MarshalVT (line 415) | func (m *ExtensionServiceConfigStatusSpec) MarshalVT() (dAtA []byte, err... method MarshalToVT (line 428) | func (m *ExtensionServiceConfigStatusSpec) MarshalToVT(dAtA []byte) (int... method MarshalToSizedBufferVT (line 433) | func (m *ExtensionServiceConfigStatusSpec) MarshalToSizedBufferVT(dAtA [... method MarshalVT (line 455) | func (m *KernelCmdlineSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 468) | func (m *KernelCmdlineSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 473) | func (m *KernelCmdlineSpec) MarshalToSizedBufferVT(dAtA []byte) (int, er... method MarshalVT (line 495) | func (m *KernelModuleSpecSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 508) | func (m *KernelModuleSpecSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 513) | func (m *KernelModuleSpecSpec) MarshalToSizedBufferVT(dAtA []byte) (int,... method MarshalVT (line 544) | func (m *KernelParamSpecSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 557) | func (m *KernelParamSpecSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 562) | func (m *KernelParamSpecSpec) MarshalToSizedBufferVT(dAtA []byte) (int, ... method MarshalVT (line 594) | func (m *KernelParamStatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 607) | func (m *KernelParamStatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 612) | func (m *KernelParamStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int... method MarshalVT (line 651) | func (m *KmsgLogConfigSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 664) | func (m *KmsgLogConfigSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 669) | func (m *KmsgLogConfigSpec) MarshalToSizedBufferVT(dAtA []byte) (int, er... method MarshalVT (line 708) | func (m *LoadedKernelModuleSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 721) | func (m *LoadedKernelModuleSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 726) | func (m *LoadedKernelModuleSpec) MarshalToSizedBufferVT(dAtA []byte) (in... method MarshalVT (line 774) | func (m *MachineStatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 787) | func (m *MachineStatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 792) | func (m *MachineStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int, er... method MarshalVT (line 822) | func (m *MachineStatusStatus) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 835) | func (m *MachineStatusStatus) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 840) | func (m *MachineStatusStatus) MarshalToSizedBufferVT(dAtA []byte) (int, ... method MarshalVT (line 877) | func (m *MaintenanceServiceConfigSpec) MarshalVT() (dAtA []byte, err err... method MarshalToVT (line 890) | func (m *MaintenanceServiceConfigSpec) MarshalToVT(dAtA []byte) (int, er... method MarshalToSizedBufferVT (line 895) | func (m *MaintenanceServiceConfigSpec) MarshalToSizedBufferVT(dAtA []byt... method MarshalVT (line 941) | func (m *MetaKeySpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 954) | func (m *MetaKeySpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 959) | func (m *MetaKeySpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 981) | func (m *MetaLoadedSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 994) | func (m *MetaLoadedSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 999) | func (m *MetaLoadedSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 1024) | func (m *MountStatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1037) | func (m *MountStatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1042) | func (m *MountStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int, erro... method MarshalVT (line 1106) | func (m *OOMActionSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1119) | func (m *OOMActionSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1124) | func (m *OOMActionSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 1161) | func (m *PlatformMetadataSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1174) | func (m *PlatformMetadataSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1179) | func (m *PlatformMetadataSpec) MarshalToSizedBufferVT(dAtA []byte) (int,... method MarshalVT (line 1286) | func (m *SBOMItemSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1299) | func (m *SBOMItemSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1304) | func (m *SBOMItemSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 1368) | func (m *SecurityStateSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1381) | func (m *SecurityStateSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1386) | func (m *SecurityStateSpec) MarshalToSizedBufferVT(dAtA []byte) (int, er... method MarshalVT (line 1455) | func (m *UniqueMachineTokenSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1468) | func (m *UniqueMachineTokenSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1473) | func (m *UniqueMachineTokenSpec) MarshalToSizedBufferVT(dAtA []byte) (in... method MarshalVT (line 1495) | func (m *UnmetCondition) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1508) | func (m *UnmetCondition) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1513) | func (m *UnmetCondition) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 1542) | func (m *WatchdogTimerConfigSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1555) | func (m *WatchdogTimerConfigSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1560) | func (m *WatchdogTimerConfigSpec) MarshalToSizedBufferVT(dAtA []byte) (i... method MarshalVT (line 1592) | func (m *WatchdogTimerStatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1605) | func (m *WatchdogTimerStatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1610) | func (m *WatchdogTimerStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (i... method SizeVT (line 1652) | func (m *APIServiceConfigSpec) SizeVT() (n int) { method SizeVT (line 1675) | func (m *BootedEntrySpec) SizeVT() (n int) { method SizeVT (line 1689) | func (m *DevicesStatusSpec) SizeVT() (n int) { method SizeVT (line 1702) | func (m *DiagnosticSpec) SizeVT() (n int) { method SizeVT (line 1722) | func (m *EnvironmentSpec) SizeVT() (n int) { method SizeVT (line 1738) | func (m *EventSinkConfigSpec) SizeVT() (n int) { method SizeVT (line 1752) | func (m *ExtensionServiceConfigFile) SizeVT() (n int) { method SizeVT (line 1770) | func (m *ExtensionServiceConfigSpec) SizeVT() (n int) { method SizeVT (line 1792) | func (m *ExtensionServiceConfigStatusSpec) SizeVT() (n int) { method SizeVT (line 1806) | func (m *KernelCmdlineSpec) SizeVT() (n int) { method SizeVT (line 1820) | func (m *KernelModuleSpecSpec) SizeVT() (n int) { method SizeVT (line 1840) | func (m *KernelParamSpecSpec) SizeVT() (n int) { method SizeVT (line 1857) | func (m *KernelParamStatusSpec) SizeVT() (n int) { method SizeVT (line 1878) | func (m *KmsgLogConfigSpec) SizeVT() (n int) { method SizeVT (line 1900) | func (m *LoadedKernelModuleSpec) SizeVT() (n int) { method SizeVT (line 1930) | func (m *MachineStatusSpec) SizeVT() (n int) { method SizeVT (line 1947) | func (m *MachineStatusStatus) SizeVT() (n int) { method SizeVT (line 1966) | func (m *MaintenanceServiceConfigSpec) SizeVT() (n int) { method SizeVT (line 1992) | func (m *MetaKeySpec) SizeVT() (n int) { method SizeVT (line 2006) | func (m *MetaLoadedSpec) SizeVT() (n int) { method SizeVT (line 2019) | func (m *MountStatusSpec) SizeVT() (n int) { method SizeVT (line 2056) | func (m *OOMActionSpec) SizeVT() (n int) { method SizeVT (line 2079) | func (m *PlatformMetadataSpec) SizeVT() (n int) { method SizeVT (line 2136) | func (m *SBOMItemSpec) SizeVT() (n int) { method SizeVT (line 2173) | func (m *SecurityStateSpec) SizeVT() (n int) { method SizeVT (line 2206) | func (m *UniqueMachineTokenSpec) SizeVT() (n int) { method SizeVT (line 2220) | func (m *UnmetCondition) SizeVT() (n int) { method SizeVT (line 2238) | func (m *WatchdogTimerConfigSpec) SizeVT() (n int) { method SizeVT (line 2256) | func (m *WatchdogTimerStatusSpec) SizeVT() (n int) { method UnmarshalVT (line 2278) | func (m *APIServiceConfigSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 2421) | func (m *BootedEntrySpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 2504) | func (m *DevicesStatusSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 2575) | func (m *DiagnosticSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 2690) | func (m *EnvironmentSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 2773) | func (m *EventSinkConfigSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 2856) | func (m *ExtensionServiceConfigFile) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 2971) | func (m *ExtensionServiceConfigSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 3088) | func (m *ExtensionServiceConfigStatusSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 3171) | func (m *KernelCmdlineSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 3254) | func (m *KernelModuleSpecSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 3369) | func (m *KernelParamSpecSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 3472) | func (m *KernelParamStatusSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 3607) | func (m *KmsgLogConfigSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 3700) | func (m *LoadedKernelModuleSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 3885) | func (m *MachineStatusSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 3991) | func (m *MachineStatusStatus) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 4096) | func (m *MaintenanceServiceConfigSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 4221) | func (m *MetaKeySpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 4304) | func (m *MetaLoadedSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 4375) | func (m *MountStatusSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 4606) | func (m *OOMActionSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 4732) | func (m *PlatformMetadataSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 5218) | func (m *SBOMItemSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 5449) | func (m *SecurityStateSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 5662) | func (m *UniqueMachineTokenSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 5745) | func (m *UnmetCondition) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 5860) | func (m *WatchdogTimerConfigSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 5979) | func (m *WatchdogTimerStatusSpec) UnmarshalVT(dAtA []byte) error { FILE: pkg/machinery/api/resource/definitions/secrets/secrets.pb.go constant _ (line 22) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 24) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type APICertsSpec (line 28) | type APICertsSpec struct method Reset (line 38) | func (x *APICertsSpec) Reset() { method String (line 45) | func (x *APICertsSpec) String() string { method ProtoMessage (line 49) | func (*APICertsSpec) ProtoMessage() {} method ProtoReflect (line 51) | func (x *APICertsSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 64) | func (*APICertsSpec) Descriptor() ([]byte, []int) { method GetClient (line 68) | func (x *APICertsSpec) GetClient() *common.PEMEncodedCertificateAndKey { method GetServer (line 75) | func (x *APICertsSpec) GetServer() *common.PEMEncodedCertificateAndKey { method GetAcceptedCAs (line 82) | func (x *APICertsSpec) GetAcceptedCAs() []*common.PEMEncodedCertificate { method GetSkipVerifyingClientCert (line 89) | func (x *APICertsSpec) GetSkipVerifyingClientCert() bool { type CertSANSpec (line 97) | type CertSANSpec struct method Reset (line 106) | func (x *CertSANSpec) Reset() { method String (line 113) | func (x *CertSANSpec) String() string { method ProtoMessage (line 117) | func (*CertSANSpec) ProtoMessage() {} method ProtoReflect (line 119) | func (x *CertSANSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 132) | func (*CertSANSpec) Descriptor() ([]byte, []int) { method GetIPs (line 136) | func (x *CertSANSpec) GetIPs() []*common.NetIP { method GetDnsNames (line 143) | func (x *CertSANSpec) GetDnsNames() []string { method GetFqdn (line 150) | func (x *CertSANSpec) GetFqdn() string { type EncryptionSaltSpec (line 158) | type EncryptionSaltSpec struct method Reset (line 165) | func (x *EncryptionSaltSpec) Reset() { method String (line 172) | func (x *EncryptionSaltSpec) String() string { method ProtoMessage (line 176) | func (*EncryptionSaltSpec) ProtoMessage() {} method ProtoReflect (line 178) | func (x *EncryptionSaltSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 191) | func (*EncryptionSaltSpec) Descriptor() ([]byte, []int) { method GetDiskSalt (line 195) | func (x *EncryptionSaltSpec) GetDiskSalt() []byte { type EtcdCertsSpec (line 203) | type EtcdCertsSpec struct method Reset (line 213) | func (x *EtcdCertsSpec) Reset() { method String (line 220) | func (x *EtcdCertsSpec) String() string { method ProtoMessage (line 224) | func (*EtcdCertsSpec) ProtoMessage() {} method ProtoReflect (line 226) | func (x *EtcdCertsSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 239) | func (*EtcdCertsSpec) Descriptor() ([]byte, []int) { method GetEtcd (line 243) | func (x *EtcdCertsSpec) GetEtcd() *common.PEMEncodedCertificateAndKey { method GetEtcdPeer (line 250) | func (x *EtcdCertsSpec) GetEtcdPeer() *common.PEMEncodedCertificateAnd... method GetEtcdAdmin (line 257) | func (x *EtcdCertsSpec) GetEtcdAdmin() *common.PEMEncodedCertificateAn... method GetEtcdApiServer (line 264) | func (x *EtcdCertsSpec) GetEtcdApiServer() *common.PEMEncodedCertifica... type EtcdRootSpec (line 272) | type EtcdRootSpec struct method Reset (line 279) | func (x *EtcdRootSpec) Reset() { method String (line 286) | func (x *EtcdRootSpec) String() string { method ProtoMessage (line 290) | func (*EtcdRootSpec) ProtoMessage() {} method ProtoReflect (line 292) | func (x *EtcdRootSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 305) | func (*EtcdRootSpec) Descriptor() ([]byte, []int) { method GetEtcdCa (line 309) | func (x *EtcdRootSpec) GetEtcdCa() *common.PEMEncodedCertificateAndKey { type KubeletSpec (line 317) | type KubeletSpec struct method Reset (line 327) | func (x *KubeletSpec) Reset() { method String (line 334) | func (x *KubeletSpec) String() string { method ProtoMessage (line 338) | func (*KubeletSpec) ProtoMessage() {} method ProtoReflect (line 340) | func (x *KubeletSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 353) | func (*KubeletSpec) Descriptor() ([]byte, []int) { method GetEndpoint (line 357) | func (x *KubeletSpec) GetEndpoint() *common.URL { method GetBootstrapTokenId (line 364) | func (x *KubeletSpec) GetBootstrapTokenId() string { method GetBootstrapTokenSecret (line 371) | func (x *KubeletSpec) GetBootstrapTokenSecret() string { method GetAcceptedCAs (line 378) | func (x *KubeletSpec) GetAcceptedCAs() []*common.PEMEncodedCertificate { type KubernetesCertsSpec (line 386) | type KubernetesCertsSpec struct method Reset (line 396) | func (x *KubernetesCertsSpec) Reset() { method String (line 403) | func (x *KubernetesCertsSpec) String() string { method ProtoMessage (line 407) | func (*KubernetesCertsSpec) ProtoMessage() {} method ProtoReflect (line 409) | func (x *KubernetesCertsSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 422) | func (*KubernetesCertsSpec) Descriptor() ([]byte, []int) { method GetSchedulerKubeconfig (line 426) | func (x *KubernetesCertsSpec) GetSchedulerKubeconfig() string { method GetControllerManagerKubeconfig (line 433) | func (x *KubernetesCertsSpec) GetControllerManagerKubeconfig() string { method GetLocalhostAdminKubeconfig (line 440) | func (x *KubernetesCertsSpec) GetLocalhostAdminKubeconfig() string { method GetAdminKubeconfig (line 447) | func (x *KubernetesCertsSpec) GetAdminKubeconfig() string { type KubernetesDynamicCertsSpec (line 455) | type KubernetesDynamicCertsSpec struct method Reset (line 464) | func (x *KubernetesDynamicCertsSpec) Reset() { method String (line 471) | func (x *KubernetesDynamicCertsSpec) String() string { method ProtoMessage (line 475) | func (*KubernetesDynamicCertsSpec) ProtoMessage() {} method ProtoReflect (line 477) | func (x *KubernetesDynamicCertsSpec) ProtoReflect() protoreflect.Messa... method Descriptor (line 490) | func (*KubernetesDynamicCertsSpec) Descriptor() ([]byte, []int) { method GetApiServer (line 494) | func (x *KubernetesDynamicCertsSpec) GetApiServer() *common.PEMEncoded... method GetApiServerKubeletClient (line 501) | func (x *KubernetesDynamicCertsSpec) GetApiServerKubeletClient() *comm... method GetFrontProxy (line 508) | func (x *KubernetesDynamicCertsSpec) GetFrontProxy() *common.PEMEncode... type KubernetesRootSpec (line 516) | type KubernetesRootSpec struct method Reset (line 536) | func (x *KubernetesRootSpec) Reset() { method String (line 543) | func (x *KubernetesRootSpec) String() string { method ProtoMessage (line 547) | func (*KubernetesRootSpec) ProtoMessage() {} method ProtoReflect (line 549) | func (x *KubernetesRootSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 562) | func (*KubernetesRootSpec) Descriptor() ([]byte, []int) { method GetName (line 566) | func (x *KubernetesRootSpec) GetName() string { method GetEndpoint (line 573) | func (x *KubernetesRootSpec) GetEndpoint() *common.URL { method GetLocalEndpoint (line 580) | func (x *KubernetesRootSpec) GetLocalEndpoint() *common.URL { method GetCertSaNs (line 587) | func (x *KubernetesRootSpec) GetCertSaNs() []string { method GetDnsDomain (line 594) | func (x *KubernetesRootSpec) GetDnsDomain() string { method GetIssuingCa (line 601) | func (x *KubernetesRootSpec) GetIssuingCa() *common.PEMEncodedCertific... method GetServiceAccount (line 608) | func (x *KubernetesRootSpec) GetServiceAccount() *common.PEMEncodedKey { method GetAggregatorCa (line 615) | func (x *KubernetesRootSpec) GetAggregatorCa() *common.PEMEncodedCerti... method GetAescbcEncryptionSecret (line 622) | func (x *KubernetesRootSpec) GetAescbcEncryptionSecret() string { method GetBootstrapTokenId (line 629) | func (x *KubernetesRootSpec) GetBootstrapTokenId() string { method GetBootstrapTokenSecret (line 636) | func (x *KubernetesRootSpec) GetBootstrapTokenSecret() string { method GetSecretboxEncryptionSecret (line 643) | func (x *KubernetesRootSpec) GetSecretboxEncryptionSecret() string { method GetApiServerIps (line 650) | func (x *KubernetesRootSpec) GetApiServerIps() []*common.NetIP { method GetAcceptedCAs (line 657) | func (x *KubernetesRootSpec) GetAcceptedCAs() []*common.PEMEncodedCert... type MaintenanceRootSpec (line 665) | type MaintenanceRootSpec struct method Reset (line 672) | func (x *MaintenanceRootSpec) Reset() { method String (line 679) | func (x *MaintenanceRootSpec) String() string { method ProtoMessage (line 683) | func (*MaintenanceRootSpec) ProtoMessage() {} method ProtoReflect (line 685) | func (x *MaintenanceRootSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 698) | func (*MaintenanceRootSpec) Descriptor() ([]byte, []int) { method GetCa (line 702) | func (x *MaintenanceRootSpec) GetCa() *common.PEMEncodedCertificateAnd... type OSRootSpec (line 710) | type OSRootSpec struct method Reset (line 721) | func (x *OSRootSpec) Reset() { method String (line 728) | func (x *OSRootSpec) String() string { method ProtoMessage (line 732) | func (*OSRootSpec) ProtoMessage() {} method ProtoReflect (line 734) | func (x *OSRootSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 747) | func (*OSRootSpec) Descriptor() ([]byte, []int) { method GetIssuingCa (line 751) | func (x *OSRootSpec) GetIssuingCa() *common.PEMEncodedCertificateAndKey { method GetCertSaniPs (line 758) | func (x *OSRootSpec) GetCertSaniPs() []*common.NetIP { method GetCertSandnsNames (line 765) | func (x *OSRootSpec) GetCertSandnsNames() []string { method GetToken (line 772) | func (x *OSRootSpec) GetToken() string { method GetAcceptedCAs (line 779) | func (x *OSRootSpec) GetAcceptedCAs() []*common.PEMEncodedCertificate { type TrustdCertsSpec (line 787) | type TrustdCertsSpec struct method Reset (line 795) | func (x *TrustdCertsSpec) Reset() { method String (line 802) | func (x *TrustdCertsSpec) String() string { method ProtoMessage (line 806) | func (*TrustdCertsSpec) ProtoMessage() {} method ProtoReflect (line 808) | func (x *TrustdCertsSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 821) | func (*TrustdCertsSpec) Descriptor() ([]byte, []int) { method GetServer (line 825) | func (x *TrustdCertsSpec) GetServer() *common.PEMEncodedCertificateAnd... method GetAcceptedCAs (line 832) | func (x *TrustdCertsSpec) GetAcceptedCAs() []*common.PEMEncodedCertifi... constant file_resource_definitions_secrets_secrets_proto_rawDesc (line 841) | file_resource_definitions_secrets_secrets_proto_rawDesc = "" + function file_resource_definitions_secrets_secrets_proto_rawDescGZIP (line 919) | func file_resource_definitions_secrets_secrets_proto_rawDescGZIP() []byte { function init (line 981) | func init() { file_resource_definitions_secrets_secrets_proto_init() } function file_resource_definitions_secrets_secrets_proto_init (line 982) | func file_resource_definitions_secrets_secrets_proto_init() { FILE: pkg/machinery/api/resource/definitions/secrets/secrets_vtproto.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) method MarshalVT (line 25) | func (m *APICertsSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 38) | func (m *APICertsSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 43) | func (m *APICertsSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 136) | func (m *CertSANSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 149) | func (m *CertSANSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 154) | func (m *CertSANSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 209) | func (m *EncryptionSaltSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 222) | func (m *EncryptionSaltSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 227) | func (m *EncryptionSaltSpec) MarshalToSizedBufferVT(dAtA []byte) (int, e... method MarshalVT (line 249) | func (m *EtcdCertsSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 262) | func (m *EtcdCertsSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 267) | func (m *EtcdCertsSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 370) | func (m *EtcdRootSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 383) | func (m *EtcdRootSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 388) | func (m *EtcdRootSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 425) | func (m *KubeletSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 438) | func (m *KubeletSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 443) | func (m *KubeletSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 518) | func (m *KubernetesCertsSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 531) | func (m *KubernetesCertsSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 536) | func (m *KubernetesCertsSpec) MarshalToSizedBufferVT(dAtA []byte) (int, ... method MarshalVT (line 579) | func (m *KubernetesDynamicCertsSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 592) | func (m *KubernetesDynamicCertsSpec) MarshalToVT(dAtA []byte) (int, erro... method MarshalToSizedBufferVT (line 597) | func (m *KubernetesDynamicCertsSpec) MarshalToSizedBufferVT(dAtA []byte)... method MarshalVT (line 678) | func (m *KubernetesRootSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 691) | func (m *KubernetesRootSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 696) | func (m *KubernetesRootSpec) MarshalToSizedBufferVT(dAtA []byte) (int, e... method MarshalVT (line 920) | func (m *MaintenanceRootSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 933) | func (m *MaintenanceRootSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 938) | func (m *MaintenanceRootSpec) MarshalToSizedBufferVT(dAtA []byte) (int, ... method MarshalVT (line 975) | func (m *OSRootSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 988) | func (m *OSRootSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 993) | func (m *OSRootSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 1094) | func (m *TrustdCertsSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 1107) | func (m *TrustdCertsSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 1112) | func (m *TrustdCertsSpec) MarshalToSizedBufferVT(dAtA []byte) (int, erro... method SizeVT (line 1173) | func (m *APICertsSpec) SizeVT() (n int) { method SizeVT (line 1218) | func (m *CertSANSpec) SizeVT() (n int) { method SizeVT (line 1250) | func (m *EncryptionSaltSpec) SizeVT() (n int) { method SizeVT (line 1264) | func (m *EtcdCertsSpec) SizeVT() (n int) { method SizeVT (line 1314) | func (m *EtcdRootSpec) SizeVT() (n int) { method SizeVT (line 1334) | func (m *KubeletSpec) SizeVT() (n int) { method SizeVT (line 1374) | func (m *KubernetesCertsSpec) SizeVT() (n int) { method SizeVT (line 1400) | func (m *KubernetesDynamicCertsSpec) SizeVT() (n int) { method SizeVT (line 1440) | func (m *KubernetesRootSpec) SizeVT() (n int) { method SizeVT (line 1554) | func (m *MaintenanceRootSpec) SizeVT() (n int) { method SizeVT (line 1574) | func (m *OSRootSpec) SizeVT() (n int) { method SizeVT (line 1628) | func (m *TrustdCertsSpec) SizeVT() (n int) { method UnmarshalVT (line 1660) | func (m *APICertsSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1861) | func (m *CertSANSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 2018) | func (m *EncryptionSaltSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 2103) | func (m *EtcdCertsSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 2330) | func (m *EtcdRootSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 2425) | func (m *KubeletSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 2626) | func (m *KubernetesCertsSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 2805) | func (m *KubernetesDynamicCertsSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 2988) | func (m *KubernetesRootSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 3567) | func (m *MaintenanceRootSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 3662) | func (m *OSRootSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 3905) | func (m *TrustdCertsSpec) UnmarshalVT(dAtA []byte) error { FILE: pkg/machinery/api/resource/definitions/security/security.pb.go constant _ (line 21) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 23) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type ImageKeylessVerifierSpec (line 27) | type ImageKeylessVerifierSpec struct method Reset (line 36) | func (x *ImageKeylessVerifierSpec) Reset() { method String (line 43) | func (x *ImageKeylessVerifierSpec) String() string { method ProtoMessage (line 47) | func (*ImageKeylessVerifierSpec) ProtoMessage() {} method ProtoReflect (line 49) | func (x *ImageKeylessVerifierSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 62) | func (*ImageKeylessVerifierSpec) Descriptor() ([]byte, []int) { method GetIssuer (line 66) | func (x *ImageKeylessVerifierSpec) GetIssuer() string { method GetSubject (line 73) | func (x *ImageKeylessVerifierSpec) GetSubject() string { method GetSubjectRegex (line 80) | func (x *ImageKeylessVerifierSpec) GetSubjectRegex() string { type ImagePublicKeyVerifierSpec (line 88) | type ImagePublicKeyVerifierSpec struct method Reset (line 95) | func (x *ImagePublicKeyVerifierSpec) Reset() { method String (line 102) | func (x *ImagePublicKeyVerifierSpec) String() string { method ProtoMessage (line 106) | func (*ImagePublicKeyVerifierSpec) ProtoMessage() {} method ProtoReflect (line 108) | func (x *ImagePublicKeyVerifierSpec) ProtoReflect() protoreflect.Messa... method Descriptor (line 121) | func (*ImagePublicKeyVerifierSpec) Descriptor() ([]byte, []int) { method GetCertificate (line 125) | func (x *ImagePublicKeyVerifierSpec) GetCertificate() string { type ImageVerificationRuleSpec (line 133) | type ImageVerificationRuleSpec struct method Reset (line 144) | func (x *ImageVerificationRuleSpec) Reset() { method String (line 151) | func (x *ImageVerificationRuleSpec) String() string { method ProtoMessage (line 155) | func (*ImageVerificationRuleSpec) ProtoMessage() {} method ProtoReflect (line 157) | func (x *ImageVerificationRuleSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 170) | func (*ImageVerificationRuleSpec) Descriptor() ([]byte, []int) { method GetImagePattern (line 174) | func (x *ImageVerificationRuleSpec) GetImagePattern() string { method GetSkip (line 181) | func (x *ImageVerificationRuleSpec) GetSkip() bool { method GetDeny (line 188) | func (x *ImageVerificationRuleSpec) GetDeny() bool { method GetKeylessVerifier (line 195) | func (x *ImageVerificationRuleSpec) GetKeylessVerifier() *ImageKeyless... method GetPublicKeyVerifier (line 202) | func (x *ImageVerificationRuleSpec) GetPublicKeyVerifier() *ImagePubli... type TUFTrustedRootSpec (line 210) | type TUFTrustedRootSpec struct method Reset (line 218) | func (x *TUFTrustedRootSpec) Reset() { method String (line 225) | func (x *TUFTrustedRootSpec) String() string { method ProtoMessage (line 229) | func (*TUFTrustedRootSpec) ProtoMessage() {} method ProtoReflect (line 231) | func (x *TUFTrustedRootSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 244) | func (*TUFTrustedRootSpec) Descriptor() ([]byte, []int) { method GetLastRefreshTime (line 248) | func (x *TUFTrustedRootSpec) GetLastRefreshTime() *timestamppb.Timesta... method GetJsonData (line 255) | func (x *TUFTrustedRootSpec) GetJsonData() string { constant file_resource_definitions_security_security_proto_rawDesc (line 264) | file_resource_definitions_security_security_proto_rawDesc = "" + function file_resource_definitions_security_security_proto_rawDescGZIP (line 289) | func file_resource_definitions_security_security_proto_rawDescGZIP() []b... function init (line 315) | func init() { file_resource_definitions_security_security_proto_init() } function file_resource_definitions_security_security_proto_init (line 316) | func file_resource_definitions_security_security_proto_init() { FILE: pkg/machinery/api/resource/definitions/security/security_vtproto.pb.go constant _ (line 19) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 21) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) method MarshalVT (line 24) | func (m *ImageKeylessVerifierSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 37) | func (m *ImageKeylessVerifierSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 42) | func (m *ImageKeylessVerifierSpec) MarshalToSizedBufferVT(dAtA []byte) (... method MarshalVT (line 78) | func (m *ImagePublicKeyVerifierSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 91) | func (m *ImagePublicKeyVerifierSpec) MarshalToVT(dAtA []byte) (int, erro... method MarshalToSizedBufferVT (line 96) | func (m *ImagePublicKeyVerifierSpec) MarshalToSizedBufferVT(dAtA []byte)... method MarshalVT (line 118) | func (m *ImageVerificationRuleSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 131) | func (m *ImageVerificationRuleSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 136) | func (m *ImageVerificationRuleSpec) MarshalToSizedBufferVT(dAtA []byte) ... method MarshalVT (line 198) | func (m *TUFTrustedRootSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 211) | func (m *TUFTrustedRootSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 216) | func (m *TUFTrustedRootSpec) MarshalToSizedBufferVT(dAtA []byte) (int, e... method SizeVT (line 248) | func (m *ImageKeylessVerifierSpec) SizeVT() (n int) { method SizeVT (line 270) | func (m *ImagePublicKeyVerifierSpec) SizeVT() (n int) { method SizeVT (line 284) | func (m *ImageVerificationRuleSpec) SizeVT() (n int) { method SizeVT (line 312) | func (m *TUFTrustedRootSpec) SizeVT() (n int) { method UnmarshalVT (line 330) | func (m *ImageKeylessVerifierSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 477) | func (m *ImagePublicKeyVerifierSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 560) | func (m *ImageVerificationRuleSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 755) | func (m *TUFTrustedRootSpec) UnmarshalVT(dAtA []byte) error { FILE: pkg/machinery/api/resource/definitions/siderolink/siderolink.pb.go constant _ (line 22) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 24) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type ConfigSpec (line 28) | type ConfigSpec struct method Reset (line 39) | func (x *ConfigSpec) Reset() { method String (line 46) | func (x *ConfigSpec) String() string { method ProtoMessage (line 50) | func (*ConfigSpec) ProtoMessage() {} method ProtoReflect (line 52) | func (x *ConfigSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 65) | func (*ConfigSpec) Descriptor() ([]byte, []int) { method GetApiEndpoint (line 69) | func (x *ConfigSpec) GetApiEndpoint() string { method GetHost (line 76) | func (x *ConfigSpec) GetHost() string { method GetJoinToken (line 83) | func (x *ConfigSpec) GetJoinToken() string { method GetInsecure (line 90) | func (x *ConfigSpec) GetInsecure() bool { method GetTunnel (line 97) | func (x *ConfigSpec) GetTunnel() bool { type StatusSpec (line 105) | type StatusSpec struct method Reset (line 115) | func (x *StatusSpec) Reset() { method String (line 122) | func (x *StatusSpec) String() string { method ProtoMessage (line 126) | func (*StatusSpec) ProtoMessage() {} method ProtoReflect (line 128) | func (x *StatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 141) | func (*StatusSpec) Descriptor() ([]byte, []int) { method GetHost (line 145) | func (x *StatusSpec) GetHost() string { method GetConnected (line 152) | func (x *StatusSpec) GetConnected() bool { method GetLinkName (line 159) | func (x *StatusSpec) GetLinkName() string { method GetGrpcTunnel (line 166) | func (x *StatusSpec) GetGrpcTunnel() bool { type TunnelSpec (line 174) | type TunnelSpec struct method Reset (line 184) | func (x *TunnelSpec) Reset() { method String (line 191) | func (x *TunnelSpec) String() string { method ProtoMessage (line 195) | func (*TunnelSpec) ProtoMessage() {} method ProtoReflect (line 197) | func (x *TunnelSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 210) | func (*TunnelSpec) Descriptor() ([]byte, []int) { method GetApiEndpoint (line 214) | func (x *TunnelSpec) GetApiEndpoint() string { method GetLinkName (line 221) | func (x *TunnelSpec) GetLinkName() string { method GetMtu (line 228) | func (x *TunnelSpec) GetMtu() int64 { method GetNodeAddress (line 235) | func (x *TunnelSpec) GetNodeAddress() *common.NetIPPort { constant file_resource_definitions_siderolink_siderolink_proto_rawDesc (line 244) | file_resource_definitions_siderolink_siderolink_proto_rawDesc = "" + function file_resource_definitions_siderolink_siderolink_proto_rawDescGZIP (line 275) | func file_resource_definitions_siderolink_siderolink_proto_rawDescGZIP()... function init (line 298) | func init() { file_resource_definitions_siderolink_siderolink_proto_init... function file_resource_definitions_siderolink_siderolink_proto_init (line 299) | func file_resource_definitions_siderolink_siderolink_proto_init() { FILE: pkg/machinery/api/resource/definitions/siderolink/siderolink_vtproto.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) method MarshalVT (line 25) | func (m *ConfigSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 38) | func (m *ConfigSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 43) | func (m *ConfigSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 99) | func (m *StatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 112) | func (m *StatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 117) | func (m *StatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 166) | func (m *TunnelSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 179) | func (m *TunnelSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 184) | func (m *TunnelSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method SizeVT (line 240) | func (m *ConfigSpec) SizeVT() (n int) { method SizeVT (line 268) | func (m *StatusSpec) SizeVT() (n int) { method SizeVT (line 292) | func (m *TunnelSpec) SizeVT() (n int) { method UnmarshalVT (line 323) | func (m *ConfigSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 510) | func (m *StatusSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 665) | func (m *TunnelSpec) UnmarshalVT(dAtA []byte) error { FILE: pkg/machinery/api/resource/definitions/time/time.pb.go constant _ (line 21) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 23) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type AdjtimeStatusSpec (line 27) | type AdjtimeStatusSpec struct method Reset (line 41) | func (x *AdjtimeStatusSpec) Reset() { method String (line 48) | func (x *AdjtimeStatusSpec) String() string { method ProtoMessage (line 52) | func (*AdjtimeStatusSpec) ProtoMessage() {} method ProtoReflect (line 54) | func (x *AdjtimeStatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 67) | func (*AdjtimeStatusSpec) Descriptor() ([]byte, []int) { method GetOffset (line 71) | func (x *AdjtimeStatusSpec) GetOffset() *durationpb.Duration { method GetFrequencyAdjustmentRatio (line 78) | func (x *AdjtimeStatusSpec) GetFrequencyAdjustmentRatio() float64 { method GetMaxError (line 85) | func (x *AdjtimeStatusSpec) GetMaxError() *durationpb.Duration { method GetEstError (line 92) | func (x *AdjtimeStatusSpec) GetEstError() *durationpb.Duration { method GetStatus (line 99) | func (x *AdjtimeStatusSpec) GetStatus() string { method GetConstant (line 106) | func (x *AdjtimeStatusSpec) GetConstant() int64 { method GetSyncStatus (line 113) | func (x *AdjtimeStatusSpec) GetSyncStatus() bool { method GetState (line 120) | func (x *AdjtimeStatusSpec) GetState() string { type StatusSpec (line 128) | type StatusSpec struct method Reset (line 137) | func (x *StatusSpec) Reset() { method String (line 144) | func (x *StatusSpec) String() string { method ProtoMessage (line 148) | func (*StatusSpec) ProtoMessage() {} method ProtoReflect (line 150) | func (x *StatusSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 163) | func (*StatusSpec) Descriptor() ([]byte, []int) { method GetSynced (line 167) | func (x *StatusSpec) GetSynced() bool { method GetEpoch (line 174) | func (x *StatusSpec) GetEpoch() int64 { method GetSyncDisabled (line 181) | func (x *StatusSpec) GetSyncDisabled() bool { constant file_resource_definitions_time_time_proto_rawDesc (line 190) | file_resource_definitions_time_time_proto_rawDesc = "" + function file_resource_definitions_time_time_proto_rawDescGZIP (line 215) | func file_resource_definitions_time_time_proto_rawDescGZIP() []byte { function init (line 239) | func init() { file_resource_definitions_time_time_proto_init() } function file_resource_definitions_time_time_proto_init (line 240) | func file_resource_definitions_time_time_proto_init() { FILE: pkg/machinery/api/resource/definitions/time/time_vtproto.pb.go constant _ (line 21) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 23) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) method MarshalVT (line 26) | func (m *AdjtimeStatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 39) | func (m *AdjtimeStatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 44) | func (m *AdjtimeStatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int, er... method MarshalVT (line 124) | func (m *StatusSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 137) | func (m *StatusSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 142) | func (m *StatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method SizeVT (line 182) | func (m *AdjtimeStatusSpec) SizeVT() (n int) { method SizeVT (line 221) | func (m *StatusSpec) SizeVT() (n int) { method UnmarshalVT (line 240) | func (m *AdjtimeStatusSpec) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 513) | func (m *StatusSpec) UnmarshalVT(dAtA []byte) error { FILE: pkg/machinery/api/resource/definitions/v1alpha1/v1alpha1.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type ServiceSpec (line 26) | type ServiceSpec struct method Reset (line 35) | func (x *ServiceSpec) Reset() { method String (line 42) | func (x *ServiceSpec) String() string { method ProtoMessage (line 46) | func (*ServiceSpec) ProtoMessage() {} method ProtoReflect (line 48) | func (x *ServiceSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 61) | func (*ServiceSpec) Descriptor() ([]byte, []int) { method GetRunning (line 65) | func (x *ServiceSpec) GetRunning() bool { method GetHealthy (line 72) | func (x *ServiceSpec) GetHealthy() bool { method GetUnknown (line 79) | func (x *ServiceSpec) GetUnknown() bool { constant file_resource_definitions_v1alpha1_v1alpha1_proto_rawDesc (line 88) | file_resource_definitions_v1alpha1_v1alpha1_proto_rawDesc = "" + function file_resource_definitions_v1alpha1_v1alpha1_proto_rawDescGZIP (line 102) | func file_resource_definitions_v1alpha1_v1alpha1_proto_rawDescGZIP() []b... function init (line 121) | func init() { file_resource_definitions_v1alpha1_v1alpha1_proto_init() } function file_resource_definitions_v1alpha1_v1alpha1_proto_init (line 122) | func file_resource_definitions_v1alpha1_v1alpha1_proto_init() { FILE: pkg/machinery/api/resource/definitions/v1alpha1/v1alpha1_vtproto.pb.go constant _ (line 17) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 19) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) method MarshalVT (line 22) | func (m *ServiceSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 35) | func (m *ServiceSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 40) | func (m *ServiceSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method SizeVT (line 85) | func (m *ServiceSpec) SizeVT() (n int) { method UnmarshalVT (line 104) | func (m *ServiceSpec) UnmarshalVT(dAtA []byte) error { FILE: pkg/machinery/api/resource/network/device_config.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type DeviceConfigSpecSpec (line 26) | type DeviceConfigSpecSpec struct method Reset (line 34) | func (x *DeviceConfigSpecSpec) Reset() { method String (line 41) | func (x *DeviceConfigSpecSpec) String() string { method ProtoMessage (line 45) | func (*DeviceConfigSpecSpec) ProtoMessage() {} method ProtoReflect (line 47) | func (x *DeviceConfigSpecSpec) ProtoReflect() protoreflect.Message { method Descriptor (line 60) | func (*DeviceConfigSpecSpec) Descriptor() ([]byte, []int) { method GetYamlMarshalled (line 64) | func (x *DeviceConfigSpecSpec) GetYamlMarshalled() []byte { constant file_resource_network_device_config_proto_rawDesc (line 73) | file_resource_network_device_config_proto_rawDesc = "" + function file_resource_network_device_config_proto_rawDescGZIP (line 85) | func file_resource_network_device_config_proto_rawDescGZIP() []byte { function init (line 104) | func init() { file_resource_network_device_config_proto_init() } function file_resource_network_device_config_proto_init (line 105) | func file_resource_network_device_config_proto_init() { FILE: pkg/machinery/api/resource/network/device_config_vtproto.pb.go constant _ (line 17) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 19) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) method MarshalVT (line 22) | func (m *DeviceConfigSpecSpec) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 35) | func (m *DeviceConfigSpecSpec) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 40) | func (m *DeviceConfigSpecSpec) MarshalToSizedBufferVT(dAtA []byte) (int,... method SizeVT (line 62) | func (m *DeviceConfigSpecSpec) SizeVT() (n int) { method UnmarshalVT (line 76) | func (m *DeviceConfigSpecSpec) UnmarshalVT(dAtA []byte) error { FILE: pkg/machinery/api/security/security.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type CertificateRequest (line 26) | type CertificateRequest struct method Reset (line 34) | func (x *CertificateRequest) Reset() { method String (line 41) | func (x *CertificateRequest) String() string { method ProtoMessage (line 45) | func (*CertificateRequest) ProtoMessage() {} method ProtoReflect (line 47) | func (x *CertificateRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 60) | func (*CertificateRequest) Descriptor() ([]byte, []int) { method GetCsr (line 64) | func (x *CertificateRequest) GetCsr() []byte { type CertificateResponse (line 72) | type CertificateResponse struct method Reset (line 82) | func (x *CertificateResponse) Reset() { method String (line 89) | func (x *CertificateResponse) String() string { method ProtoMessage (line 93) | func (*CertificateResponse) ProtoMessage() {} method ProtoReflect (line 95) | func (x *CertificateResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 108) | func (*CertificateResponse) Descriptor() ([]byte, []int) { method GetCa (line 112) | func (x *CertificateResponse) GetCa() []byte { method GetCrt (line 119) | func (x *CertificateResponse) GetCrt() []byte { constant file_security_security_proto_rawDesc (line 128) | file_security_security_proto_rawDesc = "" + function file_security_security_proto_rawDescGZIP (line 145) | func file_security_security_proto_rawDescGZIP() []byte { function init (line 167) | func init() { file_security_security_proto_init() } function file_security_security_proto_init (line 168) | func file_security_security_proto_init() { FILE: pkg/machinery/api/security/security_grpc.pb.go constant _ (line 20) | _ = grpc.SupportPackageIsVersion9 constant SecurityService_Certificate_FullMethodName (line 23) | SecurityService_Certificate_FullMethodName = "/securityapi.SecurityServi... type SecurityServiceClient (line 31) | type SecurityServiceClient interface type securityServiceClient (line 35) | type securityServiceClient struct method Certificate (line 43) | func (c *securityServiceClient) Certificate(ctx context.Context, in *C... function NewSecurityServiceClient (line 39) | func NewSecurityServiceClient(cc grpc.ClientConnInterface) SecurityServi... type SecurityServiceServer (line 58) | type SecurityServiceServer interface type UnimplementedSecurityServiceServer (line 68) | type UnimplementedSecurityServiceServer struct method Certificate (line 70) | func (UnimplementedSecurityServiceServer) Certificate(context.Context,... method mustEmbedUnimplementedSecurityServiceServer (line 73) | func (UnimplementedSecurityServiceServer) mustEmbedUnimplementedSecuri... method testEmbeddedByValue (line 74) | func (UnimplementedSecurityServiceServer) testEmbeddedByValue() ... type UnsafeSecurityServiceServer (line 79) | type UnsafeSecurityServiceServer interface function RegisterSecurityServiceServer (line 83) | func RegisterSecurityServiceServer(s grpc.ServiceRegistrar, srv Security... function _SecurityService_Certificate_Handler (line 94) | func _SecurityService_Certificate_Handler(srv interface{}, ctx context.C... FILE: pkg/machinery/api/security/security_vtproto.pb.go constant _ (line 17) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 19) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) method MarshalVT (line 22) | func (m *CertificateRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 35) | func (m *CertificateRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 40) | func (m *CertificateRequest) MarshalToSizedBufferVT(dAtA []byte) (int, e... method MarshalVT (line 62) | func (m *CertificateResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 75) | func (m *CertificateResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 80) | func (m *CertificateResponse) MarshalToSizedBufferVT(dAtA []byte) (int, ... method SizeVT (line 109) | func (m *CertificateRequest) SizeVT() (n int) { method SizeVT (line 123) | func (m *CertificateResponse) SizeVT() (n int) { method UnmarshalVT (line 141) | func (m *CertificateRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 226) | func (m *CertificateResponse) UnmarshalVT(dAtA []byte) error { FILE: pkg/machinery/api/storage/storage.pb.go constant _ (line 23) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 25) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type Disk_DiskType (line 28) | type Disk_DiskType method Enum (line 59) | func (x Disk_DiskType) Enum() *Disk_DiskType { method String (line 65) | func (x Disk_DiskType) String() string { method Descriptor (line 69) | func (Disk_DiskType) Descriptor() protoreflect.EnumDescriptor { method Type (line 73) | func (Disk_DiskType) Type() protoreflect.EnumType { method Number (line 77) | func (x Disk_DiskType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 82) | func (Disk_DiskType) EnumDescriptor() ([]byte, []int) { constant Disk_UNKNOWN (line 31) | Disk_UNKNOWN Disk_DiskType = 0 constant Disk_SSD (line 32) | Disk_SSD Disk_DiskType = 1 constant Disk_HDD (line 33) | Disk_HDD Disk_DiskType = 2 constant Disk_NVME (line 34) | Disk_NVME Disk_DiskType = 3 constant Disk_SD (line 35) | Disk_SD Disk_DiskType = 4 constant Disk_CD (line 36) | Disk_CD Disk_DiskType = 5 type BlockDeviceWipeDescriptor_Method (line 86) | type BlockDeviceWipeDescriptor_Method method Enum (line 107) | func (x BlockDeviceWipeDescriptor_Method) Enum() *BlockDeviceWipeDescr... method String (line 113) | func (x BlockDeviceWipeDescriptor_Method) String() string { method Descriptor (line 117) | func (BlockDeviceWipeDescriptor_Method) Descriptor() protoreflect.Enum... method Type (line 121) | func (BlockDeviceWipeDescriptor_Method) Type() protoreflect.EnumType { method Number (line 125) | func (x BlockDeviceWipeDescriptor_Method) Number() protoreflect.EnumNu... method EnumDescriptor (line 130) | func (BlockDeviceWipeDescriptor_Method) EnumDescriptor() ([]byte, []in... constant BlockDeviceWipeDescriptor_FAST (line 90) | BlockDeviceWipeDescriptor_FAST BlockDeviceWipeDescriptor_Method = 0 constant BlockDeviceWipeDescriptor_ZEROES (line 92) | BlockDeviceWipeDescriptor_ZEROES BlockDeviceWipeDescriptor_Method = 1 type Disk (line 135) | type Disk struct method Reset (line 167) | func (x *Disk) Reset() { method String (line 174) | func (x *Disk) String() string { method ProtoMessage (line 178) | func (*Disk) ProtoMessage() {} method ProtoReflect (line 180) | func (x *Disk) ProtoReflect() protoreflect.Message { method Descriptor (line 193) | func (*Disk) Descriptor() ([]byte, []int) { method GetSize (line 197) | func (x *Disk) GetSize() uint64 { method GetModel (line 204) | func (x *Disk) GetModel() string { method GetDeviceName (line 211) | func (x *Disk) GetDeviceName() string { method GetName (line 218) | func (x *Disk) GetName() string { method GetSerial (line 225) | func (x *Disk) GetSerial() string { method GetModalias (line 232) | func (x *Disk) GetModalias() string { method GetUuid (line 239) | func (x *Disk) GetUuid() string { method GetWwid (line 246) | func (x *Disk) GetWwid() string { method GetType (line 253) | func (x *Disk) GetType() Disk_DiskType { method GetBusPath (line 260) | func (x *Disk) GetBusPath() string { method GetSystemDisk (line 267) | func (x *Disk) GetSystemDisk() bool { method GetSubsystem (line 274) | func (x *Disk) GetSubsystem() string { method GetReadonly (line 281) | func (x *Disk) GetReadonly() bool { type Disks (line 289) | type Disks struct method Reset (line 297) | func (x *Disks) Reset() { method String (line 304) | func (x *Disks) String() string { method ProtoMessage (line 308) | func (*Disks) ProtoMessage() {} method ProtoReflect (line 310) | func (x *Disks) ProtoReflect() protoreflect.Message { method Descriptor (line 323) | func (*Disks) Descriptor() ([]byte, []int) { method GetMetadata (line 327) | func (x *Disks) GetMetadata() *common.Metadata { method GetDisks (line 334) | func (x *Disks) GetDisks() []*Disk { type DisksResponse (line 341) | type DisksResponse struct method Reset (line 348) | func (x *DisksResponse) Reset() { method String (line 355) | func (x *DisksResponse) String() string { method ProtoMessage (line 359) | func (*DisksResponse) ProtoMessage() {} method ProtoReflect (line 361) | func (x *DisksResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 374) | func (*DisksResponse) Descriptor() ([]byte, []int) { method GetMessages (line 378) | func (x *DisksResponse) GetMessages() []*Disks { type BlockDeviceWipeRequest (line 385) | type BlockDeviceWipeRequest struct method Reset (line 392) | func (x *BlockDeviceWipeRequest) Reset() { method String (line 399) | func (x *BlockDeviceWipeRequest) String() string { method ProtoMessage (line 403) | func (*BlockDeviceWipeRequest) ProtoMessage() {} method ProtoReflect (line 405) | func (x *BlockDeviceWipeRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 418) | func (*BlockDeviceWipeRequest) Descriptor() ([]byte, []int) { method GetDevices (line 422) | func (x *BlockDeviceWipeRequest) GetDevices() []*BlockDeviceWipeDescri... type BlockDeviceWipeDescriptor (line 434) | type BlockDeviceWipeDescriptor struct method Reset (line 452) | func (x *BlockDeviceWipeDescriptor) Reset() { method String (line 459) | func (x *BlockDeviceWipeDescriptor) String() string { method ProtoMessage (line 463) | func (*BlockDeviceWipeDescriptor) ProtoMessage() {} method ProtoReflect (line 465) | func (x *BlockDeviceWipeDescriptor) ProtoReflect() protoreflect.Message { method Descriptor (line 478) | func (*BlockDeviceWipeDescriptor) Descriptor() ([]byte, []int) { method GetDevice (line 482) | func (x *BlockDeviceWipeDescriptor) GetDevice() string { method GetMethod (line 489) | func (x *BlockDeviceWipeDescriptor) GetMethod() BlockDeviceWipeDescrip... method GetSkipVolumeCheck (line 496) | func (x *BlockDeviceWipeDescriptor) GetSkipVolumeCheck() bool { method GetSkipSecondaryCheck (line 503) | func (x *BlockDeviceWipeDescriptor) GetSkipSecondaryCheck() bool { method GetDropPartition (line 510) | func (x *BlockDeviceWipeDescriptor) GetDropPartition() bool { type BlockDeviceWipeResponse (line 517) | type BlockDeviceWipeResponse struct method Reset (line 524) | func (x *BlockDeviceWipeResponse) Reset() { method String (line 531) | func (x *BlockDeviceWipeResponse) String() string { method ProtoMessage (line 535) | func (*BlockDeviceWipeResponse) ProtoMessage() {} method ProtoReflect (line 537) | func (x *BlockDeviceWipeResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 550) | func (*BlockDeviceWipeResponse) Descriptor() ([]byte, []int) { method GetMessages (line 554) | func (x *BlockDeviceWipeResponse) GetMessages() []*BlockDeviceWipe { type BlockDeviceWipe (line 561) | type BlockDeviceWipe struct method Reset (line 568) | func (x *BlockDeviceWipe) Reset() { method String (line 575) | func (x *BlockDeviceWipe) String() string { method ProtoMessage (line 579) | func (*BlockDeviceWipe) ProtoMessage() {} method ProtoReflect (line 581) | func (x *BlockDeviceWipe) ProtoReflect() protoreflect.Message { method Descriptor (line 594) | func (*BlockDeviceWipe) Descriptor() ([]byte, []int) { method GetMetadata (line 598) | func (x *BlockDeviceWipe) GetMetadata() *common.Metadata { constant file_storage_storage_proto_rawDesc (line 607) | file_storage_storage_proto_rawDesc = "" + function file_storage_storage_proto_rawDescGZIP (line 665) | func file_storage_storage_proto_rawDescGZIP() []byte { function init (line 707) | func init() { file_storage_storage_proto_init() } function file_storage_storage_proto_init (line 708) | func file_storage_storage_proto_init() { FILE: pkg/machinery/api/storage/storage_grpc.pb.go constant _ (line 21) | _ = grpc.SupportPackageIsVersion9 constant StorageService_Disks_FullMethodName (line 24) | StorageService_Disks_FullMethodName = "/storage.StorageService... constant StorageService_BlockDeviceWipe_FullMethodName (line 25) | StorageService_BlockDeviceWipe_FullMethodName = "/storage.StorageService... type StorageServiceClient (line 33) | type StorageServiceClient interface type storageServiceClient (line 43) | type storageServiceClient struct method Disks (line 51) | func (c *storageServiceClient) Disks(ctx context.Context, in *emptypb.... method BlockDeviceWipe (line 61) | func (c *storageServiceClient) BlockDeviceWipe(ctx context.Context, in... function NewStorageServiceClient (line 47) | func NewStorageServiceClient(cc grpc.ClientConnInterface) StorageService... type StorageServiceServer (line 76) | type StorageServiceServer interface type UnimplementedStorageServiceServer (line 92) | type UnimplementedStorageServiceServer struct method Disks (line 94) | func (UnimplementedStorageServiceServer) Disks(context.Context, *empty... method BlockDeviceWipe (line 97) | func (UnimplementedStorageServiceServer) BlockDeviceWipe(context.Conte... method mustEmbedUnimplementedStorageServiceServer (line 100) | func (UnimplementedStorageServiceServer) mustEmbedUnimplementedStorage... method testEmbeddedByValue (line 101) | func (UnimplementedStorageServiceServer) testEmbeddedByValue() ... type UnsafeStorageServiceServer (line 106) | type UnsafeStorageServiceServer interface function RegisterStorageServiceServer (line 110) | func RegisterStorageServiceServer(s grpc.ServiceRegistrar, srv StorageSe... function _StorageService_Disks_Handler (line 121) | func _StorageService_Disks_Handler(srv interface{}, ctx context.Context,... function _StorageService_BlockDeviceWipe_Handler (line 139) | func _StorageService_BlockDeviceWipe_Handler(srv interface{}, ctx contex... FILE: pkg/machinery/api/storage/storage_vtproto.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) method MarshalVT (line 25) | func (m *Disk) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 38) | func (m *Disk) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 43) | func (m *Disk) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 151) | func (m *Disks) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 164) | func (m *Disks) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 169) | func (m *Disks) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 218) | func (m *DisksResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 231) | func (m *DisksResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 236) | func (m *DisksResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 263) | func (m *BlockDeviceWipeRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 276) | func (m *BlockDeviceWipeRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 281) | func (m *BlockDeviceWipeRequest) MarshalToSizedBufferVT(dAtA []byte) (in... method MarshalVT (line 308) | func (m *BlockDeviceWipeDescriptor) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 321) | func (m *BlockDeviceWipeDescriptor) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 326) | func (m *BlockDeviceWipeDescriptor) MarshalToSizedBufferVT(dAtA []byte) ... method MarshalVT (line 383) | func (m *BlockDeviceWipeResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 396) | func (m *BlockDeviceWipeResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 401) | func (m *BlockDeviceWipeResponse) MarshalToSizedBufferVT(dAtA []byte) (i... method MarshalVT (line 428) | func (m *BlockDeviceWipe) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 441) | func (m *BlockDeviceWipe) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 446) | func (m *BlockDeviceWipe) MarshalToSizedBufferVT(dAtA []byte) (int, erro... method SizeVT (line 483) | func (m *Disk) SizeVT() (n int) { method SizeVT (line 541) | func (m *Disks) SizeVT() (n int) { method SizeVT (line 567) | func (m *DisksResponse) SizeVT() (n int) { method SizeVT (line 583) | func (m *BlockDeviceWipeRequest) SizeVT() (n int) { method SizeVT (line 599) | func (m *BlockDeviceWipeDescriptor) SizeVT() (n int) { method SizeVT (line 625) | func (m *BlockDeviceWipeResponse) SizeVT() (n int) { method SizeVT (line 641) | func (m *BlockDeviceWipe) SizeVT() (n int) { method UnmarshalVT (line 661) | func (m *Disk) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1078) | func (m *Disks) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1207) | func (m *DisksResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1292) | func (m *BlockDeviceWipeRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1377) | func (m *BlockDeviceWipeDescriptor) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1539) | func (m *BlockDeviceWipeResponse) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 1624) | func (m *BlockDeviceWipe) UnmarshalVT(dAtA []byte) error { FILE: pkg/machinery/api/time/time.pb.go constant _ (line 24) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 26) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type TimeRequest (line 30) | type TimeRequest struct method Reset (line 37) | func (x *TimeRequest) Reset() { method String (line 44) | func (x *TimeRequest) String() string { method ProtoMessage (line 48) | func (*TimeRequest) ProtoMessage() {} method ProtoReflect (line 50) | func (x *TimeRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 63) | func (*TimeRequest) Descriptor() ([]byte, []int) { method GetServer (line 67) | func (x *TimeRequest) GetServer() string { type Time (line 74) | type Time struct method Reset (line 84) | func (x *Time) Reset() { method String (line 91) | func (x *Time) String() string { method ProtoMessage (line 95) | func (*Time) ProtoMessage() {} method ProtoReflect (line 97) | func (x *Time) ProtoReflect() protoreflect.Message { method Descriptor (line 110) | func (*Time) Descriptor() ([]byte, []int) { method GetMetadata (line 114) | func (x *Time) GetMetadata() *common.Metadata { method GetServer (line 121) | func (x *Time) GetServer() string { method GetLocaltime (line 128) | func (x *Time) GetLocaltime() *timestamppb.Timestamp { method GetRemotetime (line 135) | func (x *Time) GetRemotetime() *timestamppb.Timestamp { type TimeResponse (line 143) | type TimeResponse struct method Reset (line 150) | func (x *TimeResponse) Reset() { method String (line 157) | func (x *TimeResponse) String() string { method ProtoMessage (line 161) | func (*TimeResponse) ProtoMessage() {} method ProtoReflect (line 163) | func (x *TimeResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 176) | func (*TimeResponse) Descriptor() ([]byte, []int) { method GetMessages (line 180) | func (x *TimeResponse) GetMessages() []*Time { constant file_time_time_proto_rawDesc (line 189) | file_time_time_proto_rawDesc = "" + function file_time_time_proto_rawDescGZIP (line 214) | func file_time_time_proto_rawDescGZIP() []byte { function init (line 246) | func init() { file_time_time_proto_init() } function file_time_time_proto_init (line 247) | func file_time_time_proto_init() { FILE: pkg/machinery/api/time/time_grpc.pb.go constant _ (line 21) | _ = grpc.SupportPackageIsVersion9 constant TimeService_Time_FullMethodName (line 24) | TimeService_Time_FullMethodName = "/time.TimeService/Time" constant TimeService_TimeCheck_FullMethodName (line 25) | TimeService_TimeCheck_FullMethodName = "/time.TimeService/TimeCheck" type TimeServiceClient (line 33) | type TimeServiceClient interface type timeServiceClient (line 38) | type timeServiceClient struct method Time (line 46) | func (c *timeServiceClient) Time(ctx context.Context, in *emptypb.Empt... method TimeCheck (line 56) | func (c *timeServiceClient) TimeCheck(ctx context.Context, in *TimeReq... function NewTimeServiceClient (line 42) | func NewTimeServiceClient(cc grpc.ClientConnInterface) TimeServiceClient { type TimeServiceServer (line 71) | type TimeServiceServer interface type UnimplementedTimeServiceServer (line 82) | type UnimplementedTimeServiceServer struct method Time (line 84) | func (UnimplementedTimeServiceServer) Time(context.Context, *emptypb.E... method TimeCheck (line 87) | func (UnimplementedTimeServiceServer) TimeCheck(context.Context, *Time... method mustEmbedUnimplementedTimeServiceServer (line 90) | func (UnimplementedTimeServiceServer) mustEmbedUnimplementedTimeServic... method testEmbeddedByValue (line 91) | func (UnimplementedTimeServiceServer) testEmbeddedByValue() ... type UnsafeTimeServiceServer (line 96) | type UnsafeTimeServiceServer interface function RegisterTimeServiceServer (line 100) | func RegisterTimeServiceServer(s grpc.ServiceRegistrar, srv TimeServiceS... function _TimeService_Time_Handler (line 111) | func _TimeService_Time_Handler(srv interface{}, ctx context.Context, dec... function _TimeService_TimeCheck_Handler (line 129) | func _TimeService_TimeCheck_Handler(srv interface{}, ctx context.Context... FILE: pkg/machinery/api/time/time_vtproto.pb.go constant _ (line 22) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 24) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) method MarshalVT (line 27) | func (m *TimeRequest) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 40) | func (m *TimeRequest) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 45) | func (m *TimeRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 67) | func (m *Time) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 80) | func (m *Time) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 85) | func (m *Time) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method MarshalVT (line 149) | func (m *TimeResponse) MarshalVT() (dAtA []byte, err error) { method MarshalToVT (line 162) | func (m *TimeResponse) MarshalToVT(dAtA []byte) (int, error) { method MarshalToSizedBufferVT (line 167) | func (m *TimeResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) { method SizeVT (line 194) | func (m *TimeRequest) SizeVT() (n int) { method SizeVT (line 208) | func (m *Time) SizeVT() (n int) { method SizeVT (line 240) | func (m *TimeResponse) SizeVT() (n int) { method UnmarshalVT (line 256) | func (m *TimeRequest) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 339) | func (m *Time) UnmarshalVT(dAtA []byte) error { method UnmarshalVT (line 538) | func (m *TimeResponse) UnmarshalVT(dAtA []byte) error { FILE: pkg/machinery/cel/build.go type Builder (line 17) | type Builder struct method NextID (line 33) | func (b *Builder) NextID() int64 { method ToBooleanExpression (line 40) | func (b *Builder) ToBooleanExpression(expr ast.Expr) (*Expression, err... function NewBuilder (line 25) | func NewBuilder(env *cel.Env) *Builder { FILE: pkg/machinery/cel/build_test.go function TestBuildDiskExpression (line 17) | func TestBuildDiskExpression(t *testing.T) { FILE: pkg/machinery/cel/cel.go type Expression (line 23) | type Expression struct method Merge (line 84) | func (expr *Expression) Merge(v any) error { method ParseBool (line 99) | func (expr *Expression) ParseBool(env *cel.Env) error { method ParseDouble (line 118) | func (expr *Expression) ParseDouble(env *cel.Env) error { method EvalBool (line 135) | func (expr Expression) EvalBool(env *cel.Env, values map[string]any) (... method EvalDouble (line 159) | func (expr Expression) EvalDouble(env *cel.Env, values map[string]any)... method MarshalText (line 183) | func (expr Expression) MarshalText() ([]byte, error) { method UnmarshalText (line 201) | func (expr *Expression) UnmarshalText(data []byte) error { method String (line 212) | func (expr Expression) String() string { method IsZero (line 222) | func (expr Expression) IsZero() bool { method MarshalProto (line 227) | func (expr Expression) MarshalProto() ([]byte, error) { method UnmarshalProto (line 241) | func (expr *Expression) UnmarshalProto(data []byte) error { function MustExpression (line 36) | func MustExpression(expr Expression, err error) Expression { function ParseBooleanExpression (line 45) | func ParseBooleanExpression(expression string, env *cel.Env) (Expression... function ParseDoubleExpression (line 55) | func ParseDoubleExpression(expression string, env *cel.Env) (Expression,... function parseExpressionWithOutputType (line 65) | func parseExpressionWithOutputType(expression string, env *cel.Env, expe... function init (line 256) | func init() { FILE: pkg/machinery/cel/cel_test.go function TestCELMarshal (line 19) | func TestCELMarshal(t *testing.T) { function TestCELEvalFromYAML (line 70) | func TestCELEvalFromYAML(t *testing.T) { FILE: pkg/machinery/cel/celenv/celenv.go type unitMultiplier (line 240) | type unitMultiplier struct function celUnitMultipliersConstants (line 262) | func celUnitMultipliersConstants() []cel.EnvOption { function celCgroupClassConstants (line 268) | func celCgroupClassConstants() []cel.EnvOption { FILE: pkg/machinery/cel/celenv/celenv_test.go function TestDiskLocator (line 17) | func TestDiskLocator(t *testing.T) { function TestVolumeLocator (line 48) | func TestVolumeLocator(t *testing.T) { function TestOOMCgroupScoring (line 79) | func TestOOMCgroupScoring(t *testing.T) { function TestOOMTrigger (line 102) | func TestOOMTrigger(t *testing.T) { function TestLinkLocator (line 125) | func TestLinkLocator(t *testing.T) { FILE: pkg/machinery/client/basic_auth.go type BasicAuth (line 15) | type BasicAuth struct method GetRequestMetadata (line 20) | func (c BasicAuth) GetRequestMetadata(ctx context.Context, url ...stri... function WithGRPCBasicAuth (line 29) | func WithGRPCBasicAuth(username, password string) grpc.DialOption { FILE: pkg/machinery/client/client.go type Client (line 38) | type Client struct method resolveConfigContext (line 56) | func (c *Client) resolveConfigContext() error { method GetConfigContext (line 95) | func (c *Client) GetConfigContext() *clientconfig.Context { method GetEndpoints (line 105) | func (c *Client) GetEndpoints() []string { method GetClusterName (line 131) | func (c *Client) GetClusterName() string { method Close (line 186) | func (c *Client) Close() error { method KubeconfigRaw (line 194) | func (c *Client) KubeconfigRaw(ctx context.Context) (io.ReadCloser, er... method extractKubeconfig (line 203) | func (c *Client) extractKubeconfig(r io.ReadCloser) ([]byte, error) { method Kubeconfig (line 240) | func (c *Client) Kubeconfig(ctx context.Context) ([]byte, error) { method ApplyConfiguration (line 250) | func (c *Client) ApplyConfiguration(ctx context.Context, req *machinea... method Disks (line 257) | func (c *Client) Disks(ctx context.Context, callOptions ...grpc.CallOp... method Stats (line 264) | func (c *Client) Stats(ctx context.Context, namespace string, driver c... method Containers (line 277) | func (c *Client) Containers(ctx context.Context, namespace string, dri... method Restart (line 291) | func (c *Client) Restart(ctx context.Context, namespace string, driver... method Reset (line 305) | func (c *Client) Reset(ctx context.Context, graceful, reboot bool) (er... method ResetGeneric (line 315) | func (c *Client) ResetGeneric(ctx context.Context, req *machineapi.Res... method ResetGenericWithResponse (line 322) | func (c *Client) ResetGenericWithResponse(ctx context.Context, req *ma... method Reboot (line 352) | func (c *Client) Reboot(ctx context.Context, opts ...RebootMode) error { method RebootWithResponse (line 359) | func (c *Client) RebootWithResponse(ctx context.Context, opts ...Reboo... method Rollback (line 374) | func (c *Client) Rollback(ctx context.Context) (err error) { method Bootstrap (line 384) | func (c *Client) Bootstrap(ctx context.Context, req *machineapi.Bootst... method Shutdown (line 404) | func (c *Client) Shutdown(ctx context.Context, opts ...ShutdownOption)... method ShutdownWithResponse (line 411) | func (c *Client) ShutdownWithResponse(ctx context.Context, opts ...Shu... method Dmesg (line 427) | func (c *Client) Dmesg(ctx context.Context, follow, tail bool) (machin... method Logs (line 435) | func (c *Client) Logs(ctx context.Context, namespace string, driver co... method LogsContainers (line 448) | func (c *Client) LogsContainers(ctx context.Context, callOptions ...gr... method Version (line 459) | func (c *Client) Version(ctx context.Context, callOptions ...grpc.Call... method Processes (line 470) | func (c *Client) Processes(ctx context.Context, callOptions ...grpc.Ca... method Memory (line 481) | func (c *Client) Memory(ctx context.Context, callOptions ...grpc.CallO... method Mounts (line 492) | func (c *Client) Mounts(ctx context.Context, callOptions ...grpc.CallO... method LS (line 503) | func (c *Client) LS(ctx context.Context, req *machineapi.ListRequest) ... method DiskUsage (line 508) | func (c *Client) DiskUsage(ctx context.Context, req *machineapi.DiskUs... method Copy (line 516) | func (c *Client) Copy(ctx context.Context, rootPath string) (io.ReadCl... method Upgrade (line 581) | func (c *Client) Upgrade(ctx context.Context, image string, stage, for... method UpgradeWithOptions (line 595) | func (c *Client) UpgradeWithOptions(ctx context.Context, opts ...Upgra... method ServiceList (line 608) | func (c *Client) ServiceList(ctx context.Context, callOptions ...grpc.... method ServiceInfo (line 628) | func (c *Client) ServiceInfo(ctx context.Context, id string, callOptio... method ServiceStart (line 663) | func (c *Client) ServiceStart(ctx context.Context, id string, callOpti... method ServiceStop (line 674) | func (c *Client) ServiceStop(ctx context.Context, id string, callOptio... method ServiceRestart (line 685) | func (c *Client) ServiceRestart(ctx context.Context, id string, callOp... method Time (line 696) | func (c *Client) Time(ctx context.Context, callOptions ...grpc.CallOpt... method TimeCheck (line 707) | func (c *Client) TimeCheck(ctx context.Context, server string, callOpt... method Read (line 721) | func (c *Client) Read(ctx context.Context, path string) (io.ReadCloser... method ClusterHealthCheck (line 731) | func (c *Client) ClusterHealthCheck(ctx context.Context, waitTimeout t... method EtcdRemoveMemberByID (line 739) | func (c *Client) EtcdRemoveMemberByID(ctx context.Context, req *machin... method EtcdLeaveCluster (line 749) | func (c *Client) EtcdLeaveCluster(ctx context.Context, req *machineapi... method EtcdForfeitLeadership (line 759) | func (c *Client) EtcdForfeitLeadership(ctx context.Context, req *machi... method EtcdMemberList (line 766) | func (c *Client) EtcdMemberList(ctx context.Context, req *machineapi.E... method EtcdSnapshot (line 776) | func (c *Client) EtcdSnapshot(ctx context.Context, req *machineapi.Etc... method EtcdRecover (line 786) | func (c *Client) EtcdRecover(ctx context.Context, snapshot io.Reader, ... method EtcdAlarmList (line 831) | func (c *Client) EtcdAlarmList(ctx context.Context, opts ...grpc.CallO... method EtcdAlarmDisarm (line 840) | func (c *Client) EtcdAlarmDisarm(ctx context.Context, opts ...grpc.Cal... method EtcdDefragment (line 852) | func (c *Client) EtcdDefragment(ctx context.Context, opts ...grpc.Call... method EtcdStatus (line 861) | func (c *Client) EtcdStatus(ctx context.Context, opts ...grpc.CallOpti... method EtcdDowngradeCancel (line 870) | func (c *Client) EtcdDowngradeCancel(ctx context.Context, opts ...grpc... method EtcdDowngradeEnable (line 879) | func (c *Client) EtcdDowngradeEnable(ctx context.Context, req *machine... method EtcdDowngradeValidate (line 888) | func (c *Client) EtcdDowngradeValidate(ctx context.Context, req *machi... method GenerateClientConfiguration (line 895) | func (c *Client) GenerateClientConfiguration(ctx context.Context, req ... method PacketCapture (line 905) | func (c *Client) PacketCapture(ctx context.Context, req *machineapi.Pa... method Netstat (line 972) | func (c *Client) Netstat(ctx context.Context, req *machineapi.NetstatR... method MetaWrite (line 983) | func (c *Client) MetaWrite(ctx context.Context, key uint8, value []byt... method MetaDelete (line 999) | func (c *Client) MetaDelete(ctx context.Context, key uint8, callOption... method ImageList (line 1016) | func (c *Client) ImageList(ctx context.Context, namespace common.Conta... method ImagePull (line 1028) | func (c *Client) ImagePull(ctx context.Context, namespace common.Conta... method BlockDeviceWipe (line 1043) | func (c *Client) BlockDeviceWipe(ctx context.Context, req *storageapi.... function New (line 150) | func New(_ context.Context, opts ...OptionFunc) (c *Client, err error) { type RebootMode (line 332) | type RebootMode function WithRebootMode (line 335) | func WithRebootMode(mode machineapi.RebootRequest_Mode) func(req *machin... function WithPowerCycle (line 342) | func WithPowerCycle(req *machineapi.RebootRequest) { function WithForce (line 347) | func WithForce(req *machineapi.RebootRequest) { type ShutdownOption (line 394) | type ShutdownOption function WithShutdownForce (line 397) | func WithShutdownForce(force bool) ShutdownOption { type UpgradeOptions (line 528) | type UpgradeOptions struct type UpgradeOption (line 534) | type UpgradeOption function WithUpgradeImage (line 537) | func WithUpgradeImage(image string) UpgradeOption { function WithUpgradeRebootMode (line 544) | func WithUpgradeRebootMode(mode machineapi.UpgradeRequest_RebootMode) Up... function WithUpgradePreserve (line 551) | func WithUpgradePreserve(preserve bool) UpgradeOption { function WithUpgradeStage (line 558) | func WithUpgradeStage(stage bool) UpgradeOption { function WithUpgradeForce (line 565) | func WithUpgradeForce(force bool) UpgradeOption { function WithUpgradeGRPCCallOptions (line 572) | func WithUpgradeGRPCCallOptions(opts ...grpc.CallOption) UpgradeOption { type ServiceInfo (line 619) | type ServiceInfo struct type MachineStream (line 915) | type MachineStream interface function ReadStream (line 921) | func ReadStream(stream MachineStream) (io.ReadCloser, error) { function metaToErr (line 958) | func metaToErr(md *common.Metadata) error { FILE: pkg/machinery/client/client_test.go function ExampleNew (line 22) | func ExampleNew() { FILE: pkg/machinery/client/config/config.go type Config (line 22) | type Config struct method upgrade (line 45) | func (c *Config) upgrade() { method Save (line 159) | func (c *Config) Save(path string) error { method Bytes (line 191) | func (c *Config) Bytes() ([]byte, error) { method Path (line 196) | func (c *Config) Path() Path { method Merge (line 214) | func (c *Config) Merge(cfg *Config) []Rename { function NewConfig (line 31) | func NewConfig(contextName string, endpoints []string, caCrt []byte, cli... type Context (line 52) | type Context struct method upgrade (line 80) | func (c *Context) upgrade() { type Auth (line 64) | type Auth struct type Basic (line 70) | type Basic struct type SideroV1 (line 76) | type SideroV1 struct function Open (line 90) | func Open(path string) (*Config, error) { function fromFile (line 123) | func fromFile(path string) (*Config, error) { function FromString (line 135) | func FromString(p string) (c *Config, err error) { function FromBytes (line 140) | func FromBytes(b []byte) (c *Config, err error) { function ReadFrom (line 145) | func ReadFrom(r io.Reader) (c *Config, err error) { type Rename (line 201) | type Rename struct method String (line 207) | func (r *Rename) String() string { function ensure (line 252) | func ensure(path string) error { FILE: pkg/machinery/client/config/config_test.go function TestConfigMerge (line 15) | func TestConfigMerge(t *testing.T) { FILE: pkg/machinery/client/config/path.go type Path (line 16) | type Path struct function GetTalosDirectory (line 24) | func GetTalosDirectory() (string, error) { function GetDefaultPaths (line 38) | func GetDefaultPaths() ([]Path, error) { function CustomSideroV1KeysDirPath (line 69) | func CustomSideroV1KeysDirPath(customPath string) string { function firstValidPath (line 89) | func firstValidPath() (Path, error) { FILE: pkg/machinery/client/connection.go method Conn (line 30) | func (c *Client) Conn() *grpc.ClientConn { method getConn (line 35) | func (c *Client) getConn(opts ...grpc.DialOption) (*grpcConnectionWrappe... function getKeyProvider (line 116) | func getKeyProvider(customKeysDir string) *client.KeyProvider { function buildTLSConfig (line 130) | func buildTLSConfig(configContext *clientconfig.Context) (*tls.Config, e... method makeConnection (line 159) | func (c *Client) makeConnection(target string, creds credentials.Transpo... method getTarget (line 170) | func (c *Client) getTarget(endpoints []string) string { function getCA (line 186) | func getCA(context *clientconfig.Context) ([]byte, error) { function CertificateFromConfigContext (line 200) | func CertificateFromConfigContext(context *clientconfig.Context) (*tls.C... function reduceURLsToAddresses (line 223) | func reduceURLsToAddresses(endpoints []string) []string { FILE: pkg/machinery/client/connection_test.go function TestReduceURLsToAddresses (line 19) | func TestReduceURLsToAddresses(t *testing.T) { function TestBuildTLSConfig (line 60) | func TestBuildTLSConfig(t *testing.T) { FILE: pkg/machinery/client/context.go function WithNodes (line 16) | func WithNodes(ctx context.Context, nodes ...string) context.Context { function WithNode (line 30) | func WithNode(ctx context.Context, node string) context.Context { FILE: pkg/machinery/client/dialer/dialer.go function DialUnix (line 17) | func DialUnix() func(context.Context, string) (net.Conn, error) { FILE: pkg/machinery/client/dialer/dialer_test.go function TestDynamicProxyDialer_SOCKS5 (line 16) | func TestDynamicProxyDialer_SOCKS5(t *testing.T) { FILE: pkg/machinery/client/dialer/proxy.go constant grpcUA (line 41) | grpcUA = "grpc-go/" + grpc.Version function DynamicProxyDialer (line 47) | func DynamicProxyDialer(ctx context.Context, addr string) (net.Conn, err... function DynamicProxyDialerWithTLSConfig (line 53) | func DynamicProxyDialerWithTLSConfig(tlsConfigFunc func() *tls.Config) f... function proxySocksFromURL (line 101) | func proxySocksFromURL(u *url.URL) (proxy.Dialer, error) { constant proxyAuthHeaderKey (line 115) | proxyAuthHeaderKey = "Proxy-Authorization" function mapAddress (line 117) | func mapAddress(address string) (*url.URL, error) { type bufConn (line 133) | type bufConn struct method Read (line 139) | func (c *bufConn) Read(b []byte) (int, error) { function basicAuth (line 143) | func basicAuth(username, password string) string { function doHTTPConnectHandshake (line 149) | func doHTTPConnectHandshake(ctx context.Context, conn net.Conn, backendA... function sendHTTPRequest (line 201) | func sendHTTPRequest(ctx context.Context, req *http.Request, conn net.Co... function NetDialerWithTCPKeepalive (line 212) | func NetDialerWithTCPKeepalive() *net.Dialer { FILE: pkg/machinery/client/events.go type EventNotSupportedError (line 24) | type EventNotSupportedError struct method Error (line 29) | func (e EventNotSupportedError) Error() string { type EventsOptionFunc (line 34) | type EventsOptionFunc function WithTailEvents (line 39) | func WithTailEvents(number int32) EventsOptionFunc { function WithTailID (line 46) | func WithTailID(id string) EventsOptionFunc { function WithTailDuration (line 53) | func WithTailDuration(dur time.Duration) EventsOptionFunc { function WithActorID (line 60) | func WithActorID(actorID string) EventsOptionFunc { method Events (line 67) | func (c *Client) Events(ctx context.Context, opts ...EventsOptionFunc) (... type Event (line 78) | type Event struct method EventsWatch (line 89) | func (c *Client) EventsWatch(ctx context.Context, watchFunc func(<-chan ... type EventResult (line 140) | type EventResult struct method EventsWatchV2 (line 152) | func (c *Client) EventsWatchV2(ctx context.Context, ch chan<- EventResul... function UnmarshalEvent (line 231) | func UnmarshalEvent(event *machineapi.Event) (*Event, error) { FILE: pkg/machinery/client/export_test.go function ReduceURLsToAddresses (line 13) | func ReduceURLsToAddresses(endpoints []string) []string { function BuildTLSConfig (line 17) | func BuildTLSConfig(configContext *clientconfig.Context) (*tls.Config, e... FILE: pkg/machinery/client/grpc_connection_wrapper.go type grpcConnectionWrapper (line 17) | type grpcConnectionWrapper struct method Invoke (line 36) | func (c *grpcConnectionWrapper) Invoke(ctx context.Context, method str... method NewStream (line 41) | func (c *grpcConnectionWrapper) NewStream(ctx context.Context, desc *g... method Close (line 46) | func (c *grpcConnectionWrapper) Close() error { method appendMetadata (line 52) | func (c *grpcConnectionWrapper) appendMetadata(ctx context.Context) co... function newGRPCConnectionWrapper (line 23) | func newGRPCConnectionWrapper(clusterName string, conn *grpc.ClientConn)... FILE: pkg/machinery/client/insecure_credentials.go function shouldInsecureConnectionsBeAllowed (line 19) | func shouldInsecureConnectionsBeAllowed(endpoints []string) bool { method RequireTransportSecurity (line 31) | func (c BasicAuth) RequireTransportSecurity() bool { function buildCredentials (line 35) | func buildCredentials(configContext *clientconfig.Context, endpoints []s... FILE: pkg/machinery/client/inspect.go type InspectClient (line 17) | type InspectClient struct method ControllerRuntimeDependencies (line 22) | func (c *InspectClient) ControllerRuntimeDependencies(ctx context.Cont... FILE: pkg/machinery/client/options.go type Options (line 22) | type Options struct type OptionFunc (line 39) | type OptionFunc function WithConfig (line 43) | func WithConfig(cfg *clientconfig.Config) OptionFunc { function WithContextName (line 52) | func WithContextName(name string) OptionFunc { function WithConfigContext (line 63) | func WithConfigContext(cfg *clientconfig.Context) OptionFunc { function WithDefaultGRPCDialOptions (line 72) | func WithDefaultGRPCDialOptions() OptionFunc { function WithGRPCDialOptions (line 81) | func WithGRPCDialOptions(opts ...grpc.DialOption) OptionFunc { function WithTLSConfig (line 90) | func WithTLSConfig(tlsConfig *tls.Config) OptionFunc { function WithEndpoints (line 99) | func WithEndpoints(endpoints ...string) OptionFunc { function WithDefaultConfig (line 110) | func WithDefaultConfig() OptionFunc { function WithConfigFromFile (line 118) | func WithConfigFromFile(fn string) OptionFunc { function WithUnixSocket (line 136) | func WithUnixSocket(path string) OptionFunc { function WithCluster (line 145) | func WithCluster(cluster string) OptionFunc { function WithSideroV1KeysDir (line 154) | func WithSideroV1KeysDir(keysDir string) OptionFunc { function WithServiceAccount (line 165) | func WithServiceAccount(serviceAccountBase64 string) OptionFunc { FILE: pkg/machinery/client/peer.go function RemotePeer (line 15) | func RemotePeer(ctx context.Context) (peerHost string) { function AddrFromPeer (line 27) | func AddrFromPeer(remote *peer.Peer) (peerHost string) { FILE: pkg/machinery/client/reply.go type NodeError (line 19) | type NodeError struct method Error (line 24) | func (ne *NodeError) Error() string { method Unwrap (line 29) | func (ne *NodeError) Unwrap() error { type Message (line 34) | type Message interface type MessageResponse (line 40) | type MessageResponse interface function FilterMessages (line 46) | func FilterMessages[V any, T Message[V], MR MessageResponse[V, T]](resp ... function filterMessages (line 58) | func filterMessages(resp any, err error) (any, error) { FILE: pkg/machinery/client/reply_test.go function TestFilterMessages (line 19) | func TestFilterMessages(t *testing.T) { function TestFilterMessagesNil (line 64) | func TestFilterMessagesNil(t *testing.T) { function TestFilterMessagesOnlyErrors (line 72) | func TestFilterMessagesOnlyErrors(t *testing.T) { function TestFilterMessagesGRPCStatus (line 95) | func TestFilterMessagesGRPCStatus(t *testing.T) { FILE: pkg/machinery/client/resolver/roundrobin.go constant RoundRobinResolverScheme (line 20) | RoundRobinResolverScheme = "talosroundrobin" function init (line 22) | func init() { type roundRobinResolverBuilder (line 28) | type roundRobinResolverBuilder struct method Build (line 33) | func (b *roundRobinResolverBuilder) Build(target resolver.Target, cc r... method Scheme (line 47) | func (b *roundRobinResolverBuilder) Scheme() string { type roundRobinResolver (line 51) | type roundRobinResolver struct method start (line 68) | func (r *roundRobinResolver) start() error { method ResolveNow (line 111) | func (r *roundRobinResolver) ResolveNow(o resolver.ResolveNowOptions) {} method Close (line 114) | func (r *roundRobinResolver) Close() {} function EnsureEndpointsHavePorts (line 57) | func EnsureEndpointsHavePorts(endpoints []string, defaultPort int) []str... FILE: pkg/machinery/client/resolver/roundrobin_test.go function TestEnsureEndpointsHavePorts (line 16) | func TestEnsureEndpointsHavePorts(t *testing.T) { FILE: pkg/machinery/client/resources.go method ResolveResourceKind (line 20) | func (c *Client) ResolveResourceKind(ctx context.Context, resourceNamesp... FILE: pkg/machinery/client/secure_credentials.go method RequireTransportSecurity (line 16) | func (c BasicAuth) RequireTransportSecurity() bool { function buildCredentials (line 20) | func buildCredentials(configContext *clientconfig.Context, _ []string) (... FILE: pkg/machinery/client/status.go function Status (line 15) | func Status(err error) *status.Status { function StatusCode (line 35) | func StatusCode(err error) codes.Code { FILE: pkg/machinery/client/status_test.go function TestStatus (line 20) | func TestStatus(t *testing.T) { FILE: pkg/machinery/compatibility/kubernetes_version.go type KubernetesVersion (line 28) | type KubernetesVersion struct method String (line 44) | func (v *KubernetesVersion) String() string { method SupportedWith (line 51) | func (v *KubernetesVersion) SupportedWith(target *TalosVersion) error { function ParseKubernetesVersion (line 33) | func ParseKubernetesVersion(v string) (*KubernetesVersion, error) { FILE: pkg/machinery/compatibility/kubernetes_version_test.go type kubernetesVersionTest (line 16) | type kubernetesVersionTest struct function runKubernetesVersionTest (line 22) | func runKubernetesVersionTest(t *testing.T, tt kubernetesVersionTest) { function TestKubernetesCompatibility12 (line 41) | func TestKubernetesCompatibility12(t *testing.T) { function TestKubernetesCompatibility13 (line 70) | func TestKubernetesCompatibility13(t *testing.T) { function TestKubernetesCompatibility14 (line 99) | func TestKubernetesCompatibility14(t *testing.T) { function TestKubernetesCompatibility15 (line 128) | func TestKubernetesCompatibility15(t *testing.T) { function TestKubernetesCompatibility16 (line 157) | func TestKubernetesCompatibility16(t *testing.T) { function TestKubernetesCompatibility17 (line 190) | func TestKubernetesCompatibility17(t *testing.T) { function TestKubernetesCompatibility18 (line 223) | func TestKubernetesCompatibility18(t *testing.T) { function TestKubernetesCompatibility19 (line 256) | func TestKubernetesCompatibility19(t *testing.T) { function TestKubernetesCompatibility110 (line 289) | func TestKubernetesCompatibility110(t *testing.T) { function TestKubernetesCompatibility111 (line 322) | func TestKubernetesCompatibility111(t *testing.T) { function TestKubernetesCompatibility112 (line 355) | func TestKubernetesCompatibility112(t *testing.T) { function TestKubernetesCompatibility113 (line 388) | func TestKubernetesCompatibility113(t *testing.T) { function TestKubernetesCompatibilityUnsupported (line 421) | func TestKubernetesCompatibilityUnsupported(t *testing.T) { FILE: pkg/machinery/compatibility/talos_version.go type TalosVersion (line 30) | type TalosVersion struct method String (line 48) | func (v *TalosVersion) String() string { method DisablePredictableNetworkInterfaces (line 53) | func (v *TalosVersion) DisablePredictableNetworkInterfaces() bool { method PrecreateStatePartition (line 64) | func (v *TalosVersion) PrecreateStatePartition() bool { method UpgradeableFrom (line 75) | func (v *TalosVersion) UpgradeableFrom(host *TalosVersion) error { method SupportsSSAManifestSync (line 144) | func (v *TalosVersion) SupportsSSAManifestSync() bool { function ParseTalosVersion (line 36) | func ParseTalosVersion(v *machine.VersionInfo) (*TalosVersion, error) { FILE: pkg/machinery/compatibility/talos_version_test.go type talosVersionTest (line 16) | type talosVersionTest struct function runTalosVersionTest (line 22) | func runTalosVersionTest(t *testing.T, tt talosVersionTest) { function TestTalosUpgradeCompatibility13 (line 43) | func TestTalosUpgradeCompatibility13(t *testing.T) { function TestTalosUpgradeCompatibility14 (line 84) | func TestTalosUpgradeCompatibility14(t *testing.T) { function TestTalosUpgradeCompatibility15 (line 125) | func TestTalosUpgradeCompatibility15(t *testing.T) { function TestTalosUpgradeCompatibility16 (line 166) | func TestTalosUpgradeCompatibility16(t *testing.T) { function TestTalosUpgradeCompatibility17 (line 207) | func TestTalosUpgradeCompatibility17(t *testing.T) { function TestTalosUpgradeCompatibility18 (line 248) | func TestTalosUpgradeCompatibility18(t *testing.T) { function TestTalosUpgradeCompatibility19 (line 289) | func TestTalosUpgradeCompatibility19(t *testing.T) { function TestTalosUpgradeCompatibility110 (line 330) | func TestTalosUpgradeCompatibility110(t *testing.T) { function TestTalosUpgradeCompatibility111 (line 371) | func TestTalosUpgradeCompatibility111(t *testing.T) { function TestTalosUpgradeCompatibility112 (line 412) | func TestTalosUpgradeCompatibility112(t *testing.T) { function TestTalosUpgradeCompatibility113 (line 453) | func TestTalosUpgradeCompatibility113(t *testing.T) { function TestTalosUpgradeCompatibilityUnsupported (line 494) | func TestTalosUpgradeCompatibilityUnsupported(t *testing.T) { function TestDisablePredictableNetworkInterfaces (line 511) | func TestDisablePredictableNetworkInterfaces(t *testing.T) { function TestSupportsSSAManifestSync (line 552) | func TestSupportsSSAManifestSync(t *testing.T) { FILE: pkg/machinery/config/bundle/bundle.go type Bundle (line 26) | type Bundle struct method Init (line 160) | func (bundle *Bundle) Init() config.Provider { method ControlPlane (line 165) | func (bundle *Bundle) ControlPlane() config.Provider { method Worker (line 170) | func (bundle *Bundle) Worker() config.Provider { method TalosConfig (line 175) | func (bundle *Bundle) TalosConfig() *clientconfig.Config { method Write (line 180) | func (bundle *Bundle) Write(outputDir string, commentsFlags encoder.Co... method Serialize (line 201) | func (bundle *Bundle) Serialize(commentsFlags encoder.CommentsFlags, m... method ApplyPatches (line 217) | func (bundle *Bundle) ApplyPatches(patches []configpatcher.Patch, patc... method applyPatches (line 255) | func (bundle *Bundle) applyPatches(options Options) error { function NewBundle (line 36) | func NewBundle(opts ...Option) (*Bundle, error) { FILE: pkg/machinery/config/bundle/bundle_test.go function TestGenerateConfig (line 22) | func TestGenerateConfig(t *testing.T) { FILE: pkg/machinery/config/bundle/options.go type Option (line 13) | type Option type InputOptions (line 16) | type InputOptions struct type Options (line 24) | type Options struct function DefaultOptions (line 35) | func DefaultOptions() Options { function WithExistingConfigs (line 42) | func WithExistingConfigs(configPath string) Option { function WithInputOptions (line 51) | func WithInputOptions(inputOpts *InputOptions) Option { function WithVerbose (line 60) | func WithVerbose(verbose bool) Option { function WithPatch (line 69) | func WithPatch(patch []configpatcher.Patch) Option { function WithPatchControlPlane (line 78) | func WithPatchControlPlane(patch []configpatcher.Patch) Option { function WithPatchWorker (line 87) | func WithPatchWorker(patch []configpatcher.Patch) Option { FILE: pkg/machinery/config/config/cluster.go type ClusterConfig (line 19) | type ClusterConfig interface type ClusterNetwork (line 52) | type ClusterNetwork interface type CNI (line 65) | type CNI interface type FlannelCNI (line 72) | type FlannelCNI interface type APIServer (line 79) | type APIServer interface type AdmissionPlugin (line 91) | type AdmissionPlugin interface type AuthorizationConfigAuthorizer (line 97) | type AuthorizationConfigAuthorizer interface type ControllerManager (line 105) | type ControllerManager interface type Proxy (line 115) | type Proxy interface type Scheduler (line 129) | type Scheduler interface type Etcd (line 140) | type Etcd interface type Token (line 150) | type Token interface type CoreDNS (line 157) | type CoreDNS interface type ExternalCloudProvider (line 163) | type ExternalCloudProvider interface type AdminKubeconfig (line 171) | type AdminKubeconfig interface type VolumeMount (line 178) | type VolumeMount interface type Resources (line 186) | type Resources interface type InlineManifest (line 194) | type InlineManifest interface type Discovery (line 200) | type Discovery interface type DiscoveryRegistries (line 206) | type DiscoveryRegistries interface type KubernetesRegistry (line 214) | type KubernetesRegistry interface type ServiceRegistry (line 219) | type ServiceRegistry interface FILE: pkg/machinery/config/config/config.go type Config (line 9) | type Config interface FILE: pkg/machinery/config/config/cri.go type RegistryMirrorConfigDocument (line 12) | type RegistryMirrorConfigDocument interface type RegistryAuthConfigDocument (line 18) | type RegistryAuthConfigDocument interface type RegistryTLSConfigDocument (line 24) | type RegistryTLSConfigDocument interface type RegistryMirrorConfig (line 30) | type RegistryMirrorConfig interface type RegistryEndpointConfig (line 36) | type RegistryEndpointConfig interface type RegistryAuthConfig (line 42) | type RegistryAuthConfig interface type RegistryTLSConfig (line 50) | type RegistryTLSConfig interface FILE: pkg/machinery/config/config/document.go type Document (line 8) | type Document interface type NamedDocument (line 18) | type NamedDocument interface type ConflictingDocument (line 26) | type ConflictingDocument interface type SecretDocument (line 31) | type SecretDocument interface FILE: pkg/machinery/config/config/encoder.go type Encoder (line 10) | type Encoder interface FILE: pkg/machinery/config/config/extension_service_config.go type ExtensionServiceConfig (line 8) | type ExtensionServiceConfig interface type ExtensionServiceConfigFile (line 15) | type ExtensionServiceConfigFile interface FILE: pkg/machinery/config/config/helpers.go function findFirstValue (line 12) | func findFirstValue[T any, R comparable](documents []T, getter func(T) R... function aggregateValues (line 24) | func aggregateValues[T any, R any](documents []T, getter func(T) []R) []R { function mergeMaps (line 38) | func mergeMaps[T any, K comparable, V any](documents []T, getter func(T)... function filterDocuments (line 48) | func filterDocuments[T any, R any](documents []R) []T { FILE: pkg/machinery/config/config/kubespan.go type KubespanConfig (line 10) | type KubespanConfig interface function WrapKubespanConfig (line 15) | func WrapKubespanConfig(configs ...KubespanConfig) KubespanConfig { type kubespanConfigWrapper (line 19) | type kubespanConfigWrapper method ExtraAnnouncedEndpoints (line 21) | func (w kubespanConfigWrapper) ExtraAnnouncedEndpoints() []netip.AddrP... FILE: pkg/machinery/config/config/machine.go type MachineConfig (line 25) | type MachineConfig interface type SeccompProfile (line 52) | type SeccompProfile interface type NodeLabels (line 58) | type NodeLabels type NodeAnnotations (line 61) | type NodeAnnotations type NodeTaints (line 64) | type NodeTaints type Disk (line 68) | type Disk interface type Partition (line 74) | type Partition interface type File (line 83) | type File interface type Install (line 92) | type Install interface type Extension (line 104) | type Extension interface type Security (line 110) | type Security interface type MachineControlPlane (line 119) | type MachineControlPlane interface type MachineControllerManager (line 128) | type MachineControllerManager interface type MachineScheduler (line 136) | type MachineScheduler interface type MachineNetwork (line 144) | type MachineNetwork interface type Device (line 151) | type Device interface type DHCPOptions (line 170) | type DHCPOptions interface type VIPConfig (line 178) | type VIPConfig interface type VIPEquinixMetal (line 187) | type VIPEquinixMetal interface type VIPHCloud (line 194) | type VIPHCloud interface type WireguardConfig (line 199) | type WireguardConfig interface type WireguardPeer (line 207) | type WireguardPeer interface type Bond (line 218) | type Bond interface type STP (line 252) | type STP interface type BridgeVLAN (line 257) | type BridgeVLAN interface type Bridge (line 262) | type Bridge interface type BridgePort (line 269) | type BridgePort interface type Vlan (line 274) | type Vlan interface type Route (line 286) | type Route interface type NetworkDeviceSelector (line 295) | type NetworkDeviceSelector interface type Kubelet (line 308) | type Kubelet interface type KubeletNodeIP (line 323) | type KubeletNodeIP interface type EncryptionKey (line 328) | type EncryptionKey interface type EncryptionKeyStatic (line 338) | type EncryptionKeyStatic interface type EncryptionKeyKMS (line 344) | type EncryptionKeyKMS interface type EncryptionKeyNodeID (line 350) | type EncryptionKeyNodeID interface type EncryptionKeyTPM (line 355) | type EncryptionKeyTPM interface type EncryptionConfig (line 363) | type EncryptionConfig interface type SystemDiskEncryption (line 373) | type SystemDiskEncryption interface type Features (line 378) | type Features interface type KubernetesTalosAPIAccess (line 388) | type KubernetesTalosAPIAccess interface type KubePrism (line 395) | type KubePrism interface type HostDNS (line 401) | type HostDNS interface type ImageCache (line 408) | type ImageCache interface type UdevConfig (line 413) | type UdevConfig interface type Logging (line 418) | type Logging interface type LoggingDestination (line 423) | type LoggingDestination interface type Kernel (line 430) | type Kernel interface type KernelModule (line 435) | type KernelModule interface FILE: pkg/machinery/config/config/network.go type NetworkRuleConfig (line 18) | type NetworkRuleConfig interface type NetworkRuleConfigRules (line 24) | type NetworkRuleConfigRules interface type NetworkRuleConfigDefaultAction (line 29) | type NetworkRuleConfigDefaultAction interface type NetworkRuleConfigSignal (line 34) | type NetworkRuleConfigSignal interface type NetworkRule (line 39) | type NetworkRule interface function WrapNetworkRuleConfigList (line 47) | func WrapNetworkRuleConfigList(configs ...NetworkRuleConfigSignal) Netwo... type networkRuleConfigWrapper (line 51) | type networkRuleConfigWrapper method DefaultAction (line 53) | func (w networkRuleConfigWrapper) DefaultAction() nethelpers.DefaultAc... method Rules (line 63) | func (w networkRuleConfigWrapper) Rules() []NetworkRule { type EthernetConfig (line 73) | type EthernetConfig interface type EthernetRingsConfig (line 82) | type EthernetRingsConfig struct type EthernetChannelsConfig (line 96) | type EthernetChannelsConfig struct type NetworkStaticHostConfig (line 104) | type NetworkStaticHostConfig interface type NetworkHostnameConfig (line 110) | type NetworkHostnameConfig interface type NetworkResolverConfig (line 116) | type NetworkResolverConfig interface type NetworkTimeSyncConfig (line 124) | type NetworkTimeSyncConfig interface type NetworkPhysicalLinkConfig (line 131) | type NetworkPhysicalLinkConfig interface type NetworkDummyLinkConfig (line 137) | type NetworkDummyLinkConfig interface type NetworkHardwareAddressConfig (line 144) | type NetworkHardwareAddressConfig interface type NetworkCommonLinkConfig (line 149) | type NetworkCommonLinkConfig interface type NetworkAddressConfig (line 159) | type NetworkAddressConfig interface type NetworkRouteConfig (line 165) | type NetworkRouteConfig interface type NetworkLinkAliasConfig (line 175) | type NetworkLinkAliasConfig interface type NetworkDHCPConfig (line 182) | type NetworkDHCPConfig interface type NetworkDHCPv4Config (line 188) | type NetworkDHCPv4Config interface type NetworkDHCPv6Config (line 199) | type NetworkDHCPv6Config interface type NetworkVirtualIPConfig (line 212) | type NetworkVirtualIPConfig interface type NetworkLayer2VIPConfig (line 221) | type NetworkLayer2VIPConfig interface type NetworkHCloudVIPConfig (line 226) | type NetworkHCloudVIPConfig interface type NetworkVLANConfig (line 232) | type NetworkVLANConfig interface type NetworkBondConfig (line 244) | type NetworkBondConfig interface type NetworkBridgeConfig (line 280) | type NetworkBridgeConfig interface type BridgeSTPConfig (line 291) | type BridgeSTPConfig interface type BridgeVLANConfig (line 296) | type BridgeVLANConfig interface type NetworkVRFConfig (line 301) | type NetworkVRFConfig interface type NetworkWireguardConfig (line 311) | type NetworkWireguardConfig interface type NetworkWireguardPeerConfig (line 322) | type NetworkWireguardPeerConfig interface type NetworkKubeSpanConfig (line 331) | type NetworkKubeSpanConfig interface type NetworkKubeSpanFilters (line 341) | type NetworkKubeSpanFilters interface type NetworkCommonProbeConfig (line 347) | type NetworkCommonProbeConfig interface type NetworkTCPProbeConfig (line 354) | type NetworkTCPProbeConfig interface type NetworkBlackholeRouteConfig (line 361) | type NetworkBlackholeRouteConfig interface type NetworkRoutingRuleConfig (line 370) | type NetworkRoutingRuleConfig interface FILE: pkg/machinery/config/config/pci_driver_rebind.go type PCIDriverRebindConfig (line 8) | type PCIDriverRebindConfig interface type PCIDriverRebindConfigDriver (line 13) | type PCIDriverRebindConfigDriver interface function WrapPCIDriverRebindConfig (line 19) | func WrapPCIDriverRebindConfig(configs ...PCIDriverRebindConfig) PCIDriv... type pciDriverRebindConfigWrapper (line 23) | type pciDriverRebindConfigWrapper method PCIDriverRebindConfigs (line 25) | func (w pciDriverRebindConfigWrapper) PCIDriverRebindConfigs() []PCIDr... FILE: pkg/machinery/config/config/runtime.go type RuntimeConfig (line 19) | type RuntimeConfig interface type EnvironmentConfig (line 26) | type EnvironmentConfig interface function WrapEnvironmentConfigList (line 31) | func WrapEnvironmentConfigList(configs ...EnvironmentConfig) Environment... type environmentConfigWrapper (line 35) | type environmentConfigWrapper method Variables (line 37) | func (w environmentConfigWrapper) Variables() map[string]string { type WatchdogTimerConfig (line 44) | type WatchdogTimerConfig interface function WrapRuntimeConfigList (line 50) | func WrapRuntimeConfigList(configs ...RuntimeConfig) RuntimeConfig { type runtimeConfigWrapper (line 54) | type runtimeConfigWrapper method EventsEndpoint (line 56) | func (w runtimeConfigWrapper) EventsEndpoint() *string { method KmsgLogURLs (line 62) | func (w runtimeConfigWrapper) KmsgLogURLs() []*url.URL { method WatchdogTimer (line 68) | func (w runtimeConfigWrapper) WatchdogTimer() WatchdogTimerConfig { type OOMConfig (line 75) | type OOMConfig interface FILE: pkg/machinery/config/config/security.go type TrustedRootsConfig (line 8) | type TrustedRootsConfig interface function WrapTrustedRootsConfig (line 13) | func WrapTrustedRootsConfig(configs ...TrustedRootsConfig) TrustedRootsC... type trustedRootConfigWrapper (line 17) | type trustedRootConfigWrapper method ExtraTrustedRootCertificates (line 19) | func (w trustedRootConfigWrapper) ExtraTrustedRootCertificates() []str... type ImageVerificationConfig (line 26) | type ImageVerificationConfig interface type ImageVerificationRule (line 32) | type ImageVerificationRule interface type ImageKeylessVerifier (line 46) | type ImageKeylessVerifier interface type ImagePublicKeyVerifier (line 56) | type ImagePublicKeyVerifier interface FILE: pkg/machinery/config/config/siderolink.go type SideroLinkConfig (line 10) | type SideroLinkConfig interface FILE: pkg/machinery/config/config/validate.go type Validator (line 18) | type Validator interface type RuntimeValidator (line 28) | type RuntimeValidator interface FILE: pkg/machinery/config/config/volume.go type VolumesConfig (line 15) | type VolumesConfig interface type VolumeConfig (line 23) | type VolumeConfig interface type VolumeProvisioningConfig (line 31) | type VolumeProvisioningConfig interface function WrapVolumesConfigList (line 41) | func WrapVolumesConfigList(configs ...VolumeConfig) VolumesConfig { type volumesConfigWrapper (line 45) | type volumesConfigWrapper method ByName (line 47) | func (w volumesConfigWrapper) ByName(name string) (VolumeConfig, bool) { type emptyVolumeConfig (line 57) | type emptyVolumeConfig struct method Name (line 59) | func (emptyVolumeConfig) Name() string { method Provisioning (line 63) | func (emptyVolumeConfig) Provisioning() VolumeProvisioningConfig { method Encryption (line 67) | func (emptyVolumeConfig) Encryption() EncryptionConfig { method DiskSelector (line 71) | func (emptyVolumeConfig) DiskSelector() optional.Optional[cel.Expressi... method Grow (line 75) | func (emptyVolumeConfig) Grow() optional.Optional[bool] { method MinSize (line 79) | func (emptyVolumeConfig) MinSize() optional.Optional[uint64] { method MaxSize (line 83) | func (emptyVolumeConfig) MaxSize() optional.Optional[uint64] { method RelativeMaxSize (line 87) | func (emptyVolumeConfig) RelativeMaxSize() optional.Optional[uint64] { method MaxSizeNegative (line 91) | func (emptyVolumeConfig) MaxSizeNegative() bool { method Mount (line 95) | func (emptyVolumeConfig) Mount() VolumeMountConfig { type emptyVolumeMountConfig (line 99) | type emptyVolumeMountConfig struct method DisableAccessTime (line 101) | func (emptyVolumeMountConfig) DisableAccessTime() bool { method Secure (line 105) | func (emptyVolumeMountConfig) Secure() bool { method ReadOnly (line 109) | func (emptyVolumeMountConfig) ReadOnly() bool { type UserVolumeConfig (line 114) | type UserVolumeConfig interface type RawVolumeConfig (line 125) | type RawVolumeConfig interface type ExistingVolumeConfig (line 133) | type ExistingVolumeConfig interface type ExternalVolumeConfig (line 141) | type ExternalVolumeConfig interface type VolumeDiscoveryConfig (line 149) | type VolumeDiscoveryConfig interface type VolumeMountConfig (line 154) | type VolumeMountConfig interface type UserVolumeMountConfig (line 159) | type UserVolumeMountConfig interface type ExistingVolumeMountConfig (line 165) | type ExistingVolumeMountConfig interface type ExternalVolumeMountConfig (line 171) | type ExternalVolumeMountConfig interface type ExternalVolumeMountConfigSpec (line 177) | type ExternalVolumeMountConfigSpec interface type FilesystemConfig (line 183) | type FilesystemConfig interface type SwapVolumeConfig (line 191) | type SwapVolumeConfig interface type ZswapConfig (line 199) | type ZswapConfig interface FILE: pkg/machinery/config/config_schema_test.go function TestSchemaValidation (line 30) | func TestSchemaValidation(t *testing.T) { function gatherValidationErrors (line 123) | func gatherValidationErrors(t *testing.T, err error) []string { function newV1Alpha1Config (line 140) | func newV1Alpha1Config(t *testing.T, modifications func(config *v1alpha1... function newRuleConfigV1Alpha1 (line 168) | func newRuleConfigV1Alpha1(t *testing.T, modifications func(config *netw... function setNestedField (line 206) | func setNestedField(t *testing.T, obj map[string]any, value any, fields ... function jsonPath (line 226) | func jsonPath(fields []string) string { FILE: pkg/machinery/config/configdiff/configdiff.go function DiffConfigs (line 17) | func DiffConfigs(oldCfg, newCfg config.Encoder) (string, error) { FILE: pkg/machinery/config/configdiff/configdiff_test.go function TestDiffString (line 22) | func TestDiffString(t *testing.T) { FILE: pkg/machinery/config/configdiff/mergepatch.go type unstructured (line 24) | type unstructured function Patch (line 27) | func Patch(original, modified configcore.Provider) ([]configpatcher.Patc... function patch (line 62) | func patch(original, modified configcore.Provider, firstPass bool) (*con... function encodeToYAML (line 151) | func encodeToYAML(docs []unstructured) ([]byte, error) { function documentsToMap (line 170) | func documentsToMap(docs []config.Document) map[documentid.DocumentID]co... function documentToUnstructured (line 180) | func documentToUnstructured(doc config.Document) (unstructured, error) { function createMergePatch (line 200) | func createMergePatch(original, modified unstructured, documentID *docum... function setValue (line 282) | func setValue(mergePatch *unstructured, key string, value any, shouldSet... FILE: pkg/machinery/config/configdiff/mergepatch_test.go function TestMergePatch (line 37) | func TestMergePatch(t *testing.T) { function TestMergePatchInline (line 77) | func TestMergePatchInline(t *testing.T) { function TestMergePatchDynamic (line 429) | func TestMergePatchDynamic(t *testing.T) { FILE: pkg/machinery/config/configloader/configloader.go function newConfig (line 24) | func newConfig(r io.Reader, opt ...Opt) (config config.Provider, err err... function NewFromFile (line 51) | func NewFromFile(filepath string) (config.Provider, error) { function NewFromReader (line 63) | func NewFromReader(f io.Reader) (config.Provider, error) { function NewFromStdin (line 68) | func NewFromStdin() (config.Provider, error) { function NewFromBytes (line 73) | func NewFromBytes(source []byte, o ...Opt) (config.Provider, error) { type Opts (line 78) | type Opts struct type Opt (line 83) | type Opt function WithAllowPatchDelete (line 86) | func WithAllowPatchDelete() Opt { FILE: pkg/machinery/config/configloader/configloader_fuzz_test.go function FuzzConfigLoader (line 15) | func FuzzConfigLoader(f *testing.F) { FILE: pkg/machinery/config/configloader/configloader_test.go function callMethods (line 21) | func callMethods(t testing.TB, obj reflect.Value, chain ...string) { function testConfigLoaderBytes (line 78) | func testConfigLoaderBytes(t testing.TB, b []byte, failOnError bool) { function TestConfigLoader (line 94) | func TestConfigLoader(t *testing.T) { FILE: pkg/machinery/config/configloader/internal/decoder/decoder.go constant ManifestAPIVersionKey (line 29) | ManifestAPIVersionKey = "apiVersion" constant ManifestKindKey (line 31) | ManifestKindKey = "kind" constant ManifestDeprecatedKeyMachine (line 33) | ManifestDeprecatedKeyMachine = "machine" constant ManifestDeprecatedKeyCluster (line 35) | ManifestDeprecatedKeyCluster = "cluster" constant ManifestDeprecatedKeyDebug (line 37) | ManifestDeprecatedKeyDebug = "debug" constant ManifestDeprecatedKeyPersist (line 39) | ManifestDeprecatedKeyPersist = "persist" type Decoder (line 43) | type Decoder struct method Decode (line 46) | func (d *Decoder) Decode(r io.Reader, allowPatchDelete bool) ([]config... function NewDecoder (line 51) | func NewDecoder() *Decoder { type documentID (line 55) | type documentID struct function parse (line 62) | func parse(r io.Reader, allowPatchDelete bool) (decoded []config.Documen... function decode (line 144) | func decode(manifest *yaml.Node) (target config.Document, err error) { FILE: pkg/machinery/config/configloader/internal/decoder/decoder_test.go type Meta (line 24) | type Meta struct method Kind (line 29) | func (m Meta) Kind() string { method APIVersion (line 33) | func (m Meta) APIVersion() string { type Mock (line 37) | type Mock struct method Clone (line 43) | func (m *Mock) Clone() config.Document { type MockV2 (line 47) | type MockV2 struct method Clone (line 54) | func (m *MockV2) Clone() config.Document { type MockV3 (line 58) | type MockV3 struct method Clone (line 64) | func (m *MockV3) Clone() config.Document { type KubeletConfig (line 68) | type KubeletConfig struct method Clone (line 73) | func (m *KubeletConfig) Clone() config.Document { type MockUnstructured (line 77) | type MockUnstructured struct method Clone (line 83) | func (m *MockUnstructured) Clone() config.Document { function init (line 87) | func init() { function TestDecoder (line 108) | func TestDecoder(t *testing.T) { function TestDecoderV1Alpha1Config (line 357) | func TestDecoderV1Alpha1Config(t *testing.T) { function TestDoubleV1Alpha1 (line 378) | func TestDoubleV1Alpha1(t *testing.T) { function BenchmarkDecoderV1Alpha1Config (line 390) | func BenchmarkDecoderV1Alpha1Config(b *testing.B) { FILE: pkg/machinery/config/configloader/internal/decoder/delete.go function AppendDeletesTo (line 21) | func AppendDeletesTo(n *yaml.Node, dest []config.Document, idx int) (_ [... function allDeletes (line 47) | func allDeletes(node *yaml.Node) func(yield func([]string, delElem) bool) { function makeSequenceSelector (line 56) | func makeSequenceSelector(path []string, root, node *yaml.Node, i int) S... function makeSelector (line 76) | func makeSelector(path []string, root *yaml.Node, i int, key, val string... type delElem (line 110) | type delElem struct function processNode (line 119) | func processNode( function isEmptyDoc (line 186) | func isEmptyDoc(node *yaml.Node) bool { function ensureNoSeqInChain (line 207) | func ensureNoSeqInChain(path []string) { function findValue (line 215) | func findValue(node *yaml.Node, key string, required bool) string { FILE: pkg/machinery/config/configloader/internal/decoder/delete_test.go function TestExtractDeletes (line 32) | func TestExtractDeletes(t *testing.T) { function extractDeletes (line 65) | func extractDeletes(in []byte) (result []config.Document, _ []byte, err ... FILE: pkg/machinery/config/configloader/internal/decoder/selector.go type Selector (line 19) | type Selector interface type selector (line 25) | type selector struct method Kind (line 34) | func (s *selector) Kind() string { return s.docKind } method APIVersion (line 35) | func (s *selector) APIVersion() string { return s.docAPIVersion } method Clone (line 36) | func (s *selector) Clone() config.Document { return new(s.clone()) } method DocIdx (line 37) | func (s *selector) DocIdx() int { return s.docIdx } method PathAsString (line 39) | func (s *selector) PathAsString() string { return strings.Join(s.path,... method clone (line 41) | func (s *selector) clone() selector { method String (line 52) | func (s *selector) String() string { return s.toString("") } method toString (line 54) | func (s *selector) toString(more string) string { method ApplyTo (line 91) | func (s *selector) ApplyTo(doc config.Document) error { method applyTo (line 99) | func (s *selector) applyTo(doc config.Document) error { function deleteForPath (line 136) | func deleteForPath(val reflect.Value, path []string, key, value string) ... function deleteStructFrom (line 222) | func deleteStructFrom(searchIn reflect.Value, searchFor string, path []s... type namedSelector (line 287) | type namedSelector struct method Name (line 293) | func (n *namedSelector) Name() string { return n.name } method String (line 294) | func (n *namedSelector) String() string { return n.toString("name:" + ... method Clone (line 295) | func (n *namedSelector) Clone() config.Document { method ApplyTo (line 300) | func (n *namedSelector) ApplyTo(doc config.Document) error { method applyTo (line 308) | func (n *namedSelector) applyTo(doc config.Document) error { FILE: pkg/machinery/config/configpatcher/apply.go type configOrBytes (line 16) | type configOrBytes struct method Bytes (line 21) | func (cb *configOrBytes) Bytes() ([]byte, error) { method Config (line 38) | func (cb *configOrBytes) Config() (config.Provider, error) { type Input (line 56) | type Input interface function WithConfig (line 62) | func WithConfig(config config.Provider) Input { function WithBytes (line 67) | func WithBytes(bytes []byte) Input { function Apply (line 80) | func Apply(in Input, patches []Patch) (Output, error) { FILE: pkg/machinery/config/configpatcher/apply_test.go function TestApply (line 34) | func TestApply(t *testing.T) { function TestApplyMultiDocFail (line 72) | func TestApplyMultiDocFail(t *testing.T) { function TestApplyMultiDoc (line 102) | func TestApplyMultiDoc(t *testing.T) { function TestApplyAuditPolicy (line 143) | func TestApplyAuditPolicy(t *testing.T) { function TestApplyWithManifestNewline (line 177) | func TestApplyWithManifestNewline(t *testing.T) { function TestApplyMultiDocDelete (line 221) | func TestApplyMultiDocDelete(t *testing.T) { function TestApplyMultiDocCPDelete (line 261) | func TestApplyMultiDocCPDelete(t *testing.T) { function TestPatchDeleteMissing (line 300) | func TestPatchDeleteMissing(t *testing.T) { function TestPatchLink (line 336) | func TestPatchLink(t *testing.T) { FILE: pkg/machinery/config/configpatcher/configpatcher.go type Patch (line 9) | type Patch FILE: pkg/machinery/config/configpatcher/configpatcher_test.go constant dummyConfig (line 16) | dummyConfig = `machine: constant cloudProviderPatched (line 20) | cloudProviderPatched = `machine: function TestJSON6902 (line 26) | func TestJSON6902(t *testing.T) { FILE: pkg/machinery/config/configpatcher/json6902.go function JSON6902 (line 19) | func JSON6902(talosMachineConfig []byte, patch jsonpatch.Patch) ([]byte,... function countYAMLDocuments (line 49) | func countYAMLDocuments(talosMachineConfig []byte) (int, error) { FILE: pkg/machinery/config/configpatcher/load.go type patch (line 19) | type patch function LoadPatch (line 22) | func LoadPatch(in []byte) (Patch, error) { function LoadPatches (line 78) | func LoadPatches(in []string) ([]Patch, error) { FILE: pkg/machinery/config/configpatcher/load_test.go function TestLoadJSON (line 27) | func TestLoadJSON(t *testing.T) { function TestLoadYAML (line 45) | func TestLoadYAML(t *testing.T) { function TestLoadStrategic (line 69) | func TestLoadStrategic(t *testing.T) { function TestLoadJSONPatches (line 79) | func TestLoadJSONPatches(t *testing.T) { function TestLoadMixedPatches (line 100) | func TestLoadMixedPatches(t *testing.T) { function TestLoadStraightFilename (line 116) | func TestLoadStraightFilename(t *testing.T) { FILE: pkg/machinery/config/configpatcher/strategic.go type StrategicMergePatch (line 21) | type StrategicMergePatch interface function StrategicMerge (line 31) | func StrategicMerge(cfg coreconfig.Provider, patch StrategicMergePatch) ... function NewStrategicMergePatch (line 82) | func NewStrategicMergePatch(cfg coreconfig.Provider) StrategicMergePatch { type strategicMergePatch (line 86) | type strategicMergePatch struct method Documents (line 90) | func (s strategicMergePatch) Documents() []config.Document { method Provider (line 94) | func (s strategicMergePatch) Provider() coreconfig.Provider { return s... FILE: pkg/machinery/config/container/container.go type V1Alpha1ConflictValidator (line 28) | type V1Alpha1ConflictValidator interface type Container (line 33) | type Container struct method Clone (line 126) | func (container *Container) Clone() coreconfig.Provider { return conta... method clone (line 128) | func (container *Container) clone() *Container { method PatchV1Alpha1 (line 136) | func (container *Container) PatchV1Alpha1(patcher func(*v1alpha1.Confi... method Readonly (line 158) | func (container *Container) Readonly() bool { method Debug (line 163) | func (container *Container) Debug() bool { method Machine (line 172) | func (container *Container) Machine() config.MachineConfig { method Cluster (line 181) | func (container *Container) Cluster() config.ClusterConfig { method SideroLink (line 202) | func (container *Container) SideroLink() config.SideroLinkConfig { method ExtensionServiceConfigs (line 212) | func (container *Container) ExtensionServiceConfigs() []config.Extensi... method Runtime (line 217) | func (container *Container) Runtime() config.RuntimeConfig { method Environment (line 222) | func (container *Container) Environment() config.EnvironmentConfig { method NetworkRules (line 227) | func (container *Container) NetworkRules() config.NetworkRuleConfig { method TrustedRoots (line 232) | func (container *Container) TrustedRoots() config.TrustedRootsConfig { method Volumes (line 237) | func (container *Container) Volumes() config.VolumesConfig { method KubespanConfig (line 242) | func (container *Container) KubespanConfig() config.KubespanConfig { method PCIDriverRebindConfig (line 247) | func (container *Container) PCIDriverRebindConfig() config.PCIDriverRe... method EthernetConfigs (line 252) | func (container *Container) EthernetConfigs() []config.EthernetConfig { method UserVolumeConfigs (line 257) | func (container *Container) UserVolumeConfigs() []config.UserVolumeCon... method ExternalVolumeConfigs (line 262) | func (container *Container) ExternalVolumeConfigs() []config.ExternalV... method RawVolumeConfigs (line 267) | func (container *Container) RawVolumeConfigs() []config.RawVolumeConfig { method ExistingVolumeConfigs (line 272) | func (container *Container) ExistingVolumeConfigs() []config.ExistingV... method SwapVolumeConfigs (line 277) | func (container *Container) SwapVolumeConfigs() []config.SwapVolumeCon... method ZswapConfig (line 282) | func (container *Container) ZswapConfig() config.ZswapConfig { method NetworkStaticHostConfig (line 292) | func (container *Container) NetworkStaticHostConfig() []config.Network... method NetworkHostnameConfig (line 300) | func (container *Container) NetworkHostnameConfig() config.NetworkHost... method NetworkResolverConfig (line 316) | func (container *Container) NetworkResolverConfig() config.NetworkReso... method NetworkTimeSyncConfig (line 332) | func (container *Container) NetworkTimeSyncConfig() config.NetworkTime... method NetworkKubeSpanConfig (line 348) | func (container *Container) NetworkKubeSpanConfig() config.NetworkKube... method NetworkCommonLinkConfigs (line 364) | func (container *Container) NetworkCommonLinkConfigs() []config.Networ... method NetworkLinkAliasConfigs (line 369) | func (container *Container) NetworkLinkAliasConfigs() []config.Network... method NetworkDHCPConfigs (line 374) | func (container *Container) NetworkDHCPConfigs() []config.NetworkDHCPC... method NetworkDHCPv4Configs (line 379) | func (container *Container) NetworkDHCPv4Configs() []config.NetworkDHC... method NetworkDHCPv6Configs (line 384) | func (container *Container) NetworkDHCPv6Configs() []config.NetworkDHC... method NetworkVirtualIPConfigs (line 389) | func (container *Container) NetworkVirtualIPConfigs() []config.Network... method NetworkProbeConfigs (line 394) | func (container *Container) NetworkProbeConfigs() []config.NetworkComm... method NetworkBlackholeRouteConfigs (line 399) | func (container *Container) NetworkBlackholeRouteConfigs() []config.Ne... method NetworkRoutingRuleConfigs (line 404) | func (container *Container) NetworkRoutingRuleConfigs() []config.Netwo... method RunDefaultDHCPOperators (line 413) | func (container *Container) RunDefaultDHCPOperators() bool { method OOMConfig (line 419) | func (container *Container) OOMConfig() config.OOMConfig { method RegistryMirrorConfigs (line 429) | func (container *Container) RegistryMirrorConfigs() map[string]config.... method RegistryAuthConfigs (line 450) | func (container *Container) RegistryAuthConfigs() map[string]config.Re... method RegistryTLSConfigs (line 471) | func (container *Container) RegistryTLSConfigs() map[string]config.Reg... method ImageVerificationConfig (line 492) | func (container *Container) ImageVerificationConfig() config.ImageVeri... method Bytes (line 502) | func (container *Container) Bytes() ([]byte, error) { method EncodeString (line 515) | func (container *Container) EncodeString(encoderOptions ...encoder.Opt... method EncodeBytes (line 527) | func (container *Container) EncodeBytes(encoderOptions ...encoder.Opti... method encodeToBuf (line 544) | func (container *Container) encodeToBuf(buf buffer, encoderOptions ...... method Validate (line 583) | func (container *Container) Validate(mode validation.RuntimeMode, opt ... method RuntimeValidate (line 630) | func (container *Container) RuntimeValidate(ctx context.Context, st st... method RedactSecrets (line 665) | func (container *Container) RedactSecrets(replacement string) coreconf... method RawV1Alpha1 (line 682) | func (container *Container) RawV1Alpha1() *v1alpha1.Config { method Documents (line 693) | func (container *Container) Documents() []config.Document { method CompleteForBoot (line 723) | func (container *Container) CompleteForBoot() bool { function New (line 45) | func New(documents ...config.Document) (*Container, error) { function NewReadonly (line 104) | func NewReadonly(bytes []byte, documents ...config.Document) (*Container... function NewV1Alpha1 (line 117) | func NewV1Alpha1(config *v1alpha1.Config) *Container { function findMatchingDocs (line 189) | func findMatchingDocs[T any](documents []config.Document) []T { type buffer (line 538) | type buffer interface function docID (line 570) | func docID(doc config.Document) string { type selector (line 720) | type selector interface FILE: pkg/machinery/config/container/container_test.go function TestNew (line 30) | func TestNew(t *testing.T) { function TestNewDuplicate (line 87) | func TestNewDuplicate(t *testing.T) { function TestNewConflict (line 103) | func TestNewConflict(t *testing.T) { function TestPatchV1Alpha1 (line 127) | func TestPatchV1Alpha1(t *testing.T) { function TestValidate (line 156) | func TestValidate(t *testing.T) { function TestCrossValidateEncryption (line 239) | func TestCrossValidateEncryption(t *testing.T) { function TestRunDefaultDHCPOperators (line 347) | func TestRunDefaultDHCPOperators(t *testing.T) { type validationMode (line 401) | type validationMode struct method String (line 403) | func (validationMode) String() string { method RequiresInstall (line 407) | func (validationMode) RequiresInstall() bool { method InContainer (line 411) | func (validationMode) InContainer() bool { FILE: pkg/machinery/config/contract.go type VersionContract (line 20) | type VersionContract struct method String (line 64) | func (contract *VersionContract) String() string { method Greater (line 73) | func (contract *VersionContract) Greater(other *VersionContract) bool { method PodSecurityAdmissionEnabled (line 86) | func (contract *VersionContract) PodSecurityAdmissionEnabled() bool { method StableHostnameEnabled (line 91) | func (contract *VersionContract) StableHostnameEnabled() bool { method KubeletDefaultRuntimeSeccompProfileEnabled (line 96) | func (contract *VersionContract) KubeletDefaultRuntimeSeccompProfileEn... method KubernetesAlternateImageRegistries (line 102) | func (contract *VersionContract) KubernetesAlternateImageRegistries() ... method KubernetesAllowSchedulingOnControlPlanes (line 107) | func (contract *VersionContract) KubernetesAllowSchedulingOnControlPla... method KubernetesDiscoveryBackendDisabled (line 112) | func (contract *VersionContract) KubernetesDiscoveryBackendDisabled() ... method ApidExtKeyUsageCheckEnabled (line 117) | func (contract *VersionContract) ApidExtKeyUsageCheckEnabled() bool { method APIServerAuditPolicySupported (line 122) | func (contract *VersionContract) APIServerAuditPolicySupported() bool { method KubeletManifestsDirectoryDisabled (line 127) | func (contract *VersionContract) KubeletManifestsDirectoryDisabled() b... method SecretboxEncryptionSupported (line 132) | func (contract *VersionContract) SecretboxEncryptionSupported() bool { method DiskQuotaSupportEnabled (line 137) | func (contract *VersionContract) DiskQuotaSupportEnabled() bool { method KubePrismEnabled (line 142) | func (contract *VersionContract) KubePrismEnabled() bool { method HostDNSEnabled (line 147) | func (contract *VersionContract) HostDNSEnabled() bool { method UseRSAServiceAccountKey (line 152) | func (contract *VersionContract) UseRSAServiceAccountKey() bool { method ClusterNameForWorkers (line 157) | func (contract *VersionContract) ClusterNameForWorkers() bool { method HostDNSForwardKubeDNSToHost (line 162) | func (contract *VersionContract) HostDNSForwardKubeDNSToHost() bool { method AddExcludeFromExternalLoadBalancer (line 168) | func (contract *VersionContract) AddExcludeFromExternalLoadBalancer() ... method SecureBootEnrollEnforcementSupported (line 173) | func (contract *VersionContract) SecureBootEnrollEnforcementSupported(... method VolumeConfigEncryptionSupported (line 178) | func (contract *VersionContract) VolumeConfigEncryptionSupported() bool { method MultidocNetworkConfigSupported (line 183) | func (contract *VersionContract) MultidocNetworkConfigSupported() bool { method HideDisablePSP (line 188) | func (contract *VersionContract) HideDisablePSP() bool { method HideRBACAndKeyUsage (line 193) | func (contract *VersionContract) HideRBACAndKeyUsage() bool { method PopulateClusterSANsFromEndpoint (line 198) | func (contract *VersionContract) PopulateClusterSANsFromEndpoint() bool { method GrubUseUKICmdlineDefault (line 203) | func (contract *VersionContract) GrubUseUKICmdlineDefault() bool { method KubeSpanMultidocConfig (line 208) | func (contract *VersionContract) KubeSpanMultidocConfig() bool { function ParseContractFromVersion (line 47) | func ParseContractFromVersion(version string) (*VersionContract, error) { FILE: pkg/machinery/config/contract_test.go function TestContractGreater (line 16) | func TestContractGreater(t *testing.T) { function TestContractParseVersion (line 26) | func TestContractParseVersion(t *testing.T) { function TestContractCurrent (line 47) | func TestContractCurrent(t *testing.T) { function TestContract1_13 (line 77) | func TestContract1_13(t *testing.T) { function TestContract1_12 (line 107) | func TestContract1_12(t *testing.T) { function TestContract1_11 (line 137) | func TestContract1_11(t *testing.T) { function TestContract1_10 (line 167) | func TestContract1_10(t *testing.T) { function TestContract1_9 (line 197) | func TestContract1_9(t *testing.T) { function TestContract1_8 (line 227) | func TestContract1_8(t *testing.T) { function TestContract1_7 (line 257) | func TestContract1_7(t *testing.T) { function TestContract1_6 (line 287) | func TestContract1_6(t *testing.T) { function TestContract1_5 (line 317) | func TestContract1_5(t *testing.T) { function TestContract1_4 (line 347) | func TestContract1_4(t *testing.T) { function TestContract1_3 (line 377) | func TestContract1_3(t *testing.T) { function TestContract1_2 (line 407) | func TestContract1_2(t *testing.T) { function TestContract1_1 (line 437) | func TestContract1_1(t *testing.T) { function TestContract1_0 (line 467) | func TestContract1_0(t *testing.T) { FILE: pkg/machinery/config/encoder/documentation.go constant HeadComment (line 18) | HeadComment = iota constant LineComment (line 20) | LineComment constant FootComment (line 22) | FootComment type Doc (line 26) | type Doc struct method AddExample (line 50) | func (d *Doc) AddExample(name string, value any) { method Describe (line 62) | func (d *Doc) Describe(field string, short bool) string { method Field (line 118) | func (d *Doc) Field(i int) *Doc { type Example (line 79) | type Example struct method Populate (line 88) | func (e *Example) Populate(index int) { method GetValue (line 110) | func (e *Example) GetValue() any { type Appearance (line 127) | type Appearance struct type Documented (line 133) | type Documented interface function mergeDoc (line 138) | func mergeDoc(a, b *Doc) *Doc { function getDoc (line 161) | func getDoc(in any) *Doc { function addComments (line 174) | func addComments(node *yaml.Node, doc *Doc, comments ...int) { function renderExample (line 199) | func renderExample(key string, doc *Doc, options *Options) string { function getExample (line 272) | func getExample(v reflect.Value, doc *Doc, index int) *reflect.Value { function populateNestedExamples (line 293) | func populateNestedExamples(v reflect.Value, index int) { FILE: pkg/machinery/config/encoder/encoder.go type Encoder (line 18) | type Encoder struct method Marshal (line 32) | func (e *Encoder) Marshal() (*yaml.Node, error) { method Encode (line 48) | func (e *Encoder) Encode() ([]byte, error) { function NewEncoder (line 24) | func NewEncoder(value any, opts ...Option) *Encoder { function isEmpty (line 81) | func isEmpty(value reflect.Value) bool { function isNil (line 99) | func isNil(value reflect.Value) bool { function toYamlNode (line 114) | func toYamlNode(in any, options *Options) (*yaml.Node, error) { function appendNodes (line 327) | func appendNodes(dest *yaml.Node, nodes ...*yaml.Node) { function addToMap (line 335) | func addToMap(dest *yaml.Node, doc *Doc, fieldName, in any, style yaml.S... FILE: pkg/machinery/config/encoder/encoder_test.go type Config (line 17) | type Config struct method Doc (line 137) | func (c Config) Doc() *encoder.Doc { type FakeConfig (line 35) | type FakeConfig struct type Mixin (line 39) | type Mixin struct method Doc (line 145) | func (c Mixin) Doc() *encoder.Doc { type Endpoint (line 43) | type Endpoint struct method Doc (line 141) | func (c Endpoint) Doc() *encoder.Doc { type Machine (line 48) | type Machine struct method Doc (line 149) | func (c Machine) Doc() *encoder.Doc { type MachineConfig (line 53) | type MachineConfig struct method Doc (line 153) | func (c MachineConfig) Doc() *encoder.Doc { type Manifests (line 58) | type Manifests type Manifest (line 60) | type Manifest struct type WithCustomMarshaller (line 64) | type WithCustomMarshaller struct method MarshalYAML (line 69) | func (cm *WithCustomMarshaller) MarshalYAML() (any, error) { function init (line 91) | func init() { type EncoderSuite (line 159) | type EncoderSuite struct method TestRun (line 163) | func (suite *EncoderSuite) TestRun() { method TestConcurrent (line 529) | func (suite *EncoderSuite) TestConcurrent() { function decodeToMap (line 545) | func decodeToMap(data []byte) (map[any]any, error) { function TestEncoderSuite (line 552) | func TestEncoderSuite(t *testing.T) { FILE: pkg/machinery/config/encoder/markdown.go type FileDoc (line 26) | type FileDoc struct method Encode (line 38) | func (fd *FileDoc) Encode(root *Doc, frontmatter func(title, descripti... method Write (line 70) | func (fd *FileDoc) Write(path string, frontmatter func(title, descript... function encodeYaml (line 121) | func encodeYaml(in any, path string) string { function formatDescription (line 168) | func formatDescription(description string) string { function tmplDict (line 172) | func tmplDict(vals ...any) (map[string]any, error) { function minInt (line 191) | func minInt(a, b int) int { FILE: pkg/machinery/config/encoder/options.go type CommentsFlags (line 8) | type CommentsFlags method enabled (line 10) | func (f CommentsFlags) enabled(flag CommentsFlags) bool { constant CommentsDisabled (line 16) | CommentsDisabled CommentsFlags = 0 constant CommentsExamples (line 18) | CommentsExamples CommentsFlags = 1 << iota constant CommentsDocs (line 20) | CommentsDocs constant CommentsAll (line 22) | CommentsAll = CommentsExamples | CommentsDocs type Options (line 26) | type Options struct function newOptions (line 31) | func newOptions(opts ...Option) *Options { type Option (line 45) | type Option function WithComments (line 48) | func WithComments(flags CommentsFlags) Option { function WithOmitEmpty (line 55) | func WithOmitEmpty(value bool) Option { FILE: pkg/machinery/config/generate/controlplane.go method controlPlane (line 13) | func (in *Input) controlPlane() ([]config.Document, error) { FILE: pkg/machinery/config/generate/example_test.go function Example (line 20) | func Example() { FILE: pkg/machinery/config/generate/generate.go type Input (line 28) | type Input struct method GetAPIServerSANs (line 47) | func (in *Input) GetAPIServerSANs() []string { method Config (line 111) | func (in *Input) Config(t machine.Type) (coreconfig.Provider, error) { function NewInput (line 63) | func NewInput(clustername, endpoint, kubernetesVersion string, opts ...O... function emptyIf (line 138) | func emptyIf(str, check string) string { FILE: pkg/machinery/config/generate/generate_test.go type GenerateSuite (line 25) | type GenerateSuite struct method SetupSuite (line 87) | func (suite *GenerateSuite) SetupSuite() { method TestGenerateInitSuccess (line 102) | func (suite *GenerateSuite) TestGenerateInitSuccess() { method TestGenerateControlPlaneSuccess (line 109) | func (suite *GenerateSuite) TestGenerateControlPlaneSuccess() { method TestGenerateWorkerSuccess (line 119) | func (suite *GenerateSuite) TestGenerateWorkerSuccess() { method TestGenerateTalosconfigSuccess (line 126) | func (suite *GenerateSuite) TestGenerateTalosconfigSuccess() { function TestGenerateSuite (line 34) | func TestGenerateSuite(t *testing.T) { function TestGenerateRegistryMirrorsOrder (line 140) | func TestGenerateRegistryMirrorsOrder(t *testing.T) { type runtimeMode (line 163) | type runtimeMode struct method String (line 167) | func (m runtimeMode) String() string { method RequiresInstall (line 171) | func (m runtimeMode) RequiresInstall() bool { method InContainer (line 175) | func (runtimeMode) InContainer() bool { FILE: pkg/machinery/config/generate/init.go method init (line 18) | func (in *Input) init() ([]config.Document, error) { function ptrOrNil (line 230) | func ptrOrNil(b bool) *bool { FILE: pkg/machinery/config/generate/network.go method generateNetworkConfigs (line 15) | func (in *Input) generateNetworkConfigs(machine *v1alpha1.MachineConfig)... FILE: pkg/machinery/config/generate/options.go type Option (line 19) | type Option function WithEndpointList (line 22) | func WithEndpointList(endpoints []string) Option { function WithLocalAPIServerPort (line 31) | func WithLocalAPIServerPort(port int) Option { function WithKubePrismPort (line 43) | func WithKubePrismPort(port int) Option { function WithInstallDisk (line 52) | func WithInstallDisk(disk string) Option { function WithAdditionalSubjectAltNames (line 61) | func WithAdditionalSubjectAltNames(sans []string) Option { function WithInstallImage (line 70) | func WithInstallImage(imageRef string) Option { function WithInstallExtraKernelArgs (line 79) | func WithInstallExtraKernelArgs(args []string) Option { function WithNetworkOptions (line 88) | func WithNetworkOptions(opts ...v1alpha1.NetworkConfigOption) Option { function WithRegistryMirror (line 97) | func WithRegistryMirror(host string, endpoints ...string) Option { function WithRegistryCACert (line 110) | func WithRegistryCACert(host, cacert string) Option { function WithRegistryInsecureSkipVerify (line 123) | func WithRegistryInsecureSkipVerify(host string) Option { function WithDNSDomain (line 136) | func WithDNSDomain(dnsDomain string) Option { function WithDebug (line 145) | func WithDebug(enable bool) Option { function WithClusterCNIConfig (line 154) | func WithClusterCNIConfig(config *v1alpha1.CNIConfig) Option { function WithUserDisks (line 165) | func WithUserDisks(disks []*v1alpha1.MachineDisk) Option { function WithAllowSchedulingOnControlPlanes (line 174) | func WithAllowSchedulingOnControlPlanes(enabled bool) Option { function WithVersionContract (line 183) | func WithVersionContract(versionContract *config.VersionContract) Option { function WithRoles (line 192) | func WithRoles(roles role.Set) Option { function WithClusterDiscovery (line 201) | func WithClusterDiscovery(enabled bool) Option { function WithSysctls (line 210) | func WithSysctls(params map[string]string) Option { function WithSecretsBundle (line 223) | func WithSecretsBundle(bundle *secrets.Bundle) Option { function WithHostDNSForwardKubeDNSToHost (line 232) | func WithHostDNSForwardKubeDNSToHost(forward bool) Option { function WithKubeSpanEnabled (line 241) | func WithKubeSpanEnabled(enabled bool) Option { type Options (line 250) | type Options struct function DefaultOptions (line 298) | func DefaultOptions() Options { FILE: pkg/machinery/config/generate/registry.go method generateRegistryConfigs (line 20) | func (in *Input) generateRegistryConfigs(machine *v1alpha1.MachineConfig... FILE: pkg/machinery/config/generate/secrets/bundle.go function NewBundle (line 26) | func NewBundle(clock Clock, versionContract *config.VersionContract) (*B... function LoadBundle (line 40) | func LoadBundle(path string) (*Bundle, error) { function NewBundleFromKubernetesPKI (line 64) | func NewBundleFromKubernetesPKI(pkiDir, bootstrapToken string, versionCo... function NewBundleFromConfig (line 154) | func NewBundleFromConfig(clock Clock, c config.Config) *Bundle { method populate (line 196) | func (bundle *Bundle) populate(versionContract *config.VersionContract) ... method GenerateTalosAPIClientCertificate (line 347) | func (bundle *Bundle) GenerateTalosAPIClientCertificate(roles role.Set) ... method GenerateTalosAPIClientCertificateWithTTL (line 352) | func (bundle *Bundle) GenerateTalosAPIClientCertificateWithTTL(roles rol... method Validate (line 364) | func (bundle *Bundle) Validate() error { method validateCerts (line 409) | func (bundle *Bundle) validateCerts() error { FILE: pkg/machinery/config/generate/secrets/ca.go function NewEtcdCA (line 18) | func NewEtcdCA(currentTime time.Time, contract *config.VersionContract) ... function NewKubernetesCA (line 30) | func NewKubernetesCA(currentTime time.Time, contract *config.VersionCont... function NewAggregatorCA (line 42) | func NewAggregatorCA(currentTime time.Time, contract *config.VersionCont... function NewTalosCA (line 55) | func NewTalosCA(currentTime time.Time) (ca *x509.CertificateAuthority, e... function NewAdminCertificateAndKey (line 66) | func NewAdminCertificateAndKey(currentTime time.Time, ca *x509.PEMEncode... FILE: pkg/machinery/config/generate/secrets/clock.go type Clock (line 10) | type Clock interface type SystemClock (line 15) | type SystemClock struct method Now (line 32) | func (c *SystemClock) Now() time.Time { function NewClock (line 20) | func NewClock() *SystemClock { function NewFixedClock (line 25) | func NewFixedClock(t time.Time) *SystemClock { FILE: pkg/machinery/config/generate/secrets/generate_test.go function TestNewBundle (line 23) | func TestNewBundle(t *testing.T) { function TestNewBundleFromConfig (line 56) | func TestNewBundleFromConfig(t *testing.T) { FILE: pkg/machinery/config/generate/secrets/marshal_test.go function TestMarshalUnmarshal (line 21) | func TestMarshalUnmarshal(t *testing.T) { function TestUnmarshalStable (line 45) | func TestUnmarshalStable(t *testing.T) { FILE: pkg/machinery/config/generate/secrets/secrets.go constant CAValidityTime (line 15) | CAValidityTime = 87600 * time.Hour type Bundle (line 21) | type Bundle struct type Certs (line 30) | type Certs struct type Cluster (line 44) | type Cluster struct type Secrets (line 50) | type Secrets struct type TrustdInfo (line 57) | type TrustdInfo struct FILE: pkg/machinery/config/generate/secrets/utils.go function randBytes (line 16) | func randBytes(size int) ([]byte, error) { function validatePEMEncodedCertificateAndKey (line 31) | func validatePEMEncodedCertificateAndKey(certs *x509.PEMEncodedCertifica... function randBootstrapTokenString (line 44) | func randBootstrapTokenString(length int) (string, error) { function genToken (line 80) | func genToken(lenFirst, lenSecond int) (string, error) { FILE: pkg/machinery/config/generate/secrets/validate_test.go function TestValidate (line 24) | func TestValidate(t *testing.T) { FILE: pkg/machinery/config/generate/stdpatches/stdpatches.go function WithStaticHostname (line 23) | func WithStaticHostname(versionContract *config.VersionContract, hostnam... function WithTrustedRoots (line 42) | func WithTrustedRoots(versionContract *config.VersionContract, trustedRo... function patchFromDocument (line 53) | func patchFromDocument(doc configconfig.Document) ([]byte, error) { function patchFromV1Alpha1 (line 62) | func patchFromV1Alpha1(doc any) ([]byte, error) { FILE: pkg/machinery/config/generate/stdpatches/stdpatches_test.go function TestPatches (line 22) | func TestPatches(t *testing.T) { type mockValidationMode (line 108) | type mockValidationMode struct method String (line 110) | func (mockValidationMode) String() string { method RequiresInstall (line 114) | func (mockValidationMode) RequiresInstall() bool { method InContainer (line 118) | func (mockValidationMode) InContainer() bool { FILE: pkg/machinery/config/generate/talosconfig.go method Talosconfig (line 12) | func (in *Input) Talosconfig() (*clientconfig.Config, error) { FILE: pkg/machinery/config/generate/worker.go method worker (line 20) | func (in *Input) worker() ([]config.Document, error) { FILE: pkg/machinery/config/internal/cis/cis.go function CreateEncryptionToken (line 13) | func CreateEncryptionToken() (string, error) { FILE: pkg/machinery/config/internal/cis/cis_test.go function TestEmpty (line 9) | func TestEmpty(t *testing.T) { FILE: pkg/machinery/config/internal/documentid/documentid.go constant ManifestAPIVersionKey (line 16) | ManifestAPIVersionKey = "apiVersion" constant ManifestKindKey (line 18) | ManifestKindKey = "kind" constant ManifestNameKey (line 20) | ManifestNameKey = "name" constant ManifestVersionKey (line 22) | ManifestVersionKey = "version" type DocumentID (line 26) | type DocumentID struct method Meta (line 33) | func (id DocumentID) Meta() map[string]any { function Extract (line 53) | func Extract(doc config.Document) DocumentID { FILE: pkg/machinery/config/internal/registry/registry.go type NewDocumentFunc (line 24) | type NewDocumentFunc type Registry (line 31) | type Registry struct method Register (line 54) | func (r *Registry) Register(kind string, f NewDocumentFunc) { method New (line 66) | func (r *Registry) New(kind, version string) (config.Document, error) { function NewRegistry (line 37) | func NewRegistry() *Registry { function Register (line 44) | func Register(kind string, f NewDocumentFunc) { function New (line 49) | func New(kind, version string) (config.Document, error) { FILE: pkg/machinery/config/internal/registry/registry_test.go type mockDocument (line 17) | type mockDocument struct method Clone (line 21) | func (d mockDocument) Clone() config.Document { method Kind (line 25) | func (d mockDocument) Kind() string { method APIVersion (line 29) | func (d mockDocument) APIVersion() string { function mockFactory (line 33) | func mockFactory(kind, version string) registry.NewDocumentFunc { function TestRegistry (line 43) | func TestRegistry(t *testing.T) { FILE: pkg/machinery/config/machine/machine.go type Type (line 15) | type Type method MarshalText (line 52) | func (t Type) MarshalText() (text []byte, err error) { method UnmarshalText (line 57) | func (t *Type) UnmarshalText(text []byte) error { method IsControlPlane (line 66) | func (t Type) IsControlPlane() bool { constant TypeUnknown (line 20) | TypeUnknown Type = iota constant TypeInit (line 24) | TypeInit constant TypeControlPlane (line 28) | TypeControlPlane constant TypeWorker (line 32) | TypeWorker function ParseType (line 36) | func ParseType(s string) (Type, error) { FILE: pkg/machinery/config/machine/machine_test.go function TestParseType (line 17) | func TestParseType(t *testing.T) { FILE: pkg/machinery/config/machine/type_string.go function _ (line 7) | func _() { constant _Type_name (line 17) | _Type_name = "unknowninitcontrolplaneworker" method String (line 21) | func (i Type) String() string { FILE: pkg/machinery/config/merge/merge.go function Merge (line 30) | func Merge(left, right any) error { type merger (line 34) | type merger interface function merge (line 44) | func merge(vl, vr reflect.Value, replace, overwrite bool) error { function isNilOrZero (line 205) | func isNilOrZero(idx reflect.Value) bool { FILE: pkg/machinery/config/merge/merge_test.go type Config (line 18) | type Config struct type Struct (line 29) | type Struct struct type CustomSlice (line 34) | type CustomSlice method Merge (line 36) | func (s *CustomSlice) Merge(other any) error { type Unstructured (line 48) | type Unstructured function TestMerge (line 50) | func TestMerge(t *testing.T) { FILE: pkg/machinery/config/provider.go type Container (line 25) | type Container interface type Provider (line 42) | type Provider interface FILE: pkg/machinery/config/types/block/block_doc.go method Doc (line 13) | func (EncryptionSpec) Doc() *encoder.Doc { method Doc (line 104) | func (EncryptionKey) Doc() *encoder.Doc { method Doc (line 164) | func (EncryptionKeyStatic) Doc() *encoder.Doc { method Doc (line 189) | func (EncryptionKeyKMS) Doc() *encoder.Doc { method Doc (line 216) | func (EncryptionKeyTPM) Doc() *encoder.Doc { method Doc (line 248) | func (EncryptionKeyTPMOptions) Doc() *encoder.Doc { method Doc (line 273) | func (EncryptionKeyNodeID) Doc() *encoder.Doc { method Doc (line 290) | func (ExistingVolumeConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 329) | func (VolumeDiscoverySpec) Doc() *encoder.Doc { method Doc (line 354) | func (VolumeSelector) Doc() *encoder.Doc { method Doc (line 382) | func (ExistingMountSpec) Doc() *encoder.Doc { method Doc (line 421) | func (ExternalVolumeConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 464) | func (ExternalMountSpec) Doc() *encoder.Doc { method Doc (line 510) | func (VirtiofsMountSpec) Doc() *encoder.Doc { method Doc (line 535) | func (RawVolumeConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 574) | func (SwapVolumeConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 613) | func (UserVolumeConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 682) | func (UserMountSpec) Doc() *encoder.Doc { method Doc (line 714) | func (FilesystemSpec) Doc() *encoder.Doc { method Doc (line 750) | func (VolumeConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 796) | func (MountSpec) Doc() *encoder.Doc { method Doc (line 821) | func (ProvisioningSpec) Doc() *encoder.Doc { method Doc (line 883) | func (DiskSelector) Doc() *encoder.Doc { method Doc (line 911) | func (ZswapConfigV1Alpha1) Doc() *encoder.Doc { function GetFileDoc (line 944) | func GetFileDoc() *encoder.FileDoc { FILE: pkg/machinery/config/types/block/blockhelpers/blockhelpers.go function MatchDisks (line 22) | func MatchDisks(ctx context.Context, st state.State, expression *cel.Exp... FILE: pkg/machinery/config/types/block/byte_size.go type ByteSize (line 28) | type ByteSize struct method Value (line 35) | func (bs ByteSize) Value() uint64 { method MarshalText (line 40) | func (bs ByteSize) MarshalText() ([]byte, error) { method UnmarshalText (line 58) | func (bs *ByteSize) UnmarshalText(text []byte) error { method IsZero (line 82) | func (bs ByteSize) IsZero() bool { method Merge (line 87) | func (bs *ByteSize) Merge(other any) error { method IsNegative (line 100) | func (bs ByteSize) IsNegative() bool { FILE: pkg/machinery/config/types/block/deep_copy.generated.go method DeepCopy (line 10) | func (o *ExistingVolumeConfigV1Alpha1) DeepCopy() *ExistingVolumeConfigV... method DeepCopy (line 28) | func (o *RawVolumeConfigV1Alpha1) DeepCopy() *RawVolumeConfigV1Alpha1 { method DeepCopy (line 112) | func (o *SwapVolumeConfigV1Alpha1) DeepCopy() *SwapVolumeConfigV1Alpha1 { method DeepCopy (line 196) | func (o *UserVolumeConfigV1Alpha1) DeepCopy() *UserVolumeConfigV1Alpha1 { method DeepCopy (line 296) | func (o *ExternalVolumeConfigV1Alpha1) DeepCopy() *ExternalVolumeConfigV... method DeepCopy (line 318) | func (o *VolumeConfigV1Alpha1) DeepCopy() *VolumeConfigV1Alpha1 { method DeepCopy (line 406) | func (o *ZswapConfigV1Alpha1) DeepCopy() *ZswapConfigV1Alpha1 { FILE: pkg/machinery/config/types/block/encryption.go type EncryptionSpec (line 25) | type EncryptionSpec struct method IsZero (line 87) | func (s EncryptionSpec) IsZero() bool { method Validate (line 166) | func (s EncryptionSpec) Validate() ([]string, error) { method Provider (line 211) | func (s EncryptionSpec) Provider() block.EncryptionProviderType { method Cipher (line 216) | func (s EncryptionSpec) Cipher() string { method KeySize (line 221) | func (s EncryptionSpec) KeySize() uint { method BlockSize (line 226) | func (s EncryptionSpec) BlockSize() uint64 { method Options (line 231) | func (s EncryptionSpec) Options() []string { method Keys (line 236) | func (s EncryptionSpec) Keys() []config.EncryptionKey { function exampleEncryptionSpec (line 64) | func exampleEncryptionSpec() *EncryptionSpec { type EncryptionKey (line 92) | type EncryptionKey struct method Slot (line 241) | func (k EncryptionKey) Slot() int { method LockToSTATE (line 246) | func (k EncryptionKey) LockToSTATE() bool { method Static (line 251) | func (k EncryptionKey) Static() config.EncryptionKeyStatic { method NodeID (line 260) | func (k EncryptionKey) NodeID() config.EncryptionKeyNodeID { method KMS (line 269) | func (k EncryptionKey) KMS() config.EncryptionKeyKMS { method TPM (line 278) | func (k EncryptionKey) TPM() config.EncryptionKeyTPM { type EncryptionKeyStatic (line 117) | type EncryptionKeyStatic struct method Key (line 325) | func (e *EncryptionKeyStatic) Key() []byte { method String (line 330) | func (e *EncryptionKeyStatic) String() string { type EncryptionKeyKMS (line 127) | type EncryptionKeyKMS struct method Endpoint (line 335) | func (e *EncryptionKeyKMS) Endpoint() string { method String (line 340) | func (e *EncryptionKeyKMS) String() string { type EncryptionKeyTPM (line 134) | type EncryptionKeyTPM struct method String (line 292) | func (e *EncryptionKeyTPM) String() string { method CheckSecurebootOnEnroll (line 297) | func (e *EncryptionKeyTPM) CheckSecurebootOnEnroll() bool { method PCRs (line 306) | func (e *EncryptionKeyTPM) PCRs() []int { method PubKeyPCRs (line 319) | func (e *EncryptionKeyTPM) PubKeyPCRs() []int { type EncryptionKeyTPMOptions (line 147) | type EncryptionKeyTPMOptions struct type EncryptionKeyNodeID (line 155) | type EncryptionKeyNodeID struct method String (line 287) | func (e *EncryptionKeyNodeID) String() string { function exampleKMSKey (line 157) | func exampleKMSKey() *EncryptionKeyKMS { FILE: pkg/machinery/config/types/block/existing_volume_config.go constant ExistingVolumeConfigKind (line 25) | ExistingVolumeConfigKind = "ExistingVolumeConfig" function init (line 27) | func init() { type ExistingVolumeConfigV1Alpha1 (line 57) | type ExistingVolumeConfigV1Alpha1 struct method Name (line 143) | func (s *ExistingVolumeConfigV1Alpha1) Name() string { method Clone (line 148) | func (s *ExistingVolumeConfigV1Alpha1) Clone() config.Document { method ConflictsWithKinds (line 153) | func (s *ExistingVolumeConfigV1Alpha1) ConflictsWithKinds() []string { method Validate (line 160) | func (s *ExistingVolumeConfigV1Alpha1) Validate(validation.RuntimeMode... method ExistingVolumeConfigSignal (line 196) | func (s *ExistingVolumeConfigV1Alpha1) ExistingVolumeConfigSignal() {} method VolumeDiscovery (line 199) | func (s *ExistingVolumeConfigV1Alpha1) VolumeDiscovery() config.Volume... method Mount (line 204) | func (s *ExistingVolumeConfigV1Alpha1) Mount() config.ExistingVolumeMo... type VolumeDiscoverySpec (line 75) | type VolumeDiscoverySpec struct method Validate (line 209) | func (s VolumeDiscoverySpec) Validate(required bool) ([]string, error) { method VolumeSelector (line 224) | func (s VolumeDiscoverySpec) VolumeSelector() cel.Expression { type VolumeSelector (line 82) | type VolumeSelector struct function exampleVolumeSelector1 (line 97) | func exampleVolumeSelector1() cel.Expression { function exampleVolumeSelector2 (line 101) | func exampleVolumeSelector2() cel.Expression { type ExistingMountSpec (line 106) | type ExistingMountSpec struct method ReadOnly (line 229) | func (s ExistingMountSpec) ReadOnly() bool { method DisableAccessTime (line 234) | func (s ExistingMountSpec) DisableAccessTime() bool { method Secure (line 239) | func (s ExistingMountSpec) Secure() bool { function NewExistingVolumeConfigV1Alpha1 (line 121) | func NewExistingVolumeConfigV1Alpha1() *ExistingVolumeConfigV1Alpha1 { function exampleExistingVolumeConfigV1Alpha1 (line 130) | func exampleExistingVolumeConfigV1Alpha1() *ExistingVolumeConfigV1Alpha1 { FILE: pkg/machinery/config/types/block/existing_volume_config_test.go function TestExistingVolumeConfigMarshalUnmarshal (line 22) | func TestExistingVolumeConfigMarshalUnmarshal(t *testing.T) { function TestExistingVolumeConfigValidate (line 74) | func TestExistingVolumeConfigValidate(t *testing.T) { FILE: pkg/machinery/config/types/block/external_volume_config.go constant ExternalVolumeConfigKind (line 26) | ExternalVolumeConfigKind = "ExternalVolumeConfig" function init (line 28) | func init() { constant maxExternalVolumeNameLength (line 46) | maxExternalVolumeNameLength = constants.PartitionLabelLength - len(const... type ExternalVolumeConfigV1Alpha1 (line 62) | type ExternalVolumeConfigV1Alpha1 struct method Name (line 132) | func (s *ExternalVolumeConfigV1Alpha1) Name() string { method Clone (line 137) | func (s *ExternalVolumeConfigV1Alpha1) Clone() config.Document { method Validate (line 144) | func (s *ExternalVolumeConfigV1Alpha1) Validate(validation.RuntimeMode... method ExternalVolumeConfigSignal (line 193) | func (s *ExternalVolumeConfigV1Alpha1) ExternalVolumeConfigSignal() {} method Type (line 196) | func (s *ExternalVolumeConfigV1Alpha1) Type() FilesystemType { method Mount (line 201) | func (s *ExternalVolumeConfigV1Alpha1) Mount() config.ExternalVolumeMo... type ExternalMountSpec (line 85) | type ExternalMountSpec struct method ReadOnly (line 206) | func (s ExternalMountSpec) ReadOnly() bool { method DisableAccessTime (line 211) | func (s ExternalMountSpec) DisableAccessTime() bool { method Secure (line 216) | func (s ExternalMountSpec) Secure() bool { method Virtiofs (line 225) | func (s ExternalMountSpec) Virtiofs() optional.Optional[config.Externa... type VirtiofsMountSpec (line 104) | type VirtiofsMountSpec struct method Source (line 234) | func (s VirtiofsMountSpec) Source() string { method Parameters (line 239) | func (s VirtiofsMountSpec) Parameters() ([]block.ParameterSpec, error) { method Validate (line 244) | func (s *VirtiofsMountSpec) Validate() ([]string, error) { function NewExternalVolumeConfigV1Alpha1 (line 111) | func NewExternalVolumeConfigV1Alpha1() *ExternalVolumeConfigV1Alpha1 { function exampleExternalVolumeConfigV1Alpha1Virtiofs (line 120) | func exampleExternalVolumeConfigV1Alpha1Virtiofs() *ExternalVolumeConfig... FILE: pkg/machinery/config/types/block/external_volume_config_test.go function TestExternalVolumeConfigMarshalUnmarshal (line 23) | func TestExternalVolumeConfigMarshalUnmarshal(t *testing.T) { function TestExternalVolumeConfigValidate (line 76) | func TestExternalVolumeConfigValidate(t *testing.T) { FILE: pkg/machinery/config/types/block/percentage_size.go type PercentageSize (line 26) | type PercentageSize struct method Value (line 33) | func (ps PercentageSize) Value() uint64 { method MarshalText (line 38) | func (ps PercentageSize) MarshalText() ([]byte, error) { method UnmarshalText (line 51) | func (ps *PercentageSize) UnmarshalText(text []byte) error { method IsZero (line 88) | func (ps PercentageSize) IsZero() bool { method IsNegative (line 93) | func (ps PercentageSize) IsNegative() bool { method Merge (line 98) | func (ps *PercentageSize) Merge(other any) error { FILE: pkg/machinery/config/types/block/raw_volume_config.go constant RawVolumeConfigKind (line 25) | RawVolumeConfigKind = "RawVolumeConfig" function init (line 27) | func init() { constant maxRawVolumeNameLength (line 45) | maxRawVolumeNameLength = constants.PartitionLabelLength - len(constants.... type RawVolumeConfigV1Alpha1 (line 59) | type RawVolumeConfigV1Alpha1 struct method Name (line 100) | func (s *RawVolumeConfigV1Alpha1) Name() string { method Clone (line 105) | func (s *RawVolumeConfigV1Alpha1) Clone() config.Document { method Validate (line 112) | func (s *RawVolumeConfigV1Alpha1) Validate(validation.RuntimeMode, ...... method RawVolumeConfigSignal (line 156) | func (s *RawVolumeConfigV1Alpha1) RawVolumeConfigSignal() {} method Provisioning (line 159) | func (s *RawVolumeConfigV1Alpha1) Provisioning() config.VolumeProvisio... method Encryption (line 164) | func (s *RawVolumeConfigV1Alpha1) Encryption() config.EncryptionConfig { function NewRawVolumeConfigV1Alpha1 (line 77) | func NewRawVolumeConfigV1Alpha1() *RawVolumeConfigV1Alpha1 { function exampleRawVolumeConfigV1Alpha1 (line 86) | func exampleRawVolumeConfigV1Alpha1() *RawVolumeConfigV1Alpha1 { FILE: pkg/machinery/config/types/block/raw_volume_config_test.go function TestRawVolumeConfigMarshalUnmarshal (line 24) | func TestRawVolumeConfigMarshalUnmarshal(t *testing.T) { function TestRawVolumeConfigValidate (line 105) | func TestRawVolumeConfigValidate(t *testing.T) { FILE: pkg/machinery/config/types/block/size.go type Size (line 22) | type Size struct method Value (line 54) | func (s Size) Value() uint64 { method RelativeValue (line 63) | func (s Size) RelativeValue() (uint64, bool) { method MarshalText (line 72) | func (s Size) MarshalText() ([]byte, error) { method UnmarshalText (line 85) | func (s *Size) UnmarshalText(text []byte) error { method IsZero (line 110) | func (s Size) IsZero() bool { method IsRelative (line 115) | func (s Size) IsRelative() bool { method IsNegative (line 120) | func (s Size) IsNegative() bool { function MustSize (line 30) | func MustSize(value string) Size { function MustByteSize (line 43) | func MustByteSize(value string) ByteSize { FILE: pkg/machinery/config/types/block/size_test.go function TestSizeUnmarshal (line 17) | func TestSizeUnmarshal(t *testing.T) { FILE: pkg/machinery/config/types/block/swap_volume_config.go constant SwapVolumeConfigKind (line 25) | SwapVolumeConfigKind = "SwapVolumeConfig" function init (line 27) | func init() { constant maxSwapVolumeNameLength (line 45) | maxSwapVolumeNameLength = constants.PartitionLabelLength - len(constants... type SwapVolumeConfigV1Alpha1 (line 58) | type SwapVolumeConfigV1Alpha1 struct method Name (line 111) | func (s *SwapVolumeConfigV1Alpha1) Name() string { method Clone (line 116) | func (s *SwapVolumeConfigV1Alpha1) Clone() config.Document { method Validate (line 123) | func (s *SwapVolumeConfigV1Alpha1) Validate(validation.RuntimeMode, ..... method SwapVolumeConfigSignal (line 167) | func (s *SwapVolumeConfigV1Alpha1) SwapVolumeConfigSignal() {} method Provisioning (line 170) | func (s *SwapVolumeConfigV1Alpha1) Provisioning() config.VolumeProvisi... method Encryption (line 175) | func (s *SwapVolumeConfigV1Alpha1) Encryption() config.EncryptionConfig { function NewSwapVolumeConfigV1Alpha1 (line 76) | func NewSwapVolumeConfigV1Alpha1() *SwapVolumeConfigV1Alpha1 { function exampleSwapVolumeConfigV1Alpha1 (line 85) | func exampleSwapVolumeConfigV1Alpha1() *SwapVolumeConfigV1Alpha1 { FILE: pkg/machinery/config/types/block/swap_volume_config_test.go function TestSwapVolumeConfigMarshalUnmarshal (line 24) | func TestSwapVolumeConfigMarshalUnmarshal(t *testing.T) { function TestSwapVolumeConfigValidate (line 105) | func TestSwapVolumeConfigValidate(t *testing.T) { FILE: pkg/machinery/config/types/block/user_volume_config.go constant UserVolumeConfigKind (line 28) | UserVolumeConfigKind = "UserVolumeConfig" function init (line 30) | func init() { constant maxUserVolumeNameLength (line 49) | maxUserVolumeNameLength = constants.PartitionLabelLength - len(constants... type UserVolumeConfigV1Alpha1 (line 67) | type UserVolumeConfigV1Alpha1 struct method Name (line 195) | func (s *UserVolumeConfigV1Alpha1) Name() string { method Clone (line 200) | func (s *UserVolumeConfigV1Alpha1) Clone() config.Document { method ConflictsWithKinds (line 205) | func (s *UserVolumeConfigV1Alpha1) ConflictsWithKinds() []string { method Validate (line 212) | func (s *UserVolumeConfigV1Alpha1) Validate(validation.RuntimeMode, ..... method UserVolumeConfigSignal (line 305) | func (s *UserVolumeConfigV1Alpha1) UserVolumeConfigSignal() {} method Type (line 308) | func (s *UserVolumeConfigV1Alpha1) Type() optional.Optional[VolumeType] { method Provisioning (line 317) | func (s *UserVolumeConfigV1Alpha1) Provisioning() config.VolumeProvisi... method Filesystem (line 322) | func (s *UserVolumeConfigV1Alpha1) Filesystem() config.FilesystemConfig { method Encryption (line 327) | func (s *UserVolumeConfigV1Alpha1) Encryption() config.EncryptionConfig { method Mount (line 336) | func (s *UserVolumeConfigV1Alpha1) Mount() config.UserVolumeMountConfig { type UserMountSpec (line 100) | type UserMountSpec struct method IsZero (line 392) | func (s UserMountSpec) IsZero() bool { method DisableAccessTime (line 397) | func (s UserMountSpec) DisableAccessTime() bool { method Secure (line 402) | func (s UserMountSpec) Secure() bool { function NewUserVolumeConfigV1Alpha1 (line 112) | func NewUserVolumeConfigV1Alpha1() *UserVolumeConfigV1Alpha1 { constant userVolumeName (line 121) | userVolumeName = "local-data" function exampleUserVolumeConfigV1Alpha1Partition (line 123) | func exampleUserVolumeConfigV1Alpha1Partition() *UserVolumeConfigV1Alpha1 { function exampleUserVolumeConfigV1Alpha1Directory (line 155) | func exampleUserVolumeConfigV1Alpha1Directory() *UserVolumeConfigV1Alpha1 { function exampleUserVolumeConfigV1Alpha1Disk (line 163) | func exampleUserVolumeConfigV1Alpha1Disk() *UserVolumeConfigV1Alpha1 { type FilesystemSpec (line 341) | type FilesystemSpec struct method IsZero (line 356) | func (s FilesystemSpec) IsZero() bool { method Type (line 361) | func (s FilesystemSpec) Type() block.FilesystemType { method ProjectQuotaSupport (line 370) | func (s FilesystemSpec) ProjectQuotaSupport() bool { method Validate (line 375) | func (s FilesystemSpec) Validate() ([]string, error) { FILE: pkg/machinery/config/types/block/user_volume_config_test.go function TestUserVolumeConfigMarshalUnmarshal (line 24) | func TestUserVolumeConfigMarshalUnmarshal(t *testing.T) { function TestUserVolumeConfigValidate (line 121) | func TestUserVolumeConfigValidate(t *testing.T) { FILE: pkg/machinery/config/types/block/volume_config.go constant VolumeConfigKind (line 30) | VolumeConfigKind = "VolumeConfig" function init (line 32) | func init() { type VolumeConfigV1Alpha1 (line 60) | type VolumeConfigV1Alpha1 struct method Name (line 172) | func (s *VolumeConfigV1Alpha1) Name() string { method Clone (line 177) | func (s *VolumeConfigV1Alpha1) Clone() config.Document { method Validate (line 182) | func (s *VolumeConfigV1Alpha1) Validate(validation.RuntimeMode, ...val... method Provisioning (line 224) | func (s *VolumeConfigV1Alpha1) Provisioning() config.VolumeProvisionin... method Encryption (line 229) | func (s *VolumeConfigV1Alpha1) Encryption() config.EncryptionConfig { method Mount (line 238) | func (s *VolumeConfigV1Alpha1) Mount() config.VolumeMountConfig { method V1Alpha1ConflictValidate (line 276) | func (s *VolumeConfigV1Alpha1) V1Alpha1ConflictValidate(v1alpha1Config... type MountSpec (line 78) | type MountSpec struct method Secure (line 351) | func (s MountSpec) Secure() bool { type ProvisioningSpec (line 87) | type ProvisioningSpec struct method MaxSizeNegative (line 120) | func (p ProvisioningSpec) MaxSizeNegative() bool { method Validate (line 245) | func (p ProvisioningSpec) Validate(required bool, sizeSupported bool) ... method IsZero (line 296) | func (p ProvisioningSpec) IsZero() bool { method DiskSelector (line 301) | func (p ProvisioningSpec) DiskSelector() optional.Optional[cel.Express... method Grow (line 310) | func (p ProvisioningSpec) Grow() optional.Optional[bool] { method MinSize (line 319) | func (p ProvisioningSpec) MinSize() optional.Optional[uint64] { method MaxSize (line 328) | func (p ProvisioningSpec) MaxSize() optional.Optional[uint64] { method RelativeMaxSize (line 337) | func (p ProvisioningSpec) RelativeMaxSize() optional.Optional[uint64] { type DiskSelector (line 125) | type DiskSelector struct function NewVolumeConfigV1Alpha1 (line 141) | func NewVolumeConfigV1Alpha1() *VolumeConfigV1Alpha1 { function exampleVolumeConfigEphemeralV1Alpha1 (line 150) | func exampleVolumeConfigEphemeralV1Alpha1() *VolumeConfigV1Alpha1 { function exampleDiskSelector1 (line 163) | func exampleDiskSelector1() cel.Expression { function exampleDiskSelector2 (line 167) | func exampleDiskSelector2() cel.Expression { FILE: pkg/machinery/config/types/block/volume_config_test.go function TestVolumeConfigMarshalUnmarshal (line 23) | func TestVolumeConfigMarshalUnmarshal(t *testing.T) { function TestVolumeConfigValidate (line 135) | func TestVolumeConfigValidate(t *testing.T) { function TestVolumeConfigTPMPCRsDefaults (line 334) | func TestVolumeConfigTPMPCRsDefaults(t *testing.T) { function TestVolumeConfigMerge (line 383) | func TestVolumeConfigMerge(t *testing.T) { type validationMode (line 401) | type validationMode struct method String (line 403) | func (validationMode) String() string { method RequiresInstall (line 407) | func (validationMode) RequiresInstall() bool { method InContainer (line 411) | func (validationMode) InContainer() bool { FILE: pkg/machinery/config/types/block/zswap_config.go constant ZswapConfigKind (line 22) | ZswapConfigKind = "ZswapConfig" function init (line 24) | func init() { type ZswapConfigV1Alpha1 (line 52) | type ZswapConfigV1Alpha1 struct method Clone (line 86) | func (s *ZswapConfigV1Alpha1) Clone() config.Document { method Validate (line 93) | func (s *ZswapConfigV1Alpha1) Validate(validation.RuntimeMode, ...vali... method ZswapConfigSignal (line 109) | func (s *ZswapConfigV1Alpha1) ZswapConfigSignal() {} method MaxPoolPercent (line 112) | func (s *ZswapConfigV1Alpha1) MaxPoolPercent() int { method ShrinkerEnabled (line 121) | func (s *ZswapConfigV1Alpha1) ShrinkerEnabled() bool { function NewZswapConfigV1Alpha1 (line 68) | func NewZswapConfigV1Alpha1() *ZswapConfigV1Alpha1 { function exampleZswapConfigV1Alpha1 (line 77) | func exampleZswapConfigV1Alpha1() *ZswapConfigV1Alpha1 { FILE: pkg/machinery/config/types/block/zswap_config_test.go function TestZswapConfigMarshalUnmarshal (line 21) | func TestZswapConfigMarshalUnmarshal(t *testing.T) { function TestZswapVolumeConfigValidate (line 81) | func TestZswapVolumeConfigValidate(t *testing.T) { FILE: pkg/machinery/config/types/cri/cri_doc.go method Doc (line 13) | func (RegistryAuthConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 66) | func (RegistryMirrorConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 105) | func (RegistryEndpoint) Doc() *encoder.Doc { method Doc (line 139) | func (RegistryTLSConfigV1Alpha1) Doc() *encoder.Doc { function GetFileDoc (line 188) | func GetFileDoc() *encoder.FileDoc { FILE: pkg/machinery/config/types/cri/deep_copy.generated.go method DeepCopy (line 16) | func (o *RegistryAuthConfigV1Alpha1) DeepCopy() *RegistryAuthConfigV1Alp... method DeepCopy (line 22) | func (o *RegistryMirrorConfigV1Alpha1) DeepCopy() *RegistryMirrorConfigV... method DeepCopy (line 50) | func (o *RegistryTLSConfigV1Alpha1) DeepCopy() *RegistryTLSConfigV1Alpha1 { FILE: pkg/machinery/config/types/cri/registry_auth.go constant RegistryAuthConfig (line 19) | RegistryAuthConfig = "RegistryAuthConfig" function init (line 21) | func init() { type RegistryAuthConfigV1Alpha1 (line 47) | type RegistryAuthConfigV1Alpha1 struct method Clone (line 94) | func (s *RegistryAuthConfigV1Alpha1) Clone() config.Document { method Name (line 99) | func (s *RegistryAuthConfigV1Alpha1) Name() string { method Validate (line 104) | func (s *RegistryAuthConfigV1Alpha1) Validate(validation.RuntimeMode, ... method Username (line 130) | func (s *RegistryAuthConfigV1Alpha1) Username() string { method Password (line 135) | func (s *RegistryAuthConfigV1Alpha1) Password() string { method Auth (line 140) | func (s *RegistryAuthConfigV1Alpha1) Auth() string { method IdentityToken (line 145) | func (s *RegistryAuthConfigV1Alpha1) IdentityToken() string { method Redact (line 150) | func (s *RegistryAuthConfigV1Alpha1) Redact(replacement string) { function NewRegistryAuthConfigV1Alpha1 (line 75) | func NewRegistryAuthConfigV1Alpha1(name string) *RegistryAuthConfigV1Alp... function exampleRegistryAuthConfigVAlpha1 (line 85) | func exampleRegistryAuthConfigVAlpha1() *RegistryAuthConfigV1Alpha1 { FILE: pkg/machinery/config/types/cri/registry_auth_test.go function TestRegistryAuthConfigMarshalStability (line 23) | func TestRegistryAuthConfigMarshalStability(t *testing.T) { function TestRegistryAuthConfigUnmarshal (line 38) | func TestRegistryAuthConfigUnmarshal(t *testing.T) { function TestRegistryAuthConfigValidate (line 58) | func TestRegistryAuthConfigValidate(t *testing.T) { FILE: pkg/machinery/config/types/cri/registry_mirror.go constant RegistryMirrorConfig (line 25) | RegistryMirrorConfig = "RegistryMirrorConfig" function init (line 27) | func init() { type RegistryMirrorConfigV1Alpha1 (line 52) | type RegistryMirrorConfigV1Alpha1 struct method Clone (line 121) | func (s *RegistryMirrorConfigV1Alpha1) Clone() config.Document { method Name (line 126) | func (s *RegistryMirrorConfigV1Alpha1) Name() string { method Validate (line 131) | func (s *RegistryMirrorConfigV1Alpha1) Validate(validation.RuntimeMode... method Endpoints (line 157) | func (s *RegistryMirrorConfigV1Alpha1) Endpoints() []config.RegistryEn... method SkipFallback (line 164) | func (s *RegistryMirrorConfigV1Alpha1) SkipFallback() bool { type RegistryEndpoint (line 77) | type RegistryEndpoint struct method Endpoint (line 169) | func (ep RegistryEndpoint) Endpoint() string { method OverridePath (line 174) | func (ep RegistryEndpoint) OverridePath() bool { function NewRegistryMirrorConfigV1Alpha1 (line 94) | func NewRegistryMirrorConfigV1Alpha1(name string) *RegistryMirrorConfigV... function exampleRegistryMirrorConfigVAlpha1 (line 104) | func exampleRegistryMirrorConfigVAlpha1() *RegistryMirrorConfigV1Alpha1 { FILE: pkg/machinery/config/types/cri/registry_mirror_test.go function TestRegistryMirrorConfigMarshalStability (line 25) | func TestRegistryMirrorConfigMarshalStability(t *testing.T) { function TestRegistryMirrorConfigUnmarshal (line 48) | func TestRegistryMirrorConfigUnmarshal(t *testing.T) { function TestRegistryMirrorConfigValidate (line 76) | func TestRegistryMirrorConfigValidate(t *testing.T) { type validationMode (line 166) | type validationMode struct method String (line 168) | func (validationMode) String() string { method RequiresInstall (line 172) | func (validationMode) RequiresInstall() bool { method InContainer (line 176) | func (validationMode) InContainer() bool { FILE: pkg/machinery/config/types/cri/registry_tls.go constant RegistryTLSConfig (line 24) | RegistryTLSConfig = "RegistryTLSConfig" function init (line 26) | func init() { type RegistryTLSConfigV1Alpha1 (line 52) | type RegistryTLSConfigV1Alpha1 struct method Clone (line 117) | func (s *RegistryTLSConfigV1Alpha1) Clone() config.Document { method Name (line 122) | func (s *RegistryTLSConfigV1Alpha1) Name() string { method Validate (line 127) | func (s *RegistryTLSConfigV1Alpha1) Validate(validation.RuntimeMode, .... method ClientIdentity (line 161) | func (s *RegistryTLSConfigV1Alpha1) ClientIdentity() *x509.PEMEncodedC... method CA (line 173) | func (s *RegistryTLSConfigV1Alpha1) CA() []byte { method InsecureSkipVerify (line 182) | func (s *RegistryTLSConfigV1Alpha1) InsecureSkipVerify() bool { method Redact (line 187) | func (s *RegistryTLSConfigV1Alpha1) Redact(replacement string) { function NewRegistryTLSConfigV1Alpha1 (line 92) | func NewRegistryTLSConfigV1Alpha1(name string) *RegistryTLSConfigV1Alpha1 { function exampleRegistryTLSConfigVAlpha1 (line 102) | func exampleRegistryTLSConfigVAlpha1() *RegistryTLSConfigV1Alpha1 { function exampleCertificateAndKey (line 109) | func exampleCertificateAndKey() *meta.CertificateAndKey { FILE: pkg/machinery/config/types/cri/registry_tls_test.go function TestRegistryTLSConfigMarshalStability (line 24) | func TestRegistryTLSConfigMarshalStability(t *testing.T) { function TestRegistryTLSConfigUnmarshal (line 43) | func TestRegistryTLSConfigUnmarshal(t *testing.T) { function TestRegistryTLSConfigValidate (line 67) | func TestRegistryTLSConfigValidate(t *testing.T) { FILE: pkg/machinery/config/types/hardware/deep_copy.generated.go method DeepCopy (line 10) | func (o *PCIDriverRebindConfigV1Alpha1) DeepCopy() *PCIDriverRebindConfi... FILE: pkg/machinery/config/types/hardware/hardware_doc.go method Doc (line 13) | func (PCIDriverRebindConfigV1Alpha1) Doc() *encoder.Doc { function GetFileDoc (line 46) | func GetFileDoc() *encoder.FileDoc { FILE: pkg/machinery/config/types/hardware/pci_driver_rebind_config.go constant PCIDriverRebindConfig (line 23) | PCIDriverRebindConfig = "PCIDriverRebindConfig" function init (line 25) | func init() { type PCIDriverRebindConfigV1Alpha1 (line 49) | type PCIDriverRebindConfigV1Alpha1 struct method Clone (line 81) | func (s *PCIDriverRebindConfigV1Alpha1) Clone() config.Document { method Name (line 86) | func (s *PCIDriverRebindConfigV1Alpha1) Name() string { method PCIDriverRebindConfigs (line 91) | func (s *PCIDriverRebindConfigV1Alpha1) PCIDriverRebindConfigs() []con... method PCIID (line 96) | func (s *PCIDriverRebindConfigV1Alpha1) PCIID() string { method TargetDriver (line 101) | func (s *PCIDriverRebindConfigV1Alpha1) TargetDriver() string { method RuntimeValidate (line 106) | func (s *PCIDriverRebindConfigV1Alpha1) RuntimeValidate(ctx context.Co... function NewPCIDriverRebindConfigV1Alpha1 (line 63) | func NewPCIDriverRebindConfigV1Alpha1() *PCIDriverRebindConfigV1Alpha1 { function examplePCIDriverRebindConfigAlpha1 (line 72) | func examplePCIDriverRebindConfigAlpha1() *PCIDriverRebindConfigV1Alpha1 { FILE: pkg/machinery/config/types/hardware/pci_driver_rebind_config_test.go function TestPCIDriverRebindConfigMarshal (line 23) | func TestPCIDriverRebindConfigMarshal(t *testing.T) { function TestPCIDriverRebindConfigUnmarshal (line 38) | func TestPCIDriverRebindConfigUnmarshal(t *testing.T) { FILE: pkg/machinery/config/types/meta/certificate_key.go type CertificateAndKey (line 8) | type CertificateAndKey struct FILE: pkg/machinery/config/types/meta/meta.go type Meta (line 9) | type Meta struct method Kind (line 15) | func (m Meta) Kind() string { method APIVersion (line 20) | func (m Meta) APIVersion() string { FILE: pkg/machinery/config/types/meta/url.go type URL (line 10) | type URL struct method UnmarshalYAML (line 15) | func (u *URL) UnmarshalYAML(unmarshal func(any) error) error { method MarshalYAML (line 37) | func (u URL) MarshalYAML() (any, error) { FILE: pkg/machinery/config/types/network/blackhole_route.go constant BlackholeRouteKind (line 23) | BlackholeRouteKind = "BlackholeRouteConfig" function init (line 25) | func init() { type BlackholeRouteConfigV1Alpha1 (line 50) | type BlackholeRouteConfigV1Alpha1 struct method Clone (line 85) | func (s *BlackholeRouteConfigV1Alpha1) Clone() config.Document { method Name (line 90) | func (s *BlackholeRouteConfigV1Alpha1) Name() string { method BlackholeRouteConfig (line 95) | func (s *BlackholeRouteConfigV1Alpha1) BlackholeRouteConfig() {} method Validate (line 98) | func (s *BlackholeRouteConfigV1Alpha1) Validate(validation.RuntimeMode... method Metric (line 113) | func (s *BlackholeRouteConfigV1Alpha1) Metric() optional.Optional[uint... function NewBlackholeRouteConfigV1Alpha1 (line 67) | func NewBlackholeRouteConfigV1Alpha1(name string) *BlackholeRouteConfigV... function exampleBlackholeRouteConfigV1Alpha1 (line 77) | func exampleBlackholeRouteConfigV1Alpha1() *BlackholeRouteConfigV1Alpha1 { FILE: pkg/machinery/config/types/network/blackhole_route_test.go function TestBlackholeRouteConfigMarshalStability (line 23) | func TestBlackholeRouteConfigMarshalStability(t *testing.T) { function TestBlackholeRouteConfigUnmarshal (line 37) | func TestBlackholeRouteConfigUnmarshal(t *testing.T) { function TestBlackholeRouteConfigValidate (line 56) | func TestBlackholeRouteConfigValidate(t *testing.T) { FILE: pkg/machinery/config/types/network/bond.go constant BondKind (line 24) | BondKind = "BondConfig" function init (line 26) | func init() { type BondConfigV1Alpha1 (line 52) | type BondConfigV1Alpha1 struct method Clone (line 328) | func (s *BondConfigV1Alpha1) Clone() config.Document { method Name (line 333) | func (s *BondConfigV1Alpha1) Name() string { method BondConfig (line 338) | func (s *BondConfigV1Alpha1) BondConfig() {} method ConflictsWithKinds (line 341) | func (s *BondConfigV1Alpha1) ConflictsWithKinds() []string { method Validate (line 346) | func (s *BondConfigV1Alpha1) Validate(validation.RuntimeMode, ...valid... method validateFor8023AD (line 372) | func (s *BondConfigV1Alpha1) validateFor8023AD() []string { method Links (line 393) | func (s *BondConfigV1Alpha1) Links() []string { method Mode (line 398) | func (s *BondConfigV1Alpha1) Mode() nethelpers.BondMode { method MIIMon (line 403) | func (s *BondConfigV1Alpha1) MIIMon() optional.Optional[uint32] { method UpDelay (line 412) | func (s *BondConfigV1Alpha1) UpDelay() optional.Optional[uint32] { method DownDelay (line 421) | func (s *BondConfigV1Alpha1) DownDelay() optional.Optional[uint32] { method UseCarrier (line 430) | func (s *BondConfigV1Alpha1) UseCarrier() optional.Optional[bool] { method XmitHashPolicy (line 439) | func (s *BondConfigV1Alpha1) XmitHashPolicy() optional.Optional[nethel... method ARPInterval (line 448) | func (s *BondConfigV1Alpha1) ARPInterval() optional.Optional[uint32] { method ARPIPTargets (line 457) | func (s *BondConfigV1Alpha1) ARPIPTargets() []netip.Addr { method NSIP6Targets (line 462) | func (s *BondConfigV1Alpha1) NSIP6Targets() []netip.Addr { method ARPValidate (line 467) | func (s *BondConfigV1Alpha1) ARPValidate() optional.Optional[nethelper... method ARPAllTargets (line 476) | func (s *BondConfigV1Alpha1) ARPAllTargets() optional.Optional[nethelp... method LACPRate (line 485) | func (s *BondConfigV1Alpha1) LACPRate() optional.Optional[nethelpers.L... method FailOverMAC (line 494) | func (s *BondConfigV1Alpha1) FailOverMAC() optional.Optional[nethelper... method ADSelect (line 503) | func (s *BondConfigV1Alpha1) ADSelect() optional.Optional[nethelpers.A... method ADActorSysPrio (line 512) | func (s *BondConfigV1Alpha1) ADActorSysPrio() optional.Optional[uint16] { method ADUserPortKey (line 521) | func (s *BondConfigV1Alpha1) ADUserPortKey() optional.Optional[uint16] { method ADLACPActive (line 530) | func (s *BondConfigV1Alpha1) ADLACPActive() optional.Optional[nethelpe... method PrimaryReselect (line 539) | func (s *BondConfigV1Alpha1) PrimaryReselect() optional.Optional[nethe... method ResendIGMP (line 548) | func (s *BondConfigV1Alpha1) ResendIGMP() optional.Optional[uint32] { method MinLinks (line 557) | func (s *BondConfigV1Alpha1) MinLinks() optional.Optional[uint32] { method LPInterval (line 566) | func (s *BondConfigV1Alpha1) LPInterval() optional.Optional[uint32] { method PacketsPerSlave (line 575) | func (s *BondConfigV1Alpha1) PacketsPerSlave() optional.Optional[uint3... method NumPeerNotif (line 584) | func (s *BondConfigV1Alpha1) NumPeerNotif() optional.Optional[uint8] { method TLBDynamicLB (line 593) | func (s *BondConfigV1Alpha1) TLBDynamicLB() optional.Optional[uint8] { method AllSlavesActive (line 602) | func (s *BondConfigV1Alpha1) AllSlavesActive() optional.Optional[uint8] { method PeerNotifyDelay (line 611) | func (s *BondConfigV1Alpha1) PeerNotifyDelay() optional.Optional[uint3... method MissedMax (line 620) | func (s *BondConfigV1Alpha1) MissedMax() optional.Optional[uint8] { method HardwareAddress (line 629) | func (s *BondConfigV1Alpha1) HardwareAddress() optional.Optional[nethe... function NewBondConfigV1Alpha1 (line 289) | func NewBondConfigV1Alpha1(name string) *BondConfigV1Alpha1 { function exampleBondConfigV1Alpha1 (line 299) | func exampleBondConfigV1Alpha1() *BondConfigV1Alpha1 { FILE: pkg/machinery/config/types/network/bond_test.go function TestBondConfigMarshalStability (line 25) | func TestBondConfigMarshalStability(t *testing.T) { function TestBondConfigUnmarshal (line 55) | func TestBondConfigUnmarshal(t *testing.T) { function TestBondValidate (line 92) | func TestBondValidate(t *testing.T) { FILE: pkg/machinery/config/types/network/bridge.go constant BridgeKind (line 22) | BridgeKind = "BridgeConfig" function init (line 24) | func init() { type BridgeConfigV1Alpha1 (line 50) | type BridgeConfigV1Alpha1 struct method Clone (line 148) | func (s *BridgeConfigV1Alpha1) Clone() config.Document { method Name (line 153) | func (s *BridgeConfigV1Alpha1) Name() string { method BridgeConfig (line 158) | func (s *BridgeConfigV1Alpha1) BridgeConfig() {} method ConflictsWithKinds (line 161) | func (s *BridgeConfigV1Alpha1) ConflictsWithKinds() []string { method Validate (line 166) | func (s *BridgeConfigV1Alpha1) Validate(validation.RuntimeMode, ...val... method Links (line 183) | func (s *BridgeConfigV1Alpha1) Links() []string { method HardwareAddress (line 188) | func (s *BridgeConfigV1Alpha1) HardwareAddress() optional.Optional[net... method STP (line 197) | func (s *BridgeConfigV1Alpha1) STP() config.BridgeSTPConfig { method VLAN (line 202) | func (s *BridgeConfigV1Alpha1) VLAN() config.BridgeVLANConfig { type BridgeSTPConfig (line 91) | type BridgeSTPConfig struct method Enabled (line 101) | func (s BridgeSTPConfig) Enabled() optional.Optional[bool] { type BridgeVLANConfig (line 110) | type BridgeVLANConfig struct method FilteringEnabled (line 120) | func (s BridgeVLANConfig) FilteringEnabled() optional.Optional[bool] { function NewBridgeConfigV1Alpha1 (line 129) | func NewBridgeConfigV1Alpha1(name string) *BridgeConfigV1Alpha1 { function exampleBridgeConfigV1Alpha1 (line 139) | func exampleBridgeConfigV1Alpha1() *BridgeConfigV1Alpha1 { FILE: pkg/machinery/config/types/network/bridge_test.go function TestBridgeConfigMarshalStability (line 24) | func TestBridgeConfigMarshalStability(t *testing.T) { function TestBridgeConfigUnmarshal (line 46) | func TestBridgeConfigUnmarshal(t *testing.T) { function TestBridgeValidate (line 75) | func TestBridgeValidate(t *testing.T) { FILE: pkg/machinery/config/types/network/deep_copy.generated.go method DeepCopy (line 16) | func (o *BlackholeRouteConfigV1Alpha1) DeepCopy() *BlackholeRouteConfigV... method DeepCopy (line 22) | func (o *BondConfigV1Alpha1) DeepCopy() *BondConfigV1Alpha1 { method DeepCopy (line 166) | func (o *BridgeConfigV1Alpha1) DeepCopy() *BridgeConfigV1Alpha1 { method DeepCopy (line 210) | func (o *VRFConfigV1Alpha1) DeepCopy() *VRFConfigV1Alpha1 { method DeepCopy (line 246) | func (o *DefaultActionConfigV1Alpha1) DeepCopy() *DefaultActionConfigV1A... method DeepCopy (line 252) | func (o *DHCPv4ConfigV1Alpha1) DeepCopy() *DHCPv4ConfigV1Alpha1 { method DeepCopy (line 270) | func (o *DHCPv6ConfigV1Alpha1) DeepCopy() *DHCPv6ConfigV1Alpha1 { method DeepCopy (line 288) | func (o *DummyLinkConfigV1Alpha1) DeepCopy() *DummyLinkConfigV1Alpha1 { method DeepCopy (line 320) | func (o *EthernetConfigV1Alpha1) DeepCopy() *EthernetConfigV1Alpha1 { method DeepCopy (line 400) | func (o *HCloudVIPConfigV1Alpha1) DeepCopy() *HCloudVIPConfigV1Alpha1 { method DeepCopy (line 406) | func (o *HostnameConfigV1Alpha1) DeepCopy() *HostnameConfigV1Alpha1 { method DeepCopy (line 416) | func (o *KubeSpanConfigV1Alpha1) DeepCopy() *KubeSpanConfigV1Alpha1 { method DeepCopy (line 454) | func (o *KubespanEndpointsConfigV1Alpha1) DeepCopy() *KubespanEndpointsC... method DeepCopy (line 464) | func (o *Layer2VIPConfigV1Alpha1) DeepCopy() *Layer2VIPConfigV1Alpha1 { method DeepCopy (line 470) | func (o *LinkConfigV1Alpha1) DeepCopy() *LinkConfigV1Alpha1 { method DeepCopy (line 498) | func (o *LinkAliasConfigV1Alpha1) DeepCopy() *LinkAliasConfigV1Alpha1 { method DeepCopy (line 504) | func (o *ResolverConfigV1Alpha1) DeepCopy() *ResolverConfigV1Alpha1 { method DeepCopy (line 522) | func (o *RoutingRuleConfigV1Alpha1) DeepCopy() *RoutingRuleConfigV1Alpha1 { method DeepCopy (line 528) | func (o *RuleConfigV1Alpha1) DeepCopy() *RuleConfigV1Alpha1 { method DeepCopy (line 542) | func (o *StaticHostConfigV1Alpha1) DeepCopy() *StaticHostConfigV1Alpha1 { method DeepCopy (line 552) | func (o *TCPProbeConfigV1Alpha1) DeepCopy() *TCPProbeConfigV1Alpha1 { method DeepCopy (line 558) | func (o *TimeSyncConfigV1Alpha1) DeepCopy() *TimeSyncConfigV1Alpha1 { method DeepCopy (line 584) | func (o *VLANConfigV1Alpha1) DeepCopy() *VLANConfigV1Alpha1 { method DeepCopy (line 616) | func (o *WireguardConfigV1Alpha1) DeepCopy() *WireguardConfigV1Alpha1 { FILE: pkg/machinery/config/types/network/default_action_config.go constant DefaultActionConfig (line 17) | DefaultActionConfig = "NetworkDefaultActionConfig" function init (line 19) | func init() { type DefaultActionConfigV1Alpha1 (line 43) | type DefaultActionConfigV1Alpha1 struct method Clone (line 72) | func (s *DefaultActionConfigV1Alpha1) Clone() config.Document { method NetworkRuleConfigSignal (line 77) | func (s *DefaultActionConfigV1Alpha1) NetworkRuleConfigSignal() {} method DefaultAction (line 80) | func (s *DefaultActionConfigV1Alpha1) DefaultAction() nethelpers.Defau... function NewDefaultActionConfigV1Alpha1 (line 55) | func NewDefaultActionConfigV1Alpha1() *DefaultActionConfigV1Alpha1 { function exampleDefaultActionConfigV1Alpha1 (line 64) | func exampleDefaultActionConfigV1Alpha1() *DefaultActionConfigV1Alpha1 { FILE: pkg/machinery/config/types/network/default_action_config_test.go function TestDefaultActionConfigMarshalStability (line 24) | func TestDefaultActionConfigMarshalStability(t *testing.T) { function TestDefaultActionConfigUnmarshal (line 38) | func TestDefaultActionConfigUnmarshal(t *testing.T) { FILE: pkg/machinery/config/types/network/dhcp4.go constant DHCPv4Kind (line 24) | DHCPv4Kind = "DHCPv4Config" function init (line 26) | func init() { type DHCPv4ConfigV1Alpha1 (line 51) | type DHCPv4ConfigV1Alpha1 struct method Clone (line 112) | func (s *DHCPv4ConfigV1Alpha1) Clone() config.Document { method Name (line 117) | func (s *DHCPv4ConfigV1Alpha1) Name() string { method NetworkDHCPConfig (line 122) | func (s *DHCPv4ConfigV1Alpha1) NetworkDHCPConfig() {} method NetworkDHCPv4Config (line 125) | func (s *DHCPv4ConfigV1Alpha1) NetworkDHCPv4Config() {} method RouteMetric (line 128) | func (s *DHCPv4ConfigV1Alpha1) RouteMetric() optional.Optional[uint32] { method IgnoreHostname (line 137) | func (s *DHCPv4ConfigV1Alpha1) IgnoreHostname() optional.Optional[bool] { method ClientIdentifier (line 146) | func (s *DHCPv4ConfigV1Alpha1) ClientIdentifier() nethelpers.ClientIde... method DUIDRaw (line 155) | func (s *DHCPv4ConfigV1Alpha1) DUIDRaw() optional.Optional[nethelpers.... method Validate (line 164) | func (s *DHCPv4ConfigV1Alpha1) Validate(validation.RuntimeMode, ...val... function NewDHCPv4ConfigV1Alpha1 (line 94) | func NewDHCPv4ConfigV1Alpha1(name string) *DHCPv4ConfigV1Alpha1 { function exampleDHCPv4ConfigV1Alpha1 (line 104) | func exampleDHCPv4ConfigV1Alpha1() *DHCPv4ConfigV1Alpha1 { FILE: pkg/machinery/config/types/network/dhcp4_test.go function TestDHCPv4ConfigMarshalStability (line 25) | func TestDHCPv4ConfigMarshalStability(t *testing.T) { function TestDHCPv4ConfigUnmarshal (line 42) | func TestDHCPv4ConfigUnmarshal(t *testing.T) { function TestDHCPv4ConfigValidate (line 64) | func TestDHCPv4ConfigValidate(t *testing.T) { FILE: pkg/machinery/config/types/network/dhcp6.go constant DHCPv6Kind (line 24) | DHCPv6Kind = "DHCPv6Config" function init (line 26) | func init() { type DHCPv6ConfigV1Alpha1 (line 51) | type DHCPv6ConfigV1Alpha1 struct method Clone (line 111) | func (s *DHCPv6ConfigV1Alpha1) Clone() config.Document { method Name (line 116) | func (s *DHCPv6ConfigV1Alpha1) Name() string { method NetworkDHCPConfig (line 121) | func (s *DHCPv6ConfigV1Alpha1) NetworkDHCPConfig() {} method NetworkDHCPv6Config (line 124) | func (s *DHCPv6ConfigV1Alpha1) NetworkDHCPv6Config() {} method RouteMetric (line 127) | func (s *DHCPv6ConfigV1Alpha1) RouteMetric() optional.Optional[uint32] { method IgnoreHostname (line 136) | func (s *DHCPv6ConfigV1Alpha1) IgnoreHostname() optional.Optional[bool] { method ClientIdentifier (line 145) | func (s *DHCPv6ConfigV1Alpha1) ClientIdentifier() nethelpers.ClientIde... method DUIDRaw (line 154) | func (s *DHCPv6ConfigV1Alpha1) DUIDRaw() optional.Optional[nethelpers.... method Validate (line 163) | func (s *DHCPv6ConfigV1Alpha1) Validate(validation.RuntimeMode, ...val... function NewDHCPv6ConfigV1Alpha1 (line 94) | func NewDHCPv6ConfigV1Alpha1(name string) *DHCPv6ConfigV1Alpha1 { function exampleDHCPv6ConfigV1Alpha1 (line 104) | func exampleDHCPv6ConfigV1Alpha1() *DHCPv6ConfigV1Alpha1 { FILE: pkg/machinery/config/types/network/dhcp6_test.go function TestDHCPv6ConfigMarshalStability (line 25) | func TestDHCPv6ConfigMarshalStability(t *testing.T) { function TestDHCPv6ConfigUnmarshal (line 39) | func TestDHCPv6ConfigUnmarshal(t *testing.T) { function TestDHCPv6ConfigValidate (line 58) | func TestDHCPv6ConfigValidate(t *testing.T) { FILE: pkg/machinery/config/types/network/dummy.go constant DummyLinkKind (line 23) | DummyLinkKind = "DummyLinkConfig" function init (line 25) | func init() { type DummyLinkConfigV1Alpha1 (line 51) | type DummyLinkConfigV1Alpha1 struct method Clone (line 100) | func (s *DummyLinkConfigV1Alpha1) Clone() config.Document { method Name (line 105) | func (s *DummyLinkConfigV1Alpha1) Name() string { method DummyLinkConfig (line 110) | func (s *DummyLinkConfigV1Alpha1) DummyLinkConfig() {} method HardwareAddress (line 113) | func (s *DummyLinkConfigV1Alpha1) HardwareAddress() optional.Optional[... method ConflictsWithKinds (line 122) | func (s *DummyLinkConfigV1Alpha1) ConflictsWithKinds() []string { method Validate (line 127) | func (s *DummyLinkConfigV1Alpha1) Validate(validation.RuntimeMode, ...... function NewDummyLinkConfigV1Alpha1 (line 78) | func NewDummyLinkConfigV1Alpha1(name string) *DummyLinkConfigV1Alpha1 { function exampleDummyLinkConfigV1Alpha1 (line 88) | func exampleDummyLinkConfigV1Alpha1() *DummyLinkConfigV1Alpha1 { FILE: pkg/machinery/config/types/network/dummy_test.go function TestDummyLinkConfigMarshalStability (line 25) | func TestDummyLinkConfigMarshalStability(t *testing.T) { function TestDummyLinkConfigUnmarshal (line 45) | func TestDummyLinkConfigUnmarshal(t *testing.T) { FILE: pkg/machinery/config/types/network/ethernet.go constant EthernetKind (line 22) | EthernetKind = "EthernetConfig" function init (line 24) | func init() { type EthernetConfigV1Alpha1 (line 49) | type EthernetConfigV1Alpha1 struct method Clone (line 176) | func (s *EthernetConfigV1Alpha1) Clone() config.Document { method Name (line 181) | func (s *EthernetConfigV1Alpha1) Name() string { method Rings (line 186) | func (s *EthernetConfigV1Alpha1) Rings() config.EthernetRingsConfig { method Channels (line 191) | func (s *EthernetConfigV1Alpha1) Channels() config.EthernetChannelsCon... method Features (line 196) | func (s *EthernetConfigV1Alpha1) Features() map[string]bool { method WakeOnLAN (line 201) | func (s *EthernetConfigV1Alpha1) WakeOnLAN() []nethelpers.WOLMode { method Validate (line 206) | func (s *EthernetConfigV1Alpha1) Validate(validation.RuntimeMode, ...v... type EthernetRingsConfig (line 100) | type EthernetRingsConfig struct type EthernetChannelsConfig (line 134) | type EthernetChannelsConfig struct function NewEthernetConfigV1Alpha1 (line 150) | func NewEthernetConfigV1Alpha1(name string) *EthernetConfigV1Alpha1 { function exampleEthernetConfigV1Alpha1 (line 160) | func exampleEthernetConfigV1Alpha1() *EthernetConfigV1Alpha1 { FILE: pkg/machinery/config/types/network/ethernet_test.go function TestEthernetConfigMarshalStability (line 24) | func TestEthernetConfigMarshalStability(t *testing.T) { function TestEthernetConfigUnmarshal (line 50) | func TestEthernetConfigUnmarshal(t *testing.T) { function TestEthernetValidate (line 81) | func TestEthernetValidate(t *testing.T) { FILE: pkg/machinery/config/types/network/hcloud_vip.go constant HCloudVIPKind (line 21) | HCloudVIPKind = "HCloudVIPConfig" function init (line 23) | func init() { type HCloudVIPConfigV1Alpha1 (line 53) | type HCloudVIPConfigV1Alpha1 struct method Clone (line 97) | func (s *HCloudVIPConfigV1Alpha1) Clone() config.Document { method Name (line 102) | func (s *HCloudVIPConfigV1Alpha1) Name() string { method Validate (line 107) | func (s *HCloudVIPConfigV1Alpha1) Validate(validation.RuntimeMode, ...... method Link (line 131) | func (s *HCloudVIPConfigV1Alpha1) Link() string { method VIP (line 136) | func (s *HCloudVIPConfigV1Alpha1) VIP() netip.Addr { method HCloudAPIToken (line 143) | func (s *HCloudVIPConfigV1Alpha1) HCloudAPIToken() string { method ConflictsWithKinds (line 148) | func (s *HCloudVIPConfigV1Alpha1) ConflictsWithKinds() []string { function NewHCloudVIPConfigV1Alpha1 (line 78) | func NewHCloudVIPConfigV1Alpha1(name string) *HCloudVIPConfigV1Alpha1 { function exampleHCloudVIPConfigV1Alpha1 (line 88) | func exampleHCloudVIPConfigV1Alpha1() *HCloudVIPConfigV1Alpha1 { FILE: pkg/machinery/config/types/network/hcloud_vip_test.go function TestHCloudVIPConfigMarshalStability (line 23) | func TestHCloudVIPConfigMarshalStability(t *testing.T) { function TestHCloudVIPConfigUnmarshal (line 38) | func TestHCloudVIPConfigUnmarshal(t *testing.T) { function TestHCloudVIPValidate (line 60) | func TestHCloudVIPValidate(t *testing.T) { FILE: pkg/machinery/config/types/network/hostname.go constant HostnameKind (line 26) | HostnameKind = "HostnameConfig" function init (line 28) | func init() { type HostnameConfigV1Alpha1 (line 54) | type HostnameConfigV1Alpha1 struct method Clone (line 108) | func (s *HostnameConfigV1Alpha1) Clone() config.Document { method Validate (line 115) | func (s *HostnameConfigV1Alpha1) Validate(validation.RuntimeMode, ...v... method V1Alpha1ConflictValidate (line 151) | func (s *HostnameConfigV1Alpha1) V1Alpha1ConflictValidate(v1alpha1Cfg ... method Hostname (line 164) | func (s *HostnameConfigV1Alpha1) Hostname() string { method AutoHostname (line 169) | func (s *HostnameConfigV1Alpha1) AutoHostname() nethelpers.AutoHostnam... function NewHostnameConfigV1Alpha1 (line 84) | func NewHostnameConfigV1Alpha1() *HostnameConfigV1Alpha1 { function exampleHostnameConfigV1Alpha1 (line 93) | func exampleHostnameConfigV1Alpha1() *HostnameConfigV1Alpha1 { function exampleHostnameConfigV1Alpha2 (line 100) | func exampleHostnameConfigV1Alpha2() *HostnameConfigV1Alpha1 { FILE: pkg/machinery/config/types/network/hostname_test.go function TestHostnameConfigMarshalStability (line 24) | func TestHostnameConfigMarshalStability(t *testing.T) { function TestHostnameConfigValidate (line 38) | func TestHostnameConfigValidate(t *testing.T) { function TestHostnameV1Alpha1Validate (line 156) | func TestHostnameV1Alpha1Validate(t *testing.T) { FILE: pkg/machinery/config/types/network/kubespan.go constant KubeSpanKind (line 29) | KubeSpanKind = "KubeSpanConfig" function init (line 31) | func init() { type KubeSpanConfigV1Alpha1 (line 56) | type KubeSpanConfigV1Alpha1 struct method Clone (line 166) | func (s *KubeSpanConfigV1Alpha1) Clone() config.Document { method Validate (line 171) | func (s *KubeSpanConfigV1Alpha1) Validate(validation.RuntimeMode, ...v... method V1Alpha1ConflictValidate (line 192) | func (s *KubeSpanConfigV1Alpha1) V1Alpha1ConflictValidate(v1alpha1Cfg ... method Enabled (line 203) | func (s *KubeSpanConfigV1Alpha1) Enabled() bool { method AdvertiseKubernetesNetworks (line 208) | func (s *KubeSpanConfigV1Alpha1) AdvertiseKubernetesNetworks() bool { method ForceRouting (line 213) | func (s *KubeSpanConfigV1Alpha1) ForceRouting() bool { method HarvestExtraEndpoints (line 218) | func (s *KubeSpanConfigV1Alpha1) HarvestExtraEndpoints() bool { method MTU (line 223) | func (s *KubeSpanConfigV1Alpha1) MTU() uint32 { method Filters (line 232) | func (s *KubeSpanConfigV1Alpha1) Filters() config.NetworkKubeSpanFilte... type KubeSpanFiltersConfig (line 103) | type KubeSpanFiltersConfig struct method Endpoints (line 241) | func (f *KubeSpanFiltersConfig) Endpoints() []string { method ExcludeAdvertisedNetworks (line 246) | func (f *KubeSpanFiltersConfig) ExcludeAdvertisedNetworks() []netip.Pr... function NewKubeSpanV1Alpha1 (line 141) | func NewKubeSpanV1Alpha1() *KubeSpanConfigV1Alpha1 { function exampleKubeSpanV1Alpha1 (line 150) | func exampleKubeSpanV1Alpha1() *KubeSpanConfigV1Alpha1 { FILE: pkg/machinery/config/types/network/kubespan_endpoints.go constant KubespanEndpointsKind (line 19) | KubespanEndpointsKind = "KubeSpanEndpointsConfig" function init (line 21) | func init() { type KubespanEndpointsConfigV1Alpha1 (line 44) | type KubespanEndpointsConfigV1Alpha1 struct method Clone (line 79) | func (s *KubespanEndpointsConfigV1Alpha1) Clone() config.Document { method ExtraAnnouncedEndpoints (line 84) | func (s *KubespanEndpointsConfigV1Alpha1) ExtraAnnouncedEndpoints() []... function NewKubespanEndpointsV1Alpha1 (line 60) | func NewKubespanEndpointsV1Alpha1() *KubespanEndpointsConfigV1Alpha1 { function exampleKubespanEndpointsV1Alpha1 (line 69) | func exampleKubespanEndpointsV1Alpha1() *KubespanEndpointsConfigV1Alpha1 { FILE: pkg/machinery/config/types/network/kubespan_endpoints_test.go function TestKubespanEndpointsConfigMarshalStability (line 24) | func TestKubespanEndpointsConfigMarshalStability(t *testing.T) { function TestKubespanEndpointsConfigUnmarshal (line 41) | func TestKubespanEndpointsConfigUnmarshal(t *testing.T) { FILE: pkg/machinery/config/types/network/kubespan_test.go function TestKubeSpanConfigMarshalStability (line 23) | func TestKubeSpanConfigMarshalStability(t *testing.T) { function TestKubeSpanConfigUnmarshal (line 43) | func TestKubeSpanConfigUnmarshal(t *testing.T) { function TestKubeSpanConfigValidate (line 66) | func TestKubeSpanConfigValidate(t *testing.T) { function TestKubeSpanConfigConflictValidate (line 172) | func TestKubeSpanConfigConflictValidate(t *testing.T) { function TestKubeSpanConfigInterface (line 232) | func TestKubeSpanConfigInterface(t *testing.T) { FILE: pkg/machinery/config/types/network/layer2_vip.go constant Layer2VIPKind (line 21) | Layer2VIPKind = "Layer2VIPConfig" function init (line 23) | func init() { type Layer2VIPConfigV1Alpha1 (line 53) | type Layer2VIPConfigV1Alpha1 struct method Clone (line 93) | func (s *Layer2VIPConfigV1Alpha1) Clone() config.Document { method Name (line 98) | func (s *Layer2VIPConfigV1Alpha1) Name() string { method Validate (line 103) | func (s *Layer2VIPConfigV1Alpha1) Validate(validation.RuntimeMode, ...... method Link (line 123) | func (s *Layer2VIPConfigV1Alpha1) Link() string { method VIP (line 128) | func (s *Layer2VIPConfigV1Alpha1) VIP() netip.Addr { method ConflictsWithKinds (line 135) | func (s *Layer2VIPConfigV1Alpha1) ConflictsWithKinds() []string { function NewLayer2VIPConfigV1Alpha1 (line 75) | func NewLayer2VIPConfigV1Alpha1(name string) *Layer2VIPConfigV1Alpha1 { function exampleLayer2VIPConfigV1Alpha1 (line 85) | func exampleLayer2VIPConfigV1Alpha1() *Layer2VIPConfigV1Alpha1 { FILE: pkg/machinery/config/types/network/layer2_vip_test.go function TestLayer2VIPConfigMarshalStability (line 23) | func TestLayer2VIPConfigMarshalStability(t *testing.T) { function TestLayer2VIPConfigUnmarshal (line 37) | func TestLayer2VIPConfigUnmarshal(t *testing.T) { function TestLayer2VIPValidate (line 58) | func TestLayer2VIPValidate(t *testing.T) { FILE: pkg/machinery/config/types/network/link.go constant LinkKind (line 25) | LinkKind = "LinkConfig" function init (line 27) | func init() { function conflictingLinkKinds (line 38) | func conflictingLinkKinds(selfKind string) []string { type LinkConfigV1Alpha1 (line 67) | type LinkConfigV1Alpha1 struct method Clone (line 210) | func (s *LinkConfigV1Alpha1) Clone() config.Document { method Name (line 215) | func (s *LinkConfigV1Alpha1) Name() string { method PhysicalLinkConfig (line 220) | func (s *LinkConfigV1Alpha1) PhysicalLinkConfig() {} method ConflictsWithKinds (line 223) | func (s *LinkConfigV1Alpha1) ConflictsWithKinds() []string { method Validate (line 228) | func (s *LinkConfigV1Alpha1) Validate(validation.RuntimeMode, ...valid... type CommonLinkConfig (line 85) | type CommonLinkConfig struct method Validate (line 247) | func (s *CommonLinkConfig) Validate() ([]string, error) { method Up (line 282) | func (s *CommonLinkConfig) Up() optional.Optional[bool] { method MTU (line 291) | func (s *CommonLinkConfig) MTU() optional.Optional[uint32] { method Addresses (line 300) | func (s *CommonLinkConfig) Addresses() []config.NetworkAddressConfig { method Routes (line 307) | func (s *CommonLinkConfig) Routes() []config.NetworkRouteConfig { method Multicast (line 314) | func (s *CommonLinkConfig) Multicast() optional.Optional[bool] { type AddressConfig (line 108) | type AddressConfig struct method Address (line 323) | func (a AddressConfig) Address() netip.Prefix { method RoutePriority (line 328) | func (a AddressConfig) RoutePriority() optional.Optional[uint32] { type RouteConfig (line 131) | type RouteConfig struct method Destination (line 337) | func (r RouteConfig) Destination() optional.Optional[netip.Prefix] { method Gateway (line 346) | func (r RouteConfig) Gateway() optional.Optional[netip.Addr] { method Source (line 355) | func (r RouteConfig) Source() optional.Optional[netip.Addr] { method MTU (line 364) | func (r RouteConfig) MTU() optional.Optional[uint32] { method Metric (line 373) | func (r RouteConfig) Metric() optional.Optional[uint32] { method Table (line 382) | func (r RouteConfig) Table() optional.Optional[nethelpers.RoutingTable] { function NewLinkConfigV1Alpha1 (line 174) | func NewLinkConfigV1Alpha1(name string) *LinkConfigV1Alpha1 { function exampleLinkConfigV1Alpha1 (line 184) | func exampleLinkConfigV1Alpha1() *LinkConfigV1Alpha1 { FILE: pkg/machinery/config/types/network/link_alias.go constant LinkAliasKind (line 23) | LinkAliasKind = "LinkAliasConfig" function init (line 25) | func init() { type LinkAliasConfigV1Alpha1 (line 51) | type LinkAliasConfigV1Alpha1 struct method Clone (line 141) | func (s *LinkAliasConfigV1Alpha1) Clone() config.Document { method Name (line 146) | func (s *LinkAliasConfigV1Alpha1) Name() string { method Validate (line 151) | func (s *LinkAliasConfigV1Alpha1) Validate(validation.RuntimeMode, ...... method LinkSelector (line 178) | func (s *LinkAliasConfigV1Alpha1) LinkSelector() cel.Expression { method IsPatternAlias (line 184) | func (s *LinkAliasConfigV1Alpha1) IsPatternAlias() bool { type LinkSelector (line 85) | type LinkSelector struct function NewLinkAliasConfigV1Alpha1 (line 104) | func NewLinkAliasConfigV1Alpha1(name string) *LinkAliasConfigV1Alpha1 { function exampleLinkAliasConfigV1Alpha1 (line 114) | func exampleLinkAliasConfigV1Alpha1() *LinkAliasConfigV1Alpha1 { function exampleLinkAliasMultipleConfigV1Alpha1 (line 121) | func exampleLinkAliasMultipleConfigV1Alpha1() *LinkAliasConfigV1Alpha1 { function exampleLinkSelector1 (line 128) | func exampleLinkSelector1() cel.Expression { function exampleLinkSelector2 (line 132) | func exampleLinkSelector2() cel.Expression { function exampleLinkSelector3 (line 136) | func exampleLinkSelector3() cel.Expression { FILE: pkg/machinery/config/types/network/link_alias_test.go function TestLinkAliasConfigMarshalStability (line 25) | func TestLinkAliasConfigMarshalStability(t *testing.T) { function TestLinkAliasConfigUnmarshal (line 39) | func TestLinkAliasConfigUnmarshal(t *testing.T) { function TestLinkAliasValidate (line 60) | func TestLinkAliasValidate(t *testing.T) { FILE: pkg/machinery/config/types/network/link_test.go function TestLinkConfigMarshalStability (line 24) | func TestLinkConfigMarshalStability(t *testing.T) { function TestLinkConfigUnmarshal (line 58) | func TestLinkConfigUnmarshal(t *testing.T) { function TestLinkValidate (line 99) | func TestLinkValidate(t *testing.T) { FILE: pkg/machinery/config/types/network/network_doc.go method Doc (line 17) | func (BlackholeRouteConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 51) | func (BondConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 358) | func (BridgeConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 419) | func (BridgeSTPConfig) Doc() *encoder.Doc { method Doc (line 446) | func (BridgeVLANConfig) Doc() *encoder.Doc { method Doc (line 473) | func (VRFConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 528) | func (DefaultActionConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 557) | func (DHCPv4ConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 618) | func (DHCPv6ConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 679) | func (DummyLinkConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 718) | func (EthernetConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 783) | func (EthernetRingsConfig) Doc() *encoder.Doc { method Doc (line 871) | func (EthernetChannelsConfig) Doc() *encoder.Doc { method Doc (line 917) | func (HCloudVIPConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 959) | func (HostnameConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 1000) | func (KubeSpanConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 1060) | func (KubeSpanFiltersConfig) Doc() *encoder.Doc { method Doc (line 1095) | func (KubespanEndpointsConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 1120) | func (Layer2VIPConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 1155) | func (LinkConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 1187) | func (CommonLinkConfig) Doc() *encoder.Doc { method Doc (line 1264) | func (AddressConfig) Doc() *encoder.Doc { method Doc (line 1299) | func (RouteConfig) Doc() *encoder.Doc { method Doc (line 1362) | func (LinkAliasConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 1400) | func (LinkSelector) Doc() *encoder.Doc { method Doc (line 1429) | func (ResolverConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 1463) | func (NameserverConfig) Doc() *encoder.Doc { method Doc (line 1490) | func (SearchDomainsConfig) Doc() *encoder.Doc { method Doc (line 1522) | func (RoutingRuleConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 1618) | func (RuleConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 1657) | func (RulePortSelector) Doc() *encoder.Doc { method Doc (line 1698) | func (IngressRule) Doc() *encoder.Doc { method Doc (line 1734) | func (StaticHostConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 1766) | func (TCPProbeConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 1813) | func (CommonProbeConfig) Doc() *encoder.Doc { method Doc (line 1848) | func (TimeSyncConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 1896) | func (NTPConfig) Doc() *encoder.Doc { method Doc (line 1921) | func (PTPConfig) Doc() *encoder.Doc { method Doc (line 1946) | func (VLANConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 2005) | func (WireguardConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 2064) | func (WireguardPeer) Doc() *encoder.Doc { function GetFileDoc (line 2118) | func GetFileDoc() *encoder.FileDoc { FILE: pkg/machinery/config/types/network/port_range.go type PortRange (line 18) | type PortRange struct method UnmarshalYAML (line 24) | func (pr *PortRange) UnmarshalYAML(unmarshal func(any) error) error { method MarshalYAML (line 61) | func (pr PortRange) MarshalYAML() (any, error) { method String (line 70) | func (pr PortRange) String() string { type PortRanges (line 77) | type PortRanges method Validate (line 80) | func (prs PortRanges) Validate() error { function examplePortRanges1 (line 107) | func examplePortRanges1() PortRanges { function examplePortRanges2 (line 114) | func examplePortRanges2() PortRanges { FILE: pkg/machinery/config/types/network/port_range_test.go function TestPortRange (line 17) | func TestPortRange(t *testing.T) { function TestPortRanges (line 79) | func TestPortRanges(t *testing.T) { FILE: pkg/machinery/config/types/network/resolver.go constant ResolverKind (line 25) | ResolverKind = "ResolverConfig" function init (line 27) | func init() { type ResolverConfigV1Alpha1 (line 52) | type ResolverConfigV1Alpha1 struct method Clone (line 141) | func (s *ResolverConfigV1Alpha1) Clone() config.Document { method V1Alpha1ConflictValidate (line 146) | func (s *ResolverConfigV1Alpha1) V1Alpha1ConflictValidate(v1alpha1Cfg ... method Resolvers (line 163) | func (s *ResolverConfigV1Alpha1) Resolvers() []netip.Addr { method SearchDomains (line 170) | func (s *ResolverConfigV1Alpha1) SearchDomains() []string { method DisableSearchDomain (line 175) | func (s *ResolverConfigV1Alpha1) DisableSearchDomain() bool { type NameserverConfig (line 72) | type NameserverConfig struct type SearchDomainsConfig (line 85) | type SearchDomainsConfig struct function NewResolverConfigV1Alpha1 (line 105) | func NewResolverConfigV1Alpha1() *ResolverConfigV1Alpha1 { function exampleResolverConfigV1Alpha1 (line 114) | func exampleResolverConfigV1Alpha1() *ResolverConfigV1Alpha1 { function exampleResolverConfigV1Alpha2 (line 131) | func exampleResolverConfigV1Alpha2() *ResolverConfigV1Alpha1 { FILE: pkg/machinery/config/types/network/resolver_test.go function TestResolverConfigMarshalStability (line 25) | func TestResolverConfigMarshalStability(t *testing.T) { function TestResolverConfigUnmarshal (line 50) | func TestResolverConfigUnmarshal(t *testing.T) { function TestResolverV1Alpha1Validate (line 79) | func TestResolverV1Alpha1Validate(t *testing.T) { FILE: pkg/machinery/config/types/network/routing_rule.go constant RoutingRuleKind (line 27) | RoutingRuleKind = "RoutingRuleConfig" function init (line 29) | func init() { type RoutingRuleConfigV1Alpha1 (line 54) | type RoutingRuleConfigV1Alpha1 struct method Clone (line 169) | func (s *RoutingRuleConfigV1Alpha1) Clone() config.Document { method Name (line 174) | func (s *RoutingRuleConfigV1Alpha1) Name() string { method RoutingRuleConfig (line 179) | func (s *RoutingRuleConfigV1Alpha1) RoutingRuleConfig() {} method Validate (line 191) | func (s *RoutingRuleConfigV1Alpha1) Validate(validation.RuntimeMode, .... method Src (line 220) | func (s *RoutingRuleConfigV1Alpha1) Src() optional.Optional[netip.Pref... method Dst (line 229) | func (s *RoutingRuleConfigV1Alpha1) Dst() optional.Optional[netip.Pref... method Table (line 238) | func (s *RoutingRuleConfigV1Alpha1) Table() nethelpers.RoutingTable { method Priority (line 243) | func (s *RoutingRuleConfigV1Alpha1) Priority() uint32 { method Action (line 250) | func (s *RoutingRuleConfigV1Alpha1) Action() nethelpers.RoutingRuleAct... method IIFName (line 255) | func (s *RoutingRuleConfigV1Alpha1) IIFName() string { method OIFName (line 260) | func (s *RoutingRuleConfigV1Alpha1) OIFName() string { method FwMark (line 265) | func (s *RoutingRuleConfigV1Alpha1) FwMark() uint32 { method FwMask (line 270) | func (s *RoutingRuleConfigV1Alpha1) FwMask() uint32 { function NewRoutingRuleConfigV1Alpha1 (line 149) | func NewRoutingRuleConfigV1Alpha1(priority uint32) *RoutingRuleConfigV1A... function exampleRoutingRuleConfigV1Alpha1 (line 159) | func exampleRoutingRuleConfigV1Alpha1() *RoutingRuleConfigV1Alpha1 { FILE: pkg/machinery/config/types/network/routing_rule_test.go function TestRoutingRuleConfigMarshalStability (line 26) | func TestRoutingRuleConfigMarshalStability(t *testing.T) { function TestRoutingRuleConfigUnmarshal (line 43) | func TestRoutingRuleConfigUnmarshal(t *testing.T) { function TestRoutingRuleConfigValidate (line 65) | func TestRoutingRuleConfigValidate(t *testing.T) { FILE: pkg/machinery/config/types/network/rule_config.go constant RuleConfigKind (line 25) | RuleConfigKind = "NetworkRuleConfig" function init (line 27) | func init() { type RuleConfigV1Alpha1 (line 53) | type RuleConfigV1Alpha1 struct method Name (line 150) | func (s *RuleConfigV1Alpha1) Name() string { method Clone (line 155) | func (s *RuleConfigV1Alpha1) Clone() config.Document { method Validate (line 160) | func (s *RuleConfigV1Alpha1) Validate(validation.RuntimeMode, ...valid... method NetworkRuleConfigSignal (line 187) | func (s *RuleConfigV1Alpha1) NetworkRuleConfigSignal() {} method Rules (line 190) | func (s *RuleConfigV1Alpha1) Rules() []config.NetworkRule { method Protocol (line 195) | func (s *RuleConfigV1Alpha1) Protocol() nethelpers.Protocol { method PortRanges (line 200) | func (s *RuleConfigV1Alpha1) PortRanges() [][2]uint16 { method Subnets (line 207) | func (s *RuleConfigV1Alpha1) Subnets() []netip.Prefix { method ExceptSubnets (line 214) | func (s *RuleConfigV1Alpha1) ExceptSubnets() []netip.Prefix { type RulePortSelector (line 69) | type RulePortSelector struct type IngressConfig (line 98) | type IngressConfig type IngressRule (line 101) | type IngressRule struct function NewRuleConfigV1Alpha1 (line 124) | func NewRuleConfigV1Alpha1() *RuleConfigV1Alpha1 { function exampleRuleConfigV1Alpha1 (line 133) | func exampleRuleConfigV1Alpha1() *RuleConfigV1Alpha1 { FILE: pkg/machinery/config/types/network/rule_config_test.go function TestRuleConfigMarshalStability (line 25) | func TestRuleConfigMarshalStability(t *testing.T) { function TestRuleConfigUnmarshal (line 57) | func TestRuleConfigUnmarshal(t *testing.T) { function TestRuleConfigValidate (line 91) | func TestRuleConfigValidate(t *testing.T) { type validationMode (line 189) | type validationMode struct method String (line 191) | func (validationMode) String() string { method RequiresInstall (line 195) | func (validationMode) RequiresInstall() bool { method InContainer (line 199) | func (validationMode) InContainer() bool { FILE: pkg/machinery/config/types/network/static_host.go constant StaticHostKind (line 20) | StaticHostKind = "StaticHostConfig" function init (line 22) | func init() { type StaticHostConfigV1Alpha1 (line 47) | type StaticHostConfigV1Alpha1 struct method Clone (line 78) | func (s *StaticHostConfigV1Alpha1) Clone() config.Document { method Name (line 83) | func (s *StaticHostConfigV1Alpha1) Name() string { method Validate (line 88) | func (s *StaticHostConfigV1Alpha1) Validate(validation.RuntimeMode, ..... method IP (line 107) | func (s *StaticHostConfigV1Alpha1) IP() string { method Aliases (line 112) | func (s *StaticHostConfigV1Alpha1) Aliases() []string { function NewStaticHostConfigV1Alpha1 (line 60) | func NewStaticHostConfigV1Alpha1(name string) *StaticHostConfigV1Alpha1 { function exampleStaticHostConfigV1Alpha1 (line 70) | func exampleStaticHostConfigV1Alpha1() *StaticHostConfigV1Alpha1 { FILE: pkg/machinery/config/types/network/static_host_test.go function TestStaticHostMarshalStability (line 21) | func TestStaticHostMarshalStability(t *testing.T) { function TestHostConfigValidate (line 35) | func TestHostConfigValidate(t *testing.T) { FILE: pkg/machinery/config/types/network/tcp_probe.go constant TCPProbeKind (line 21) | TCPProbeKind = "TCPProbeConfig" function init (line 23) | func init() { type TCPProbeConfigV1Alpha1 (line 48) | type TCPProbeConfigV1Alpha1 struct method Name (line 112) | func (p *TCPProbeConfigV1Alpha1) Name() string { method Clone (line 117) | func (p *TCPProbeConfigV1Alpha1) Clone() config.Document { method Validate (line 122) | func (p *TCPProbeConfigV1Alpha1) Validate(validation.RuntimeMode, ...v... method Endpoint (line 191) | func (p *TCPProbeConfigV1Alpha1) Endpoint() string { method Timeout (line 196) | func (p *TCPProbeConfigV1Alpha1) Timeout() time.Duration { type CommonProbeConfig (line 80) | type CommonProbeConfig struct method Interval (line 162) | func (p *CommonProbeConfig) Interval() time.Duration { method FailureThreshold (line 171) | func (p *CommonProbeConfig) FailureThreshold() int { method Validate (line 176) | func (p *CommonProbeConfig) Validate() ([]string, error) { function NewTCPProbeConfigV1Alpha1 (line 101) | func NewTCPProbeConfigV1Alpha1(name string) *TCPProbeConfigV1Alpha1 { function exampleTCPProbeConfigV1Alpha1 (line 148) | func exampleTCPProbeConfigV1Alpha1() *TCPProbeConfigV1Alpha1 { FILE: pkg/machinery/config/types/network/tcp_probe_test.go function TestTCPProbeConfigMarshalStability (line 24) | func TestTCPProbeConfigMarshalStability(t *testing.T) { function TestTCPProbeConfigUnmarshal (line 43) | func TestTCPProbeConfigUnmarshal(t *testing.T) { function TestTCPProbeConfigValidate (line 67) | func TestTCPProbeConfigValidate(t *testing.T) { FILE: pkg/machinery/config/types/network/time_sync.go constant TimeSyncKind (line 22) | TimeSyncKind = "TimeSyncConfig" function init (line 24) | func init() { type TimeSyncConfigV1Alpha1 (line 50) | type TimeSyncConfigV1Alpha1 struct method Clone (line 123) | func (s *TimeSyncConfigV1Alpha1) Clone() config.Document { method Validate (line 128) | func (s *TimeSyncConfigV1Alpha1) Validate(validation.RuntimeMode, ...v... method V1Alpha1ConflictValidate (line 143) | func (s *TimeSyncConfigV1Alpha1) V1Alpha1ConflictValidate(v1alpha1Cfg ... method Disabled (line 166) | func (s *TimeSyncConfigV1Alpha1) Disabled() bool { method BootTimeout (line 175) | func (s *TimeSyncConfigV1Alpha1) BootTimeout() time.Duration { method Servers (line 180) | func (s *TimeSyncConfigV1Alpha1) Servers() []string { type NTPConfig (line 76) | type NTPConfig struct type PTPConfig (line 84) | type PTPConfig struct function NewTimeSyncConfigV1Alpha1 (line 95) | func NewTimeSyncConfigV1Alpha1() *TimeSyncConfigV1Alpha1 { function exampleTimeSyncConfigV1Alpha1 (line 104) | func exampleTimeSyncConfigV1Alpha1() *TimeSyncConfigV1Alpha1 { function exampleTimeSyncConfigV1Alpha2 (line 113) | func exampleTimeSyncConfigV1Alpha2() *TimeSyncConfigV1Alpha1 { FILE: pkg/machinery/config/types/network/time_sync_test.go function TestTimeSyncConfigMarshalStability (line 25) | func TestTimeSyncConfigMarshalStability(t *testing.T) { function TestTimeSyncConfigUnmarshal (line 43) | func TestTimeSyncConfigUnmarshal(t *testing.T) { function TestTimeSyncValidate (line 65) | func TestTimeSyncValidate(t *testing.T) { function TestTimeSyncV1Alpha1Validate (line 133) | func TestTimeSyncV1Alpha1Validate(t *testing.T) { FILE: pkg/machinery/config/types/network/vlan.go constant VLANKind (line 23) | VLANKind = "VLANConfig" function init (line 25) | func init() { type VLANConfigV1Alpha1 (line 51) | type VLANConfigV1Alpha1 struct method Clone (line 126) | func (s *VLANConfigV1Alpha1) Clone() config.Document { method Name (line 131) | func (s *VLANConfigV1Alpha1) Name() string { method VLANConfig (line 136) | func (s *VLANConfigV1Alpha1) VLANConfig() {} method VLANID (line 139) | func (s *VLANConfigV1Alpha1) VLANID() uint16 { method ParentLink (line 144) | func (s *VLANConfigV1Alpha1) ParentLink() string { method VLANMode (line 149) | func (s *VLANConfigV1Alpha1) VLANMode() optional.Optional[nethelpers.V... method ConflictsWithKinds (line 158) | func (s *VLANConfigV1Alpha1) ConflictsWithKinds() []string { method Validate (line 163) | func (s *VLANConfigV1Alpha1) Validate(validation.RuntimeMode, ...valid... function NewVLANConfigV1Alpha1 (line 96) | func NewVLANConfigV1Alpha1(name string) *VLANConfigV1Alpha1 { function exampleVLANConfigV1Alpha1 (line 106) | func exampleVLANConfigV1Alpha1() *VLANConfigV1Alpha1 { FILE: pkg/machinery/config/types/network/vlan_test.go function TestVLANConfigMarshalStability (line 25) | func TestVLANConfigMarshalStability(t *testing.T) { function TestVLANConfigUnmarshal (line 47) | func TestVLANConfigUnmarshal(t *testing.T) { function TestVLANValidate (line 76) | func TestVLANValidate(t *testing.T) { FILE: pkg/machinery/config/types/network/vrf.go constant VRFKind (line 23) | VRFKind = "VRFConfig" function init (line 25) | func init() { type VRFConfigV1Alpha1 (line 51) | type VRFConfigV1Alpha1 struct method Clone (line 114) | func (s *VRFConfigV1Alpha1) Clone() config.Document { method Name (line 119) | func (s *VRFConfigV1Alpha1) Name() string { method VRFConfig (line 124) | func (s *VRFConfigV1Alpha1) VRFConfig() {} method ConflictsWithKinds (line 127) | func (s *VRFConfigV1Alpha1) ConflictsWithKinds() []string { method Validate (line 132) | func (s *VRFConfigV1Alpha1) Validate(validation.RuntimeMode, ...valida... method Links (line 153) | func (s *VRFConfigV1Alpha1) Links() []string { method Table (line 158) | func (s *VRFConfigV1Alpha1) Table() nethelpers.RoutingTable { method HardwareAddress (line 163) | func (s *VRFConfigV1Alpha1) HardwareAddress() optional.Optional[nethel... function NewVRFConfigV1Alpha1 (line 95) | func NewVRFConfigV1Alpha1(name string) *VRFConfigV1Alpha1 { function exampleVRFConfigV1Alpha1 (line 105) | func exampleVRFConfigV1Alpha1() *VRFConfigV1Alpha1 { FILE: pkg/machinery/config/types/network/vrf_test.go function TestVRFConfigMarshalStability (line 25) | func TestVRFConfigMarshalStability(t *testing.T) { function TestVRFConfigUnmarshal (line 46) | func TestVRFConfigUnmarshal(t *testing.T) { function TestVRFValidate (line 74) | func TestVRFValidate(t *testing.T) { FILE: pkg/machinery/config/types/network/wireguard.go constant WireguardKind (line 26) | WireguardKind = "WireguardConfig" function init (line 28) | func init() { type WireguardConfigV1Alpha1 (line 55) | type WireguardConfigV1Alpha1 struct method Clone (line 163) | func (s *WireguardConfigV1Alpha1) Clone() config.Document { method Name (line 168) | func (s *WireguardConfigV1Alpha1) Name() string { method WireguardConfig (line 173) | func (s *WireguardConfigV1Alpha1) WireguardConfig() {} method ConflictsWithKinds (line 176) | func (s *WireguardConfigV1Alpha1) ConflictsWithKinds() []string { method Validate (line 197) | func (s *WireguardConfigV1Alpha1) Validate(validation.RuntimeMode, ...... method PrivateKey (line 242) | func (s *WireguardConfigV1Alpha1) PrivateKey() string { method ListenPort (line 247) | func (s *WireguardConfigV1Alpha1) ListenPort() optional.Optional[int] { method FirewallMark (line 256) | func (s *WireguardConfigV1Alpha1) FirewallMark() optional.Optional[int] { method Peers (line 265) | func (s *WireguardConfigV1Alpha1) Peers() []config.NetworkWireguardPee... method Redact (line 311) | func (s *WireguardConfigV1Alpha1) Redact(replacement string) { type WireguardPeer (line 87) | type WireguardPeer struct method PublicKey (line 272) | func (p WireguardPeer) PublicKey() string { method PresharedKey (line 277) | func (p WireguardPeer) PresharedKey() optional.Optional[string] { method Endpoint (line 286) | func (p WireguardPeer) Endpoint() optional.Optional[string] { method AllowedIPs (line 295) | func (p WireguardPeer) AllowedIPs() []netip.Prefix { method PersistentKeepalive (line 302) | func (p WireguardPeer) PersistentKeepalive() optional.Optional[time.Du... method Redact (line 322) | func (p *WireguardPeer) Redact(replacement string) { function NewWireguardConfigV1Alpha1 (line 126) | func NewWireguardConfigV1Alpha1(name string) *WireguardConfigV1Alpha1 { function exampleWireguardConfigV1Alpha1 (line 136) | func exampleWireguardConfigV1Alpha1() *WireguardConfigV1Alpha1 { function validateWireguardKey (line 180) | func validateWireguardKey(key string) error { FILE: pkg/machinery/config/types/network/wireguard_test.go function TestWireguardConfigMarshalStability (line 27) | func TestWireguardConfigMarshalStability(t *testing.T) { function TestWireguardConfigRedact (line 60) | func TestWireguardConfigRedact(t *testing.T) { function TestWireguardConfigUnmarshal (line 76) | func TestWireguardConfigUnmarshal(t *testing.T) { function TestWireguardValidate (line 116) | func TestWireguardValidate(t *testing.T) { FILE: pkg/machinery/config/types/network/yaml.go type Prefix (line 14) | type Prefix struct method IsZero (line 19) | func (n Prefix) IsZero() bool { type Addr (line 28) | type Addr struct method IsZero (line 33) | func (n Addr) IsZero() bool { type AddrPort (line 42) | type AddrPort struct method IsZero (line 47) | func (n AddrPort) IsZero() bool { FILE: pkg/machinery/config/types/runtime/deep_copy.generated.go method DeepCopy (line 14) | func (o *EventSinkV1Alpha1) DeepCopy() *EventSinkV1Alpha1 { method DeepCopy (line 20) | func (o *EnvironmentV1Alpha1) DeepCopy() *EnvironmentV1Alpha1 { method DeepCopy (line 32) | func (o *KmsgLogV1Alpha1) DeepCopy() *KmsgLogV1Alpha1 { method DeepCopy (line 46) | func (o *OOMV1Alpha1) DeepCopy() *OOMV1Alpha1 { method DeepCopy (line 52) | func (o *WatchdogTimerV1Alpha1) DeepCopy() *WatchdogTimerV1Alpha1 { FILE: pkg/machinery/config/types/runtime/environment.go constant EnvironmentConfigKind (line 21) | EnvironmentConfigKind = "EnvironmentConfig" function init (line 23) | func init() { type EnvironmentV1Alpha1 (line 47) | type EnvironmentV1Alpha1 struct method Clone (line 121) | func (s *EnvironmentV1Alpha1) Clone() config.Document { method Variables (line 126) | func (s *EnvironmentV1Alpha1) Variables() Env { method Validate (line 134) | func (s *EnvironmentV1Alpha1) Validate(validation.RuntimeMode, ...vali... function NewEnvironmentV1Alpha1 (line 83) | func NewEnvironmentV1Alpha1() *EnvironmentV1Alpha1 { function exampleEnvironmentV1Alpha1 (line 92) | func exampleEnvironmentV1Alpha1() *EnvironmentV1Alpha1 { function exampleEnvVars0 (line 99) | func exampleEnvVars0() Env { function exampleEnvVars1 (line 107) | func exampleEnvVars1() Env { function exampleEnvVars2 (line 114) | func exampleEnvVars2() Env { FILE: pkg/machinery/config/types/runtime/environment_test.go function TestEnvironmentMarshalStability (line 21) | func TestEnvironmentMarshalStability(t *testing.T) { function TestEnvironmentValidate (line 35) | func TestEnvironmentValidate(t *testing.T) { FILE: pkg/machinery/config/types/runtime/event_sink.go constant EventSinkKind (line 21) | EventSinkKind = "EventSinkConfig" function init (line 23) | func init() { type EventSinkV1Alpha1 (line 47) | type EventSinkV1Alpha1 struct method Clone (line 76) | func (s *EventSinkV1Alpha1) Clone() config.Document { method Runtime (line 81) | func (s *EventSinkV1Alpha1) Runtime() config.RuntimeConfig { method EventsEndpoint (line 86) | func (s *EventSinkV1Alpha1) EventsEndpoint() *string { method KmsgLogURLs (line 91) | func (s *EventSinkV1Alpha1) KmsgLogURLs() []*url.URL { method WatchdogTimer (line 96) | func (s *EventSinkV1Alpha1) WatchdogTimer() config.WatchdogTimerConfig { method Validate (line 101) | func (s *EventSinkV1Alpha1) Validate(validation.RuntimeMode, ...valida... function NewEventSinkV1Alpha1 (line 59) | func NewEventSinkV1Alpha1() *EventSinkV1Alpha1 { function exampleEventSinkV1Alpha1 (line 68) | func exampleEventSinkV1Alpha1() *EventSinkV1Alpha1 { FILE: pkg/machinery/config/types/runtime/event_sink_test.go function TestEventSinkMarshalStability (line 21) | func TestEventSinkMarshalStability(t *testing.T) { function TestEventSinkValidate (line 33) | func TestEventSinkValidate(t *testing.T) { type validationMode (line 86) | type validationMode struct method String (line 88) | func (validationMode) String() string { method RequiresInstall (line 92) | func (validationMode) RequiresInstall() bool { method InContainer (line 96) | func (validationMode) InContainer() bool { FILE: pkg/machinery/config/types/runtime/extensions/deep_copy.generated.go method DeepCopy (line 10) | func (o *ServiceConfigV1Alpha1) DeepCopy() *ServiceConfigV1Alpha1 { FILE: pkg/machinery/config/types/runtime/extensions/extensions_doc.go method Doc (line 13) | func (ServiceConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 52) | func (ConfigFile) Doc() *encoder.Doc { function GetFileDoc (line 85) | func GetFileDoc() *encoder.FileDoc { FILE: pkg/machinery/config/types/runtime/extensions/service_config.go constant ServiceConfigKind (line 22) | ServiceConfigKind = "ExtensionServiceConfig" function init (line 24) | func init() { type ServiceConfigV1Alpha1 (line 49) | type ServiceConfigV1Alpha1 struct method Clone (line 126) | func (e *ServiceConfigV1Alpha1) Clone() config.Document { method Validate (line 131) | func (e *ServiceConfigV1Alpha1) Validate(validation.RuntimeMode, ...va... method Name (line 160) | func (e *ServiceConfigV1Alpha1) Name() string { method ConfigFiles (line 165) | func (e *ServiceConfigV1Alpha1) ConfigFiles() []config.ExtensionServic... method Environment (line 172) | func (e *ServiceConfigV1Alpha1) Environment() []string { type ConfigFileList (line 67) | type ConfigFileList method Merge (line 70) | func (list *ConfigFileList) Merge(other any) error { method mergeConfigFile (line 85) | func (list *ConfigFileList) mergeConfigFile(configFile ConfigFile) err... type ConfigFile (line 106) | type ConfigFile struct method Content (line 177) | func (e ConfigFile) Content() string { method MountPath (line 182) | func (e ConfigFile) MountPath() string { function NewServicesConfigV1Alpha1 (line 116) | func NewServicesConfigV1Alpha1() *ServiceConfigV1Alpha1 { function extensionServiceConfigV1Alpha1 (line 186) | func extensionServiceConfigV1Alpha1() *ServiceConfigV1Alpha1 { FILE: pkg/machinery/config/types/runtime/extensions/service_config_test.go function TestExtensionServiceConfigMarshalStability (line 22) | func TestExtensionServiceConfigMarshalStability(t *testing.T) { function TestExtensionServiceConfigMerge (line 43) | func TestExtensionServiceConfigMerge(t *testing.T) { FILE: pkg/machinery/config/types/runtime/kmsg_log.go constant KmsgLogKind (line 22) | KmsgLogKind = "KmsgLogConfig" function init (line 24) | func init() { type KmsgLogV1Alpha1 (line 49) | type KmsgLogV1Alpha1 struct method Name (line 88) | func (s *KmsgLogV1Alpha1) Name() string { method Clone (line 93) | func (s *KmsgLogV1Alpha1) Clone() config.Document { method Runtime (line 98) | func (s *KmsgLogV1Alpha1) Runtime() config.RuntimeConfig { method EventsEndpoint (line 103) | func (s *KmsgLogV1Alpha1) EventsEndpoint() *string { method KmsgLogURLs (line 108) | func (s *KmsgLogV1Alpha1) KmsgLogURLs() []*url.URL { method WatchdogTimer (line 113) | func (s *KmsgLogV1Alpha1) WatchdogTimer() config.WatchdogTimerConfig { method Validate (line 118) | func (s *KmsgLogV1Alpha1) Validate(validation.RuntimeMode, ...validati... function NewKmsgLogV1Alpha1 (line 70) | func NewKmsgLogV1Alpha1() *KmsgLogV1Alpha1 { function exampleKmsgLogV1Alpha1 (line 79) | func exampleKmsgLogV1Alpha1() *KmsgLogV1Alpha1 { FILE: pkg/machinery/config/types/runtime/kmsg_log_test.go function TestKmsgLogMarshalStability (line 23) | func TestKmsgLogMarshalStability(t *testing.T) { function TestKmsgLogValidate (line 36) | func TestKmsgLogValidate(t *testing.T) { FILE: pkg/machinery/config/types/runtime/oom.go constant OOMKind (line 26) | OOMKind = "OOMConfig" function init (line 28) | func init() { type OOMV1Alpha1 (line 52) | type OOMV1Alpha1 struct method Clone (line 120) | func (s *OOMV1Alpha1) Clone() config.Document { method Validate (line 125) | func (s *OOMV1Alpha1) Validate(validation.RuntimeMode, ...validation.O... method TriggerExpression (line 148) | func (s *OOMV1Alpha1) TriggerExpression() optional.Optional[cel.Expres... method CgroupRankingExpression (line 157) | func (s *OOMV1Alpha1) CgroupRankingExpression() optional.Optional[cel.... method SampleInterval (line 166) | func (s *OOMV1Alpha1) SampleInterval() optional.Optional[time.Duration] { function NewOOMV1Alpha1 (line 95) | func NewOOMV1Alpha1() *OOMV1Alpha1 { function exampleOOMV1Alpha1 (line 104) | func exampleOOMV1Alpha1() *OOMV1Alpha1 { FILE: pkg/machinery/config/types/runtime/oom_test.go function TestOOMMarshalStability (line 25) | func TestOOMMarshalStability(t *testing.T) { function TestOOMValidate (line 45) | func TestOOMValidate(t *testing.T) { FILE: pkg/machinery/config/types/runtime/runtime_doc.go method Doc (line 13) | func (KmsgLogV1Alpha1) Doc() *encoder.Doc { method Doc (line 47) | func (EventSinkV1Alpha1) Doc() *encoder.Doc { method Doc (line 74) | func (EnvironmentV1Alpha1) Doc() *encoder.Doc { method Doc (line 110) | func (OOMV1Alpha1) Doc() *encoder.Doc { method Doc (line 149) | func (WatchdogTimerV1Alpha1) Doc() *encoder.Doc { function GetFileDoc (line 184) | func GetFileDoc() *encoder.FileDoc { FILE: pkg/machinery/config/types/runtime/watchdog_timer.go constant WatchdogTimerKind (line 21) | WatchdogTimerKind = "WatchdogTimerConfig" function init (line 23) | func init() { constant MinWatchdogTimeout (line 42) | MinWatchdogTimeout = 10 * time.Second constant DefaultWatchdogTimeout (line 43) | DefaultWatchdogTimeout = time.Minute type WatchdogTimerV1Alpha1 (line 53) | type WatchdogTimerV1Alpha1 struct method Clone (line 93) | func (s *WatchdogTimerV1Alpha1) Clone() config.Document { method Runtime (line 98) | func (s *WatchdogTimerV1Alpha1) Runtime() config.RuntimeConfig { method EventsEndpoint (line 103) | func (s *WatchdogTimerV1Alpha1) EventsEndpoint() *string { method KmsgLogURLs (line 108) | func (s *WatchdogTimerV1Alpha1) KmsgLogURLs() []*url.URL { method WatchdogTimer (line 113) | func (s *WatchdogTimerV1Alpha1) WatchdogTimer() config.WatchdogTimerCo... method Device (line 118) | func (s *WatchdogTimerV1Alpha1) Device() string { method Timeout (line 123) | func (s *WatchdogTimerV1Alpha1) Timeout() time.Duration { method Validate (line 132) | func (s *WatchdogTimerV1Alpha1) Validate(validation.RuntimeMode, ...va... function NewWatchdogTimerV1Alpha1 (line 75) | func NewWatchdogTimerV1Alpha1() *WatchdogTimerV1Alpha1 { function exampleWatchdogTimerV1Alpha1 (line 84) | func exampleWatchdogTimerV1Alpha1() *WatchdogTimerV1Alpha1 { FILE: pkg/machinery/config/types/runtime/watchdog_timer_test.go function TestWatchdogTimerMarshalStability (line 22) | func TestWatchdogTimerMarshalStability(t *testing.T) { function TestWatchdogTimerValidate (line 35) | func TestWatchdogTimerValidate(t *testing.T) { FILE: pkg/machinery/config/types/security/deep_copy.generated.go method DeepCopy (line 10) | func (o *ImageVerificationConfigV1Alpha1) DeepCopy() *ImageVerificationC... method DeepCopy (line 38) | func (o *TrustedRootsConfigV1Alpha1) DeepCopy() *TrustedRootsConfigV1Alp... FILE: pkg/machinery/config/types/security/image_verification.go constant ImageVerificationConfigKind (line 21) | ImageVerificationConfigKind = "ImageVerificationConfig" function init (line 23) | func init() { type ImageVerificationConfigV1Alpha1 (line 47) | type ImageVerificationConfigV1Alpha1 struct method Clone (line 194) | func (s *ImageVerificationConfigV1Alpha1) Clone() config.Document { method Validate (line 201) | func (s *ImageVerificationConfigV1Alpha1) Validate(validation.RuntimeM... method Rules (line 256) | func (s *ImageVerificationConfigV1Alpha1) Rules() []config.ImageVerifi... type ImageVerificationRules (line 59) | type ImageVerificationRules method Merge (line 68) | func (r *ImageVerificationRules) Merge(other any) error { type indexedRule (line 62) | type indexedRule struct type ImageVerificationRuleV1Alpha1 (line 94) | type ImageVerificationRuleV1Alpha1 struct method ImagePattern (line 263) | func (r *ImageVerificationRuleV1Alpha1) ImagePattern() string { method Skip (line 268) | func (r *ImageVerificationRuleV1Alpha1) Skip() bool { method Deny (line 273) | func (r *ImageVerificationRuleV1Alpha1) Deny() bool { method VerifierKeyless (line 278) | func (r *ImageVerificationRuleV1Alpha1) VerifierKeyless() config.Image... method VerifierPublicKey (line 287) | func (r *ImageVerificationRuleV1Alpha1) VerifierPublicKey() config.Ima... type ImageKeylessVerifierV1Alpha1 (line 123) | type ImageKeylessVerifierV1Alpha1 struct method Issuer (line 296) | func (k *ImageKeylessVerifierV1Alpha1) Issuer() string { method Subject (line 301) | func (k *ImageKeylessVerifierV1Alpha1) Subject() string { method SubjectRegex (line 306) | func (k *ImageKeylessVerifierV1Alpha1) SubjectRegex() string { type ImagePublicKeyVerifierV1Alpha1 (line 150) | type ImagePublicKeyVerifierV1Alpha1 struct method Certificate (line 311) | func (p *ImagePublicKeyVerifierV1Alpha1) Certificate() string { function NewImageVerificationConfigV1Alpha1 (line 157) | func NewImageVerificationConfigV1Alpha1() *ImageVerificationConfigV1Alph... function exampleImageVerificationConfigV1Alpha1 (line 166) | func exampleImageVerificationConfigV1Alpha1() *ImageVerificationConfigV1... FILE: pkg/machinery/config/types/security/image_verification_test.go function TestImageVerificationConfigMarshalStability (line 25) | func TestImageVerificationConfigMarshalStability(t *testing.T) { function TestImageVerificationConfigUnmarshal (line 63) | func TestImageVerificationConfigUnmarshal(t *testing.T) { function TestImageVerificationConfigRules (line 105) | func TestImageVerificationConfigRules(t *testing.T) { function TestImageVerificationConfigValidate (line 141) | func TestImageVerificationConfigValidate(t *testing.T) { type validationMode (line 344) | type validationMode struct method String (line 346) | func (validationMode) String() string { method RequiresInstall (line 350) | func (validationMode) RequiresInstall() bool { method InContainer (line 354) | func (validationMode) InContainer() bool { function TestImageVerificationConfigMerge (line 358) | func TestImageVerificationConfigMerge(t *testing.T) { FILE: pkg/machinery/config/types/security/security_doc.go method Doc (line 13) | func (TrustedRootsConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 45) | func (ImageVerificationConfigV1Alpha1) Doc() *encoder.Doc { method Doc (line 70) | func (ImageVerificationRuleV1Alpha1) Doc() *encoder.Doc { method Doc (line 126) | func (ImageKeylessVerifierV1Alpha1) Doc() *encoder.Doc { method Doc (line 169) | func (ImagePublicKeyVerifierV1Alpha1) Doc() *encoder.Doc { function GetFileDoc (line 195) | func GetFileDoc() *encoder.FileDoc { FILE: pkg/machinery/config/types/security/trusted_roots.go constant TrustedRootsConfig (line 18) | TrustedRootsConfig = "TrustedRootsConfig" function init (line 20) | func init() { type TrustedRootsConfigV1Alpha1 (line 44) | type TrustedRootsConfigV1Alpha1 struct method Clone (line 80) | func (s *TrustedRootsConfigV1Alpha1) Clone() config.Document { method Name (line 85) | func (s *TrustedRootsConfigV1Alpha1) Name() string { method ExtraTrustedRootCertificates (line 90) | func (s *TrustedRootsConfigV1Alpha1) ExtraTrustedRootCertificates() []... function NewTrustedRootsConfigV1Alpha1 (line 59) | func NewTrustedRootsConfigV1Alpha1() *TrustedRootsConfigV1Alpha1 { function exampleTrustedRootsConfigV1Alpha1 (line 68) | func exampleTrustedRootsConfigV1Alpha1() *TrustedRootsConfigV1Alpha1 { FILE: pkg/machinery/config/types/security/trusted_roots_test.go function TestTrustedRootsMarshalStability (line 23) | func TestTrustedRootsMarshalStability(t *testing.T) { function TestTrustedConfigUnmarshal (line 38) | func TestTrustedConfigUnmarshal(t *testing.T) { function TestTrustedConfigHeader (line 57) | func TestTrustedConfigHeader(t *testing.T) { FILE: pkg/machinery/config/types/siderolink/deep_copy.generated.go method DeepCopy (line 14) | func (o *ConfigV1Alpha1) DeepCopy() *ConfigV1Alpha1 { FILE: pkg/machinery/config/types/siderolink/siderolink.go constant Kind (line 27) | Kind = "SideroLinkConfig" function init (line 29) | func init() { type ConfigV1Alpha1 (line 54) | type ConfigV1Alpha1 struct method Clone (line 91) | func (s *ConfigV1Alpha1) Clone() config.Document { method Redact (line 96) | func (s *ConfigV1Alpha1) Redact(replacement string) { method SideroLink (line 108) | func (s *ConfigV1Alpha1) SideroLink() config.SideroLinkConfig { method APIUrl (line 113) | func (s *ConfigV1Alpha1) APIUrl() *url.URL { method UniqueToken (line 122) | func (s *ConfigV1Alpha1) UniqueToken() string { method Validate (line 131) | func (s *ConfigV1Alpha1) Validate(validation.RuntimeMode, ...validatio... function NewConfigV1Alpha1 (line 74) | func NewConfigV1Alpha1() *ConfigV1Alpha1 { function exampleConfigV1Alpha1 (line 83) | func exampleConfigV1Alpha1() *ConfigV1Alpha1 { FILE: pkg/machinery/config/types/siderolink/siderolink_doc.go method Doc (line 13) | func (ConfigV1Alpha1) Doc() *encoder.Doc { function GetFileDoc (line 48) | func GetFileDoc() *encoder.FileDoc { FILE: pkg/machinery/config/types/siderolink/siderolink_test.go function TestRedact (line 20) | func TestRedact(t *testing.T) { function TestMarshalStability (line 36) | func TestMarshalStability(t *testing.T) { function TestValidate (line 48) | func TestValidate(t *testing.T) { type validationMode (line 112) | type validationMode struct method String (line 114) | func (validationMode) String() string { method RequiresInstall (line 118) | func (validationMode) RequiresInstall() bool { method InContainer (line 122) | func (validationMode) InContainer() bool { FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_admissionplugin.go method Name (line 8) | func (a *AdmissionPluginConfig) Name() string { method Configuration (line 13) | func (a *AdmissionPluginConfig) Configuration() map[string]any { FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_apiserverconfig.go method Image (line 44) | func (a *APIServerConfig) Image() string { method ExtraArgs (line 55) | func (a *APIServerConfig) ExtraArgs() map[string][]string { method ExtraVolumes (line 60) | func (a *APIServerConfig) ExtraVolumes() []config.VolumeMount { method Env (line 65) | func (a *APIServerConfig) Env() Env { method AdmissionControl (line 70) | func (a *APIServerConfig) AdmissionControl() []config.AdmissionPlugin { method AuditPolicy (line 75) | func (a *APIServerConfig) AuditPolicy() map[string]any { method Resources (line 84) | func (a *APIServerConfig) Resources() config.Resources { method AuthorizationConfig (line 89) | func (a *APIServerConfig) AuthorizationConfig() []config.AuthorizationCo... method Validate (line 94) | func (a *APIServerConfig) Validate() error { FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_authorizaationconfigauthorizer.go method Type (line 15) | func (a *AuthorizationConfigAuthorizerConfig) Type() string { method Name (line 20) | func (a *AuthorizationConfigAuthorizerConfig) Name() string { method Webhook (line 25) | func (a *AuthorizationConfigAuthorizerConfig) Webhook() map[string]any { method Validate (line 30) | func (a *AuthorizationConfigAuthorizerConfig) Validate() error { FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_clusterconfig.go method Name (line 26) | func (c *ClusterConfig) Name() string { method APIServer (line 31) | func (c *ClusterConfig) APIServer() config.APIServer { method ControllerManager (line 40) | func (c *ClusterConfig) ControllerManager() config.ControllerManager { method Proxy (line 49) | func (c *ClusterConfig) Proxy() config.Proxy { method Scheduler (line 58) | func (c *ClusterConfig) Scheduler() config.Scheduler { method Endpoint (line 67) | func (c *ClusterConfig) Endpoint() *url.URL { method Token (line 72) | func (c *ClusterConfig) Token() config.Token { method CertSANs (line 77) | func (c *ClusterConfig) CertSANs() []string { method IssuingCA (line 86) | func (c *ClusterConfig) IssuingCA() *x509.PEMEncodedCertificateAndKey { method AcceptedCAs (line 91) | func (c *ClusterConfig) AcceptedCAs() []*x509.PEMEncodedCertificate { method AggregatorCA (line 96) | func (c *ClusterConfig) AggregatorCA() *x509.PEMEncodedCertificateAndKey { method ServiceAccount (line 101) | func (c *ClusterConfig) ServiceAccount() *x509.PEMEncodedKey { method AESCBCEncryptionSecret (line 106) | func (c *ClusterConfig) AESCBCEncryptionSecret() string { method SecretboxEncryptionSecret (line 111) | func (c *ClusterConfig) SecretboxEncryptionSecret() string { method Etcd (line 116) | func (c *ClusterConfig) Etcd() config.Etcd { method Network (line 125) | func (c *ClusterConfig) Network() config.ClusterNetwork { method LocalAPIServerPort (line 130) | func (c *ClusterConfig) LocalAPIServerPort() int { method CoreDNS (line 139) | func (c *ClusterConfig) CoreDNS() config.CoreDNS { method ExternalCloudProvider (line 148) | func (c *ClusterConfig) ExternalCloudProvider() config.ExternalCloudProv... method ExtraManifestURLs (line 157) | func (c *ClusterConfig) ExtraManifestURLs() []string { method ExtraManifestHeaderMap (line 162) | func (c *ClusterConfig) ExtraManifestHeaderMap() map[string]string { method InlineManifests (line 167) | func (c *ClusterConfig) InlineManifests() []config.InlineManifest { method AdminKubeconfig (line 172) | func (c *ClusterConfig) AdminKubeconfig() config.AdminKubeconfig { method ScheduleOnControlPlanes (line 181) | func (c *ClusterConfig) ScheduleOnControlPlanes() bool { method ID (line 190) | func (c *ClusterConfig) ID() string { method Secret (line 195) | func (c *ClusterConfig) Secret() string { method CNI (line 200) | func (c *ClusterConfig) CNI() config.CNI { method PodCIDRs (line 215) | func (c *ClusterConfig) PodCIDRs() []string { method ServiceCIDRs (line 227) | func (c *ClusterConfig) ServiceCIDRs() []string { method DNSDomain (line 239) | func (c *ClusterConfig) DNSDomain() string { method APIServerIPs (line 248) | func (c *ClusterConfig) APIServerIPs() ([]netip.Addr, error) { method DNSServiceIPs (line 258) | func (c *ClusterConfig) DNSServiceIPs() ([]netip.Addr, error) { method Discovery (line 268) | func (c *ClusterConfig) Discovery() config.Discovery { type clusterToken (line 276) | type clusterToken method ID (line 279) | func (t clusterToken) ID() string { method Secret (line 289) | func (t clusterToken) Secret() string { FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_cniconfig.go method Name (line 14) | func (c *CNIConfig) Name() string { method URLs (line 19) | func (c *CNIConfig) URLs() []string { method Flannel (line 24) | func (c *CNIConfig) Flannel() config.FlannelCNI { method ExtraArgs (line 29) | func (c *FlannelCNIConfig) ExtraArgs() []string { method KubeNetworkPoliciesEnabled (line 38) | func (c *FlannelCNIConfig) KubeNetworkPoliciesEnabled() bool { FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_controllermanagerconfig.go method Image (line 17) | func (c *ControllerManagerConfig) Image() string { method ExtraArgs (line 28) | func (c *ControllerManagerConfig) ExtraArgs() map[string][]string { method ExtraVolumes (line 33) | func (c *ControllerManagerConfig) ExtraVolumes() []config.VolumeMount { method Env (line 38) | func (c *ControllerManagerConfig) Env() Env { method Resources (line 43) | func (c *ControllerManagerConfig) Resources() config.Resources { method Validate (line 48) | func (c *ControllerManagerConfig) Validate() error { FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_discoveryconfig.go method Enabled (line 15) | func (c *ClusterDiscoveryConfig) Enabled() bool { method Registries (line 20) | func (c *ClusterDiscoveryConfig) Registries() config.DiscoveryRegistries { method Kubernetes (line 25) | func (c DiscoveryRegistriesConfig) Kubernetes() config.KubernetesRegistry { method Service (line 30) | func (c DiscoveryRegistriesConfig) Service() config.ServiceRegistry { method Enabled (line 35) | func (c RegistryKubernetesConfig) Enabled() bool { method Enabled (line 40) | func (c RegistryServiceConfig) Enabled() bool { method Endpoint (line 45) | func (c RegistryServiceConfig) Endpoint() string { FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_etcdconfig.go method Image (line 16) | func (e *EtcdConfig) Image() string { method CA (line 27) | func (e *EtcdConfig) CA() *x509.PEMEncodedCertificateAndKey { method ExtraArgs (line 32) | func (e *EtcdConfig) ExtraArgs() map[string][]string { method AdvertisedSubnets (line 37) | func (e *EtcdConfig) AdvertisedSubnets() []string { method ListenSubnets (line 50) | func (e *EtcdConfig) ListenSubnets() []string { FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_examples.go function mustParseURL (line 19) | func mustParseURL(uri string) *url.URL { function configExample (line 29) | func configExample() any { function machineConfigExample (line 41) | func machineConfigExample() any { function pemEncodedCertificateExample (line 51) | func pemEncodedCertificateExample() *x509.PEMEncodedCertificateAndKey { function pemEncodedKeyExample (line 58) | func pemEncodedKeyExample() *x509.PEMEncodedKey { function machineControlplaneExample (line 64) | func machineControlplaneExample() *MachineControlPlaneConfig { function machineKubeletExample (line 75) | func machineKubeletExample() *KubeletConfig { function kubeletImageExample (line 84) | func kubeletImageExample() string { function machineInstallExample (line 88) | func machineInstallExample() *InstallConfig { function machineInstallDiskSelectorExample (line 97) | func machineInstallDiskSelectorExample() *InstallDiskSelector { function machineInstallDiskSizeMatcherExamples0 (line 106) | func machineInstallDiskSizeMatcherExamples0() *InstallDiskSizeMatcher { function machineInstallDiskSizeMatcherExamples1 (line 112) | func machineInstallDiskSizeMatcherExamples1() *InstallDiskSizeMatcher { function machineInstallDiskSizeMatcherExamples2 (line 118) | func machineInstallDiskSizeMatcherExamples2() *InstallDiskSizeMatcher { function machineFilesExample (line 124) | func machineFilesExample() []*MachineFile { function machineSysctlsExample (line 135) | func machineSysctlsExample() map[string]string { function machineSysfsExample (line 143) | func machineSysfsExample() map[string]string { function machineFeaturesExample (line 149) | func machineFeaturesExample() *FeaturesConfig { function machineUdevExample (line 155) | func machineUdevExample() *UdevConfig { function clusterConfigExample (line 161) | func clusterConfigExample() any { function clusterControlPlaneExample (line 173) | func clusterControlPlaneExample() *ControlPlaneConfig { function clusterNetworkExample (line 185) | func clusterNetworkExample() *ClusterNetworkConfig { function resourcesConfigRequestsExample (line 196) | func resourcesConfigRequestsExample() Unstructured { function resourcesConfigLimitsExample (line 205) | func resourcesConfigLimitsExample() Unstructured { function clusterAPIServerExample (line 214) | func clusterAPIServerExample() *APIServerConfig { function clusterAPIServerImageExample (line 228) | func clusterAPIServerImageExample() string { function clusterControllerManagerExample (line 232) | func clusterControllerManagerExample() *ControllerManagerConfig { function clusterControllerManagerImageExample (line 241) | func clusterControllerManagerImageExample() string { function clusterProxyExample (line 245) | func clusterProxyExample() *ProxyConfig { function clusterProxyImageExample (line 255) | func clusterProxyImageExample() string { function clusterSchedulerExample (line 259) | func clusterSchedulerExample() *SchedulerConfig { function clusterSchedulerImageExample (line 268) | func clusterSchedulerImageExample() string { function clusterEtcdExample (line 272) | func clusterEtcdExample() *EtcdConfig { function clusterEtcdImageExample (line 282) | func clusterEtcdImageExample() string { function clusterEtcdAdvertisedSubnetsExample (line 286) | func clusterEtcdAdvertisedSubnetsExample() []string { function clusterCoreDNSExample (line 290) | func clusterCoreDNSExample() *CoreDNS { function clusterExternalCloudProviderConfigExample (line 296) | func clusterExternalCloudProviderConfigExample() *ExternalCloudProviderC... function clusterAdminKubeconfigExample (line 306) | func clusterAdminKubeconfigExample() *AdminKubeconfigConfig { function machineSeccompExample (line 312) | func machineSeccompExample() []*MachineSeccompProfile { function clusterEndpointExample1 (line 325) | func clusterEndpointExample1() *Endpoint { function clusterEndpointExample2 (line 331) | func clusterEndpointExample2() *Endpoint { function kubeletExtraMountsExample (line 337) | func kubeletExtraMountsExample() []ExtraMount { function clusterCustomCNIExample (line 352) | func clusterCustomCNIExample() *CNIConfig { function clusterInlineManifestsExample (line 361) | func clusterInlineManifestsExample() ClusterInlineManifests { function clusterDiscoveryExample (line 375) | func clusterDiscoveryExample() ClusterDiscoveryConfig { function kubeletNodeIPExample (line 386) | func kubeletNodeIPExample() *KubeletNodeIPConfig { function kubeletExtraConfigExample (line 396) | func kubeletExtraConfigExample() Unstructured { function kubeletCredentialProviderConfigExample (line 404) | func kubeletCredentialProviderConfigExample() Unstructured { function loggingEndpointExample1 (line 427) | func loggingEndpointExample1() *Endpoint { function loggingEndpointExample2 (line 433) | func loggingEndpointExample2() *Endpoint { function machineLoggingExample (line 439) | func machineLoggingExample() LoggingConfig { function machineKernelExample (line 450) | func machineKernelExample() *KernelConfig { function machinePodsExample (line 460) | func machinePodsExample() []Unstructured { function admissionControlConfigExample (line 482) | func admissionControlConfigExample() []*AdmissionPluginConfig { function authorizationConfigExample (line 509) | func authorizationConfigExample() []*AuthorizationConfigAuthorizerConfig { function kubernetesTalosAPIAccessConfigExample (line 552) | func kubernetesTalosAPIAccessConfigExample() *KubernetesTalosAPIAccessCo... function machineBaseRuntimeSpecOverridesExample (line 564) | func machineBaseRuntimeSpecOverridesExample() Unstructured { FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_externalcloudproviderconfig.go method Enabled (line 10) | func (ecp *ExternalCloudProviderConfig) Enabled() bool { method ManifestURLs (line 15) | func (ecp *ExternalCloudProviderConfig) ManifestURLs() []string { FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_features.go method KubernetesTalosAPIAccess (line 15) | func (f *FeaturesConfig) KubernetesTalosAPIAccess() config.KubernetesTal... method DiskQuotaSupportEnabled (line 20) | func (f *FeaturesConfig) DiskQuotaSupportEnabled() bool { method HostDNS (line 25) | func (f *FeaturesConfig) HostDNS() config.HostDNS { method KubePrism (line 34) | func (f *FeaturesConfig) KubePrism() config.KubePrism { method ImageCache (line 43) | func (f *FeaturesConfig) ImageCache() config.ImageCache { method NodeAddressSortAlgorithm (line 52) | func (f *FeaturesConfig) NodeAddressSortAlgorithm() nethelpers.AddressSo... constant defaultKubePrismPort (line 65) | defaultKubePrismPort = 7445 method Enabled (line 68) | func (a *KubePrism) Enabled() bool { method Port (line 73) | func (a *KubePrism) Port() int { method Enabled (line 82) | func (h *HostDNSConfig) Enabled() bool { method ForwardKubeDNSToHost (line 87) | func (h *HostDNSConfig) ForwardKubeDNSToHost() bool { method ResolveMemberNames (line 92) | func (h *HostDNSConfig) ResolveMemberNames() bool { method LocalEnabled (line 97) | func (i *ImageCacheConfig) LocalEnabled() bool { FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_inlinemanifest.go method Name (line 8) | func (m ClusterInlineManifest) Name() string { method Contents (line 13) | func (m ClusterInlineManifest) Contents() string { FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_kernel.go method Modules (line 14) | func (kc *KernelConfig) Modules() []config.KernelModule { method Name (line 19) | func (kmc *KernelModuleConfig) Name() string { method Parameters (line 24) | func (kmc *KernelModuleConfig) Parameters() []string { FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_kubernetestalosapiaccess.go method Enabled (line 10) | func (c *KubernetesTalosAPIAccessConfig) Enabled() bool { method AllowedRoles (line 19) | func (c *KubernetesTalosAPIAccessConfig) AllowedRoles() []string { method AllowedKubernetesNamespaces (line 28) | func (c *KubernetesTalosAPIAccessConfig) AllowedKubernetesNamespaces() [... FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_logging.go method Validate (line 20) | func (lc *LoggingConfig) Validate() error { method Destinations (line 53) | func (lc *LoggingConfig) Destinations() []config.LoggingDestination { method Endpoint (line 58) | func (ld LoggingDestination) Endpoint() *url.URL { method ExtraTags (line 63) | func (ld LoggingDestination) ExtraTags() map[string]string { method Format (line 68) | func (ld LoggingDestination) Format() string { FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_marshal.go type Base64Bytes (line 12) | type Base64Bytes method UnmarshalYAML (line 15) | func (b *Base64Bytes) UnmarshalYAML(unmarshal func(any) error) error { method MarshalYAML (line 33) | func (b Base64Bytes) MarshalYAML() (any, error) { FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_marshal_test.go function TestBase64Bytes (line 18) | func TestBase64Bytes(t *testing.T) { function TestDiskSizeMatcherUnmarshal (line 40) | func TestDiskSizeMatcherUnmarshal(t *testing.T) { FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_network_bridge.go method NetworkStaticHostConfig (line 19) | func (c *Config) NetworkStaticHostConfig() []config.NetworkStaticHostCon... method Hostname (line 28) | func (c *Config) Hostname() string { method AutoHostname (line 37) | func (c *Config) AutoHostname() nethelpers.AutoHostnameKind { method Resolvers (line 51) | func (c *Config) Resolvers() []netip.Addr { method SearchDomains (line 68) | func (c *Config) SearchDomains() []string { method DisableSearchDomain (line 77) | func (c *Config) DisableSearchDomain() bool { method NetworkTimeSyncConfig (line 86) | func (c *Config) NetworkTimeSyncConfig() config.NetworkTimeSyncConfig { method NetworkKubeSpanConfig (line 95) | func (c *Config) NetworkKubeSpanConfig() config.NetworkKubeSpanConfig { FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_network_bridge_test.go function TestStaticHostsBridging (line 24) | func TestStaticHostsBridging(t *testing.T) { function TestHostnameBridging (line 144) | func TestHostnameBridging(t *testing.T) { function TestResolverBridging (line 243) | func TestResolverBridging(t *testing.T) { function TestTimeSyncBridging (line 365) | func TestTimeSyncBridging(t *testing.T) { function TestKubeSpanBridging (line 480) | func TestKubeSpanBridging(t *testing.T) { FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_network_options.go type NetworkConfigOption (line 12) | type NetworkConfigOption function WithNetworkConfig (line 15) | func WithNetworkConfig(c *NetworkConfig) NetworkConfigOption { function WithNetworkNameservers (line 24) | func WithNetworkNameservers(nameservers ...string) NetworkConfigOption { type IfaceSelector (line 35) | type IfaceSelector struct method matches (line 41) | func (selector IfaceSelector) matches(dev *Device) bool { method new (line 54) | func (selector IfaceSelector) new() *Device { function IfaceByName (line 69) | func IfaceByName(name string) IfaceSelector { function IfaceBySelector (line 76) | func IfaceBySelector(selector NetworkDeviceSelector) IfaceSelector { function WithNetworkInterfaceIgnore (line 83) | func WithNetworkInterfaceIgnore(iface IfaceSelector) NetworkConfigOption { function WithNetworkInterfaceDHCP (line 92) | func WithNetworkInterfaceDHCP(iface IfaceSelector, enable bool) NetworkC... function WithNetworkInterfaceDHCPv4 (line 101) | func WithNetworkInterfaceDHCPv4(iface IfaceSelector, enable bool) Networ... function WithNetworkInterfaceDHCPv6 (line 116) | func WithNetworkInterfaceDHCPv6(iface IfaceSelector, enable bool) Networ... function WithNetworkInterfaceCIDR (line 131) | func WithNetworkInterfaceCIDR(iface IfaceSelector, cidr string) NetworkC... function WithNetworkInterfaceMTU (line 140) | func WithNetworkInterfaceMTU(iface IfaceSelector, mtu int) NetworkConfig... function WithNetworkInterfaceWireguard (line 149) | func WithNetworkInterfaceWireguard(iface IfaceSelector, wireguardConfig ... function WithNetworkInterfaceVirtualIP (line 158) | func WithNetworkInterfaceVirtualIP(iface IfaceSelector, cidr string) Net... function WithKubeSpan (line 175) | func WithKubeSpan() NetworkConfigOption { FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_provider.go constant Version (line 41) | Version = "v1alpha1" method Clone (line 45) | func (c *Config) Clone() config.Document { method Kind (line 50) | func (c *Config) Kind() string { method APIVersion (line 55) | func (c *Config) APIVersion() string { method Debug (line 60) | func (c *Config) Debug() bool { method Machine (line 69) | func (c *Config) Machine() config.MachineConfig { method SeccompProfiles (line 78) | func (m *MachineConfig) SeccompProfiles() []config.SeccompProfile { method Name (line 83) | func (m *MachineSeccompProfile) Name() string { method Value (line 88) | func (m *MachineSeccompProfile) Value() map[string]any { method NodeLabels (line 93) | func (m *MachineConfig) NodeLabels() config.NodeLabels { method NodeAnnotations (line 98) | func (m *MachineConfig) NodeAnnotations() config.NodeAnnotations { method NodeTaints (line 103) | func (m *MachineConfig) NodeTaints() config.NodeTaints { method BaseRuntimeSpecOverrides (line 108) | func (m *MachineConfig) BaseRuntimeSpecOverrides() map[string]any { method Cluster (line 113) | func (c *Config) Cluster() config.ClusterConfig { method Redact (line 124) | func (c *Config) Redact(replacement string) { method Install (line 173) | func (m *MachineConfig) Install() config.Install { method Security (line 182) | func (m *MachineConfig) Security() config.Security { method Disks (line 187) | func (m *MachineConfig) Disks() []config.Disk { method Network (line 192) | func (m *MachineConfig) Network() config.MachineNetwork { method Controlplane (line 201) | func (m *MachineConfig) Controlplane() config.MachineControlPlane { method Pods (line 210) | func (m *MachineConfig) Pods() []map[string]any { method ControllerManager (line 215) | func (m *MachineControlPlaneConfig) ControllerManager() config.MachineCo... method Scheduler (line 224) | func (m *MachineControlPlaneConfig) Scheduler() config.MachineScheduler { method Disabled (line 233) | func (m *MachineControllerManagerConfig) Disabled() bool { method Disabled (line 238) | func (m *MachineSchedulerConfig) Disabled() bool { method Kubelet (line 243) | func (m *MachineConfig) Kubelet() config.Kubelet { method Env (line 252) | func (m *MachineConfig) Env() config.Env { method Files (line 257) | func (m *MachineConfig) Files() ([]config.File, error) { method Type (line 262) | func (m *MachineConfig) Type() machine.Type { method Server (line 269) | func (m *MachineConfig) Server() string { method Sysctls (line 274) | func (m *MachineConfig) Sysctls() map[string]string { method Sysfs (line 283) | func (m *MachineConfig) Sysfs() map[string]string { method IssuingCA (line 292) | func (m *MachineConfig) IssuingCA() *x509.PEMEncodedCertificateAndKey { method AcceptedCAs (line 297) | func (m *MachineConfig) AcceptedCAs() []*x509.PEMEncodedCertificate { method Token (line 302) | func (m *MachineConfig) Token() string { method CertSANs (line 307) | func (m *MachineConfig) CertSANs() []string { method SystemDiskEncryption (line 312) | func (m *MachineConfig) SystemDiskEncryption() config.SystemDiskEncrypti... method Features (line 321) | func (m *MachineConfig) Features() config.Features { method Udev (line 330) | func (m *MachineConfig) Udev() config.UdevConfig { method Logging (line 339) | func (m *MachineConfig) Logging() config.Logging { method Kernel (line 348) | func (m *MachineConfig) Kernel() config.Kernel { method Image (line 357) | func (k *KubeletConfig) Image() string { method ClusterDNS (line 368) | func (k *KubeletConfig) ClusterDNS() []string { method ExtraArgs (line 377) | func (k *KubeletConfig) ExtraArgs() map[string][]string { method ExtraMounts (line 386) | func (k *KubeletConfig) ExtraMounts() []specs.Mount { method ExtraConfig (line 417) | func (k *KubeletConfig) ExtraConfig() map[string]any { method CredentialProviderConfig (line 422) | func (k *KubeletConfig) CredentialProviderConfig() map[string]any { method DefaultRuntimeSeccompProfileEnabled (line 427) | func (k *KubeletConfig) DefaultRuntimeSeccompProfileEnabled() bool { method RegisterWithFQDN (line 432) | func (k *KubeletConfig) RegisterWithFQDN() bool { method NodeIP (line 437) | func (k *KubeletConfig) NodeIP() config.KubeletNodeIP { method SkipNodeRegistration (line 446) | func (k *KubeletConfig) SkipNodeRegistration() bool { method DisableManifestsDirectory (line 451) | func (k *KubeletConfig) DisableManifestsDirectory() bool { method ValidSubnets (line 456) | func (k *KubeletNodeIPConfig) ValidSubnets() []string { method RegistryMirrorConfigs (line 461) | func (c *Config) RegistryMirrorConfigs() map[string]config.RegistryMirro... method RegistryAuthConfigs (line 476) | func (c *Config) RegistryAuthConfigs() map[string]config.RegistryAuthCon... method RegistryTLSConfigs (line 495) | func (c *Config) RegistryTLSConfigs() map[string]config.RegistryTLSConfig { method ImageVerificationConfigs (line 517) | func (c *Config) ImageVerificationConfigs() map[string]config.ImageVerif... type registryEndpointWrapper (line 521) | type registryEndpointWrapper struct method Endpoint (line 526) | func (wrapper *registryEndpointWrapper) Endpoint() string { method OverridePath (line 530) | func (wrapper *registryEndpointWrapper) OverridePath() bool { method Mirrors (line 535) | func (r *RegistriesConfig) Mirrors() map[string]config.RegistryMirrorCon... method Username (line 546) | func (r *RegistryAuthConfig) Username() string { method Password (line 551) | func (r *RegistryAuthConfig) Password() string { method Auth (line 556) | func (r *RegistryAuthConfig) Auth() string { method IdentityToken (line 561) | func (r *RegistryAuthConfig) IdentityToken() string { method ClientIdentity (line 566) | func (r *RegistryTLSConfig) ClientIdentity() *x509.PEMEncodedCertificate... method CA (line 571) | func (r *RegistryTLSConfig) CA() []byte { method InsecureSkipVerify (line 576) | func (r *RegistryTLSConfig) InsecureSkipVerify() bool { method Devices (line 581) | func (n *NetworkConfig) Devices() []config.Device { method getDevice (line 588) | func (n *NetworkConfig) getDevice(iface IfaceSelector) *Device { method ExtraHosts (line 603) | func (n *NetworkConfig) ExtraHosts() []config.NetworkStaticHostConfig { method IP (line 608) | func (e *ExtraHost) IP() string { method Aliases (line 613) | func (e *ExtraHost) Aliases() []string { method Interface (line 618) | func (d *Device) Interface() string { method Addresses (line 623) | func (d *Device) Addresses() []string { method Routes (line 635) | func (d *Device) Routes() []config.Route { method Bond (line 640) | func (d *Device) Bond() config.Bond { method Bridge (line 649) | func (d *Device) Bridge() config.Bridge { method BridgePort (line 658) | func (d *Device) BridgePort() config.BridgePort { method Vlans (line 667) | func (d *Device) Vlans() []config.Vlan { method MTU (line 672) | func (d *Device) MTU() int { method DHCP (line 677) | func (d *Device) DHCP() bool { method Ignore (line 682) | func (d *Device) Ignore() bool { method Dummy (line 687) | func (d *Device) Dummy() bool { method DHCPOptions (line 692) | func (d *Device) DHCPOptions() config.DHCPOptions { method VIPConfig (line 704) | func (d *Device) VIPConfig() config.VIPConfig { method Selector (line 713) | func (d *Device) Selector() config.NetworkDeviceSelector { method IP (line 722) | func (d *DeviceVIPConfig) IP() string { method EquinixMetal (line 727) | func (d *DeviceVIPConfig) EquinixMetal() config.VIPEquinixMetal { method APIToken (line 736) | func (v *VIPEquinixMetalConfig) APIToken() string { method HCloud (line 741) | func (d *DeviceVIPConfig) HCloud() config.VIPHCloud { method APIToken (line 750) | func (v *VIPHCloudConfig) APIToken() string { method WireguardConfig (line 755) | func (d *Device) WireguardConfig() config.WireguardConfig { method RouteMetric (line 764) | func (d *DHCPOptions) RouteMetric() uint32 { method IPv4 (line 769) | func (d *DHCPOptions) IPv4() bool { method IPv6 (line 778) | func (d *DHCPOptions) IPv6() bool { method DUIDv6 (line 787) | func (d *DHCPOptions) DUIDv6() string { method PrivateKey (line 792) | func (wc *DeviceWireguardConfig) PrivateKey() string { method ListenPort (line 797) | func (wc *DeviceWireguardConfig) ListenPort() int { method FirewallMark (line 802) | func (wc *DeviceWireguardConfig) FirewallMark() int { method Peers (line 807) | func (wc *DeviceWireguardConfig) Peers() []config.WireguardPeer { method PublicKey (line 812) | func (wd *DeviceWireguardPeer) PublicKey() string { method Endpoint (line 817) | func (wd *DeviceWireguardPeer) Endpoint() string { method PersistentKeepaliveInterval (line 822) | func (wd *DeviceWireguardPeer) PersistentKeepaliveInterval() time.Durati... method AllowedIPs (line 827) | func (wd *DeviceWireguardPeer) AllowedIPs() []string { method Bus (line 832) | func (s *NetworkDeviceSelector) Bus() string { method HardwareAddress (line 837) | func (s *NetworkDeviceSelector) HardwareAddress() string { method PermanentAddress (line 842) | func (s *NetworkDeviceSelector) PermanentAddress() string { method PCIID (line 847) | func (s *NetworkDeviceSelector) PCIID() string { method KernelDriver (line 852) | func (s *NetworkDeviceSelector) KernelDriver() string { method Physical (line 857) | func (s *NetworkDeviceSelector) Physical() *bool { method Network (line 862) | func (r *Route) Network() string { method Gateway (line 867) | func (r *Route) Gateway() string { method Source (line 872) | func (r *Route) Source() string { method Metric (line 877) | func (r *Route) Metric() uint32 { method MTU (line 882) | func (r *Route) MTU() uint32 { method Interfaces (line 887) | func (b *Bond) Interfaces() []string { method Selectors (line 896) | func (b *Bond) Selectors() []config.NetworkDeviceSelector { method ARPIPTarget (line 905) | func (b *Bond) ARPIPTarget() []string { method Mode (line 914) | func (b *Bond) Mode() string { method HashPolicy (line 919) | func (b *Bond) HashPolicy() string { method LACPRate (line 924) | func (b *Bond) LACPRate() string { method ADActorSystem (line 929) | func (b *Bond) ADActorSystem() string { method ARPValidate (line 934) | func (b *Bond) ARPValidate() string { method ARPAllTargets (line 939) | func (b *Bond) ARPAllTargets() string { method Primary (line 944) | func (b *Bond) Primary() string { method PrimaryReselect (line 949) | func (b *Bond) PrimaryReselect() string { method FailOverMac (line 954) | func (b *Bond) FailOverMac() string { method ADSelect (line 959) | func (b *Bond) ADSelect() string { method MIIMon (line 964) | func (b *Bond) MIIMon() uint32 { method UpDelay (line 969) | func (b *Bond) UpDelay() uint32 { method DownDelay (line 974) | func (b *Bond) DownDelay() uint32 { method ARPInterval (line 979) | func (b *Bond) ARPInterval() uint32 { method ResendIGMP (line 984) | func (b *Bond) ResendIGMP() uint32 { method MinLinks (line 989) | func (b *Bond) MinLinks() uint32 { method LPInterval (line 994) | func (b *Bond) LPInterval() uint32 { method PacketsPerSlave (line 999) | func (b *Bond) PacketsPerSlave() uint32 { method NumPeerNotif (line 1004) | func (b *Bond) NumPeerNotif() uint8 { method TLBDynamicLB (line 1009) | func (b *Bond) TLBDynamicLB() uint8 { method AllSlavesActive (line 1014) | func (b *Bond) AllSlavesActive() uint8 { method UseCarrier (line 1019) | func (b *Bond) UseCarrier() bool { method ADActorSysPrio (line 1028) | func (b *Bond) ADActorSysPrio() uint16 { method ADUserPortKey (line 1033) | func (b *Bond) ADUserPortKey() uint16 { method PeerNotifyDelay (line 1038) | func (b *Bond) PeerNotifyDelay() uint32 { method Enabled (line 1043) | func (s *STP) Enabled() bool { method FilteringEnabled (line 1052) | func (v *BridgeVLAN) FilteringEnabled() bool { method Interfaces (line 1061) | func (b *Bridge) Interfaces() []string { method STP (line 1066) | func (b *Bridge) STP() config.STP { method VLAN (line 1075) | func (b *Bridge) VLAN() config.BridgeVLAN { method Master (line 1084) | func (b *BridgePort) Master() string { method Addresses (line 1093) | func (v *Vlan) Addresses() []string { method MTU (line 1105) | func (v *Vlan) MTU() uint32 { method VIPConfig (line 1110) | func (v *Vlan) VIPConfig() config.VIPConfig { method Routes (line 1119) | func (v *Vlan) Routes() []config.Route { method DHCP (line 1124) | func (v *Vlan) DHCP() bool { method DHCPOptions (line 1129) | func (v *Vlan) DHCPOptions() config.DHCPOptions { method ID (line 1141) | func (v *Vlan) ID() uint16 { method Mode (line 1146) | func (v *Vlan) Mode() nethelpers.VLANProtocol { method Enabled (line 1151) | func (k *NetworkKubeSpan) Enabled() bool { method ForceRouting (line 1156) | func (k *NetworkKubeSpan) ForceRouting() bool { method AdvertiseKubernetesNetworks (line 1161) | func (k *NetworkKubeSpan) AdvertiseKubernetesNetworks() bool { method HarvestExtraEndpoints (line 1166) | func (k *NetworkKubeSpan) HarvestExtraEndpoints() bool { method MTU (line 1171) | func (k *NetworkKubeSpan) MTU() uint32 { method Filters (line 1181) | func (k *NetworkKubeSpan) Filters() config.NetworkKubeSpanFilters { method Endpoints (line 1190) | func (k *KubeSpanFilters) Endpoints() []string { method ExcludeAdvertisedNetworks (line 1195) | func (k *KubeSpanFilters) ExcludeAdvertisedNetworks() []netip.Prefix { method Disabled (line 1216) | func (t *TimeConfig) Disabled() bool { method Servers (line 1221) | func (t *TimeConfig) Servers() []string { method BootTimeout (line 1226) | func (t *TimeConfig) BootTimeout() time.Duration { method Image (line 1231) | func (i *InstallConfig) Image() string { method Extensions (line 1236) | func (i *InstallConfig) Extensions() []config.Extension { method Disk (line 1241) | func (i *InstallConfig) Disk() string { method DiskMatchExpression (line 1248) | func (i *InstallConfig) DiskMatchExpression() (*cel.Expression, error) { method ExtraKernelArgs (line 1415) | func (i *InstallConfig) ExtraKernelArgs() []string { method Zero (line 1420) | func (i *InstallConfig) Zero() bool { method LegacyBIOSSupport (line 1425) | func (i *InstallConfig) LegacyBIOSSupport() bool { method GrubUseUKICmdline (line 1430) | func (i *InstallConfig) GrubUseUKICmdline() bool { method Image (line 1435) | func (i InstallExtensionConfig) Image() string { method Enabled (line 1440) | func (c *CoreDNS) Enabled() bool { method Image (line 1445) | func (c *CoreDNS) Image() string { method CertLifetime (line 1456) | func (a *AdminKubeconfigConfig) CertLifetime() time.Duration { method CommonName (line 1465) | func (a *AdminKubeconfigConfig) CommonName() string { method CertOrganization (line 1470) | func (a *AdminKubeconfigConfig) CertOrganization() string { method Endpoints (line 1475) | func (r *RegistryMirrorConfig) Endpoints() []config.RegistryEndpointConf... method SkipFallback (line 1485) | func (r *RegistryMirrorConfig) SkipFallback() bool { method Content (line 1490) | func (f *MachineFile) Content() string { method Permissions (line 1495) | func (f *MachineFile) Permissions() os.FileMode { method Path (line 1500) | func (f *MachineFile) Path() string { method Op (line 1505) | func (f *MachineFile) Op() string { method Device (line 1510) | func (d *MachineDisk) Device() string { method Partitions (line 1515) | func (d *MachineDisk) Partitions() []config.Partition { method Size (line 1520) | func (p *DiskPartition) Size() uint64 { method MountPoint (line 1525) | func (p *DiskPartition) MountPoint() string { method Provider (line 1530) | func (e *EncryptionConfig) Provider() block.EncryptionProviderType { method Cipher (line 1542) | func (e *EncryptionConfig) Cipher() string { method KeySize (line 1547) | func (e *EncryptionConfig) KeySize() uint { method BlockSize (line 1552) | func (e *EncryptionConfig) BlockSize() uint64 { method Options (line 1557) | func (e *EncryptionConfig) Options() []string { method Keys (line 1562) | func (e *EncryptionConfig) Keys() []config.EncryptionKey { method Static (line 1567) | func (e *EncryptionKey) Static() config.EncryptionKeyStatic { method NodeID (line 1576) | func (e *EncryptionKey) NodeID() config.EncryptionKeyNodeID { method KMS (line 1585) | func (e *EncryptionKey) KMS() config.EncryptionKeyKMS { method TPM (line 1594) | func (e *EncryptionKey) TPM() config.EncryptionKeyTPM { method LockToSTATE (line 1603) | func (e *EncryptionKey) LockToSTATE() bool { method String (line 1609) | func (e *EncryptionKeyNodeID) String() string { method String (line 1614) | func (e *EncryptionKeyTPM) String() string { method CheckSecurebootOnEnroll (line 1619) | func (e *EncryptionKeyTPM) CheckSecurebootOnEnroll() bool { method PCRs (line 1628) | func (e *EncryptionKeyTPM) PCRs() []int { method PubKeyPCRs (line 1634) | func (e *EncryptionKeyTPM) PubKeyPCRs() []int { method Slot (line 1640) | func (e *EncryptionKey) Slot() int { method Key (line 1645) | func (e *EncryptionKeyStatic) Key() []byte { method String (line 1650) | func (e *EncryptionKeyStatic) String() string { method Endpoint (line 1655) | func (e *EncryptionKeyKMS) Endpoint() string { method String (line 1660) | func (e *EncryptionKeyKMS) String() string { method Get (line 1665) | func (e *SystemDiskEncryptionConfig) Get(label string) config.Encryption... method HostPath (line 1685) | func (v VolumeMountConfig) HostPath() string { method MountPath (line 1690) | func (v VolumeMountConfig) MountPath() string { method Name (line 1697) | func (v VolumeMountConfig) Name() string { method ReadOnly (line 1702) | func (v VolumeMountConfig) ReadOnly() bool { method Rules (line 1707) | func (u *UdevConfig) Rules() []string { FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_provider_test.go function TestInstallDiskSelector (line 16) | func TestInstallDiskSelector(t *testing.T) { FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_proxyconfig.go method Enabled (line 16) | func (p *ProxyConfig) Enabled() bool { method Image (line 21) | func (p *ProxyConfig) Image() string { method Mode (line 32) | func (p *ProxyConfig) Mode() string { method ExtraArgs (line 37) | func (p *ProxyConfig) ExtraArgs() map[string][]string { FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_redact_test.go function TestRedactSecrets (line 17) | func TestRedactSecrets(t *testing.T) { FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_resourcesconfig.go method CPURequests (line 13) | func (r *ResourcesConfig) CPURequests() string { method MemoryRequests (line 22) | func (r *ResourcesConfig) MemoryRequests() string { method CPULimits (line 31) | func (r *ResourcesConfig) CPULimits() string { method MemoryLimits (line 40) | func (r *ResourcesConfig) MemoryLimits() string { method Validate (line 49) | func (r *ResourcesConfig) Validate() error { function convertResource (line 73) | func convertResource(resources Unstructured, key string) string { FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_schedulerconfig.go method Image (line 17) | func (s *SchedulerConfig) Image() string { method ExtraArgs (line 28) | func (s *SchedulerConfig) ExtraArgs() map[string][]string { method ExtraVolumes (line 33) | func (s *SchedulerConfig) ExtraVolumes() []config.VolumeMount { method Env (line 38) | func (s *SchedulerConfig) Env() Env { method Resources (line 43) | func (s *SchedulerConfig) Resources() config.Resources { method Config (line 48) | func (s *SchedulerConfig) Config() map[string]any { method Validate (line 53) | func (s *SchedulerConfig) Validate() error { FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_stability_test.go function TestConfigEncodingStability (line 30) | func TestConfigEncodingStability(t *testing.T) { function testConfigStability (line 104) | func testConfigStability(t *testing.T, in *generate.Input, versionContra... FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_strategic_merge_test.go function TestStrategicMergePatch (line 22) | func TestStrategicMergePatch(t *testing.T) { function load (line 37) | func load(t *testing.T, path string) *v1alpha1.Config { function testMerge (line 44) | func testMerge(path string) func(t *testing.T) { FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_types.go function init (line 41) | func init() { type Args (line 48) | type Args method ToMap (line 51) | func (a Args) ToMap() map[string][]string { method Merge (line 74) | func (a *Args) Merge(other any) error { type ArgValue (line 95) | type ArgValue struct method MarshalYAML (line 109) | func (a ArgValue) MarshalYAML() (any, error) { method UnmarshalYAML (line 142) | func (a *ArgValue) UnmarshalYAML(unmarshal func(any) error) error { function NewArgValue (line 101) | func NewArgValue(s string, l []string) ArgValue { type Config (line 169) | type Config struct type MachineConfig (line 204) | type MachineConfig struct type MachineSeccompProfile (line 411) | type MachineSeccompProfile struct type ClusterConfig (line 432) | type ClusterConfig struct type LinuxIDMapping (line 620) | type LinuxIDMapping struct type ExtraMount (line 633) | type ExtraMount struct type MachineControlPlaneConfig (line 660) | type MachineControlPlaneConfig struct type MachineControllerManagerConfig (line 670) | type MachineControllerManagerConfig struct type MachineSchedulerConfig (line 677) | type MachineSchedulerConfig struct type KubeletConfig (line 684) | type KubeletConfig struct type KubeletNodeIPConfig (line 782) | type KubeletNodeIPConfig struct type NetworkConfig (line 797) | type NetworkConfig struct type NetworkDeviceList (line 831) | type NetworkDeviceList method Merge (line 834) | func (devices *NetworkDeviceList) Merge(other any) error { method mergeDevice (line 849) | func (devices *NetworkDeviceList) mergeDevice(device *Device) error { type InstallConfig (line 881) | type InstallConfig struct type InstallDiskSizeMatcher (line 934) | type InstallDiskSizeMatcher struct method MarshalYAML (line 940) | func (m *InstallDiskSizeMatcher) MarshalYAML() (any, error) { method UnmarshalYAML (line 945) | func (m *InstallDiskSizeMatcher) UnmarshalYAML(unmarshal func(any) err... type InstallDiskSizeMatchData (line 984) | type InstallDiskSizeMatchData struct type InstallDiskType (line 990) | type InstallDiskType type InstallDiskSelector (line 993) | type InstallDiskSelector struct type InstallExtensionConfig (line 1035) | type InstallExtensionConfig struct type TimeConfig (line 1043) | type TimeConfig struct type RegistriesConfig (line 1068) | type RegistriesConfig struct type PodCheckpointer (line 1098) | type PodCheckpointer struct type CoreDNS (line 1105) | type CoreDNS struct type Endpoint (line 1115) | type Endpoint struct method UnmarshalYAML (line 1120) | func (e *Endpoint) UnmarshalYAML(unmarshal func(any) error) error { method MarshalYAML (line 1138) | func (e *Endpoint) MarshalYAML() (any, error) { method DeepCopyInto (line 1143) | func (e *Endpoint) DeepCopyInto(out *Endpoint) { method DeepCopy (line 1154) | func (e *Endpoint) DeepCopy() *Endpoint { type ControlPlaneConfig (line 1166) | type ControlPlaneConfig struct type APIServerConfig (line 1188) | type APIServerConfig struct type AdmissionPluginConfigList (line 1248) | type AdmissionPluginConfigList method Merge (line 1251) | func (configs *AdmissionPluginConfigList) Merge(other any) error { method mergeConfig (line 1266) | func (configs *AdmissionPluginConfigList) mergeConfig(config *Admissio... type AdmissionPluginConfig (line 1287) | type AdmissionPluginConfig struct type AuthorizationConfigAuthorizerConfigList (line 1303) | type AuthorizationConfigAuthorizerConfigList type AuthorizationConfigAuthorizerConfig (line 1306) | type AuthorizationConfigAuthorizerConfig struct type ControllerManagerConfig (line 1323) | type ControllerManagerConfig struct type ProxyConfig (line 1359) | type ProxyConfig struct type SchedulerConfig (line 1390) | type SchedulerConfig struct type EtcdConfig (line 1433) | type EtcdConfig struct type ClusterNetworkConfig (line 1513) | type ClusterNetworkConfig struct type CNIConfig (line 1545) | type CNIConfig struct type FlannelCNIConfig (line 1563) | type FlannelCNIConfig struct type ExternalCloudProviderConfig (line 1580) | type ExternalCloudProviderConfig struct type AdminKubeconfigConfig (line 1602) | type AdminKubeconfigConfig struct type MachineDisk (line 1616) | type MachineDisk struct type DiskSize (line 1626) | type DiskSize method MarshalYAML (line 1629) | func (ds DiskSize) MarshalYAML() (any, error) { method UnmarshalYAML (line 1644) | func (ds *DiskSize) UnmarshalYAML(unmarshal func(any) error) error { type DiskPartition (line 1664) | type DiskPartition struct type EncryptionConfig (line 1684) | type EncryptionConfig struct type EncryptionKey (line 1726) | type EncryptionKey struct type EncryptionKeyStatic (line 1749) | type EncryptionKeyStatic struct type EncryptionKeyKMS (line 1758) | type EncryptionKeyKMS struct type EncryptionKeyTPM (line 1767) | type EncryptionKeyTPM struct type EncryptionKeyNodeID (line 1781) | type EncryptionKeyNodeID struct type ResourcesConfig (line 1789) | type ResourcesConfig struct type FileMode (line 1809) | type FileMode method String (line 1812) | func (fm FileMode) String() string { method MarshalYAML (line 1817) | func (fm FileMode) MarshalYAML() (any, error) { type MachineFile (line 1826) | type MachineFile struct type ExtraHost (line 1846) | type ExtraHost struct type Device (line 1856) | type Device struct type DHCPOptions (line 1950) | type DHCPOptions struct type DeviceWireguardConfig (line 1964) | type DeviceWireguardConfig struct type DeviceWireguardPeer (line 1980) | type DeviceWireguardPeer struct type DeviceVIPConfig (line 2001) | type DeviceVIPConfig struct type VIPEquinixMetalConfig (line 2013) | type VIPEquinixMetalConfig struct type VIPHCloudConfig (line 2021) | type VIPHCloudConfig struct type Bond (line 2029) | type Bond struct type STP (line 2151) | type STP struct type BridgeVLAN (line 2159) | type BridgeVLAN struct type Bridge (line 2167) | type Bridge struct type BridgePort (line 2183) | type BridgePort struct type VlanList (line 2191) | type VlanList method Merge (line 2194) | func (vlans *VlanList) Merge(other any) error { method mergeVlan (line 2209) | func (vlans *VlanList) mergeVlan(vlan *Vlan) error { type Vlan (line 2232) | type Vlan struct type Route (line 2256) | type Route struct type RegistryMirrorConfig (line 2272) | type RegistryMirrorConfig struct type RegistryConfig (line 2292) | type RegistryConfig struct type RegistryAuthConfig (line 2310) | type RegistryAuthConfig struct type RegistryTLSConfig (line 2332) | type RegistryTLSConfig struct type SystemDiskEncryptionConfig (line 2361) | type SystemDiskEncryptionConfig struct type FeaturesConfig (line 2373) | type FeaturesConfig struct type KubePrism (line 2412) | type KubePrism struct type ImageCacheConfig (line 2422) | type ImageCacheConfig struct type KubernetesTalosAPIAccessConfig (line 2429) | type KubernetesTalosAPIAccessConfig struct type HostDNSConfig (line 2444) | type HostDNSConfig struct type VolumeMountConfig (line 2463) | type VolumeMountConfig struct type ClusterInlineManifests (line 2484) | type ClusterInlineManifests method UnmarshalYAML (line 2487) | func (manifests *ClusterInlineManifests) UnmarshalYAML(value *yaml.Nod... type ClusterInlineManifest (line 2504) | type ClusterInlineManifest struct type NetworkKubeSpan (line 2523) | type NetworkKubeSpan struct type KubeSpanFilters (line 2562) | type KubeSpanFilters struct type NetworkDeviceSelector (line 2592) | type NetworkDeviceSelector struct type ClusterDiscoveryConfig (line 2611) | type ClusterDiscoveryConfig struct type DiscoveryRegistriesConfig (line 2622) | type DiscoveryRegistriesConfig struct type RegistryKubernetesConfig (line 2636) | type RegistryKubernetesConfig struct type RegistryServiceConfig (line 2643) | type RegistryServiceConfig struct type UdevConfig (line 2655) | type UdevConfig struct type LoggingConfig (line 2662) | type LoggingConfig struct type LoggingDestination (line 2669) | type LoggingDestination struct type KernelConfig (line 2687) | type KernelConfig struct type KernelModuleConfig (line 2694) | type KernelModuleConfig struct FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_types_doc.go method Doc (line 14) | func (Config) Doc() *encoder.Doc { method Doc (line 66) | func (MachineConfig) Doc() *encoder.Doc { method Doc (line 263) | func (MachineSeccompProfile) Doc() *encoder.Doc { method Doc (line 297) | func (ClusterConfig) Doc() *encoder.Doc { method Doc (line 527) | func (LinuxIDMapping) Doc() *encoder.Doc { method Doc (line 570) | func (ExtraMount) Doc() *encoder.Doc { method Doc (line 632) | func (MachineControlPlaneConfig) Doc() *encoder.Doc { method Doc (line 666) | func (MachineControllerManagerConfig) Doc() *encoder.Doc { method Doc (line 691) | func (MachineSchedulerConfig) Doc() *encoder.Doc { method Doc (line 716) | func (KubeletConfig) Doc() *encoder.Doc { method Doc (line 850) | func (KubeletNodeIPConfig) Doc() *encoder.Doc { method Doc (line 877) | func (InstallConfig) Doc() *encoder.Doc { method Doc (line 953) | func (InstallDiskSelector) Doc() *encoder.Doc { method Doc (line 1048) | func (CoreDNS) Doc() *encoder.Doc { method Doc (line 1082) | func (Endpoint) Doc() *encoder.Doc { method Doc (line 1113) | func (ControlPlaneConfig) Doc() *encoder.Doc { method Doc (line 1150) | func (APIServerConfig) Doc() *encoder.Doc { method Doc (line 1239) | func (AdmissionPluginConfig) Doc() *encoder.Doc { method Doc (line 1273) | func (AuthorizationConfigAuthorizerConfig) Doc() *encoder.Doc { method Doc (line 1314) | func (ControllerManagerConfig) Doc() *encoder.Doc { method Doc (line 1371) | func (ProxyConfig) Doc() *encoder.Doc { method Doc (line 1422) | func (SchedulerConfig) Doc() *encoder.Doc { method Doc (line 1486) | func (EtcdConfig) Doc() *encoder.Doc { method Doc (line 1546) | func (ClusterNetworkConfig) Doc() *encoder.Doc { method Doc (line 1599) | func (CNIConfig) Doc() *encoder.Doc { method Doc (line 1645) | func (FlannelCNIConfig) Doc() *encoder.Doc { method Doc (line 1679) | func (ExternalCloudProviderConfig) Doc() *encoder.Doc { method Doc (line 1724) | func (AdminKubeconfigConfig) Doc() *encoder.Doc { method Doc (line 1751) | func (ResourcesConfig) Doc() *encoder.Doc { method Doc (line 1794) | func (MachineFile) Doc() *encoder.Doc { method Doc (line 1847) | func (FeaturesConfig) Doc() *encoder.Doc { method Doc (line 1914) | func (KubePrism) Doc() *encoder.Doc { method Doc (line 1946) | func (ImageCacheConfig) Doc() *encoder.Doc { method Doc (line 1971) | func (KubernetesTalosAPIAccessConfig) Doc() *encoder.Doc { method Doc (line 2012) | func (HostDNSConfig) Doc() *encoder.Doc { method Doc (line 2051) | func (VolumeMountConfig) Doc() *encoder.Doc { method Doc (line 2102) | func (ClusterInlineManifest) Doc() *encoder.Doc { method Doc (line 2139) | func (ClusterDiscoveryConfig) Doc() *encoder.Doc { method Doc (line 2173) | func (DiscoveryRegistriesConfig) Doc() *encoder.Doc { method Doc (line 2205) | func (RegistryKubernetesConfig) Doc() *encoder.Doc { method Doc (line 2230) | func (RegistryServiceConfig) Doc() *encoder.Doc { method Doc (line 2264) | func (UdevConfig) Doc() *encoder.Doc { method Doc (line 2291) | func (LoggingConfig) Doc() *encoder.Doc { method Doc (line 2318) | func (LoggingDestination) Doc() *encoder.Doc { method Doc (line 2363) | func (KernelConfig) Doc() *encoder.Doc { method Doc (line 2390) | func (KernelModuleConfig) Doc() *encoder.Doc { function GetFileDoc (line 2423) | func GetFileDoc() *encoder.FileDoc { FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_unstructured.go type Unstructured (line 16) | type Unstructured struct method DeepCopy (line 21) | func (in *Unstructured) DeepCopy() *Unstructured { function deepCopyUnstructured (line 33) | func deepCopyUnstructured(x any) any { FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_unstructured_test.go function TestUnstructuredDeepCopy (line 15) | func TestUnstructuredDeepCopy(t *testing.T) { FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_validation.go type NetworkDeviceCheck (line 78) | type NetworkDeviceCheck method Validate (line 83) | func (c *Config) Validate(mode validation.RuntimeMode, options ...valida... function isValidDNSName (line 395) | func isValidDNSName(name string) bool { method Validate (line 406) | func (c *ClusterConfig) Validate(isControlPlane bool) error { function ValidateCNI (line 456) | func ValidateCNI(cni config.CNI) ([]string, error) { method Validate (line 516) | func (ecp *ExternalCloudProviderConfig) Validate() error { method Validate (line 534) | func (manifests ClusterInlineManifests) Validate() error { method Validate (line 555) | func (c *ClusterDiscoveryConfig) Validate(clusterCfg *ClusterConfig) err... function ValidateNetworkDevices (line 584) | func ValidateNetworkDevices(d *Device, secondaryInterfaces map[string]st... function CheckDeviceInterface (line 609) | func CheckDeviceInterface(d *Device, _ map[string]string) ([]string, err... function checkBond (line 642) | func checkBond(b *Bond) error { function checkWireguard (line 746) | func checkWireguard(b *DeviceWireguardConfig) error { function checkVlans (line 787) | func checkVlans(d *Device) error { function validateIPOrCIDR (line 812) | func validateIPOrCIDR(address string) error { function CheckDeviceAddressing (line 830) | func CheckDeviceAddressing(d *Device, secondaryInterfaces map[string]str... function CheckDeviceRoutes (line 879) | func CheckDeviceRoutes(d *Device, _ map[string]string) ([]string, error) { method Validate (line 918) | func (k *KubeletConfig) Validate() ([]string, error) { method Validate (line 941) | func (e *EtcdConfig) Validate() error { method RuntimeValidate (line 976) | func (c *Config) RuntimeValidate(ctx context.Context, st state.State, mo... function ValidateKubernetesImageTag (line 1045) | func ValidateKubernetesImageTag(imageRef string) error { function KubernetesVersionFromImageRef (line 1062) | func KubernetesVersionFromImageRef(ref string) (*compatibility.Kubernete... FILE: pkg/machinery/config/types/v1alpha1/v1alpha1_validation_test.go type runtimeMode (line 26) | type runtimeMode struct method String (line 30) | func (m runtimeMode) String() string { method RequiresInstall (line 34) | func (m runtimeMode) RequiresInstall() bool { method InContainer (line 38) | func (runtimeMode) InContainer() bool { function TestValidate (line 42) | func TestValidate(t *testing.T) { function TestValidateCNI (line 2033) | func TestValidateCNI(t *testing.T) { function TestKubernetesVersionFromImageRef (line 2212) | func TestKubernetesVersionFromImageRef(t *testing.T) { function TestRuntimeValidate (line 2240) | func TestRuntimeValidate(t *testing.T) { FILE: pkg/machinery/config/types/v1alpha1/zz_generated.deepcopy.go method DeepCopyInto (line 17) | func (in *APIServerConfig) DeepCopyInto(out *APIServerConfig) { method DeepCopy (line 69) | func (in *APIServerConfig) DeepCopy() *APIServerConfig { method DeepCopyInto (line 79) | func (in *AdminKubeconfigConfig) DeepCopyInto(out *AdminKubeconfigConfig) { method DeepCopy (line 85) | func (in *AdminKubeconfigConfig) DeepCopy() *AdminKubeconfigConfig { method DeepCopyInto (line 95) | func (in *AdmissionPluginConfig) DeepCopyInto(out *AdmissionPluginConfig) { method DeepCopy (line 102) | func (in *AdmissionPluginConfig) DeepCopy() *AdmissionPluginConfig { method DeepCopyInto (line 112) | func (in AdmissionPluginConfigList) DeepCopyInto(out *AdmissionPluginCon... method DeepCopy (line 128) | func (in AdmissionPluginConfigList) DeepCopy() AdmissionPluginConfigList { method DeepCopyInto (line 138) | func (in Base64Bytes) DeepCopyInto(out *Base64Bytes) { method DeepCopy (line 148) | func (in Base64Bytes) DeepCopy() Base64Bytes { method DeepCopyInto (line 158) | func (in *Bond) DeepCopyInto(out *Bond) { method DeepCopy (line 186) | func (in *Bond) DeepCopy() *Bond { method DeepCopyInto (line 196) | func (in *Bridge) DeepCopyInto(out *Bridge) { method DeepCopy (line 212) | func (in *Bridge) DeepCopy() *Bridge { method DeepCopyInto (line 222) | func (in *CNIConfig) DeepCopyInto(out *CNIConfig) { method DeepCopy (line 238) | func (in *CNIConfig) DeepCopy() *CNIConfig { method DeepCopyInto (line 248) | func (in *ClusterConfig) DeepCopyInto(out *ClusterConfig) { method DeepCopy (line 358) | func (in *ClusterConfig) DeepCopy() *ClusterConfig { method DeepCopyInto (line 368) | func (in *ClusterDiscoveryConfig) DeepCopyInto(out *ClusterDiscoveryConf... method DeepCopy (line 380) | func (in *ClusterDiscoveryConfig) DeepCopy() *ClusterDiscoveryConfig { method DeepCopyInto (line 390) | func (in *ClusterInlineManifest) DeepCopyInto(out *ClusterInlineManifest) { method DeepCopy (line 396) | func (in *ClusterInlineManifest) DeepCopy() *ClusterInlineManifest { method DeepCopyInto (line 406) | func (in ClusterInlineManifests) DeepCopyInto(out *ClusterInlineManifest... method DeepCopy (line 416) | func (in ClusterInlineManifests) DeepCopy() ClusterInlineManifests { method DeepCopyInto (line 426) | func (in *ClusterNetworkConfig) DeepCopyInto(out *ClusterNetworkConfig) { method DeepCopy (line 447) | func (in *ClusterNetworkConfig) DeepCopy() *ClusterNetworkConfig { method DeepCopyInto (line 457) | func (c *Config) DeepCopyInto(out *Config) { method DeepCopy (line 483) | func (c *Config) DeepCopy() *Config { method DeepCopyInto (line 493) | func (in *ControlPlaneConfig) DeepCopyInto(out *ControlPlaneConfig) { method DeepCopy (line 503) | func (in *ControlPlaneConfig) DeepCopy() *ControlPlaneConfig { method DeepCopyInto (line 513) | func (in *ControllerManagerConfig) DeepCopyInto(out *ControllerManagerCo... method DeepCopy (line 543) | func (in *ControllerManagerConfig) DeepCopy() *ControllerManagerConfig { method DeepCopyInto (line 553) | func (in *CoreDNS) DeepCopyInto(out *CoreDNS) { method DeepCopy (line 564) | func (in *CoreDNS) DeepCopy() *CoreDNS { method DeepCopyInto (line 574) | func (in *DHCPOptions) DeepCopyInto(out *DHCPOptions) { method DeepCopy (line 590) | func (in *DHCPOptions) DeepCopy() *DHCPOptions { method DeepCopyInto (line 600) | func (in *Device) DeepCopyInto(out *Device) { method DeepCopy (line 678) | func (in *Device) DeepCopy() *Device { method DeepCopyInto (line 688) | func (in *DeviceVIPConfig) DeepCopyInto(out *DeviceVIPConfig) { method DeepCopy (line 704) | func (in *DeviceVIPConfig) DeepCopy() *DeviceVIPConfig { method DeepCopyInto (line 714) | func (in *DeviceWireguardConfig) DeepCopyInto(out *DeviceWireguardConfig) { method DeepCopy (line 731) | func (in *DeviceWireguardConfig) DeepCopy() *DeviceWireguardConfig { method DeepCopyInto (line 741) | func (in *DeviceWireguardPeer) DeepCopyInto(out *DeviceWireguardPeer) { method DeepCopy (line 752) | func (in *DeviceWireguardPeer) DeepCopy() *DeviceWireguardPeer { method DeepCopyInto (line 762) | func (in *DiscoveryRegistriesConfig) DeepCopyInto(out *DiscoveryRegistri... method DeepCopy (line 770) | func (in *DiscoveryRegistriesConfig) DeepCopy() *DiscoveryRegistriesConf... method DeepCopyInto (line 780) | func (in *DiskPartition) DeepCopyInto(out *DiskPartition) { method DeepCopy (line 786) | func (in *DiskPartition) DeepCopy() *DiskPartition { method DeepCopyInto (line 796) | func (in *EncryptionConfig) DeepCopyInto(out *EncryptionConfig) { method DeepCopy (line 818) | func (in *EncryptionConfig) DeepCopy() *EncryptionConfig { method DeepCopyInto (line 828) | func (in *EncryptionKey) DeepCopyInto(out *EncryptionKey) { method DeepCopy (line 854) | func (in *EncryptionKey) DeepCopy() *EncryptionKey { method DeepCopyInto (line 864) | func (in *EncryptionKeyKMS) DeepCopyInto(out *EncryptionKeyKMS) { method DeepCopy (line 870) | func (in *EncryptionKeyKMS) DeepCopy() *EncryptionKeyKMS { method DeepCopyInto (line 880) | func (in *EncryptionKeyNodeID) DeepCopyInto(out *EncryptionKeyNodeID) { method DeepCopy (line 886) | func (in *EncryptionKeyNodeID) DeepCopy() *EncryptionKeyNodeID { method DeepCopyInto (line 896) | func (in *EncryptionKeyStatic) DeepCopyInto(out *EncryptionKeyStatic) { method DeepCopy (line 902) | func (in *EncryptionKeyStatic) DeepCopy() *EncryptionKeyStatic { method DeepCopyInto (line 912) | func (in *EncryptionKeyTPM) DeepCopyInto(out *EncryptionKeyTPM) { method DeepCopy (line 918) | func (in *EncryptionKeyTPM) DeepCopy() *EncryptionKeyTPM { method DeepCopyInto (line 928) | func (in *EtcdConfig) DeepCopyInto(out *EtcdConfig) { method DeepCopy (line 955) | func (in *EtcdConfig) DeepCopy() *EtcdConfig { method DeepCopyInto (line 965) | func (in *ExternalCloudProviderConfig) DeepCopyInto(out *ExternalCloudPr... method DeepCopy (line 981) | func (in *ExternalCloudProviderConfig) DeepCopy() *ExternalCloudProvider... method DeepCopyInto (line 991) | func (in *ExtraHost) DeepCopyInto(out *ExtraHost) { method DeepCopy (line 1002) | func (in *ExtraHost) DeepCopy() *ExtraHost { method DeepCopyInto (line 1012) | func (in *ExtraMount) DeepCopyInto(out *ExtraMount) { method DeepCopy (line 1033) | func (in *ExtraMount) DeepCopy() *ExtraMount { method DeepCopyInto (line 1043) | func (in *FeaturesConfig) DeepCopyInto(out *FeaturesConfig) { method DeepCopy (line 1084) | func (in *FeaturesConfig) DeepCopy() *FeaturesConfig { method DeepCopyInto (line 1094) | func (in *FlannelCNIConfig) DeepCopyInto(out *FlannelCNIConfig) { method DeepCopy (line 1105) | func (in *FlannelCNIConfig) DeepCopy() *FlannelCNIConfig { method DeepCopyInto (line 1115) | func (in *HostDNSConfig) DeepCopyInto(out *HostDNSConfig) { method DeepCopy (line 1136) | func (in *HostDNSConfig) DeepCopy() *HostDNSConfig { method DeepCopyInto (line 1146) | func (in *IfaceSelector) DeepCopyInto(out *IfaceSelector) { method DeepCopy (line 1162) | func (in *IfaceSelector) DeepCopy() *IfaceSelector { method DeepCopyInto (line 1172) | func (in *InstallConfig) DeepCopyInto(out *InstallConfig) { method DeepCopy (line 1208) | func (in *InstallConfig) DeepCopy() *InstallConfig { method DeepCopyInto (line 1218) | func (in *InstallDiskSelector) DeepCopyInto(out *InstallDiskSelector) { method DeepCopy (line 1229) | func (in *InstallDiskSelector) DeepCopy() *InstallDiskSelector { method DeepCopyInto (line 1239) | func (in *InstallDiskSizeMatchData) DeepCopyInto(out *InstallDiskSizeMat... method DeepCopy (line 1245) | func (in *InstallDiskSizeMatchData) DeepCopy() *InstallDiskSizeMatchData { method DeepCopyInto (line 1255) | func (in *InstallDiskSizeMatcher) DeepCopyInto(out *InstallDiskSizeMatch... method DeepCopy (line 1262) | func (in *InstallDiskSizeMatcher) DeepCopy() *InstallDiskSizeMatcher { method DeepCopyInto (line 1272) | func (in *InstallExtensionConfig) DeepCopyInto(out *InstallExtensionConf... method DeepCopy (line 1278) | func (in *InstallExtensionConfig) DeepCopy() *InstallExtensionConfig { method DeepCopyInto (line 1288) | func (in *KernelConfig) DeepCopyInto(out *KernelConfig) { method DeepCopy (line 1305) | func (in *KernelConfig) DeepCopy() *KernelConfig { method DeepCopyInto (line 1315) | func (in *KernelModuleConfig) DeepCopyInto(out *KernelModuleConfig) { method DeepCopy (line 1326) | func (in *KernelModuleConfig) DeepCopy() *KernelModuleConfig { method DeepCopyInto (line 1336) | func (in *KubePrism) DeepCopyInto(out *KubePrism) { method DeepCopy (line 1347) | func (in *KubePrism) DeepCopy() *KubePrism { method DeepCopyInto (line 1357) | func (in *KubeSpanFilters) DeepCopyInto(out *KubeSpanFilters) { method DeepCopy (line 1368) | func (in *KubeSpanFilters) DeepCopy() *KubeSpanFilters { method DeepCopyInto (line 1378) | func (in *KubeletConfig) DeepCopyInto(out *KubeletConfig) { method DeepCopy (line 1430) | func (in *KubeletConfig) DeepCopy() *KubeletConfig { method DeepCopyInto (line 1440) | func (in *KubeletNodeIPConfig) DeepCopyInto(out *KubeletNodeIPConfig) { method DeepCopy (line 1451) | func (in *KubeletNodeIPConfig) DeepCopy() *KubeletNodeIPConfig { method DeepCopyInto (line 1461) | func (in *KubernetesTalosAPIAccessConfig) DeepCopyInto(out *KubernetesTa... method DeepCopy (line 1482) | func (in *KubernetesTalosAPIAccessConfig) DeepCopy() *KubernetesTalosAPI... method DeepCopyInto (line 1492) | func (in *LinuxIDMapping) DeepCopyInto(out *LinuxIDMapping) { method DeepCopy (line 1498) | func (in *LinuxIDMapping) DeepCopy() *LinuxIDMapping { method DeepCopyInto (line 1508) | func (in *LoggingConfig) DeepCopyInto(out *LoggingConfig) { method DeepCopy (line 1521) | func (in *LoggingConfig) DeepCopy() *LoggingConfig { method DeepCopyInto (line 1531) | func (in *LoggingDestination) DeepCopyInto(out *LoggingDestination) { method DeepCopy (line 1548) | func (in *LoggingDestination) DeepCopy() *LoggingDestination { method DeepCopyInto (line 1558) | func (in *MachineConfig) DeepCopyInto(out *MachineConfig) { method DeepCopy (line 1709) | func (in *MachineConfig) DeepCopy() *MachineConfig { method DeepCopyInto (line 1719) | func (in *MachineControlPlaneConfig) DeepCopyInto(out *MachineControlPla... method DeepCopy (line 1735) | func (in *MachineControlPlaneConfig) DeepCopy() *MachineControlPlaneConf... method DeepCopyInto (line 1745) | func (in *MachineControllerManagerConfig) DeepCopyInto(out *MachineContr... method DeepCopy (line 1756) | func (in *MachineControllerManagerConfig) DeepCopy() *MachineControllerM... method DeepCopyInto (line 1766) | func (in *MachineDisk) DeepCopyInto(out *MachineDisk) { method DeepCopy (line 1783) | func (in *MachineDisk) DeepCopy() *MachineDisk { method DeepCopyInto (line 1793) | func (in *MachineFile) DeepCopyInto(out *MachineFile) { method DeepCopy (line 1799) | func (in *MachineFile) DeepCopy() *MachineFile { method DeepCopyInto (line 1809) | func (in *MachineSchedulerConfig) DeepCopyInto(out *MachineSchedulerConf... method DeepCopy (line 1820) | func (in *MachineSchedulerConfig) DeepCopy() *MachineSchedulerConfig { method DeepCopyInto (line 1830) | func (in *MachineSeccompProfile) DeepCopyInto(out *MachineSeccompProfile) { method DeepCopy (line 1837) | func (in *MachineSeccompProfile) DeepCopy() *MachineSeccompProfile { method DeepCopyInto (line 1847) | func (in *NetworkConfig) DeepCopyInto(out *NetworkConfig) { method DeepCopy (line 1890) | func (in *NetworkConfig) DeepCopy() *NetworkConfig { method DeepCopyInto (line 1900) | func (in NetworkDeviceList) DeepCopyInto(out *NetworkDeviceList) { method DeepCopy (line 1916) | func (in NetworkDeviceList) DeepCopy() NetworkDeviceList { method DeepCopyInto (line 1926) | func (in *NetworkDeviceSelector) DeepCopyInto(out *NetworkDeviceSelector) { method DeepCopy (line 1937) | func (in *NetworkDeviceSelector) DeepCopy() *NetworkDeviceSelector { method DeepCopyInto (line 1947) | func (in *NetworkKubeSpan) DeepCopyInto(out *NetworkKubeSpan) { method DeepCopy (line 1983) | func (in *NetworkKubeSpan) DeepCopy() *NetworkKubeSpan { method DeepCopyInto (line 1993) | func (in *PodCheckpointer) DeepCopyInto(out *PodCheckpointer) { method DeepCopy (line 1999) | func (in *PodCheckpointer) DeepCopy() *PodCheckpointer { method DeepCopyInto (line 2009) | func (in *ProxyConfig) DeepCopyInto(out *ProxyConfig) { method DeepCopy (line 2027) | func (in *ProxyConfig) DeepCopy() *ProxyConfig { method DeepCopyInto (line 2037) | func (in *RegistriesConfig) DeepCopyInto(out *RegistriesConfig) { method DeepCopy (line 2073) | func (in *RegistriesConfig) DeepCopy() *RegistriesConfig { method DeepCopyInto (line 2083) | func (in *RegistryAuthConfig) DeepCopyInto(out *RegistryAuthConfig) { method DeepCopy (line 2089) | func (in *RegistryAuthConfig) DeepCopy() *RegistryAuthConfig { method DeepCopyInto (line 2099) | func (in *RegistryConfig) DeepCopyInto(out *RegistryConfig) { method DeepCopy (line 2115) | func (in *RegistryConfig) DeepCopy() *RegistryConfig { method DeepCopyInto (line 2125) | func (in *RegistryKubernetesConfig) DeepCopyInto(out *RegistryKubernetes... method DeepCopy (line 2136) | func (in *RegistryKubernetesConfig) DeepCopy() *RegistryKubernetesConfig { method DeepCopyInto (line 2146) | func (in *RegistryMirrorConfig) DeepCopyInto(out *RegistryMirrorConfig) { method DeepCopy (line 2162) | func (in *RegistryMirrorConfig) DeepCopy() *RegistryMirrorConfig { method DeepCopyInto (line 2172) | func (in *RegistryServiceConfig) DeepCopyInto(out *RegistryServiceConfig) { method DeepCopy (line 2183) | func (in *RegistryServiceConfig) DeepCopy() *RegistryServiceConfig { method DeepCopyInto (line 2193) | func (in *RegistryTLSConfig) DeepCopyInto(out *RegistryTLSConfig) { method DeepCopy (line 2213) | func (in *RegistryTLSConfig) DeepCopy() *RegistryTLSConfig { method DeepCopyInto (line 2223) | func (in *ResourcesConfig) DeepCopyInto(out *ResourcesConfig) { method DeepCopy (line 2231) | func (in *ResourcesConfig) DeepCopy() *ResourcesConfig { method DeepCopyInto (line 2241) | func (in *Route) DeepCopyInto(out *Route) { method DeepCopy (line 2247) | func (in *Route) DeepCopy() *Route { method DeepCopyInto (line 2257) | func (in *STP) DeepCopyInto(out *STP) { method DeepCopy (line 2268) | func (in *STP) DeepCopy() *STP { method DeepCopyInto (line 2278) | func (in *SchedulerConfig) DeepCopyInto(out *SchedulerConfig) { method DeepCopy (line 2309) | func (in *SchedulerConfig) DeepCopy() *SchedulerConfig { method DeepCopyInto (line 2319) | func (in *SystemDiskEncryptionConfig) DeepCopyInto(out *SystemDiskEncryp... method DeepCopy (line 2335) | func (in *SystemDiskEncryptionConfig) DeepCopy() *SystemDiskEncryptionCo... method DeepCopyInto (line 2345) | func (in *TimeConfig) DeepCopyInto(out *TimeConfig) { method DeepCopy (line 2361) | func (in *TimeConfig) DeepCopy() *TimeConfig { method DeepCopyInto (line 2371) | func (in *UdevConfig) DeepCopyInto(out *UdevConfig) { method DeepCopy (line 2382) | func (in *UdevConfig) DeepCopy() *UdevConfig { method DeepCopyInto (line 2392) | func (in *Unstructured) DeepCopyInto(out *Unstructured) { method DeepCopyInto (line 2399) | func (in *VIPEquinixMetalConfig) DeepCopyInto(out *VIPEquinixMetalConfig) { method DeepCopy (line 2405) | func (in *VIPEquinixMetalConfig) DeepCopy() *VIPEquinixMetalConfig { method DeepCopyInto (line 2415) | func (in *VIPHCloudConfig) DeepCopyInto(out *VIPHCloudConfig) { method DeepCopy (line 2421) | func (in *VIPHCloudConfig) DeepCopy() *VIPHCloudConfig { method DeepCopyInto (line 2431) | func (in *Vlan) DeepCopyInto(out *Vlan) { method DeepCopy (line 2468) | func (in *Vlan) DeepCopy() *Vlan { method DeepCopyInto (line 2478) | func (in VlanList) DeepCopyInto(out *VlanList) { method DeepCopy (line 2494) | func (in VlanList) DeepCopy() VlanList { method DeepCopyInto (line 2504) | func (in *VolumeMountConfig) DeepCopyInto(out *VolumeMountConfig) { method DeepCopy (line 2510) | func (in *VolumeMountConfig) DeepCopy() *VolumeMountConfig { FILE: pkg/machinery/config/validation/mode.go type RuntimeMode (line 10) | type RuntimeMode interface FILE: pkg/machinery/config/validation/validation.go type Options (line 9) | type Options struct type Option (line 17) | type Option function NewOptions (line 20) | func NewOptions(options ...Option) *Options { function WithLocal (line 30) | func WithLocal() Option { function WithStrict (line 37) | func WithStrict() Option { FILE: pkg/machinery/constants/amd64.go constant MinimumGOAMD64Level (line 11) | MinimumGOAMD64Level = 2 FILE: pkg/machinery/constants/amd64_v1.go constant MinimumGOAMD64Level (line 11) | MinimumGOAMD64Level = 1 FILE: pkg/machinery/constants/constants.go constant DefaultKernelVersion (line 16) | DefaultKernelVersion = "6.18.18-talos" constant KernelParamConfig (line 20) | KernelParamConfig = "talos.config" constant KernelParamConfigInline (line 25) | KernelParamConfigInline = "talos.config.inline" constant KernelParamConfigEarly (line 30) | KernelParamConfigEarly = "talos.config.early" constant KernelParamConfigOAuthClientID (line 33) | KernelParamConfigOAuthClientID = "talos.config.oauth.client_id" constant KernelParamConfigOAuthClientSecret (line 36) | KernelParamConfigOAuthClientSecret = "talos.config.oauth.client_secret" constant KernelParamConfigOAuthAudience (line 39) | KernelParamConfigOAuthAudience = "talos.config.oauth.audience" constant KernelParamConfigOAuthScope (line 42) | KernelParamConfigOAuthScope = "talos.config.oauth.scope" constant KernelParamConfigOAuthDeviceAuthURL (line 45) | KernelParamConfigOAuthDeviceAuthURL = "talos.config.oauth.device_auth_url" constant KernelParamConfigOAuthTokenURL (line 48) | KernelParamConfigOAuthTokenURL = "talos.config.oauth.token_url" constant KernelParamConfigOAuthExtraVariable (line 51) | KernelParamConfigOAuthExtraVariable = "talos.config.oauth.extra_variable" constant ConfigNone (line 54) | ConfigNone = "none" constant KernelParamPlatform (line 58) | KernelParamPlatform = "talos.platform" constant KernelParamEventsSink (line 62) | KernelParamEventsSink = "talos.events.sink" constant KernelParamLoggingKernel (line 66) | KernelParamLoggingKernel = "talos.logging.kernel" constant KernelParamWipe (line 70) | KernelParamWipe = "talos.experimental.wipe" constant KernelParamDeviceSettleTime (line 74) | KernelParamDeviceSettleTime = "talos.device.settle_time" constant KernelParamCGroups (line 77) | KernelParamCGroups = "talos.unified_cgroup_hierarchy" constant KernelParamAuditdDisabled (line 80) | KernelParamAuditdDisabled = "talos.auditd.disabled" constant KernelParamDashboardDisabled (line 83) | KernelParamDashboardDisabled = "talos.dashboard.disabled" constant KernelParamDashboardConsole (line 86) | KernelParamDashboardConsole = "talos.dashboard.console" constant KernelParamEnvironment (line 89) | KernelParamEnvironment = "talos.environment" constant KernelParamNetIfnames (line 92) | KernelParamNetIfnames = "net.ifnames" constant KernelParamHaltIfInstalled (line 95) | KernelParamHaltIfInstalled = "talos.halt_if_installed" constant KernelParamSELinux (line 98) | KernelParamSELinux = "selinux" constant KernelParamSELinuxEnforcing (line 101) | KernelParamSELinuxEnforcing = "enforcing" constant KernelParamHostname (line 105) | KernelParamHostname = "talos.hostname" constant KernelParamShutdown (line 109) | KernelParamShutdown = "talos.shutdown" constant KernelParamNetworkInterfaceIgnore (line 112) | KernelParamNetworkInterfaceIgnore = "talos.network.interface.ignore" constant KernelParamVlan (line 115) | KernelParamVlan = "vlan" constant KernelParamBonding (line 118) | KernelParamBonding = "bond" constant KernelParamPanic (line 121) | KernelParamPanic = "panic" constant KernelParamSideroLink (line 124) | KernelParamSideroLink = "siderolink.api" constant KernelParamEquinixMetalEvents (line 128) | KernelParamEquinixMetalEvents = "em.events_url" constant KernelParamEnforceModuleSigVerify (line 132) | KernelParamEnforceModuleSigVerify = "module.sig_enforce" constant NewRoot (line 135) | NewRoot = "/root" constant ExtensionLayers (line 138) | ExtensionLayers = "/layers" constant ExtensionsConfigFile (line 141) | ExtensionsConfigFile = "/extensions.yaml" constant ExtensionsRuntimeConfigFile (line 144) | ExtensionsRuntimeConfigFile = "/etc/extensions.yaml" constant EFIPartitionLabel (line 148) | EFIPartitionLabel = "EFI" constant EFIMountPoint (line 152) | EFIMountPoint = BootMountPoint + "/EFI" constant EFIVarsMountPoint (line 156) | EFIVarsMountPoint = "/sys/firmware/efi/efivars" constant BIOSGrubPartitionLabel (line 160) | BIOSGrubPartitionLabel = "BIOS" constant MetaPartitionLabel (line 163) | MetaPartitionLabel = "META" constant StatePartitionLabel (line 166) | StatePartitionLabel = "STATE" constant StateMountPoint (line 170) | StateMountPoint = "/system/state" constant StateSelinuxLabel (line 173) | StateSelinuxLabel = "system_u:object_r:system_state_t:s0" constant BootPartitionLabel (line 177) | BootPartitionLabel = "BOOT" constant BootMountPoint (line 181) | BootMountPoint = "/boot" constant EphemeralPartitionLabel (line 185) | EphemeralPartitionLabel = "EPHEMERAL" constant EphemeralMountPoint (line 189) | EphemeralMountPoint = "/var" constant EphemeralSelinuxLabel (line 192) | EphemeralSelinuxLabel = "system_u:object_r:ephemeral_t:s0" constant OptSELinuxLabel (line 195) | OptSELinuxLabel = "system_u:object_r:opt_t:s0" constant RootMountPoint (line 199) | RootMountPoint = "/" constant ISOFilesystemLabel (line 203) | ISOFilesystemLabel = "TALOS" constant KubernetesDefaultCertificateValidityDuration (line 206) | KubernetesDefaultCertificateValidityDuration = time.Hour * 24 * 365 constant KubernetesConfigBaseDir (line 209) | KubernetesConfigBaseDir = "/etc/kubernetes" constant KubernetesConfigSELinuxLabel (line 212) | KubernetesConfigSELinuxLabel = "system_u:object_r:k8s_conf_t:s0" constant KubeletPluginsSELinuxLabel (line 215) | KubeletPluginsSELinuxLabel = "system_u:object_r:k8s_plugin_t:s0" constant DefaultCertificatesDir (line 218) | DefaultCertificatesDir = KubernetesConfigBaseDir + "/" + "pki" constant KubernetesCACert (line 221) | KubernetesCACert = DefaultCertificatesDir + "/" + "ca.crt" constant EtcdCACert (line 224) | EtcdCACert = EtcdPKIPath + "/" + "ca.crt" constant EtcdCAKey (line 227) | EtcdCAKey = EtcdPKIPath + "/" + "ca.key" constant EtcdCert (line 230) | EtcdCert = EtcdPKIPath + "/" + "server.crt" constant EtcdKey (line 233) | EtcdKey = EtcdPKIPath + "/" + "server.key" constant EtcdPeerCert (line 236) | EtcdPeerCert = EtcdPKIPath + "/" + "peer.crt" constant EtcdPeerKey (line 239) | EtcdPeerKey = EtcdPKIPath + "/" + "peer.key" constant EtcdAdminCert (line 242) | EtcdAdminCert = EtcdPKIPath + "/" + "admin.crt" constant EtcdAdminKey (line 245) | EtcdAdminKey = EtcdPKIPath + "/" + "admin.key" constant EtcdClientPort (line 248) | EtcdClientPort = 2379 constant EtcdPeerPort (line 251) | EtcdPeerPort = 2380 constant KubernetesAdminCertCommonName (line 254) | KubernetesAdminCertCommonName = "admin" constant KubernetesTalosAdminCertCommonName (line 257) | KubernetesTalosAdminCertCommonName = "talos:admin" constant KubernetesAdminCertOrganization (line 260) | KubernetesAdminCertOrganization = "system:masters" constant KubernetesAPIServerKubeletClientCommonName (line 263) | KubernetesAPIServerKubeletClientCommonName = "apiserver-kubelet-client" constant KubernetesControllerManagerOrganization (line 266) | KubernetesControllerManagerOrganization = "system:kube-controller-manager" constant KubernetesSchedulerOrganization (line 269) | KubernetesSchedulerOrganization = "system:kube-scheduler" constant KubernetesAdminCertDefaultLifetime (line 272) | KubernetesAdminCertDefaultLifetime = 365 * 24 * time.Hour constant KubebernetesStaticSecretsDir (line 275) | KubebernetesStaticSecretsDir = "/system/secrets/kubernetes" constant KubebernetesStaticConfigDir (line 278) | KubebernetesStaticConfigDir = "/system/config/kubernetes" constant KubernetesAuditLogDir (line 281) | KubernetesAuditLogDir = EphemeralMountPoint + "/" + "log" + "/" + "audit... constant KubernetesAPIServerSecretsDir (line 284) | KubernetesAPIServerSecretsDir = KubebernetesStaticSecretsDir + "/" + "ku... constant KubernetesAPIServerSecretsDirSELinuxLabel (line 287) | KubernetesAPIServerSecretsDirSELinuxLabel = "system_u:object_r:kube_apis... constant KubernetesAPIServerConfigDir (line 290) | KubernetesAPIServerConfigDir = KubebernetesStaticConfigDir + "/" + "kube... constant KubernetesAPIServerConfigDirSELinuxLabel (line 293) | KubernetesAPIServerConfigDirSELinuxLabel = "system_u:object_r:kube_apise... constant KubernetesControllerManagerSecretsDir (line 296) | KubernetesControllerManagerSecretsDir = KubebernetesStaticSecretsDir + "... constant KubernetesControllerManagerSecretsDirSELinuxLabel (line 299) | KubernetesControllerManagerSecretsDirSELinuxLabel = "system_u:object_r:k... constant KubernetesSchedulerSecretsDir (line 302) | KubernetesSchedulerSecretsDir = KubebernetesStaticSecretsDir + "/" + "ku... constant KubernetesSchedulerSecretsDirSELinuxLabel (line 305) | KubernetesSchedulerSecretsDirSELinuxLabel = "system_u:object_r:kube_sche... constant KubernetesSchedulerConfigDir (line 308) | KubernetesSchedulerConfigDir = KubebernetesStaticConfigDir + "/" + "kube... constant KubernetesSchedulerConfigDirSELinuxLabel (line 311) | KubernetesSchedulerConfigDirSELinuxLabel = "system_u:object_r:kube_sched... constant KubernetesAPIServerRunUser (line 314) | KubernetesAPIServerRunUser = 65534 constant KubernetesAPIServerRunGroup (line 317) | KubernetesAPIServerRunGroup = 65534 constant KubernetesControllerManagerRunUser (line 320) | KubernetesControllerManagerRunUser = 65535 constant KubernetesControllerManagerRunGroup (line 323) | KubernetesControllerManagerRunGroup = 65535 constant KubernetesSchedulerRunUser (line 326) | KubernetesSchedulerRunUser = 65536 constant KubernetesSchedulerRunGroup (line 329) | KubernetesSchedulerRunGroup = 65536 constant KubeletBootstrapKubeconfig (line 333) | KubeletBootstrapKubeconfig = KubernetesConfigBaseDir + "/" + "bootstrap-... constant KubeletCredentialProviderBinDir (line 336) | KubeletCredentialProviderBinDir = "/usr/local/lib/kubelet/credentialprov... constant KubeletCredentialProviderConfig (line 339) | KubeletCredentialProviderConfig = KubernetesConfigBaseDir + "/" + "kubel... constant KubeletPort (line 342) | KubeletPort = 10250 constant KubeletOOMScoreAdj (line 345) | KubeletOOMScoreAdj = -450 constant KubeletPKIDir (line 348) | KubeletPKIDir = "/var/lib/kubelet/pki" constant SystemKubeletPKIDir (line 351) | SystemKubeletPKIDir = "/system/secrets/kubelet" constant KubeletShutdownGracePeriod (line 354) | KubeletShutdownGracePeriod = 30 * time.Second constant KubeletShutdownGracePeriodCriticalPods (line 359) | KubeletShutdownGracePeriodCriticalPods = 10 * time.Second constant SeccompProfilesDirectory (line 362) | SeccompProfilesDirectory = "/var/lib/kubelet/seccomp/profiles" constant DefaultKubernetesVersion (line 366) | DefaultKubernetesVersion = "1.36.0-alpha.2" constant SupportedKubernetesVersions (line 369) | SupportedKubernetesVersions = 6 constant DefaultControlPlanePort (line 372) | DefaultControlPlanePort = 6443 constant KubeletImage (line 375) | KubeletImage = "ghcr.io/siderolabs/kubelet" constant KubeProxyImage (line 378) | KubeProxyImage = "registry.k8s.io/kube-proxy" constant KubernetesAPIServerImage (line 381) | KubernetesAPIServerImage = "registry.k8s.io/kube-apiserver" constant KubernetesControllerManagerImage (line 384) | KubernetesControllerManagerImage = "registry.k8s.io/kube-controller-mana... constant KubernetesSchedulerImage (line 387) | KubernetesSchedulerImage = "registry.k8s.io/kube-scheduler" constant CoreDNSImage (line 390) | CoreDNSImage = "registry.k8s.io/coredns/coredns" constant DefaultCoreDNSVersion (line 394) | DefaultCoreDNSVersion = "v1.14.2" constant LabelNodeRoleControlPlane (line 397) | LabelNodeRoleControlPlane = "node-role.kubernetes.io/control-plane" constant LabelExcludeFromExternalLB (line 400) | LabelExcludeFromExternalLB = "node.kubernetes.io/exclude-from-external-l... constant ManifestsDirectory (line 403) | ManifestsDirectory = KubernetesConfigBaseDir + "/" + "manifests" constant TalosManifestPrefix (line 406) | TalosManifestPrefix = "talos-" constant KubeletKubeconfig (line 409) | KubeletKubeconfig = KubernetesConfigBaseDir + "/" + "kubeconfig-kubelet" constant KubeletSystemReservedCPU (line 412) | KubeletSystemReservedCPU = "50m" constant KubeletSystemReservedMemoryControlPlane (line 415) | KubeletSystemReservedMemoryControlPlane = "512Mi" constant KubeletSystemReservedMemoryWorker (line 418) | KubeletSystemReservedMemoryWorker = "384Mi" constant KubeletSystemReservedPid (line 421) | KubeletSystemReservedPid = "100" constant KubeletSystemReservedEphemeralStorage (line 424) | KubeletSystemReservedEphemeralStorage = "256Mi" constant DefaultEtcdVersion (line 428) | DefaultEtcdVersion = "v3.6.8" constant EtcdRootTalosKey (line 431) | EtcdRootTalosKey = "talos:v1" constant EtcdTalosEtcdUpgradeMutex (line 434) | EtcdTalosEtcdUpgradeMutex = EtcdRootTalosKey + ":etcdUpgradeMutex" constant EtcdTalosManifestApplyMutex (line 437) | EtcdTalosManifestApplyMutex = EtcdRootTalosKey + ":manifestApplyMutex" constant EtcdTalosServiceAccountCRDControllerMutex (line 440) | EtcdTalosServiceAccountCRDControllerMutex = EtcdRootTalosKey + ":service... constant EtcdImage (line 443) | EtcdImage = "registry.k8s.io/etcd" constant EtcdPKIPath (line 446) | EtcdPKIPath = "/system/secrets/etcd" constant EtcdPKISELinuxLabel (line 449) | EtcdPKISELinuxLabel = "system_u:object_r:etcd_pki_t:s0" constant EtcdDataPath (line 452) | EtcdDataPath = "/var/lib/etcd" constant EtcdDataVolumeID (line 455) | EtcdDataVolumeID = "ETCD" constant EtcdDataSELinuxLabel (line 458) | EtcdDataSELinuxLabel = "system_u:object_r:etcd_data_t:s0" constant EtcdRecoverySnapshotPath (line 461) | EtcdRecoverySnapshotPath = "/var/lib/etcd.snapshot" constant EtcdUserID (line 464) | EtcdUserID = 60 constant ConfigFilename (line 467) | ConfigFilename = "config.yaml" constant EmbeddedConfigDirectory (line 470) | EmbeddedConfigDirectory = "/usr/local/etc/talos/" constant ConfigTryTimeout (line 473) | ConfigTryTimeout = time.Minute constant MetalConfigISOLabel (line 476) | MetalConfigISOLabel = "metal-iso" constant ConfigGuestInfo (line 479) | ConfigGuestInfo = "guestinfo" constant VMwareGuestInfoPrefix (line 482) | VMwareGuestInfoPrefix = "guestinfo." constant VMwareGuestInfoConfigKey (line 485) | VMwareGuestInfoConfigKey = "talos.config" constant VMwareGuestInfoFallbackKey (line 488) | VMwareGuestInfoFallbackKey = "userdata" constant VMwareGuestInfoMetadataKey (line 491) | VMwareGuestInfoMetadataKey = "metadata" constant VMwareGuestInfoOvfEnvKey (line 494) | VMwareGuestInfoOvfEnvKey = "ovfenv" constant AuditPolicyPath (line 497) | AuditPolicyPath = KubernetesConfigBaseDir + "/" + "audit-policy.yaml" constant EncryptionConfigPath (line 500) | EncryptionConfigPath = KubernetesConfigBaseDir + "/" + "encryptionconfig... constant EncryptionConfigRootfsPath (line 503) | EncryptionConfigRootfsPath = KubernetesConfigBaseDir + "/" + "encryption... constant ApidPort (line 506) | ApidPort = 50000 constant ApidUserID (line 509) | ApidUserID = 50 constant DashboardUserID (line 513) | DashboardUserID = ApidUserID constant DashboardPriority (line 517) | DashboardPriority = 10 constant TrustdPort (line 520) | TrustdPort = 50001 constant TrustdUserID (line 523) | TrustdUserID = 51 constant DefaultContainerdVersion (line 526) | DefaultContainerdVersion = "2.2.2" constant RuncVersion (line 529) | RuncVersion = "1.4.1" constant SystemContainerdNamespace (line 532) | SystemContainerdNamespace = "system" constant SystemContainerdAddress (line 535) | SystemContainerdAddress = SystemRunPath + "/containerd/containerd.sock" constant K8sContainerdNamespace (line 538) | K8sContainerdNamespace = "k8s.io" constant CRIContainerdAddress (line 541) | CRIContainerdAddress = "/run/containerd/containerd.sock" constant CRIContainerdConfig (line 544) | CRIContainerdConfig = "/etc/cri/containerd.toml" constant EtcCRIConfdPath (line 547) | EtcCRIConfdPath = "/etc/cri/conf.d" constant CRIConfdPath (line 550) | CRIConfdPath = "cri/conf.d" constant CRIConfig (line 553) | CRIConfig = "cri/conf.d/cri.toml" constant CRIRegistryConfigPart (line 556) | CRIRegistryConfigPart = "cri/conf.d/01-registries.part" constant CRICustomizationConfigPart (line 559) | CRICustomizationConfigPart = "cri/conf.d/20-customization.part" constant CRIBaseRuntimeSpec (line 562) | CRIBaseRuntimeSpec = "cri/conf.d/base-spec.json" constant TalosConfigEnvVar (line 565) | TalosConfigEnvVar = "TALOSCONFIG" constant TalosHomeEnvVar (line 568) | TalosHomeEnvVar = "TALOS_HOME" constant APISocketPath (line 571) | APISocketPath = SystemRunPath + "/apid/apid.sock" constant APIRuntimeSocketPath (line 574) | APIRuntimeSocketPath = SystemRunPath + "/apid/runtime.sock" constant APIRuntimeSocketLabel (line 577) | APIRuntimeSocketLabel = "system_u:object_r:apid_runtime_socket_t:s0" constant TrustdRuntimeSocketPath (line 580) | TrustdRuntimeSocketPath = SystemRunPath + "/trustd/runtime.sock" constant TrustdRuntimeSocketLabel (line 583) | TrustdRuntimeSocketLabel = "system_u:object_r:trustd_runtime_socket_t:s0" constant MachineSocketPath (line 586) | MachineSocketPath = SystemRunPath + "/machined/machine.sock" constant MachineSocketLabel (line 589) | MachineSocketLabel = "system_u:object_r:machine_socket_t:s0" constant NetworkSocketPath (line 592) | NetworkSocketPath = SystemRunPath + "/networkd/networkd.sock" constant ArchVariable (line 595) | ArchVariable = "${ARCH}" constant KernelAsset (line 598) | KernelAsset = "vmlinuz" constant KernelAssetWithArch (line 601) | KernelAssetWithArch = "vmlinuz-" + ArchVariable constant KernelAssetPath (line 604) | KernelAssetPath = "/usr/install/%s/" + KernelAsset constant InitramfsAsset (line 607) | InitramfsAsset = "initramfs.xz" constant InitramfsAssetWithArch (line 610) | InitramfsAssetWithArch = "initramfs-" + ArchVariable + ".xz" constant InitramfsAssetPath (line 613) | InitramfsAssetPath = "/usr/install/%s/" + InitramfsAsset constant RootfsAsset (line 616) | RootfsAsset = "rootfs.sqsh" constant UKIAsset (line 619) | UKIAsset = "vmlinuz.efi" constant UKIAssetPath (line 622) | UKIAssetPath = "/usr/install/%s/" + UKIAsset constant SDStubAsset (line 625) | SDStubAsset = "systemd-stub.efi" constant SDStubAssetPath (line 628) | SDStubAssetPath = "/usr/install/%s/" + SDStubAsset constant SDBootAsset (line 631) | SDBootAsset = "systemd-boot.efi" constant SDBootAssetPath (line 634) | SDBootAssetPath = "/usr/install/%s/" + SDBootAsset constant ImagerOverlayBasePath (line 637) | ImagerOverlayBasePath = "/overlay" constant ImagerOverlayArtifactsPath (line 639) | ImagerOverlayArtifactsPath = ImagerOverlayBasePath + "/" + "artifacts" constant ImagerOverlayInstallersPath (line 641) | ImagerOverlayInstallersPath = ImagerOverlayBasePath + "/" + "installers" constant ImagerOverlayProfilesPath (line 643) | ImagerOverlayProfilesPath = ImagerOverlayBasePath + "/" + "profiles" constant ImagerOverlayInstallerDefault (line 645) | ImagerOverlayInstallerDefault = "default" constant ImagerOverlayInstallerDefaultPath (line 647) | ImagerOverlayInstallerDefaultPath = ImagerOverlayInstallersPath + "/" + ... constant ImagerOverlayExtraOptionsPath (line 649) | ImagerOverlayExtraOptionsPath = ImagerOverlayBasePath + "/" + "extra-opt... constant PlatformKeyAsset (line 652) | PlatformKeyAsset = "PK.auth" constant KeyExchangeKeyAsset (line 655) | KeyExchangeKeyAsset = "KEK.auth" constant SignatureKeyAsset (line 658) | SignatureKeyAsset = "db.auth" constant SecureBootSigningKeyAsset (line 661) | SecureBootSigningKeyAsset = "uki-signing-key.pem" constant SecureBootSigningCertAsset (line 664) | SecureBootSigningCertAsset = "uki-signing-cert.pem" constant PCRSigningKeyAsset (line 667) | PCRSigningKeyAsset = "pcr-signing-key.pem" constant SDStubDynamicInitrdPath (line 671) | SDStubDynamicInitrdPath = "/.extra" constant PCRSignatureJSON (line 675) | PCRSignatureJSON = SDStubDynamicInitrdPath + "/" + "tpm2-pcr-signature.j... constant PCRPublicKey (line 679) | PCRPublicKey = SDStubDynamicInitrdPath + "/" + "tpm2-pcr-public-key.pem" constant UKIPCR (line 682) | UKIPCR = 11 constant SecureBootStatePCR (line 686) | SecureBootStatePCR = 7 constant DefaultCertificateValidityDuration (line 689) | DefaultCertificateValidityDuration = x509.DefaultCertificateValidityDura... constant SystemPath (line 693) | SystemPath = "/system" constant SystemSelinuxLabel (line 696) | SystemSelinuxLabel = "system_u:object_r:system_t:s0" constant RunPath (line 699) | RunPath = "/run" constant RunSelinuxLabel (line 702) | RunSelinuxLabel = "system_u:object_r:run_t:s0" constant VarSystemOverlaysPath (line 705) | VarSystemOverlaysPath = "/var/system/overlays" constant SystemRunPath (line 708) | SystemRunPath = SystemPath + "/run" constant SystemVarPath (line 711) | SystemVarPath = SystemPath + "/var" constant SystemVarSelinuxLabel (line 714) | SystemVarSelinuxLabel = "system_u:object_r:system_var_t:s0" constant SystemEtcPath (line 717) | SystemEtcPath = SystemPath + "/etc" constant EtcSelinuxLabel (line 720) | EtcSelinuxLabel = "system_u:object_r:etc_t:s0" constant SystemLibexecPath (line 723) | SystemLibexecPath = SystemPath + "/libexec" constant SystemOverlaysPath (line 726) | SystemOverlaysPath = SystemPath + "/overlays" constant CgroupMountPath (line 729) | CgroupMountPath = "/sys/fs/cgroup" constant CgroupInit (line 732) | CgroupInit = "/init" constant CgroupInitReservedMemory (line 735) | CgroupInitReservedMemory = 96 * 1024 * 1024 constant CgroupInitMillicores (line 738) | CgroupInitMillicores = 2000 constant CgroupSystem (line 741) | CgroupSystem = "/system" constant CgroupSystemMillicores (line 744) | CgroupSystemMillicores = 1500 constant CgroupSystemReservedMemory (line 747) | CgroupSystemReservedMemory = 96 * 1024 * 1024 constant CgroupSystemRuntime (line 750) | CgroupSystemRuntime = CgroupSystem + "/runtime" constant CgroupSystemRuntimeReservedMemory (line 753) | CgroupSystemRuntimeReservedMemory = 48 * 1024 * 1024 constant CgroupSystemRuntimeMillicores (line 756) | CgroupSystemRuntimeMillicores = 500 constant CgroupSystemDebug (line 759) | CgroupSystemDebug = CgroupSystem + "/debug" constant SelinuxLabelMachined (line 762) | SelinuxLabelMachined = "system_u:system_r:init_t:s0" constant SelinuxLabelInstaller (line 765) | SelinuxLabelInstaller = "system_u:system_r:installer_t:s0" constant SelinuxLabelUnconfinedSysContainer (line 768) | SelinuxLabelUnconfinedSysContainer = "system_u:system_r:unconfined_conta... constant SelinuxLabelUnconfinedService (line 771) | SelinuxLabelUnconfinedService = "system_u:system_r:unconfined_service_t:s0" constant SelinuxLabelSystemRuntime (line 774) | SelinuxLabelSystemRuntime = "system_u:system_r:sys_containerd_t:s0" constant CgroupApid (line 777) | CgroupApid = CgroupSystem + "/apid" constant CgroupApidReservedMemory (line 780) | CgroupApidReservedMemory = 16 * 1024 * 1024 constant CgroupApidMaxMemory (line 783) | CgroupApidMaxMemory = 128 * 1024 * 1024 constant CgroupApidMillicores (line 786) | CgroupApidMillicores = 500 constant SelinuxLabelApid (line 789) | SelinuxLabelApid = "system_u:system_r:apid_t:s0" constant CgroupTrustd (line 792) | CgroupTrustd = CgroupSystem + "/trustd" constant CgroupTrustdReservedMemory (line 795) | CgroupTrustdReservedMemory = 8 * 1024 * 1024 constant CgroupTrustdMaxMemory (line 798) | CgroupTrustdMaxMemory = 128 * 1024 * 1024 constant CgroupTrustdMillicores (line 801) | CgroupTrustdMillicores = 250 constant SelinuxLabelTrustd (line 804) | SelinuxLabelTrustd = "system_u:system_r:trustd_t:s0" constant CgroupUdevd (line 807) | CgroupUdevd = CgroupSystem + "/udevd" constant CgroupUdevdReservedMemory (line 810) | CgroupUdevdReservedMemory = 8 * 1024 * 1024 constant CgroupUdevdMillicores (line 813) | CgroupUdevdMillicores = 250 constant SelinuxLabelUdevd (line 816) | SelinuxLabelUdevd = "system_u:system_r:udev_t:s0" constant CgroupExtensions (line 819) | CgroupExtensions = CgroupSystem + "/extensions" constant CgroupDashboard (line 822) | CgroupDashboard = CgroupSystem + "/dashboard" constant SelinuxLabelDashboard (line 825) | SelinuxLabelDashboard = "system_u:system_r:dashboard_t:s0" constant CgroupPodRuntimeRoot (line 828) | CgroupPodRuntimeRoot = "/podruntime" constant CgroupPodRuntimeRootMillicores (line 831) | CgroupPodRuntimeRootMillicores = 4000 constant CgroupPodRuntime (line 834) | CgroupPodRuntime = CgroupPodRuntimeRoot + "/runtime" constant CgroupPodRuntimeMillicores (line 837) | CgroupPodRuntimeMillicores = 1000 constant SelinuxLabelPodRuntime (line 840) | SelinuxLabelPodRuntime = "system_u:system_r:pod_containerd_t:s0" constant CgroupPodRuntimeReservedMemory (line 843) | CgroupPodRuntimeReservedMemory = 196 * 1024 * 1024 constant CgroupEtcd (line 846) | CgroupEtcd = CgroupPodRuntimeRoot + "/etcd" constant CgroupEtcdReservedMemory (line 849) | CgroupEtcdReservedMemory = 256 * 1024 * 1024 constant CgroupEtcdMillicores (line 852) | CgroupEtcdMillicores = 2000 constant SELinuxLabelEtcd (line 855) | SELinuxLabelEtcd = "system_u:system_r:etcd_t:s0" constant CgroupKubelet (line 858) | CgroupKubelet = CgroupPodRuntimeRoot + "/kubelet" constant SelinuxLabelKubelet (line 861) | SelinuxLabelKubelet = "system_u:system_r:kubelet_t:s0" constant CgroupKubeletReservedMemory (line 864) | CgroupKubeletReservedMemory = 96 * 1024 * 1024 constant CgroupKubeletMillicores (line 867) | CgroupKubeletMillicores = 1000 constant CgroupDashboardMaxMemory (line 870) | CgroupDashboardMaxMemory = 196 * 1024 * 1024 constant CgroupDashboardMillicores (line 873) | CgroupDashboardMillicores = 200 constant FlannelCNI (line 876) | FlannelCNI = "flannel" constant CustomCNI (line 879) | CustomCNI = "custom" constant NoneCNI (line 882) | NoneCNI = "none" constant CNISELinuxLabel (line 885) | CNISELinuxLabel = "system_u:object_r:cni_conf_t:s0" constant DefaultIPv4PodNet (line 888) | DefaultIPv4PodNet = "10.244.0.0/16" constant DefaultIPv4ServiceNet (line 891) | DefaultIPv4ServiceNet = "10.96.0.0/12" constant DefaultIPv6PodNet (line 894) | DefaultIPv6PodNet = "fc00:db8:10::/56" constant DefaultIPv6ServiceNet (line 897) | DefaultIPv6ServiceNet = "fc00:db8:20::/112" constant DefaultDNSDomain (line 900) | DefaultDNSDomain = "cluster.local" constant ConfigLoadTimeout (line 903) | ConfigLoadTimeout = 3 * time.Hour constant ConfigLoadAttemptTimeout (line 906) | ConfigLoadAttemptTimeout = 3 * time.Minute constant BootTimeout (line 909) | BootTimeout = 70 * time.Minute constant FailurePauseTimeout (line 912) | FailurePauseTimeout = 35 * time.Minute constant EtcdJoinTimeout (line 917) | EtcdJoinTimeout = 30 * time.Minute constant NodeReadyTimeout (line 921) | NodeReadyTimeout = BootTimeout constant AnnotationCordonedKey (line 924) | AnnotationCordonedKey = "talos.dev/cordoned" constant AnnotationCordonedValue (line 927) | AnnotationCordonedValue = "true" constant AnnotationStaticPodSecretsVersion (line 930) | AnnotationStaticPodSecretsVersion = "talos.dev/secrets-version" constant AnnotationStaticPodConfigVersion (line 933) | AnnotationStaticPodConfigVersion = "talos.dev/config-version" constant AnnotationStaticPodConfigFileVersion (line 936) | AnnotationStaticPodConfigFileVersion = "talos.dev/config-file-version" constant AnnotationOwnedLabels (line 939) | AnnotationOwnedLabels = "talos.dev/owned-labels" constant AnnotationOwnedAnnotations (line 942) | AnnotationOwnedAnnotations = "talos.dev/owned-annotations" constant AnnotationOwnedTaints (line 945) | AnnotationOwnedTaints = "talos.dev/owned-taints" constant K8sExtensionPrefix (line 948) | K8sExtensionPrefix = "extensions.talos.dev/" constant DefaultNTPServer (line 951) | DefaultNTPServer = "time.cloudflare.com" constant DefaultPrimaryResolver (line 954) | DefaultPrimaryResolver = "1.1.1.1" constant DefaultSecondaryResolver (line 957) | DefaultSecondaryResolver = "8.8.8.8" constant DefaultClusterIDSize (line 960) | DefaultClusterIDSize = 32 constant DefaultClusterSecretSize (line 963) | DefaultClusterSecretSize = 32 constant DefaultNodeIdentitySize (line 966) | DefaultNodeIdentitySize = 32 constant NodeIdentityFilename (line 969) | NodeIdentityFilename = "node-identity.yaml" constant DefaultDiscoveryServiceEndpoint (line 972) | DefaultDiscoveryServiceEndpoint = "https://discovery.talos.dev/" constant KubeSpanIdentityFilename (line 975) | KubeSpanIdentityFilename = "kubespan-identity.yaml" constant KubeSpanDefaultPort (line 978) | KubeSpanDefaultPort = 51820 constant KubeSpanDefaultRoutingTable (line 983) | KubeSpanDefaultRoutingTable = 180 constant KubeSpanDefaultFirewallMark (line 988) | KubeSpanDefaultFirewallMark = 0x20 constant KubeSpanDefaultForceFirewallMark (line 993) | KubeSpanDefaultForceFirewallMark = 0x40 constant KubeSpanDefaultFirewallMask (line 998) | KubeSpanDefaultFirewallMask = KubeSpanDefaultFirewallMark | KubeSpanDefa... constant KubeSpanDefaultPeerKeepalive (line 1001) | KubeSpanDefaultPeerKeepalive = 25 * time.Second constant KubeSpanDefaultRulePriority (line 1004) | KubeSpanDefaultRulePriority = 32500 constant LinuxReservedRulePriorityLocal (line 1008) | LinuxReservedRulePriorityLocal = 0 constant LinuxReservedRulePriorityMain (line 1012) | LinuxReservedRulePriorityMain = 32766 constant LinuxReservedRulePriorityDefault (line 1016) | LinuxReservedRulePriorityDefault = 32767 constant NetworkSelfIPsAnnotation (line 1019) | NetworkSelfIPsAnnotation = "networking.talos.dev/self-ips" constant NetworkAPIServerPortAnnotation (line 1022) | NetworkAPIServerPortAnnotation = "networking.talos.dev/api-server-port" constant ClusterNodeIDAnnotation (line 1025) | ClusterNodeIDAnnotation = "cluster.talos.dev/node-id" constant KubeSpanIPAnnotation (line 1028) | KubeSpanIPAnnotation = "networking.talos.dev/kubespan-ip" constant KubeSpanPublicKeyAnnotation (line 1031) | KubeSpanPublicKeyAnnotation = "networking.talos.dev/kubespan-public-key" constant KubeSpanAssignedPrefixesAnnotation (line 1034) | KubeSpanAssignedPrefixesAnnotation = "networking.talos.dev/assigned-pref... constant KubeSpanKnownEndpointsAnnotation (line 1037) | KubeSpanKnownEndpointsAnnotation = "networking.talos.dev/kubespan-endpoi... constant KubeSpanExcludeAdvertisedNetworksAnnotation (line 1040) | KubeSpanExcludeAdvertisedNetworksAnnotation = "networking.talos.dev/kube... constant KubeSpanLinkName (line 1043) | KubeSpanLinkName = "kubespan" constant KubeSpanLinkMTU (line 1046) | KubeSpanLinkMTU = 1420 constant KubeSpanLinkMinimumMTU (line 1052) | KubeSpanLinkMinimumMTU = 1280 constant UdevDir (line 1055) | UdevDir = "/usr/lib/udev" constant UdevRulesPath (line 1058) | UdevRulesPath = UdevDir + "/" + "rules.d/99-talos.rules" constant UdevRulesLabel (line 1061) | UdevRulesLabel = "system_u:object_r:udev_rules_t:s0" constant LoggingFormatJSONLines (line 1064) | LoggingFormatJSONLines = "json_lines" constant SideroLinkName (line 1067) | SideroLinkName = "siderolink" constant SideroLinkTunnelName (line 1070) | SideroLinkTunnelName = "siderolinktun" constant SideroLinkDefaultPeerKeepalive (line 1073) | SideroLinkDefaultPeerKeepalive = 25 * time.Second constant PlatformNetworkConfigFilename (line 1076) | PlatformNetworkConfigFilename = "platform-network.yaml" constant ExtensionServiceConfigPath (line 1081) | ExtensionServiceConfigPath = "/usr/local/etc/containers" constant ExtensionServiceRootfsPath (line 1084) | ExtensionServiceRootfsPath = "/usr/local/lib/containers" constant ExtensionServiceUserConfigPath (line 1087) | ExtensionServiceUserConfigPath = SystemOverlaysPath + "/extensions" constant DBusServiceSocketPath (line 1090) | DBusServiceSocketPath = SystemRunPath + "/dbus/service.socket" constant DBusServiceSocketLabel (line 1093) | DBusServiceSocketLabel = "system_u:object_r:dbus_service_socket_t:s0" constant DBusClientSocketPath (line 1096) | DBusClientSocketPath = "/run/dbus/system_bus_socket" constant DBusClientSocketLabel (line 1099) | DBusClientSocketLabel = "system_u:object_r:dbus_client_socket_t:s0" constant GoVersion (line 1102) | GoVersion = "go1.26.1" constant KubernetesTalosAPIServiceName (line 1105) | KubernetesTalosAPIServiceName = "talos" constant KubernetesTalosAPIServiceNamespace (line 1108) | KubernetesTalosAPIServiceNamespace = "default" constant TalosDir (line 1111) | TalosDir = ".talos" constant TalosconfigFilename (line 1114) | TalosconfigFilename = "config" constant KubernetesTalosProvider (line 1117) | KubernetesTalosProvider = "talos.dev" constant KubernetesInventoryNamespace (line 1120) | KubernetesInventoryNamespace = "kube-system" constant KubernetesBootstrapManifestsInventoryName (line 1123) | KubernetesBootstrapManifestsInventoryName = "talos-bootstrap-manifests-i... constant KubernetesFieldManagerName (line 1126) | KubernetesFieldManagerName = "talos" constant ServiceAccountResourceGroup (line 1129) | ServiceAccountResourceGroup = "talos.dev" constant ServiceAccountResourceVersion (line 1132) | ServiceAccountResourceVersion = "v1alpha1" constant ServiceAccountResourceKind (line 1135) | ServiceAccountResourceKind = "ServiceAccount" constant ServiceAccountResourceSingular (line 1138) | ServiceAccountResourceSingular = "serviceaccount" constant ServiceAccountResourceShortName (line 1141) | ServiceAccountResourceShortName = "tsa" constant ServiceAccountResourcePlural (line 1144) | ServiceAccountResourcePlural = ServiceAccountResourceSingular + "s" constant ServiceAccountMountPath (line 1147) | ServiceAccountMountPath = "/var/run/secrets/talos.dev" constant DefaultTrustedRelativeCAFile (line 1150) | DefaultTrustedRelativeCAFile = "ssl/certs/ca-certificates.crt" constant DefaultTrustedCAFile (line 1153) | DefaultTrustedCAFile = "/etc/" + DefaultTrustedRelativeCAFile constant MachinedMaxProcs (line 1156) | MachinedMaxProcs = 4 constant ApidMaxProcs (line 1159) | ApidMaxProcs = 2 constant TrustdMaxProcs (line 1162) | TrustdMaxProcs = 2 constant DashboardMaxProcs (line 1165) | DashboardMaxProcs = 2 constant APIAuthzRoleMetadataKey (line 1168) | APIAuthzRoleMetadataKey = "talos-role" constant KernelLogsTTY (line 1171) | KernelLogsTTY = 1 constant DashboardTTY (line 1174) | DashboardTTY = 2 constant FlannelVersion (line 1183) | FlannelVersion = "v0.28.1" constant KubeNetworkPoliciesVersion (line 1188) | KubeNetworkPoliciesVersion = "v1.0.0" constant PlatformMetal (line 1191) | PlatformMetal = "metal" constant MetaValuesEnvVar (line 1194) | MetaValuesEnvVar = "INSTALLER_META_BASE64" constant MaintenanceServiceCommonName (line 1197) | MaintenanceServiceCommonName = "maintenance-service.talos.dev" constant GRPCMaxMessageSize (line 1200) | GRPCMaxMessageSize = 32 * 1024 * 1024 constant DefaultKubePrismPort (line 1203) | DefaultKubePrismPort = 7445 constant KubePrismDialTimeout (line 1206) | KubePrismDialTimeout = 15 * time.Second constant KubePrismKeepAlivePeriod (line 1209) | KubePrismKeepAlivePeriod = 30 * time.Second constant KubePrismTCPUserTimeout (line 1212) | KubePrismTCPUserTimeout = 30 * time.Second constant KubePrismHealthCheckInterval (line 1215) | KubePrismHealthCheckInterval = 20 * time.Second constant KubePrismHealthCheckTimeout (line 1218) | KubePrismHealthCheckTimeout = 15 * time.Second constant TalosAPIDefaultCertificateValidityDuration (line 1221) | TalosAPIDefaultCertificateValidityDuration = time.Hour * 24 * 365 constant DefaultNfTablesTableName (line 1224) | DefaultNfTablesTableName = "talos" constant SystemResolvedPath (line 1227) | SystemResolvedPath = SystemPath + "/resolved" constant PodResolvConfPath (line 1230) | PodResolvConfPath = SystemResolvedPath + "/resolv.conf" constant SyslogListenSocketPath (line 1233) | SyslogListenSocketPath = "/dev/log" constant ConsoleLogErrorSuppressThreshold (line 1236) | ConsoleLogErrorSuppressThreshold = 4 constant HostDNSAddress (line 1241) | HostDNSAddress = "169.254.116.108" constant MetalAgentModeFlagPath (line 1244) | MetalAgentModeFlagPath = "/usr/local/etc/is-metal-agent" constant ImageCachePartitionLabel (line 1247) | ImageCachePartitionLabel = "IMAGECACHE" constant ImageCacheISOMountPoint (line 1250) | ImageCacheISOMountPoint = "/system/imagecache/iso" constant ImageCacheDiskMountPoint (line 1253) | ImageCacheDiskMountPoint = "/system/imagecache/disk" constant RegistrydListenAddress (line 1256) | RegistrydListenAddress = "127.0.0.1:3172" constant KubernetesInformerDefaultResyncPeriod (line 1259) | KubernetesInformerDefaultResyncPeriod = 30 * time.Second constant UserVolumeMountPoint (line 1262) | UserVolumeMountPoint = "/var/mnt" constant LogMountPoint (line 1265) | LogMountPoint = "/var/log" constant UserVolumePrefix (line 1268) | UserVolumePrefix = "u-" constant ExternalVolumePrefix (line 1271) | ExternalVolumePrefix = "x-" constant RawVolumePrefix (line 1274) | RawVolumePrefix = "r-" constant ExistingVolumePrefix (line 1277) | ExistingVolumePrefix = "e-" constant SwapVolumePrefix (line 1280) | SwapVolumePrefix = "s-" constant PartitionLabelLength (line 1285) | PartitionLabelLength = 36 constant SPDXPath (line 1288) | SPDXPath = "/usr/share/spdx" constant ExtensionSPDXPath (line 1291) | ExtensionSPDXPath = "/usr/local/share/spdx" constant EncryptionSaltFilename (line 1294) | EncryptionSaltFilename = "encryption-salt.yaml" constant DiskEncryptionSaltSize (line 1297) | DiskEncryptionSaltSize = 32 constant SideroV1KeysDirEnvVar (line 1300) | SideroV1KeysDirEnvVar = "SIDEROV1_KEYS_DIR" constant SideroV1KeysDir (line 1303) | SideroV1KeysDir = "keys" constant ContainerMarkerFilePath (line 1306) | ContainerMarkerFilePath = "/usr/etc/in-container" constant DefaultOOMTriggerExpression (line 1309) | DefaultOOMTriggerExpression = `(multiply_qos_vectors(d_qos_memory_full_t... constant DefaultOOMCgroupRankingExpression (line 1314) | DefaultOOMCgroupRankingExpression = `memory_max.hasValue() ? 0.0 : constant OOMActionLogKeep (line 1319) | OOMActionLogKeep = 50 constant SDStubCmdlineExtraOEMVar (line 1322) | SDStubCmdlineExtraOEMVar = "io.systemd.stub.kernel-cmdline-extra" constant LogRotateThreshold (line 1325) | LogRotateThreshold = 5 * 1024 * 1024 constant LogFlushPeriod (line 1328) | LogFlushPeriod = 15 * time.Second constant ImageLabelVerified (line 1331) | ImageLabelVerified = "talos.dev/verified" constant UUIDKey (line 1336) | UUIDKey = "uuid" constant SerialNumberKey (line 1337) | SerialNumberKey = "serial" constant HostnameKey (line 1338) | HostnameKey = "hostname" constant MacKey (line 1339) | MacKey = "mac" constant CodeKey (line 1340) | CodeKey = "code" type SELinuxLabeledPath (line 1344) | type SELinuxLabeledPath struct constant OSReleaseTemplate (line 1376) | OSReleaseTemplate = `NAME="%[1]s" FILE: pkg/machinery/constants/environment.go constant PATH (line 15) | PATH = "/usr/bin:/usr/local/sbin:/usr/local/bin:" + cni.DefaultCNIDir constant EnvPath (line 18) | EnvPath = "PATH=" + PATH constant EnvPathWithBin (line 21) | EnvPathWithBin = "PATH=/bin:" + PATH constant EnvTcellMinimizeEnvironment (line 24) | EnvTcellMinimizeEnvironment = "TCELL_MINIMIZE=1" constant EnvGRPCEnforccceALPNEnabled (line 27) | EnvGRPCEnforccceALPNEnabled = "GRPC_ENFORCE_ALPN_ENABLED=false" constant EnvTerm (line 30) | EnvTerm = "TERM=linux" constant EnvGoraceHaltOnError (line 33) | EnvGoraceHaltOnError = "GORACE=halt_on_error=1" constant EnvFIPS140ModeStrict (line 36) | EnvFIPS140ModeStrict = "GODEBUG=fips140=only" constant EnvXDGRuntimeDir (line 41) | EnvXDGRuntimeDir = "XDG_RUNTIME_DIR=/run" function EnvApidGomemlimit (line 45) | func EnvApidGomemlimit() string { function EnvDashboardGomemlimit (line 50) | func EnvDashboardGomemlimit() string { function EnvTrustdGomemlimit (line 55) | func EnvTrustdGomemlimit() string { FILE: pkg/machinery/extensions/config.go type Config (line 16) | type Config struct method Read (line 29) | func (cfg *Config) Read(path string) error { method Write (line 41) | func (cfg *Config) Write(path string) error { type Layer (line 23) | type Layer struct FILE: pkg/machinery/extensions/deep_copy.generated.go method DeepCopy (line 10) | func (o Layer) DeepCopy() Layer { FILE: pkg/machinery/extensions/extensions.go type Extension (line 31) | type Extension struct method RootfsPath (line 39) | func (ext *Extension) RootfsPath() string { method Directory (line 44) | func (ext *Extension) Directory() string { function New (line 49) | func New(rootfsPath, directory string, manifest Manifest) *Extension { FILE: pkg/machinery/extensions/extensions_test.go function TestLoadValidate (line 18) | func TestLoadValidate(t *testing.T) { function TestValidateFailures (line 34) | func TestValidateFailures(t *testing.T) { FILE: pkg/machinery/extensions/load.go function Load (line 19) | func Load(path string) (*Extension, error) { method loadManifest (line 55) | func (ext *Extension) loadManifest(path string) error { FILE: pkg/machinery/extensions/metadata.go type Manifest (line 8) | type Manifest struct type Metadata (line 16) | type Metadata struct type Compatibility (line 28) | type Compatibility struct type Constraint (line 35) | type Constraint struct FILE: pkg/machinery/extensions/services/restart_kind.go type RestartKind (line 10) | type RestartKind constant RestartAlways (line 14) | RestartAlways RestartKind = 1 constant RestartNever (line 15) | RestartNever RestartKind = 2 constant RestartUntilSuccess (line 16) | RestartUntilSuccess RestartKind = 3 FILE: pkg/machinery/extensions/services/restartkind_enumer.go constant _RestartKindName (line 10) | _RestartKindName = "alwaysneveruntilSuccess" constant _RestartKindLowerName (line 14) | _RestartKindLowerName = "alwaysneveruntilsuccess" method String (line 16) | func (i RestartKind) String() string { function _RestartKindNoOp (line 26) | func _RestartKindNoOp() { function RestartKindString (line 52) | func RestartKindString(s string) (RestartKind, error) { function RestartKindValues (line 64) | func RestartKindValues() []RestartKind { function RestartKindStrings (line 69) | func RestartKindStrings() []string { method IsARestartKind (line 76) | func (i RestartKind) IsARestartKind() bool { method MarshalText (line 86) | func (i RestartKind) MarshalText() ([]byte, error) { method UnmarshalText (line 91) | func (i *RestartKind) UnmarshalText(text []byte) error { FILE: pkg/machinery/extensions/services/services.go type Spec (line 21) | type Spec struct method Validate (line 89) | func (spec *Spec) Validate() error { type Container (line 39) | type Container struct method Validate (line 110) | func (ctr *Container) Validate() error { type Security (line 55) | type Security struct type Dependency (line 71) | type Dependency struct method Validate (line 123) | func (dep *Dependency) Validate() error { FILE: pkg/machinery/extensions/services/services_test.go function TestUnmarshal (line 23) | func TestUnmarshal(t *testing.T) { function TestValidate (line 59) | func TestValidate(t *testing.T) { FILE: pkg/machinery/extensions/validate.go type ValidationOptions (line 20) | type ValidationOptions struct function WithValidateConstraints (line 31) | func WithValidateConstraints() ValidationOption { function WithValidateContents (line 40) | func WithValidateContents() ValidationOption { function WithTalosVersion (line 49) | func WithTalosVersion(version *semver.Version) ValidationOption { type ValidationOption (line 58) | type ValidationOption method Validate (line 61) | func (ext *Extension) Validate(opts ...ValidationOption) error { method validateConstraints (line 92) | func (ext *Extension) validateConstraints(talosVersion semver.Version) e... function trim (line 110) | func trim(constraint string) string { function coreVersion (line 120) | func coreVersion(talosVersion semver.Version) semver.Version { method validateContents (line 129) | func (ext *Extension) validateContents() error { FILE: pkg/machinery/fipsmode/fipsmode.go function Enabled (line 15) | func Enabled() bool { FILE: pkg/machinery/fipsmode/fipsmode_test.go function TestEnabled (line 18) | func TestEnabled(t *testing.T) { function TestStrict (line 26) | func TestStrict(t *testing.T) { FILE: pkg/machinery/formatters/formatters.go function RenderMounts (line 29) | func RenderMounts(resp *machine.MountsResponse, output io.Writer, remote... function RenderGraph (line 75) | func RenderGraph(ctx context.Context, c *client.Client, resp *inspect.Co... function RenderServicesInfo (line 208) | func RenderServicesInfo(services []client.ServiceInfo, output io.Writer,... type ServiceInfoWrapper (line 246) | type ServiceInfoWrapper struct method LastUpdated (line 251) | func (svc ServiceInfoWrapper) LastUpdated() string { method LastEvent (line 262) | func (svc ServiceInfoWrapper) LastEvent() string { method HealthStatus (line 271) | func (svc ServiceInfoWrapper) HealthStatus() string { FILE: pkg/machinery/imager/imageropts/bootloaderkind_enumer.go constant _BootloaderKindName (line 10) | _BootloaderKindName = "nonedual-bootsd-bootgrub" constant _BootloaderKindLowerName (line 14) | _BootloaderKindLowerName = "nonedual-bootsd-bootgrub" method String (line 16) | func (i BootloaderKind) String() string { function _BootloaderKindNoOp (line 25) | func _BootloaderKindNoOp() { function BootloaderKindString (line 55) | func BootloaderKindString(s string) (BootloaderKind, error) { function BootloaderKindValues (line 67) | func BootloaderKindValues() []BootloaderKind { function BootloaderKindStrings (line 72) | func BootloaderKindStrings() []string { method IsABootloaderKind (line 79) | func (i BootloaderKind) IsABootloaderKind() bool { method MarshalText (line 89) | func (i BootloaderKind) MarshalText() ([]byte, error) { method UnmarshalText (line 94) | func (i *BootloaderKind) UnmarshalText(text []byte) error { FILE: pkg/machinery/imager/imageropts/imageropts.go type BootloaderKind (line 11) | type BootloaderKind constant BootLoaderKindNone (line 15) | BootLoaderKindNone BootloaderKind = iota constant BootLoaderKindDualBoot (line 18) | BootLoaderKindDualBoot constant BootLoaderKindSDBoot (line 20) | BootLoaderKindSDBoot constant BootLoaderKindGrub (line 22) | BootLoaderKindGrub FILE: pkg/machinery/imager/quirks/partitions.go type PartitionSizes (line 8) | type PartitionSizes struct method GrubEFISize (line 18) | func (p PartitionSizes) GrubEFISize() uint64 { method GrubBIOSSize (line 23) | func (p PartitionSizes) GrubBIOSSize() uint64 { method GrubBootSize (line 28) | func (p PartitionSizes) GrubBootSize() uint64 { method UKIEFISize (line 33) | func (p PartitionSizes) UKIEFISize() uint64 { method METASize (line 41) | func (p PartitionSizes) METASize() uint64 { method StateSize (line 46) | func (p PartitionSizes) StateSize() uint64 { method EphemeralMinSize (line 51) | func (p PartitionSizes) EphemeralMinSize() uint64 { constant mib (line 13) | mib = 1024 * 1024 constant gib (line 14) | gib = 1024 * mib FILE: pkg/machinery/imager/quirks/quirks.go type Quirks (line 11) | type Quirks struct method Version (line 31) | func (q Quirks) Version() *semver.Version { method SupportsResetGRUBOption (line 38) | func (q Quirks) SupportsResetGRUBOption() bool { method SupportsUKI (line 50) | func (q Quirks) SupportsUKI() bool { method SupportsCompressedEncodedMETA (line 62) | func (q Quirks) SupportsCompressedEncodedMETA() bool { method SupportsOverlay (line 74) | func (q Quirks) SupportsOverlay() bool { method UseZSTDCompression (line 86) | func (q Quirks) UseZSTDCompression() bool { method SupportsISOLabel (line 98) | func (q Quirks) SupportsISOLabel() bool { method SupportsMultidoc (line 110) | func (q Quirks) SupportsMultidoc() bool { method SupportsMetalPlatformConsoleTTYS0 (line 123) | func (q Quirks) SupportsMetalPlatformConsoleTTYS0() bool { method SupportsHaltIfInstalled (line 136) | func (q Quirks) SupportsHaltIfInstalled() bool { method SkipDataPartitions (line 148) | func (q Quirks) SkipDataPartitions() bool { method SupportsSELinux (line 161) | func (q Quirks) SupportsSELinux() bool { method UseSDBootForUEFI (line 174) | func (q Quirks) UseSDBootForUEFI() bool { method KernelModulesPath (line 187) | func (q Quirks) KernelModulesPath() string { method FirmwarePath (line 197) | func (q Quirks) FirmwarePath() string { method SupportsUKIProfiles (line 210) | func (q Quirks) SupportsUKIProfiles() bool { method SupportsUnifiedInstaller (line 222) | func (q Quirks) SupportsUnifiedInstaller() bool { method PartitionSizes (line 234) | func (q Quirks) PartitionSizes() PartitionSizes { method XFSMkfsConfig (line 248) | func (q Quirks) XFSMkfsConfig() string { method SupportsIMA (line 271) | func (q Quirks) SupportsIMA() bool { method SupportsEmbeddedConfig (line 283) | func (q Quirks) SupportsEmbeddedConfig() bool { method SupportsDisablingModuleSignatureVerification (line 295) | func (q Quirks) SupportsDisablingModuleSignatureVerification() bool { method ISOSupportsSettingBootloader (line 307) | func (q Quirks) ISOSupportsSettingBootloader() bool { method ProcMemOverrideNever (line 319) | func (q Quirks) ProcMemOverrideNever() bool { function New (line 16) | func New(talosVersion string) Quirks { FILE: pkg/machinery/imager/quirks/quirks_test.go function TestSupportsResetOption (line 15) | func TestSupportsResetOption(t *testing.T) { function TestSupportsCompressedEncodedMETA (line 39) | func TestSupportsCompressedEncodedMETA(t *testing.T) { function TestSupportsOverlay (line 67) | func TestSupportsOverlay(t *testing.T) { function TestSupportsZstd (line 103) | func TestSupportsZstd(t *testing.T) { function TestXFSMkfsConfigFile (line 135) | func TestXFSMkfsConfigFile(t *testing.T) { function TestPartitionSizes (line 184) | func TestPartitionSizes(t *testing.T) { FILE: pkg/machinery/kernel/kernel.go constant Sysfs (line 18) | Sysfs = "sys" constant Sysctl (line 20) | Sysctl = "proc.sys" function DefaultArgs (line 24) | func DefaultArgs(quirks quirks.Quirks) []string { function SecureBootArgs (line 63) | func SecureBootArgs(quirks.Quirks) []string { type Param (line 70) | type Param struct method Path (line 76) | func (prop *Param) Path() string { FILE: pkg/machinery/kernel/kernel_test.go function TestParamPath (line 16) | func TestParamPath(t *testing.T) { function TestDefaultKernelArgs (line 72) | func TestDefaultKernelArgs(t *testing.T) { function TestSecureBootArgs (line 156) | func TestSecureBootArgs(t *testing.T) { FILE: pkg/machinery/labels/validate.go function Validate (line 23) | func Validate(labels map[string]string) error { constant TotalAnnotationSizeLimitB (line 43) | TotalAnnotationSizeLimitB int64 = 256 * (1 << 10) function ValidateAnnotations (line 46) | func ValidateAnnotations(annotations map[string]string) error { constant dns1123LabelFmt (line 75) | dns1123LabelFmt string = "[a-z0-9]([-a-z0-9]*[a-z0-9])?" constant dns1123SubdomainFmt (line 76) | dns1123SubdomainFmt string = dns1123LabelFmt + "(\\." + dns1123Lab... constant dns1123SubdomainMaxLength (line 77) | dns1123SubdomainMaxLength int = 253 function ValidateDNS1123Subdomain (line 84) | func ValidateDNS1123Subdomain(value string) error { constant qnameCharFmt (line 97) | qnameCharFmt string = "[A-Za-z0-9]" constant qnameExtCharFmt (line 98) | qnameExtCharFmt string = "[-A-Za-z0-9_.]" constant qualifiedNameFmt (line 99) | qualifiedNameFmt string = "(" + qnameCharFmt + qnameExtCharFmt + "... constant qualifiedNameMaxLength (line 100) | qualifiedNameMaxLength int = 63 function ValidateQualifiedName (line 111) | func ValidateQualifiedName(value string) error { constant labelValueFmt (line 146) | labelValueFmt string = "(" + qualifiedNameFmt + ")?" constant labelValueMaxLength (line 147) | labelValueMaxLength int = 63 function ValidateLabelValue (line 156) | func ValidateLabelValue(value string) error { function ValidateTaints (line 169) | func ValidateTaints(taints map[string]string) error { FILE: pkg/machinery/labels/validate_test.go function TestValidate (line 17) | func TestValidate(t *testing.T) { function TestValidateAnnotations (line 60) | func TestValidateAnnotations(t *testing.T) { function TestValidateTaints (line 101) | func TestValidateTaints(t *testing.T) { FILE: pkg/machinery/meta/constants.go constant Upgrade (line 9) | Upgrade = iota + 6 constant StagedUpgradeImageRef (line 11) | StagedUpgradeImageRef constant StagedUpgradeInstallOptions (line 13) | StagedUpgradeInstallOptions constant StateEncryptionConfig (line 15) | StateEncryptionConfig constant MetalNetworkPlatformConfig (line 17) | MetalNetworkPlatformConfig constant DownloadURLCode (line 19) | DownloadURLCode constant UserReserved1 (line 21) | UserReserved1 constant UserReserved2 (line 23) | UserReserved2 constant UserReserved3 (line 25) | UserReserved3 constant UUIDOverride (line 27) | UUIDOverride constant UniqueMachineToken (line 29) | UniqueMachineToken constant DiskImageBootloader (line 31) | DiskImageBootloader FILE: pkg/machinery/meta/meta.go type Value (line 21) | type Value struct method String (line 26) | func (v Value) String() string { method Parse (line 31) | func (v *Value) Parse(s string) error { type Values (line 49) | type Values method Encode (line 55) | func (v Values) Encode(allowGzip bool) string { function DecodeValues (line 83) | func DecodeValues(s string) (Values, error) { function hasGzipMagic (line 129) | func hasGzipMagic(b []byte) bool { FILE: pkg/machinery/meta/meta_test.go function TestValue (line 18) | func TestValue(t *testing.T) { function TestEncodeDecodeValues (line 37) | func TestEncodeDecodeValues(t *testing.T) { FILE: pkg/machinery/nethelpers/address_flags.go type AddressFlags (line 12) | type AddressFlags method String (line 14) | func (flags AddressFlags) String() string { method MarshalText (line 43) | func (flags AddressFlags) MarshalText() ([]byte, error) { method UnmarshalText (line 48) | func (flags *AddressFlags) UnmarshalText(b []byte) error { function AddressFlagsString (line 27) | func AddressFlagsString(s string) (AddressFlags, error) { type AddressFlag (line 57) | type AddressFlag constant AddressTemporary (line 63) | AddressTemporary AddressFlag = 1 << iota constant AddressNoDAD (line 64) | AddressNoDAD constant AddressOptimistic (line 65) | AddressOptimistic constant AddressDADFailed (line 66) | AddressDADFailed constant AddressHome (line 67) | AddressHome constant AddressDeprecated (line 68) | AddressDeprecated constant AddressTentative (line 69) | AddressTentative constant AddressPermanent (line 70) | AddressPermanent constant AddressManagementTemp (line 71) | AddressManagementTemp constant AddressNoPrefixRoute (line 72) | AddressNoPrefixRoute constant AddressMCAutoJoin (line 73) | AddressMCAutoJoin constant AddressStablePrivacy (line 74) | AddressStablePrivacy FILE: pkg/machinery/nethelpers/addresssortalgorithm.go type AddressSortAlgorithm (line 8) | type AddressSortAlgorithm constant AddressSortAlgorithmV1 (line 14) | AddressSortAlgorithmV1 AddressSortAlgorithm = iota constant AddressSortAlgorithmV2 (line 15) | AddressSortAlgorithmV2 FILE: pkg/machinery/nethelpers/adlacpactive.go type ADLACPActive (line 8) | type ADLACPActive constant ADLACPActiveOff (line 14) | ADLACPActiveOff ADLACPActive = iota constant ADLACPActiveOn (line 15) | ADLACPActiveOn FILE: pkg/machinery/nethelpers/adselect.go type ADSelect (line 10) | type ADSelect constant ADSelectStable (line 16) | ADSelectStable ADSelect = iota constant ADSelectBandwidth (line 17) | ADSelectBandwidth constant ADSelectCount (line 18) | ADSelectCount function ADSelectByName (line 22) | func ADSelectByName(sel string) (ADSelect, error) { FILE: pkg/machinery/nethelpers/arpalltargets.go type ARPAllTargets (line 10) | type ARPAllTargets constant ARPAllTargetsAny (line 16) | ARPAllTargetsAny ARPAllTargets = iota constant ARPAllTargetsAll (line 17) | ARPAllTargetsAll function ARPAllTargetsByName (line 21) | func ARPAllTargetsByName(a string) (ARPAllTargets, error) { FILE: pkg/machinery/nethelpers/arpalltargets_enumer.go constant _ARPAllTargetsName (line 10) | _ARPAllTargetsName = "anyall" constant _ARPAllTargetsLowerName (line 14) | _ARPAllTargetsLowerName = "anyall" method String (line 16) | func (i ARPAllTargets) String() string { function _ARPAllTargetsNoOp (line 25) | func _ARPAllTargetsNoOp() { function ARPAllTargetsString (line 47) | func ARPAllTargetsString(s string) (ARPAllTargets, error) { function ARPAllTargetsValues (line 59) | func ARPAllTargetsValues() []ARPAllTargets { function ARPAllTargetsStrings (line 64) | func ARPAllTargetsStrings() []string { method IsAARPAllTargets (line 71) | func (i ARPAllTargets) IsAARPAllTargets() bool { method MarshalText (line 81) | func (i ARPAllTargets) MarshalText() ([]byte, error) { method UnmarshalText (line 86) | func (i *ARPAllTargets) UnmarshalText(text []byte) error { constant _ARPValidateName (line 92) | _ARPValidateName = "noneactivebackupallfilterfilter-activefilter-backup" constant _ARPValidateLowerName (line 96) | _ARPValidateLowerName = "noneactivebackupallfilterfilter-activefilter-ba... method String (line 98) | func (i ARPValidate) String() string { function _ARPValidateNoOp (line 107) | func _ARPValidateNoOp() { function ARPValidateString (line 149) | func ARPValidateString(s string) (ARPValidate, error) { function ARPValidateValues (line 161) | func ARPValidateValues() []ARPValidate { function ARPValidateStrings (line 166) | func ARPValidateStrings() []string { method IsAARPValidate (line 173) | func (i ARPValidate) IsAARPValidate() bool { method MarshalText (line 183) | func (i ARPValidate) MarshalText() ([]byte, error) { method UnmarshalText (line 188) | func (i *ARPValidate) UnmarshalText(text []byte) error { constant _AddressFlagName (line 194) | _AddressFlagName = "temporarynodadoptimisticdadfailedhomeaddressdeprecat... constant _AddressFlagLowerName (line 195) | _AddressFlagLowerName = "temporarynodadoptimisticdadfailedhomeaddressdep... method String (line 212) | func (i AddressFlag) String() string { function _AddressFlagNoOp (line 221) | func _AddressFlagNoOp() { function AddressFlagString (line 283) | func AddressFlagString(s string) (AddressFlag, error) { function AddressFlagValues (line 295) | func AddressFlagValues() []AddressFlag { function AddressFlagStrings (line 300) | func AddressFlagStrings() []string { method IsAAddressFlag (line 307) | func (i AddressFlag) IsAAddressFlag() bool { method MarshalText (line 313) | func (i AddressFlag) MarshalText() ([]byte, error) { method UnmarshalText (line 318) | func (i *AddressFlag) UnmarshalText(text []byte) error { constant _AddressSortAlgorithmName (line 324) | _AddressSortAlgorithmName = "v1v2" constant _AddressSortAlgorithmLowerName (line 328) | _AddressSortAlgorithmLowerName = "v1v2" method String (line 330) | func (i AddressSortAlgorithm) String() string { function _AddressSortAlgorithmNoOp (line 339) | func _AddressSortAlgorithmNoOp() { function AddressSortAlgorithmString (line 361) | func AddressSortAlgorithmString(s string) (AddressSortAlgorithm, error) { function AddressSortAlgorithmValues (line 373) | func AddressSortAlgorithmValues() []AddressSortAlgorithm { function AddressSortAlgorithmStrings (line 378) | func AddressSortAlgorithmStrings() []string { method IsAAddressSortAlgorithm (line 385) | func (i AddressSortAlgorithm) IsAAddressSortAlgorithm() bool { method MarshalText (line 395) | func (i AddressSortAlgorithm) MarshalText() ([]byte, error) { method UnmarshalText (line 400) | func (i *AddressSortAlgorithm) UnmarshalText(text []byte) error { constant _ADSelectName (line 406) | _ADSelectName = "stablebandwidthcount" constant _ADSelectLowerName (line 410) | _ADSelectLowerName = "stablebandwidthcount" method String (line 412) | func (i ADSelect) String() string { function _ADSelectNoOp (line 421) | func _ADSelectNoOp() { function ADSelectString (line 447) | func ADSelectString(s string) (ADSelect, error) { function ADSelectValues (line 459) | func ADSelectValues() []ADSelect { function ADSelectStrings (line 464) | func ADSelectStrings() []string { method IsAADSelect (line 471) | func (i ADSelect) IsAADSelect() bool { method MarshalText (line 481) | func (i ADSelect) MarshalText() ([]byte, error) { method UnmarshalText (line 486) | func (i *ADSelect) UnmarshalText(text []byte) error { constant _ADLACPActiveName (line 492) | _ADLACPActiveName = "offon" constant _ADLACPActiveLowerName (line 496) | _ADLACPActiveLowerName = "offon" method String (line 498) | func (i ADLACPActive) String() string { function _ADLACPActiveNoOp (line 507) | func _ADLACPActiveNoOp() { function ADLACPActiveString (line 529) | func ADLACPActiveString(s string) (ADLACPActive, error) { function ADLACPActiveValues (line 541) | func ADLACPActiveValues() []ADLACPActive { function ADLACPActiveStrings (line 546) | func ADLACPActiveStrings() []string { method IsAADLACPActive (line 553) | func (i ADLACPActive) IsAADLACPActive() bool { method MarshalText (line 563) | func (i ADLACPActive) MarshalText() ([]byte, error) { method UnmarshalText (line 568) | func (i *ADLACPActive) UnmarshalText(text []byte) error { constant _AutoHostnameKindName (line 574) | _AutoHostnameKindName = "offtalos-addrstable" constant _AutoHostnameKindLowerName (line 578) | _AutoHostnameKindLowerName = "offtalos-addrstable" method String (line 580) | func (i AutoHostnameKind) String() string { function _AutoHostnameKindNoOp (line 589) | func _AutoHostnameKindNoOp() { function AutoHostnameKindString (line 615) | func AutoHostnameKindString(s string) (AutoHostnameKind, error) { function AutoHostnameKindValues (line 627) | func AutoHostnameKindValues() []AutoHostnameKind { function AutoHostnameKindStrings (line 632) | func AutoHostnameKindStrings() []string { method IsAAutoHostnameKind (line 639) | func (i AutoHostnameKind) IsAAutoHostnameKind() bool { method MarshalText (line 649) | func (i AutoHostnameKind) MarshalText() ([]byte, error) { method UnmarshalText (line 654) | func (i *AutoHostnameKind) UnmarshalText(text []byte) error { constant _BondModeName (line 660) | _BondModeName = "balance-rractive-backupbalance-xorbroadcast802.3adbalan... constant _BondModeLowerName (line 664) | _BondModeLowerName = "balance-rractive-backupbalance-xorbroadcast802.3ad... method String (line 666) | func (i BondMode) String() string { function _BondModeNoOp (line 675) | func _BondModeNoOp() { function BondModeString (line 717) | func BondModeString(s string) (BondMode, error) { function BondModeValues (line 729) | func BondModeValues() []BondMode { function BondModeStrings (line 734) | func BondModeStrings() []string { method IsABondMode (line 741) | func (i BondMode) IsABondMode() bool { method MarshalText (line 751) | func (i BondMode) MarshalText() ([]byte, error) { method UnmarshalText (line 756) | func (i *BondMode) UnmarshalText(text []byte) error { constant _BondXmitHashPolicyName (line 762) | _BondXmitHashPolicyName = "layer2layer3+4layer2+3encap2+3encap3+4" constant _BondXmitHashPolicyLowerName (line 766) | _BondXmitHashPolicyLowerName = "layer2layer3+4layer2+3encap2+3encap3+4" method String (line 768) | func (i BondXmitHashPolicy) String() string { function _BondXmitHashPolicyNoOp (line 777) | func _BondXmitHashPolicyNoOp() { function BondXmitHashPolicyString (line 811) | func BondXmitHashPolicyString(s string) (BondXmitHashPolicy, error) { function BondXmitHashPolicyValues (line 823) | func BondXmitHashPolicyValues() []BondXmitHashPolicy { function BondXmitHashPolicyStrings (line 828) | func BondXmitHashPolicyStrings() []string { method IsABondXmitHashPolicy (line 835) | func (i BondXmitHashPolicy) IsABondXmitHashPolicy() bool { method MarshalText (line 845) | func (i BondXmitHashPolicy) MarshalText() ([]byte, error) { method UnmarshalText (line 850) | func (i *BondXmitHashPolicy) UnmarshalText(text []byte) error { constant _ClientIdentifierName (line 856) | _ClientIdentifierName = "nonemacduid" constant _ClientIdentifierLowerName (line 860) | _ClientIdentifierLowerName = "nonemacduid" method String (line 862) | func (i ClientIdentifier) String() string { function _ClientIdentifierNoOp (line 871) | func _ClientIdentifierNoOp() { function ClientIdentifierString (line 897) | func ClientIdentifierString(s string) (ClientIdentifier, error) { function ClientIdentifierValues (line 909) | func ClientIdentifierValues() []ClientIdentifier { function ClientIdentifierStrings (line 914) | func ClientIdentifierStrings() []string { method IsAClientIdentifier (line 921) | func (i ClientIdentifier) IsAClientIdentifier() bool { method MarshalText (line 931) | func (i ClientIdentifier) MarshalText() ([]byte, error) { method UnmarshalText (line 936) | func (i *ClientIdentifier) UnmarshalText(text []byte) error { constant _ConntrackStateName_0 (line 943) | _ConntrackStateName_0 = "invalidestablished" constant _ConntrackStateLowerName_0 (line 944) | _ConntrackStateLowerName_0 = "invalidestablished" constant _ConntrackStateName_1 (line 945) | _ConntrackStateName_1 = "related" constant _ConntrackStateLowerName_1 (line 946) | _ConntrackStateLowerName_1 = "related" constant _ConntrackStateName_2 (line 947) | _ConntrackStateName_2 = "new" constant _ConntrackStateLowerName_2 (line 948) | _ConntrackStateLowerName_2 = "new" method String (line 957) | func (i ConntrackState) String() string { function _ConntrackStateNoOp (line 973) | func _ConntrackStateNoOp() { function ConntrackStateString (line 1003) | func ConntrackStateString(s string) (ConntrackState, error) { function ConntrackStateValues (line 1015) | func ConntrackStateValues() []ConntrackState { function ConntrackStateStrings (line 1020) | func ConntrackStateStrings() []string { method IsAConntrackState (line 1027) | func (i ConntrackState) IsAConntrackState() bool { method MarshalText (line 1037) | func (i ConntrackState) MarshalText() ([]byte, error) { method UnmarshalText (line 1042) | func (i *ConntrackState) UnmarshalText(text []byte) error { constant _DefaultActionName (line 1048) | _DefaultActionName = "acceptblock" constant _DefaultActionLowerName (line 1052) | _DefaultActionLowerName = "acceptblock" method String (line 1054) | func (i DefaultAction) String() string { function _DefaultActionNoOp (line 1063) | func _DefaultActionNoOp() { function DefaultActionString (line 1085) | func DefaultActionString(s string) (DefaultAction, error) { function DefaultActionValues (line 1097) | func DefaultActionValues() []DefaultAction { function DefaultActionStrings (line 1102) | func DefaultActionStrings() []string { method IsADefaultAction (line 1109) | func (i DefaultAction) IsADefaultAction() bool { method MarshalText (line 1119) | func (i DefaultAction) MarshalText() ([]byte, error) { method UnmarshalText (line 1124) | func (i *DefaultAction) UnmarshalText(text []byte) error { constant _DuplexName_0 (line 1131) | _DuplexName_0 = "HalfFull" constant _DuplexLowerName_0 (line 1132) | _DuplexLowerName_0 = "halffull" constant _DuplexName_1 (line 1133) | _DuplexName_1 = "Unknown" constant _DuplexLowerName_1 (line 1134) | _DuplexLowerName_1 = "unknown" method String (line 1142) | func (i Duplex) String() string { function _DuplexNoOp (line 1155) | func _DuplexNoOp() { function DuplexString (line 1181) | func DuplexString(s string) (Duplex, error) { function DuplexValues (line 1193) | func DuplexValues() []Duplex { function DuplexStrings (line 1198) | func DuplexStrings() []string { method IsADuplex (line 1205) | func (i Duplex) IsADuplex() bool { method MarshalText (line 1215) | func (i Duplex) MarshalText() ([]byte, error) { method UnmarshalText (line 1220) | func (i *Duplex) UnmarshalText(text []byte) error { constant _FamilyName_0 (line 1227) | _FamilyName_0 = "inet4" constant _FamilyLowerName_0 (line 1228) | _FamilyLowerName_0 = "inet4" constant _FamilyName_1 (line 1229) | _FamilyName_1 = "inet6" constant _FamilyLowerName_1 (line 1230) | _FamilyLowerName_1 = "inet6" method String (line 1238) | func (i Family) String() string { function _FamilyNoOp (line 1251) | func _FamilyNoOp() { function FamilyString (line 1273) | func FamilyString(s string) (Family, error) { function FamilyValues (line 1285) | func FamilyValues() []Family { function FamilyStrings (line 1290) | func FamilyStrings() []string { method IsAFamily (line 1297) | func (i Family) IsAFamily() bool { method MarshalText (line 1307) | func (i Family) MarshalText() ([]byte, error) { method UnmarshalText (line 1312) | func (i *Family) UnmarshalText(text []byte) error { constant _LACPRateName (line 1318) | _LACPRateName = "slowfast" constant _LACPRateLowerName (line 1322) | _LACPRateLowerName = "slowfast" method String (line 1324) | func (i LACPRate) String() string { function _LACPRateNoOp (line 1333) | func _LACPRateNoOp() { function LACPRateString (line 1355) | func LACPRateString(s string) (LACPRate, error) { function LACPRateValues (line 1367) | func LACPRateValues() []LACPRate { function LACPRateStrings (line 1372) | func LACPRateStrings() []string { method IsALACPRate (line 1379) | func (i LACPRate) IsALACPRate() bool { method MarshalText (line 1389) | func (i LACPRate) MarshalText() ([]byte, error) { method UnmarshalText (line 1394) | func (i *LACPRate) UnmarshalText(text []byte) error { constant _LinkFlagName (line 1400) | _LinkFlagName = "UPBROADCASTDEBUGLOOPBACKPOINTTOPOINTNOTRAILERSRUNNINGNO... constant _LinkFlagLowerName (line 1401) | _LinkFlagLowerName = "upbroadcastdebugloopbackpointtopointnotrailersrunn... method String (line 1425) | func (i LinkFlag) String() string { function _LinkFlagNoOp (line 1434) | func _LinkFlagNoOp() { function LinkFlagString (line 1524) | func LinkFlagString(s string) (LinkFlag, error) { function LinkFlagValues (line 1536) | func LinkFlagValues() []LinkFlag { function LinkFlagStrings (line 1541) | func LinkFlagStrings() []string { method IsALinkFlag (line 1548) | func (i LinkFlag) IsALinkFlag() bool { method MarshalText (line 1554) | func (i LinkFlag) MarshalText() ([]byte, error) { method UnmarshalText (line 1559) | func (i *LinkFlag) UnmarshalText(text []byte) error { constant _LinkTypeName (line 1565) | _LinkTypeName = "netromethereetherax25pronetchaosieee802arcnetatalkdlcia... constant _LinkTypeLowerName (line 1566) | _LinkTypeLowerName = "netromethereetherax25pronetchaosieee802arcnetatalk... method String (line 1647) | func (i LinkType) String() string { function _LinkTypeNoOp (line 1656) | func _LinkTypeNoOp() { function LinkTypeString (line 1974) | func LinkTypeString(s string) (LinkType, error) { function LinkTypeValues (line 1986) | func LinkTypeValues() []LinkType { function LinkTypeStrings (line 1991) | func LinkTypeStrings() []string { method IsALinkType (line 1998) | func (i LinkType) IsALinkType() bool { method MarshalText (line 2004) | func (i LinkType) MarshalText() ([]byte, error) { method UnmarshalText (line 2009) | func (i *LinkType) UnmarshalText(text []byte) error { constant _MatchOperatorName (line 2015) | _MatchOperatorName = "==!=" constant _MatchOperatorLowerName (line 2019) | _MatchOperatorLowerName = "==!=" method String (line 2021) | func (i MatchOperator) String() string { function _MatchOperatorNoOp (line 2030) | func _MatchOperatorNoOp() { function MatchOperatorString (line 2052) | func MatchOperatorString(s string) (MatchOperator, error) { function MatchOperatorValues (line 2064) | func MatchOperatorValues() []MatchOperator { function MatchOperatorStrings (line 2069) | func MatchOperatorStrings() []string { method IsAMatchOperator (line 2076) | func (i MatchOperator) IsAMatchOperator() bool { method MarshalText (line 2086) | func (i MatchOperator) MarshalText() ([]byte, error) { method UnmarshalText (line 2091) | func (i *MatchOperator) UnmarshalText(text []byte) error { constant _NfTablesChainHookName (line 2097) | _NfTablesChainHookName = "preroutinginputforwardoutputpostrouting" constant _NfTablesChainHookLowerName (line 2101) | _NfTablesChainHookLowerName = "preroutinginputforwardoutputpostrouting" method String (line 2103) | func (i NfTablesChainHook) String() string { function _NfTablesChainHookNoOp (line 2112) | func _NfTablesChainHookNoOp() { function NfTablesChainHookString (line 2146) | func NfTablesChainHookString(s string) (NfTablesChainHook, error) { function NfTablesChainHookValues (line 2158) | func NfTablesChainHookValues() []NfTablesChainHook { function NfTablesChainHookStrings (line 2163) | func NfTablesChainHookStrings() []string { method IsANfTablesChainHook (line 2170) | func (i NfTablesChainHook) IsANfTablesChainHook() bool { method MarshalText (line 2180) | func (i NfTablesChainHook) MarshalText() ([]byte, error) { method UnmarshalText (line 2185) | func (i *NfTablesChainHook) UnmarshalText(text []byte) error { constant _NfTablesChainPriorityName (line 2191) | _NfTablesChainPriorityName = "firstconntrack-defragrawselinux-firstconnt... constant _NfTablesChainPriorityLowerName (line 2192) | _NfTablesChainPriorityLowerName = "firstconntrack-defragrawselinux-first... method String (line 2210) | func (i NfTablesChainPriority) String() string { function _NfTablesChainPriorityNoOp (line 2219) | func _NfTablesChainPriorityNoOp() { function NfTablesChainPriorityString (line 2285) | func NfTablesChainPriorityString(s string) (NfTablesChainPriority, error) { function NfTablesChainPriorityValues (line 2297) | func NfTablesChainPriorityValues() []NfTablesChainPriority { function NfTablesChainPriorityStrings (line 2302) | func NfTablesChainPriorityStrings() []string { method IsANfTablesChainPriority (line 2309) | func (i NfTablesChainPriority) IsANfTablesChainPriority() bool { method MarshalText (line 2315) | func (i NfTablesChainPriority) MarshalText() ([]byte, error) { method UnmarshalText (line 2320) | func (i *NfTablesChainPriority) UnmarshalText(text []byte) error { constant _NfTablesVerdictName (line 2326) | _NfTablesVerdictName = "dropaccept" constant _NfTablesVerdictLowerName (line 2330) | _NfTablesVerdictLowerName = "dropaccept" method String (line 2332) | func (i NfTablesVerdict) String() string { function _NfTablesVerdictNoOp (line 2341) | func _NfTablesVerdictNoOp() { function NfTablesVerdictString (line 2363) | func NfTablesVerdictString(s string) (NfTablesVerdict, error) { function NfTablesVerdictValues (line 2375) | func NfTablesVerdictValues() []NfTablesVerdict { function NfTablesVerdictStrings (line 2380) | func NfTablesVerdictStrings() []string { method IsANfTablesVerdict (line 2387) | func (i NfTablesVerdict) IsANfTablesVerdict() bool { method MarshalText (line 2397) | func (i NfTablesVerdict) MarshalText() ([]byte, error) { method UnmarshalText (line 2402) | func (i *NfTablesVerdict) UnmarshalText(text []byte) error { constant _OperationalStateName (line 2408) | _OperationalStateName = "unknownnotPresentdownlowerLayerDowntestingdorma... constant _OperationalStateLowerName (line 2412) | _OperationalStateLowerName = "unknownnotpresentdownlowerlayerdowntesting... method String (line 2414) | func (i OperationalState) String() string { function _OperationalStateNoOp (line 2423) | func _OperationalStateNoOp() { function OperationalStateString (line 2465) | func OperationalStateString(s string) (OperationalState, error) { function OperationalStateValues (line 2477) | func OperationalStateValues() []OperationalState { function OperationalStateStrings (line 2482) | func OperationalStateStrings() []string { method IsAOperationalState (line 2489) | func (i OperationalState) IsAOperationalState() bool { method MarshalText (line 2499) | func (i OperationalState) MarshalText() ([]byte, error) { method UnmarshalText (line 2504) | func (i *OperationalState) UnmarshalText(text []byte) error { constant _PortName_0 (line 2511) | _PortName_0 = "TwistedPairAUIMIIBNCDirectAttach" constant _PortLowerName_0 (line 2512) | _PortLowerName_0 = "twistedpairauimiibncdirectattach" constant _PortName_1 (line 2513) | _PortName_1 = "None" constant _PortLowerName_1 (line 2514) | _PortLowerName_1 = "none" constant _PortName_2 (line 2515) | _PortName_2 = "Other" constant _PortLowerName_2 (line 2516) | _PortLowerName_2 = "other" method String (line 2525) | func (i Port) String() string { function _PortNoOp (line 2540) | func _PortNoOp() { function PortString (line 2586) | func PortString(s string) (Port, error) { function PortValues (line 2598) | func PortValues() []Port { function PortStrings (line 2603) | func PortStrings() []string { method IsAPort (line 2610) | func (i Port) IsAPort() bool { method MarshalText (line 2620) | func (i Port) MarshalText() ([]byte, error) { method UnmarshalText (line 2625) | func (i *Port) UnmarshalText(text []byte) error { constant _PrimaryReselectName (line 2631) | _PrimaryReselectName = "alwaysbetterfailure" constant _PrimaryReselectLowerName (line 2635) | _PrimaryReselectLowerName = "alwaysbetterfailure" method String (line 2637) | func (i PrimaryReselect) String() string { function _PrimaryReselectNoOp (line 2646) | func _PrimaryReselectNoOp() { function PrimaryReselectString (line 2672) | func PrimaryReselectString(s string) (PrimaryReselect, error) { function PrimaryReselectValues (line 2684) | func PrimaryReselectValues() []PrimaryReselect { function PrimaryReselectStrings (line 2689) | func PrimaryReselectStrings() []string { method IsAPrimaryReselect (line 2696) | func (i PrimaryReselect) IsAPrimaryReselect() bool { method MarshalText (line 2706) | func (i PrimaryReselect) MarshalText() ([]byte, error) { method UnmarshalText (line 2711) | func (i *PrimaryReselect) UnmarshalText(text []byte) error { constant _ProtocolName_0 (line 2718) | _ProtocolName_0 = "icmp" constant _ProtocolLowerName_0 (line 2719) | _ProtocolLowerName_0 = "icmp" constant _ProtocolName_1 (line 2720) | _ProtocolName_1 = "tcp" constant _ProtocolLowerName_1 (line 2721) | _ProtocolLowerName_1 = "tcp" constant _ProtocolName_2 (line 2722) | _ProtocolName_2 = "udp" constant _ProtocolLowerName_2 (line 2723) | _ProtocolLowerName_2 = "udp" constant _ProtocolName_3 (line 2724) | _ProtocolName_3 = "icmpv6" constant _ProtocolLowerName_3 (line 2725) | _ProtocolLowerName_3 = "icmpv6" method String (line 2735) | func (i Protocol) String() string { function _ProtocolNoOp (line 2752) | func _ProtocolNoOp() { function ProtocolString (line 2782) | func ProtocolString(s string) (Protocol, error) { function ProtocolValues (line 2794) | func ProtocolValues() []Protocol { function ProtocolStrings (line 2799) | func ProtocolStrings() []string { method IsAProtocol (line 2806) | func (i Protocol) IsAProtocol() bool { method MarshalText (line 2816) | func (i Protocol) MarshalText() ([]byte, error) { method UnmarshalText (line 2821) | func (i *Protocol) UnmarshalText(text []byte) error { constant _RouteFlagName_0 (line 2828) | _RouteFlagName_0 = "notify" constant _RouteFlagLowerName_0 (line 2829) | _RouteFlagLowerName_0 = "notify" constant _RouteFlagName_1 (line 2830) | _RouteFlagName_1 = "cloned" constant _RouteFlagLowerName_1 (line 2831) | _RouteFlagLowerName_1 = "cloned" constant _RouteFlagName_2 (line 2832) | _RouteFlagName_2 = "equalize" constant _RouteFlagLowerName_2 (line 2833) | _RouteFlagLowerName_2 = "equalize" constant _RouteFlagName_3 (line 2834) | _RouteFlagName_3 = "prefix" constant _RouteFlagLowerName_3 (line 2835) | _RouteFlagLowerName_3 = "prefix" constant _RouteFlagName_4 (line 2836) | _RouteFlagName_4 = "lookup_table" constant _RouteFlagLowerName_4 (line 2837) | _RouteFlagLowerName_4 = "lookup_table" constant _RouteFlagName_5 (line 2838) | _RouteFlagName_5 = "fib_match" constant _RouteFlagLowerName_5 (line 2839) | _RouteFlagLowerName_5 = "fib_match" constant _RouteFlagName_6 (line 2840) | _RouteFlagName_6 = "offload" constant _RouteFlagLowerName_6 (line 2841) | _RouteFlagLowerName_6 = "offload" constant _RouteFlagName_7 (line 2842) | _RouteFlagName_7 = "trap" constant _RouteFlagLowerName_7 (line 2843) | _RouteFlagLowerName_7 = "trap" method String (line 2857) | func (i RouteFlag) String() string { function _RouteFlagNoOp (line 2882) | func _RouteFlagNoOp() { function RouteFlagString (line 2928) | func RouteFlagString(s string) (RouteFlag, error) { function RouteFlagValues (line 2940) | func RouteFlagValues() []RouteFlag { function RouteFlagStrings (line 2945) | func RouteFlagStrings() []string { method IsARouteFlag (line 2952) | func (i RouteFlag) IsARouteFlag() bool { method MarshalText (line 2962) | func (i RouteFlag) MarshalText() ([]byte, error) { method UnmarshalText (line 2967) | func (i *RouteFlag) UnmarshalText(text []byte) error { constant _RouteProtocolName_0 (line 2974) | _RouteProtocolName_0 = "unspecredirectkernelbootstatic" constant _RouteProtocolLowerName_0 (line 2975) | _RouteProtocolLowerName_0 = "unspecredirectkernelbootstatic" constant _RouteProtocolName_1 (line 2976) | _RouteProtocolName_1 = "ramrtzebrabirddnroutedxorpntkdhcpmrtdkeepal... constant _RouteProtocolLowerName_1 (line 2977) | _RouteProtocolLowerName_1 = "ramrtzebrabirddnroutedxorpntkdhcpmrtdkeepal... constant _RouteProtocolName_2 (line 2978) | _RouteProtocolName_2 = "babel" constant _RouteProtocolLowerName_2 (line 2979) | _RouteProtocolLowerName_2 = "babel" constant _RouteProtocolName_3 (line 2980) | _RouteProtocolName_3 = "openr" constant _RouteProtocolLowerName_3 (line 2981) | _RouteProtocolLowerName_3 = "openr" constant _RouteProtocolName_4 (line 2982) | _RouteProtocolName_4 = "bgpisisospfrip" constant _RouteProtocolLowerName_4 (line 2983) | _RouteProtocolLowerName_4 = "bgpisisospfrip" constant _RouteProtocolName_5 (line 2984) | _RouteProtocolName_5 = "eigrp" constant _RouteProtocolLowerName_5 (line 2985) | _RouteProtocolLowerName_5 = "eigrp" method String (line 2997) | func (i RouteProtocol) String() string { function _RouteProtocolNoOp (line 3020) | func _RouteProtocolNoOp() { function RouteProtocolString (line 3122) | func RouteProtocolString(s string) (RouteProtocol, error) { function RouteProtocolValues (line 3134) | func RouteProtocolValues() []RouteProtocol { function RouteProtocolStrings (line 3139) | func RouteProtocolStrings() []string { method IsARouteProtocol (line 3146) | func (i RouteProtocol) IsARouteProtocol() bool { method MarshalText (line 3156) | func (i RouteProtocol) MarshalText() ([]byte, error) { method UnmarshalText (line 3161) | func (i *RouteProtocol) UnmarshalText(text []byte) error { constant _RouteTypeName (line 3167) | _RouteTypeName = "unspecunicastlocalbroadcastanycastmulticastblackholeun... constant _RouteTypeLowerName (line 3171) | _RouteTypeLowerName = "unspecunicastlocalbroadcastanycastmulticastblackh... method String (line 3173) | func (i RouteType) String() string { function _RouteTypeNoOp (line 3182) | func _RouteTypeNoOp() { function RouteTypeString (line 3244) | func RouteTypeString(s string) (RouteType, error) { function RouteTypeValues (line 3256) | func RouteTypeValues() []RouteType { function RouteTypeStrings (line 3261) | func RouteTypeStrings() []string { method IsARouteType (line 3268) | func (i RouteType) IsARouteType() bool { method MarshalText (line 3278) | func (i RouteType) MarshalText() ([]byte, error) { method UnmarshalText (line 3283) | func (i *RouteType) UnmarshalText(text []byte) error { constant _RoutingRuleActionName_0 (line 3290) | _RoutingRuleActionName_0 = "unspecunicast" constant _RoutingRuleActionLowerName_0 (line 3291) | _RoutingRuleActionLowerName_0 = "unspecunicast" constant _RoutingRuleActionName_1 (line 3292) | _RoutingRuleActionName_1 = "blackholeunreachableprohibit" constant _RoutingRuleActionLowerName_1 (line 3293) | _RoutingRuleActionLowerName_1 = "blackholeunreachableprohibit" method String (line 3301) | func (i RoutingRuleAction) String() string { function _RoutingRuleActionNoOp (line 3315) | func _RoutingRuleActionNoOp() { function RoutingRuleActionString (line 3349) | func RoutingRuleActionString(s string) (RoutingRuleAction, error) { function RoutingRuleActionValues (line 3361) | func RoutingRuleActionValues() []RoutingRuleAction { function RoutingRuleActionStrings (line 3366) | func RoutingRuleActionStrings() []string { method IsARoutingRuleAction (line 3373) | func (i RoutingRuleAction) IsARoutingRuleAction() bool { method MarshalText (line 3383) | func (i RoutingRuleAction) MarshalText() ([]byte, error) { method UnmarshalText (line 3388) | func (i *RoutingRuleAction) UnmarshalText(text []byte) error { constant _RoutingTableName (line 3394) | _RoutingTableName = "unspec123456789101112131415161718192021222324252627... constant _RoutingTableLowerName (line 3398) | _RoutingTableLowerName = "unspec1234567891011121314151617181920212223242... method String (line 3400) | func (i RoutingTable) String() string { function _RoutingTableNoOp (line 3409) | func _RoutingTableNoOp() { function RoutingTableString (line 4447) | func RoutingTableString(s string) (RoutingTable, error) { function RoutingTableValues (line 4459) | func RoutingTableValues() []RoutingTable { function RoutingTableStrings (line 4464) | func RoutingTableStrings() []string { method IsARoutingTable (line 4471) | func (i RoutingTable) IsARoutingTable() bool { method MarshalText (line 4481) | func (i RoutingTable) MarshalText() ([]byte, error) { method UnmarshalText (line 4486) | func (i *RoutingTable) UnmarshalText(text []byte) error { constant _ScopeName_0 (line 4493) | _ScopeName_0 = "global" constant _ScopeLowerName_0 (line 4494) | _ScopeLowerName_0 = "global" constant _ScopeName_1 (line 4495) | _ScopeName_1 = "site" constant _ScopeLowerName_1 (line 4496) | _ScopeLowerName_1 = "site" constant _ScopeName_2 (line 4497) | _ScopeName_2 = "linkhostnowhere" constant _ScopeLowerName_2 (line 4498) | _ScopeLowerName_2 = "linkhostnowhere" method String (line 4507) | func (i Scope) String() string { function _ScopeNoOp (line 4523) | func _ScopeNoOp() { function ScopeString (line 4557) | func ScopeString(s string) (Scope, error) { function ScopeValues (line 4569) | func ScopeValues() []Scope { function ScopeStrings (line 4574) | func ScopeStrings() []string { method IsAScope (line 4581) | func (i Scope) IsAScope() bool { method MarshalText (line 4591) | func (i Scope) MarshalText() ([]byte, error) { method UnmarshalText (line 4596) | func (i *Scope) UnmarshalText(text []byte) error { constant _StatusName (line 4602) | _StatusName = "addressesconnectivityhostnameetcfiles" constant _StatusLowerName (line 4606) | _StatusLowerName = "addressesconnectivityhostnameetcfiles" method String (line 4608) | func (i Status) String() string { function _StatusNoOp (line 4618) | func _StatusNoOp() { function StatusString (line 4648) | func StatusString(s string) (Status, error) { function StatusValues (line 4660) | func StatusValues() []Status { function StatusStrings (line 4665) | func StatusStrings() []string { method IsAStatus (line 4672) | func (i Status) IsAStatus() bool { method MarshalText (line 4682) | func (i Status) MarshalText() ([]byte, error) { method UnmarshalText (line 4687) | func (i *Status) UnmarshalText(text []byte) error { constant _VLANProtocolName_0 (line 4694) | _VLANProtocolName_0 = "802.1q" constant _VLANProtocolLowerName_0 (line 4695) | _VLANProtocolLowerName_0 = "802.1q" constant _VLANProtocolName_1 (line 4696) | _VLANProtocolName_1 = "802.1ad" constant _VLANProtocolLowerName_1 (line 4697) | _VLANProtocolLowerName_1 = "802.1ad" method String (line 4705) | func (i VLANProtocol) String() string { function _VLANProtocolNoOp (line 4718) | func _VLANProtocolNoOp() { function VLANProtocolString (line 4740) | func VLANProtocolString(s string) (VLANProtocol, error) { function VLANProtocolValues (line 4752) | func VLANProtocolValues() []VLANProtocol { function VLANProtocolStrings (line 4757) | func VLANProtocolStrings() []string { method IsAVLANProtocol (line 4764) | func (i VLANProtocol) IsAVLANProtocol() bool { method MarshalText (line 4774) | func (i VLANProtocol) MarshalText() ([]byte, error) { method UnmarshalText (line 4779) | func (i *VLANProtocol) UnmarshalText(text []byte) error { constant _WOLModeName_0 (line 4786) | _WOLModeName_0 = "phyunicast" constant _WOLModeLowerName_0 (line 4787) | _WOLModeLowerName_0 = "phyunicast" constant _WOLModeName_1 (line 4788) | _WOLModeName_1 = "multicast" constant _WOLModeLowerName_1 (line 4789) | _WOLModeLowerName_1 = "multicast" constant _WOLModeName_2 (line 4790) | _WOLModeName_2 = "broadcast" constant _WOLModeLowerName_2 (line 4791) | _WOLModeLowerName_2 = "broadcast" constant _WOLModeName_3 (line 4792) | _WOLModeName_3 = "magic" constant _WOLModeLowerName_3 (line 4793) | _WOLModeLowerName_3 = "magic" constant _WOLModeName_4 (line 4794) | _WOLModeName_4 = "magicsecure" constant _WOLModeLowerName_4 (line 4795) | _WOLModeLowerName_4 = "magicsecure" constant _WOLModeName_5 (line 4796) | _WOLModeName_5 = "filter" constant _WOLModeLowerName_5 (line 4797) | _WOLModeLowerName_5 = "filter" method String (line 4809) | func (i WOLMode) String() string { function _WOLModeNoOp (line 4831) | func _WOLModeNoOp() { function WOLModeString (line 4873) | func WOLModeString(s string) (WOLMode, error) { function WOLModeValues (line 4885) | func WOLModeValues() []WOLMode { function WOLModeStrings (line 4890) | func WOLModeStrings() []string { method IsAWOLMode (line 4897) | func (i WOLMode) IsAWOLMode() bool { method MarshalText (line 4907) | func (i WOLMode) MarshalText() ([]byte, error) { method UnmarshalText (line 4912) | func (i *WOLMode) UnmarshalText(text []byte) error { FILE: pkg/machinery/nethelpers/arpvalidate.go type ARPValidate (line 10) | type ARPValidate constant ARPValidateNone (line 16) | ARPValidateNone ARPValidate = iota constant ARPValidateActive (line 17) | ARPValidateActive constant ARPValidateBackup (line 18) | ARPValidateBackup constant ARPValidateAll (line 19) | ARPValidateAll constant ARPValidateFilter (line 20) | ARPValidateFilter constant ARPValidateFilterActive (line 21) | ARPValidateFilterActive constant ARPValidateFilterBackup (line 22) | ARPValidateFilterBackup function ARPValidateByName (line 26) | func ARPValidateByName(a string) (ARPValidate, error) { FILE: pkg/machinery/nethelpers/autohostnamekind.go type AutoHostnameKind (line 8) | type AutoHostnameKind constant AutoHostnameKindOff (line 17) | AutoHostnameKindOff AutoHostnameKind = iota constant AutoHostnameKindAddr (line 18) | AutoHostnameKindAddr constant AutoHostnameKindStable (line 19) | AutoHostnameKindStable FILE: pkg/machinery/nethelpers/bondmode.go type BondMode (line 10) | type BondMode constant BondModeRoundrobin (line 18) | BondModeRoundrobin BondMode = iota constant BondModeActiveBackup (line 19) | BondModeActiveBackup constant BondModeXOR (line 20) | BondModeXOR constant BondModeBroadcast (line 21) | BondModeBroadcast constant BondMode8023AD (line 22) | BondMode8023AD constant BondModeTLB (line 23) | BondModeTLB constant BondModeALB (line 24) | BondModeALB function BondModeByName (line 28) | func BondModeByName(mode string) (bm BondMode, err error) { FILE: pkg/machinery/nethelpers/bondxmithashpolicy.go type BondXmitHashPolicy (line 10) | type BondXmitHashPolicy constant BondXmitPolicyLayer2 (line 16) | BondXmitPolicyLayer2 BondXmitHashPolicy = iota constant BondXmitPolicyLayer34 (line 17) | BondXmitPolicyLayer34 constant BondXmitPolicyLayer23 (line 18) | BondXmitPolicyLayer23 constant BondXmitPolicyEncap23 (line 19) | BondXmitPolicyEncap23 constant BondXmitPolicyEncap34 (line 20) | BondXmitPolicyEncap34 function BondXmitHashPolicyByName (line 24) | func BondXmitHashPolicyByName(policy string) (BondXmitHashPolicy, error) { FILE: pkg/machinery/nethelpers/client_identifier.go type ClientIdentifier (line 8) | type ClientIdentifier constant ClientIdentifierNone (line 14) | ClientIdentifierNone ClientIdentifier = iota constant ClientIdentifierMAC (line 15) | ClientIdentifierMAC constant ClientIdentifierDUID (line 16) | ClientIdentifierDUID FILE: pkg/machinery/nethelpers/conntrack_state.go type ConntrackState (line 8) | type ConntrackState constant ConntrackStateNew (line 14) | ConntrackStateNew ConntrackState = 0x08 constant ConntrackStateRelated (line 15) | ConntrackStateRelated ConntrackState = 0x04 constant ConntrackStateEstablished (line 16) | ConntrackStateEstablished ConntrackState = 0x02 constant ConntrackStateInvalid (line 17) | ConntrackStateInvalid ConntrackState = 0x01 FILE: pkg/machinery/nethelpers/default_action.go type DefaultAction (line 8) | type DefaultAction constant DefaultActionAccept (line 12) | DefaultActionAccept DefaultAction = iota constant DefaultActionBlock (line 13) | DefaultActionBlock FILE: pkg/machinery/nethelpers/device.go type DeviceInfo (line 18) | type DeviceInfo struct function GetDeviceInfo (line 27) | func GetDeviceInfo(deviceName string) (*DeviceInfo, error) { FILE: pkg/machinery/nethelpers/duplex.go type Duplex (line 10) | type Duplex constant Half (line 16) | Half Duplex = Duplex(ethtool.Half) constant Full (line 17) | Full Duplex = Duplex(ethtool.Full) constant Unknown (line 18) | Unknown Duplex = Duplex(ethtool.Unknown) FILE: pkg/machinery/nethelpers/failovermac.go type FailOverMAC (line 13) | type FailOverMAC method MarshalText (line 39) | func (f FailOverMAC) MarshalText() ([]byte, error) { method UnmarshalText (line 48) | func (f *FailOverMAC) UnmarshalText(text []byte) error { constant FailOverMACNone (line 19) | FailOverMACNone FailOverMAC = iota constant FailOverMACActive (line 20) | FailOverMACActive constant FailOverMACFollow (line 21) | FailOverMACFollow function FailOverMACByName (line 25) | func FailOverMACByName(f string) (FailOverMAC, error) { FILE: pkg/machinery/nethelpers/failovermac_enumer.go constant _FailOverMACName (line 10) | _FailOverMACName = "noneactivefollow" constant _FailOverMACLowerName (line 14) | _FailOverMACLowerName = "noneactivefollow" method String (line 16) | func (i FailOverMAC) String() string { function _FailOverMACNoOp (line 25) | func _FailOverMACNoOp() { function FailOverMACString (line 51) | func FailOverMACString(s string) (FailOverMAC, error) { function FailOverMACValues (line 63) | func FailOverMACValues() []FailOverMAC { function FailOverMACStrings (line 68) | func FailOverMACStrings() []string { method IsAFailOverMAC (line 75) | func (i FailOverMAC) IsAFailOverMAC() bool { FILE: pkg/machinery/nethelpers/failovermac_test.go function TestFailOverMACUnmarshalText (line 16) | func TestFailOverMACUnmarshalText(t *testing.T) { FILE: pkg/machinery/nethelpers/family.go type Family (line 8) | type Family constant FamilyInet4 (line 14) | FamilyInet4 Family = 2 constant FamilyInet6 (line 15) | FamilyInet6 Family = 10 FILE: pkg/machinery/nethelpers/host_port.go type ints (line 12) | type ints interface function JoinHostPort (line 17) | func JoinHostPort[T ints](host string, port T) string { FILE: pkg/machinery/nethelpers/hwaddr.go type HardwareAddr (line 14) | type HardwareAddr method MarshalText (line 17) | func (addr HardwareAddr) MarshalText() ([]byte, error) { method UnmarshalText (line 22) | func (addr *HardwareAddr) UnmarshalText(b []byte) error { method String (line 38) | func (addr HardwareAddr) String() string { FILE: pkg/machinery/nethelpers/icmp_type.go type ICMPType (line 8) | type ICMPType constant ICMPTypeTimestampRequest (line 14) | ICMPTypeTimestampRequest ICMPType = 13 constant ICMPTypeTimestampReply (line 15) | ICMPTypeTimestampReply ICMPType = 14 constant ICMPTypeAddressMaskRequest (line 16) | ICMPTypeAddressMaskRequest ICMPType = 17 constant ICMPTypeAddressMaskReply (line 17) | ICMPTypeAddressMaskReply ICMPType = 18 FILE: pkg/machinery/nethelpers/lacprate.go type LACPRate (line 10) | type LACPRate constant LACPRateSlow (line 16) | LACPRateSlow LACPRate = iota constant LACPRateFast (line 17) | LACPRateFast function LACPRateByName (line 21) | func LACPRateByName(mode string) (LACPRate, error) { FILE: pkg/machinery/nethelpers/linkflag.go type LinkFlags (line 12) | type LinkFlags method String (line 14) | func (flags LinkFlags) String() string { method MarshalText (line 43) | func (flags LinkFlags) MarshalText() ([]byte, error) { method UnmarshalText (line 48) | func (flags *LinkFlags) UnmarshalText(b []byte) error { function LinkFlagsString (line 27) | func LinkFlagsString(s string) (LinkFlags, error) { type LinkFlag (line 57) | type LinkFlag constant LinkUp (line 61) | LinkUp LinkFlag = 1 << iota constant LinkBroadcast (line 62) | LinkBroadcast constant LinkDebug (line 63) | LinkDebug constant LinkLoopback (line 64) | LinkLoopback constant LinkPointToPoint (line 65) | LinkPointToPoint constant LinkNoTrailers (line 66) | LinkNoTrailers constant LinkRunning (line 67) | LinkRunning constant LinkNoArp (line 68) | LinkNoArp constant LinkPromisc (line 69) | LinkPromisc constant LinkAllMulti (line 70) | LinkAllMulti constant LinkMaster (line 71) | LinkMaster constant LinkSlave (line 72) | LinkSlave constant LinkMulticast (line 73) | LinkMulticast constant LinkPortsel (line 74) | LinkPortsel constant LinKAutoMedia (line 75) | LinKAutoMedia constant LinkDynamic (line 76) | LinkDynamic constant LinkLowerUp (line 77) | LinkLowerUp constant LinkDormant (line 78) | LinkDormant constant LinkEcho (line 79) | LinkEcho FILE: pkg/machinery/nethelpers/linktype.go type LinkType (line 8) | type LinkType constant LinkNetrom (line 14) | LinkNetrom LinkType = 0 constant LinkEther (line 15) | LinkEther LinkType = 1 constant LinkEether (line 16) | LinkEether LinkType = 2 constant LinkAx25 (line 17) | LinkAx25 LinkType = 3 constant LinkPronet (line 18) | LinkPronet LinkType = 4 constant LinkChaos (line 19) | LinkChaos LinkType = 5 constant LinkIee802 (line 20) | LinkIee802 LinkType = 6 constant LinkArcnet (line 21) | LinkArcnet LinkType = 7 constant LinkAtalk (line 22) | LinkAtalk LinkType = 8 constant LinkDlci (line 23) | LinkDlci LinkType = 15 constant LinkAtm (line 24) | LinkAtm LinkType = 19 constant LinkMetricom (line 25) | LinkMetricom LinkType = 23 constant LinkIeee1394 (line 26) | LinkIeee1394 LinkType = 24 constant LinkEui64 (line 27) | LinkEui64 LinkType = 27 constant LinkInfiniband (line 28) | LinkInfiniband LinkType = 32 constant LinkSlip (line 29) | LinkSlip LinkType = 256 constant LinkCslip (line 30) | LinkCslip LinkType = 257 constant LinkSlip6 (line 31) | LinkSlip6 LinkType = 258 constant LinkCslip6 (line 32) | LinkCslip6 LinkType = 259 constant LinkRsrvd (line 33) | LinkRsrvd LinkType = 260 constant LinkAdapt (line 34) | LinkAdapt LinkType = 264 constant LinkRose (line 35) | LinkRose LinkType = 270 constant LinkX25 (line 36) | LinkX25 LinkType = 271 constant LinkHwx25 (line 37) | LinkHwx25 LinkType = 272 constant LinkCan (line 38) | LinkCan LinkType = 280 constant LinkPpp (line 39) | LinkPpp LinkType = 512 constant LinkCisco (line 40) | LinkCisco LinkType = 513 constant LinkHdlc (line 41) | LinkHdlc LinkType = 513 constant LinkLapb (line 42) | LinkLapb LinkType = 516 constant LinkDdcmp (line 43) | LinkDdcmp LinkType = 517 constant LinkRawhdlc (line 44) | LinkRawhdlc LinkType = 518 constant LinkTunnel (line 45) | LinkTunnel LinkType = 768 constant LinkTunnel6 (line 46) | LinkTunnel6 LinkType = 769 constant LinkFrad (line 47) | LinkFrad LinkType = 770 constant LinkSkip (line 48) | LinkSkip LinkType = 771 constant LinkLoopbck (line 49) | LinkLoopbck LinkType = 772 constant LinkLocaltlk (line 50) | LinkLocaltlk LinkType = 773 constant LinkFddi (line 51) | LinkFddi LinkType = 774 constant LinkBif (line 52) | LinkBif LinkType = 775 constant LinkSit (line 53) | LinkSit LinkType = 776 constant LinkIpddp (line 54) | LinkIpddp LinkType = 777 constant LinkIpgre (line 55) | LinkIpgre LinkType = 778 constant LinkPimreg (line 56) | LinkPimreg LinkType = 779 constant LinkHippi (line 57) | LinkHippi LinkType = 780 constant LinkAsh (line 58) | LinkAsh LinkType = 781 constant LinkEconet (line 59) | LinkEconet LinkType = 782 constant LinkIrda (line 60) | LinkIrda LinkType = 783 constant LinkFcpp (line 61) | LinkFcpp LinkType = 784 constant LinkFcal (line 62) | LinkFcal LinkType = 785 constant LinkFcpl (line 63) | LinkFcpl LinkType = 786 constant LinkFcfabric (line 64) | LinkFcfabric LinkType = 787 constant LinkFcfabric1 (line 65) | LinkFcfabric1 LinkType = LinkFcfabric + 1 constant LinkFcfabric2 (line 66) | LinkFcfabric2 LinkType = LinkFcfabric + 2 constant LinkFcfabric3 (line 67) | LinkFcfabric3 LinkType = LinkFcfabric + 3 constant LinkFcfabric4 (line 68) | LinkFcfabric4 LinkType = LinkFcfabric + 4 constant LinkFcfabric5 (line 69) | LinkFcfabric5 LinkType = LinkFcfabric + 5 constant LinkFcfabric6 (line 70) | LinkFcfabric6 LinkType = LinkFcfabric + 6 constant LinkFcfabric7 (line 71) | LinkFcfabric7 LinkType = LinkFcfabric + 7 constant LinkFcfabric8 (line 72) | LinkFcfabric8 LinkType = LinkFcfabric + 8 constant LinkFcfabric9 (line 73) | LinkFcfabric9 LinkType = LinkFcfabric + 9 constant LinkFcfabric10 (line 74) | LinkFcfabric10 LinkType = LinkFcfabric + 10 constant LinkFcfabric11 (line 75) | LinkFcfabric11 LinkType = LinkFcfabric + 11 constant LinkFcfabric12 (line 76) | LinkFcfabric12 LinkType = LinkFcfabric + 12 constant LinkIee802tr (line 77) | LinkIee802tr LinkType = 800 constant LinkIee80211 (line 78) | LinkIee80211 LinkType = 801 constant LinkIee80211prism (line 79) | LinkIee80211prism LinkType = 802 constant LinkIee80211Radiotap (line 80) | LinkIee80211Radiotap LinkType = 803 constant LinkIee8021154 (line 81) | LinkIee8021154 LinkType = 804 constant LinkIee8021154monitor (line 82) | LinkIee8021154monitor LinkType = 805 constant LinkPhonet (line 83) | LinkPhonet LinkType = 820 constant LinkPhonetpipe (line 84) | LinkPhonetpipe LinkType = 821 constant LinkCaif (line 85) | LinkCaif LinkType = 822 constant LinkIP6gre (line 86) | LinkIP6gre LinkType = 823 constant LinkNetlink (line 87) | LinkNetlink LinkType = 824 constant Link6Lowpan (line 88) | Link6Lowpan LinkType = 825 constant LinkVoid (line 89) | LinkVoid LinkType = 65535 constant LinkNone (line 90) | LinkNone LinkType = 65534 FILE: pkg/machinery/nethelpers/match_operator.go type MatchOperator (line 8) | type MatchOperator constant OperatorEqual (line 14) | OperatorEqual MatchOperator = 0 constant OperatorNotEqual (line 15) | OperatorNotEqual MatchOperator = 1 FILE: pkg/machinery/nethelpers/nftables_chain_hook.go type NfTablesChainHook (line 8) | type NfTablesChainHook constant ChainHookPrerouting (line 14) | ChainHookPrerouting NfTablesChainHook = 0 constant ChainHookInput (line 15) | ChainHookInput NfTablesChainHook = 1 constant ChainHookForward (line 16) | ChainHookForward NfTablesChainHook = 2 constant ChainHookOutput (line 17) | ChainHookOutput NfTablesChainHook = 3 constant ChainHookPostrouting (line 18) | ChainHookPostrouting NfTablesChainHook = 4 FILE: pkg/machinery/nethelpers/nftables_chain_priority.go type NfTablesChainPriority (line 10) | type NfTablesChainPriority constant ChainPriorityFirst (line 16) | ChainPriorityFirst NfTablesChainPriority = math.MinInt32 constant ChainPriorityConntrackDefrag (line 17) | ChainPriorityConntrackDefrag NfTablesChainPriority = -400 constant ChainPriorityRaw (line 18) | ChainPriorityRaw NfTablesChainPriority = -300 constant ChainPrioritySELinuxFirst (line 19) | ChainPrioritySELinuxFirst NfTablesChainPriority = -225 constant ChainPriorityConntrack (line 20) | ChainPriorityConntrack NfTablesChainPriority = -200 constant ChainPriorityMangle (line 21) | ChainPriorityMangle NfTablesChainPriority = -150 constant ChainPriorityNATDest (line 22) | ChainPriorityNATDest NfTablesChainPriority = -100 constant ChainPriorityFilter (line 23) | ChainPriorityFilter NfTablesChainPriority = 0 constant ChainPrioritySecurity (line 24) | ChainPrioritySecurity NfTablesChainPriority = 50 constant ChainPriorityNATSource (line 25) | ChainPriorityNATSource NfTablesChainPriority = 100 constant ChainPrioritySELinuxLast (line 26) | ChainPrioritySELinuxLast NfTablesChainPriority = 225 constant ChainPriorityConntrackHelper (line 27) | ChainPriorityConntrackHelper NfTablesChainPriority = 300 constant ChainPriorityLast (line 28) | ChainPriorityLast NfTablesChainPriority = math.MaxInt32 FILE: pkg/machinery/nethelpers/nftables_chain_type.go constant ChainTypeFilter (line 13) | ChainTypeFilter NfTablesChainType = "filter" constant ChainTypeRoute (line 14) | ChainTypeRoute NfTablesChainType = "route" constant ChainTypeNAT (line 15) | ChainTypeNAT NfTablesChainType = "nat" FILE: pkg/machinery/nethelpers/nftables_verdict.go type NfTablesVerdict (line 8) | type NfTablesVerdict constant VerdictDrop (line 14) | VerdictDrop NfTablesVerdict = 0 constant VerdictAccept (line 15) | VerdictAccept NfTablesVerdict = 1 FILE: pkg/machinery/nethelpers/operstate.go type OperationalState (line 12) | type OperationalState constant OperStateUnknown (line 18) | OperStateUnknown OperationalState = OperationalState(rtnetlink.Op... constant OperStateNotPresent (line 19) | OperStateNotPresent OperationalState = OperationalState(rtnetlink.Op... constant OperStateDown (line 20) | OperStateDown OperationalState = OperationalState(rtnetlink.Op... constant OperStateLowerLayerDown (line 21) | OperStateLowerLayerDown OperationalState = OperationalState(rtnetlink.Op... constant OperStateTesting (line 22) | OperStateTesting OperationalState = OperationalState(rtnetlink.Op... constant OperStateDormant (line 23) | OperStateDormant OperationalState = OperationalState(rtnetlink.Op... constant OperStateUp (line 24) | OperStateUp OperationalState = OperationalState(rtnetlink.Op... FILE: pkg/machinery/nethelpers/port.go type Port (line 10) | type Port constant TwistedPair (line 16) | TwistedPair Port = Port(ethtool.TwistedPair) constant AUI (line 17) | AUI Port = Port(ethtool.AUI) constant MII (line 18) | MII Port = Port(ethtool.MII) constant Fibre (line 19) | Fibre Port = Port(ethtool.Fibre) constant BNC (line 20) | BNC Port = Port(ethtool.BNC) constant DirectAttach (line 21) | DirectAttach Port = Port(ethtool.DirectAttach) constant None (line 22) | None Port = Port(ethtool.None) constant Other (line 23) | Other Port = Port(ethtool.Other) FILE: pkg/machinery/nethelpers/primaryreselect.go type PrimaryReselect (line 10) | type PrimaryReselect constant PrimaryReselectAlways (line 16) | PrimaryReselectAlways PrimaryReselect = iota constant PrimaryReselectBetter (line 17) | PrimaryReselectBetter constant PrimaryReselectFailure (line 18) | PrimaryReselectFailure function PrimaryReselectByName (line 22) | func PrimaryReselectByName(p string) (PrimaryReselect, error) { FILE: pkg/machinery/nethelpers/protocol.go type Protocol (line 8) | type Protocol constant ProtocolICMP (line 14) | ProtocolICMP Protocol = 0x1 constant ProtocolTCP (line 15) | ProtocolTCP Protocol = 0x6 constant ProtocolUDP (line 16) | ProtocolUDP Protocol = 0x11 constant ProtocolICMPv6 (line 17) | ProtocolICMPv6 Protocol = 0x3a FILE: pkg/machinery/nethelpers/routeflags.go type RouteFlags (line 12) | type RouteFlags method String (line 14) | func (flags RouteFlags) String() string { method Equal (line 47) | func (flags RouteFlags) Equal(other RouteFlags) bool { method MarshalText (line 52) | func (flags RouteFlags) MarshalText() ([]byte, error) { method UnmarshalText (line 57) | func (flags *RouteFlags) UnmarshalText(b []byte) error { function RouteFlagsString (line 27) | func RouteFlagsString(s string) (RouteFlags, error) { type RouteFlag (line 66) | type RouteFlag constant RouteNotify (line 72) | RouteNotify RouteFlag = 256 << iota constant RouteCloned (line 73) | RouteCloned constant RouteEqualize (line 74) | RouteEqualize constant RoutePrefix (line 75) | RoutePrefix constant RouteLookupTable (line 76) | RouteLookupTable constant RouteFIBMatch (line 77) | RouteFIBMatch constant RouteOffload (line 78) | RouteOffload constant RouteTrap (line 79) | RouteTrap constant RouteFlagsMask (line 83) | RouteFlagsMask = RouteNotify | RouteCloned | RouteEqualize | RoutePrefix FILE: pkg/machinery/nethelpers/routeflags_test.go function TestRouteFlagsStrings (line 15) | func TestRouteFlagsStrings(t *testing.T) { FILE: pkg/machinery/nethelpers/routeprotocol.go type RouteProtocol (line 8) | type RouteProtocol constant ProtocolUnspec (line 14) | ProtocolUnspec RouteProtocol = 0 constant ProtocolRedirect (line 15) | ProtocolRedirect RouteProtocol = 1 constant ProtocolKernel (line 16) | ProtocolKernel RouteProtocol = 2 constant ProtocolBoot (line 17) | ProtocolBoot RouteProtocol = 3 constant ProtocolStatic (line 18) | ProtocolStatic RouteProtocol = 4 constant ProtocolRA (line 19) | ProtocolRA RouteProtocol = 9 constant ProtocolMRT (line 20) | ProtocolMRT RouteProtocol = 10 constant ProtocolZebra (line 21) | ProtocolZebra RouteProtocol = 11 constant ProtocolBird (line 22) | ProtocolBird RouteProtocol = 12 constant ProtocolDnrouted (line 23) | ProtocolDnrouted RouteProtocol = 13 constant ProtocolXorp (line 24) | ProtocolXorp RouteProtocol = 14 constant ProtocolNTK (line 25) | ProtocolNTK RouteProtocol = 15 constant ProtocolDHCP (line 26) | ProtocolDHCP RouteProtocol = 16 constant ProtocolMRTD (line 27) | ProtocolMRTD RouteProtocol = 17 constant ProtocolKeepalived (line 28) | ProtocolKeepalived RouteProtocol = 18 constant ProtocolBabel (line 29) | ProtocolBabel RouteProtocol = 42 constant ProtocolOpenr (line 30) | ProtocolOpenr RouteProtocol = 99 constant ProtocolBGP (line 31) | ProtocolBGP RouteProtocol = 186 constant ProtocolISIS (line 32) | ProtocolISIS RouteProtocol = 187 constant ProtocolOSPF (line 33) | ProtocolOSPF RouteProtocol = 188 constant ProtocolRIP (line 34) | ProtocolRIP RouteProtocol = 189 constant ProtocolEIGRP (line 35) | ProtocolEIGRP RouteProtocol = 192 FILE: pkg/machinery/nethelpers/routetype.go type RouteType (line 8) | type RouteType constant TypeUnspec (line 14) | TypeUnspec RouteType = iota constant TypeUnicast (line 15) | TypeUnicast constant TypeLocal (line 16) | TypeLocal constant TypeBroadcast (line 17) | TypeBroadcast constant TypeAnycast (line 18) | TypeAnycast constant TypeMulticast (line 19) | TypeMulticast constant TypeBlackhole (line 20) | TypeBlackhole constant TypeUnreachable (line 21) | TypeUnreachable constant TypeProhibit (line 22) | TypeProhibit constant TypeThrow (line 23) | TypeThrow constant TypeNAT (line 24) | TypeNAT constant TypeXResolve (line 25) | TypeXResolve FILE: pkg/machinery/nethelpers/routingruleaction.go type RoutingRuleAction (line 8) | type RoutingRuleAction constant RoutingRuleActionUnspec (line 14) | RoutingRuleActionUnspec RoutingRuleAction = 0 constant RoutingRuleActionUnicast (line 15) | RoutingRuleActionUnicast RoutingRuleAction = 1 constant RoutingRuleActionBlackhole (line 16) | RoutingRuleActionBlackhole RoutingRuleAction = 6 constant RoutingRuleActionUnreachable (line 17) | RoutingRuleActionUnreachable RoutingRuleAction = 7 constant RoutingRuleActionProhibit (line 18) | RoutingRuleActionProhibit RoutingRuleAction = 8 FILE: pkg/machinery/nethelpers/routingtable.go type RoutingTable (line 8) | type RoutingTable constant TableUnspec (line 14) | TableUnspec RoutingTable = 0 constant Table1 (line 15) | Table1 RoutingTable = 1 constant Table2 (line 16) | Table2 RoutingTable = 2 constant Table3 (line 17) | Table3 RoutingTable = 3 constant Table4 (line 18) | Table4 RoutingTable = 4 constant Table5 (line 19) | Table5 RoutingTable = 5 constant Table6 (line 20) | Table6 RoutingTable = 6 constant Table7 (line 21) | Table7 RoutingTable = 7 constant Table8 (line 22) | Table8 RoutingTable = 8 constant Table9 (line 23) | Table9 RoutingTable = 9 constant Table10 (line 24) | Table10 RoutingTable = 10 constant Table11 (line 25) | Table11 RoutingTable = 11 constant Table12 (line 26) | Table12 RoutingTable = 12 constant Table13 (line 27) | Table13 RoutingTable = 13 constant Table14 (line 28) | Table14 RoutingTable = 14 constant Table15 (line 29) | Table15 RoutingTable = 15 constant Table16 (line 30) | Table16 RoutingTable = 16 constant Table17 (line 31) | Table17 RoutingTable = 17 constant Table18 (line 32) | Table18 RoutingTable = 18 constant Table19 (line 33) | Table19 RoutingTable = 19 constant Table20 (line 34) | Table20 RoutingTable = 20 constant Table21 (line 35) | Table21 RoutingTable = 21 constant Table22 (line 36) | Table22 RoutingTable = 22 constant Table23 (line 37) | Table23 RoutingTable = 23 constant Table24 (line 38) | Table24 RoutingTable = 24 constant Table25 (line 39) | Table25 RoutingTable = 25 constant Table26 (line 40) | Table26 RoutingTable = 26 constant Table27 (line 41) | Table27 RoutingTable = 27 constant Table28 (line 42) | Table28 RoutingTable = 28 constant Table29 (line 43) | Table29 RoutingTable = 29 constant Table30 (line 44) | Table30 RoutingTable = 30 constant Table31 (line 45) | Table31 RoutingTable = 31 constant Table32 (line 46) | Table32 RoutingTable = 32 constant Table33 (line 47) | Table33 RoutingTable = 33 constant Table34 (line 48) | Table34 RoutingTable = 34 constant Table35 (line 49) | Table35 RoutingTable = 35 constant Table36 (line 50) | Table36 RoutingTable = 36 constant Table37 (line 51) | Table37 RoutingTable = 37 constant Table38 (line 52) | Table38 RoutingTable = 38 constant Table39 (line 53) | Table39 RoutingTable = 39 constant Table40 (line 54) | Table40 RoutingTable = 40 constant Table41 (line 55) | Table41 RoutingTable = 41 constant Table42 (line 56) | Table42 RoutingTable = 42 constant Table43 (line 57) | Table43 RoutingTable = 43 constant Table44 (line 58) | Table44 RoutingTable = 44 constant Table45 (line 59) | Table45 RoutingTable = 45 constant Table46 (line 60) | Table46 RoutingTable = 46 constant Table47 (line 61) | Table47 RoutingTable = 47 constant Table48 (line 62) | Table48 RoutingTable = 48 constant Table49 (line 63) | Table49 RoutingTable = 49 constant Table50 (line 64) | Table50 RoutingTable = 50 constant Table51 (line 65) | Table51 RoutingTable = 51 constant Table52 (line 66) | Table52 RoutingTable = 52 constant Table53 (line 67) | Table53 RoutingTable = 53 constant Table54 (line 68) | Table54 RoutingTable = 54 constant Table55 (line 69) | Table55 RoutingTable = 55 constant Table56 (line 70) | Table56 RoutingTable = 56 constant Table57 (line 71) | Table57 RoutingTable = 57 constant Table58 (line 72) | Table58 RoutingTable = 58 constant Table59 (line 73) | Table59 RoutingTable = 59 constant Table60 (line 74) | Table60 RoutingTable = 60 constant Table61 (line 75) | Table61 RoutingTable = 61 constant Table62 (line 76) | Table62 RoutingTable = 62 constant Table63 (line 77) | Table63 RoutingTable = 63 constant Table64 (line 78) | Table64 RoutingTable = 64 constant Table65 (line 79) | Table65 RoutingTable = 65 constant Table66 (line 80) | Table66 RoutingTable = 66 constant Table67 (line 81) | Table67 RoutingTable = 67 constant Table68 (line 82) | Table68 RoutingTable = 68 constant Table69 (line 83) | Table69 RoutingTable = 69 constant Table70 (line 84) | Table70 RoutingTable = 70 constant Table71 (line 85) | Table71 RoutingTable = 71 constant Table72 (line 86) | Table72 RoutingTable = 72 constant Table73 (line 87) | Table73 RoutingTable = 73 constant Table74 (line 88) | Table74 RoutingTable = 74 constant Table75 (line 89) | Table75 RoutingTable = 75 constant Table76 (line 90) | Table76 RoutingTable = 76 constant Table77 (line 91) | Table77 RoutingTable = 77 constant Table78 (line 92) | Table78 RoutingTable = 78 constant Table79 (line 93) | Table79 RoutingTable = 79 constant Table80 (line 94) | Table80 RoutingTable = 80 constant Table81 (line 95) | Table81 RoutingTable = 81 constant Table82 (line 96) | Table82 RoutingTable = 82 constant Table83 (line 97) | Table83 RoutingTable = 83 constant Table84 (line 98) | Table84 RoutingTable = 84 constant Table85 (line 99) | Table85 RoutingTable = 85 constant Table86 (line 100) | Table86 RoutingTable = 86 constant Table87 (line 101) | Table87 RoutingTable = 87 constant Table88 (line 102) | Table88 RoutingTable = 88 constant Table89 (line 103) | Table89 RoutingTable = 89 constant Table90 (line 104) | Table90 RoutingTable = 90 constant Table91 (line 105) | Table91 RoutingTable = 91 constant Table92 (line 106) | Table92 RoutingTable = 92 constant Table93 (line 107) | Table93 RoutingTable = 93 constant Table94 (line 108) | Table94 RoutingTable = 94 constant Table95 (line 109) | Table95 RoutingTable = 95 constant Table96 (line 110) | Table96 RoutingTable = 96 constant Table97 (line 111) | Table97 RoutingTable = 97 constant Table98 (line 112) | Table98 RoutingTable = 98 constant Table99 (line 113) | Table99 RoutingTable = 99 constant Table100 (line 114) | Table100 RoutingTable = 100 constant Table101 (line 115) | Table101 RoutingTable = 101 constant Table102 (line 116) | Table102 RoutingTable = 102 constant Table103 (line 117) | Table103 RoutingTable = 103 constant Table104 (line 118) | Table104 RoutingTable = 104 constant Table105 (line 119) | Table105 RoutingTable = 105 constant Table106 (line 120) | Table106 RoutingTable = 106 constant Table107 (line 121) | Table107 RoutingTable = 107 constant Table108 (line 122) | Table108 RoutingTable = 108 constant Table109 (line 123) | Table109 RoutingTable = 109 constant Table110 (line 124) | Table110 RoutingTable = 110 constant Table111 (line 125) | Table111 RoutingTable = 111 constant Table112 (line 126) | Table112 RoutingTable = 112 constant Table113 (line 127) | Table113 RoutingTable = 113 constant Table114 (line 128) | Table114 RoutingTable = 114 constant Table115 (line 129) | Table115 RoutingTable = 115 constant Table116 (line 130) | Table116 RoutingTable = 116 constant Table117 (line 131) | Table117 RoutingTable = 117 constant Table118 (line 132) | Table118 RoutingTable = 118 constant Table119 (line 133) | Table119 RoutingTable = 119 constant Table120 (line 134) | Table120 RoutingTable = 120 constant Table121 (line 135) | Table121 RoutingTable = 121 constant Table122 (line 136) | Table122 RoutingTable = 122 constant Table123 (line 137) | Table123 RoutingTable = 123 constant Table124 (line 138) | Table124 RoutingTable = 124 constant Table125 (line 139) | Table125 RoutingTable = 125 constant Table126 (line 140) | Table126 RoutingTable = 126 constant Table127 (line 141) | Table127 RoutingTable = 127 constant Table128 (line 142) | Table128 RoutingTable = 128 constant Table129 (line 143) | Table129 RoutingTable = 129 constant Table130 (line 144) | Table130 RoutingTable = 130 constant Table131 (line 145) | Table131 RoutingTable = 131 constant Table132 (line 146) | Table132 RoutingTable = 132 constant Table133 (line 147) | Table133 RoutingTable = 133 constant Table134 (line 148) | Table134 RoutingTable = 134 constant Table135 (line 149) | Table135 RoutingTable = 135 constant Table136 (line 150) | Table136 RoutingTable = 136 constant Table137 (line 151) | Table137 RoutingTable = 137 constant Table138 (line 152) | Table138 RoutingTable = 138 constant Table139 (line 153) | Table139 RoutingTable = 139 constant Table140 (line 154) | Table140 RoutingTable = 140 constant Table141 (line 155) | Table141 RoutingTable = 141 constant Table142 (line 156) | Table142 RoutingTable = 142 constant Table143 (line 157) | Table143 RoutingTable = 143 constant Table144 (line 158) | Table144 RoutingTable = 144 constant Table145 (line 159) | Table145 RoutingTable = 145 constant Table146 (line 160) | Table146 RoutingTable = 146 constant Table147 (line 161) | Table147 RoutingTable = 147 constant Table148 (line 162) | Table148 RoutingTable = 148 constant Table149 (line 163) | Table149 RoutingTable = 149 constant Table150 (line 164) | Table150 RoutingTable = 150 constant Table151 (line 165) | Table151 RoutingTable = 151 constant Table152 (line 166) | Table152 RoutingTable = 152 constant Table153 (line 167) | Table153 RoutingTable = 153 constant Table154 (line 168) | Table154 RoutingTable = 154 constant Table155 (line 169) | Table155 RoutingTable = 155 constant Table156 (line 170) | Table156 RoutingTable = 156 constant Table157 (line 171) | Table157 RoutingTable = 157 constant Table158 (line 172) | Table158 RoutingTable = 158 constant Table159 (line 173) | Table159 RoutingTable = 159 constant Table160 (line 174) | Table160 RoutingTable = 160 constant Table161 (line 175) | Table161 RoutingTable = 161 constant Table162 (line 176) | Table162 RoutingTable = 162 constant Table163 (line 177) | Table163 RoutingTable = 163 constant Table164 (line 178) | Table164 RoutingTable = 164 constant Table165 (line 179) | Table165 RoutingTable = 165 constant Table166 (line 180) | Table166 RoutingTable = 166 constant Table167 (line 181) | Table167 RoutingTable = 167 constant Table168 (line 182) | Table168 RoutingTable = 168 constant Table169 (line 183) | Table169 RoutingTable = 169 constant Table170 (line 184) | Table170 RoutingTable = 170 constant Table171 (line 185) | Table171 RoutingTable = 171 constant Table172 (line 186) | Table172 RoutingTable = 172 constant Table173 (line 187) | Table173 RoutingTable = 173 constant Table174 (line 188) | Table174 RoutingTable = 174 constant Table175 (line 189) | Table175 RoutingTable = 175 constant Table176 (line 190) | Table176 RoutingTable = 176 constant Table177 (line 191) | Table177 RoutingTable = 177 constant Table178 (line 192) | Table178 RoutingTable = 178 constant Table179 (line 193) | Table179 RoutingTable = 179 constant Table180 (line 194) | Table180 RoutingTable = 180 constant Table181 (line 195) | Table181 RoutingTable = 181 constant Table182 (line 196) | Table182 RoutingTable = 182 constant Table183 (line 197) | Table183 RoutingTable = 183 constant Table184 (line 198) | Table184 RoutingTable = 184 constant Table185 (line 199) | Table185 RoutingTable = 185 constant Table186 (line 200) | Table186 RoutingTable = 186 constant Table187 (line 201) | Table187 RoutingTable = 187 constant Table188 (line 202) | Table188 RoutingTable = 188 constant Table189 (line 203) | Table189 RoutingTable = 189 constant Table190 (line 204) | Table190 RoutingTable = 190 constant Table191 (line 205) | Table191 RoutingTable = 191 constant Table192 (line 206) | Table192 RoutingTable = 192 constant Table193 (line 207) | Table193 RoutingTable = 193 constant Table194 (line 208) | Table194 RoutingTable = 194 constant Table195 (line 209) | Table195 RoutingTable = 195 constant Table196 (line 210) | Table196 RoutingTable = 196 constant Table197 (line 211) | Table197 RoutingTable = 197 constant Table198 (line 212) | Table198 RoutingTable = 198 constant Table199 (line 213) | Table199 RoutingTable = 199 constant Table200 (line 214) | Table200 RoutingTable = 200 constant Table201 (line 215) | Table201 RoutingTable = 201 constant Table202 (line 216) | Table202 RoutingTable = 202 constant Table203 (line 217) | Table203 RoutingTable = 203 constant Table204 (line 218) | Table204 RoutingTable = 204 constant Table205 (line 219) | Table205 RoutingTable = 205 constant Table206 (line 220) | Table206 RoutingTable = 206 constant Table207 (line 221) | Table207 RoutingTable = 207 constant Table208 (line 222) | Table208 RoutingTable = 208 constant Table209 (line 223) | Table209 RoutingTable = 209 constant Table210 (line 224) | Table210 RoutingTable = 210 constant Table211 (line 225) | Table211 RoutingTable = 211 constant Table212 (line 226) | Table212 RoutingTable = 212 constant Table213 (line 227) | Table213 RoutingTable = 213 constant Table214 (line 228) | Table214 RoutingTable = 214 constant Table215 (line 229) | Table215 RoutingTable = 215 constant Table216 (line 230) | Table216 RoutingTable = 216 constant Table217 (line 231) | Table217 RoutingTable = 217 constant Table218 (line 232) | Table218 RoutingTable = 218 constant Table219 (line 233) | Table219 RoutingTable = 219 constant Table220 (line 234) | Table220 RoutingTable = 220 constant Table221 (line 235) | Table221 RoutingTable = 221 constant Table222 (line 236) | Table222 RoutingTable = 222 constant Table223 (line 237) | Table223 RoutingTable = 223 constant Table224 (line 238) | Table224 RoutingTable = 224 constant Table225 (line 239) | Table225 RoutingTable = 225 constant Table226 (line 240) | Table226 RoutingTable = 226 constant Table227 (line 241) | Table227 RoutingTable = 227 constant Table228 (line 242) | Table228 RoutingTable = 228 constant Table229 (line 243) | Table229 RoutingTable = 229 constant Table230 (line 244) | Table230 RoutingTable = 230 constant Table231 (line 245) | Table231 RoutingTable = 231 constant Table232 (line 246) | Table232 RoutingTable = 232 constant Table233 (line 247) | Table233 RoutingTable = 233 constant Table234 (line 248) | Table234 RoutingTable = 234 constant Table235 (line 249) | Table235 RoutingTable = 235 constant Table236 (line 250) | Table236 RoutingTable = 236 constant Table237 (line 251) | Table237 RoutingTable = 237 constant Table238 (line 252) | Table238 RoutingTable = 238 constant Table239 (line 253) | Table239 RoutingTable = 239 constant Table240 (line 254) | Table240 RoutingTable = 240 constant Table241 (line 255) | Table241 RoutingTable = 241 constant Table242 (line 256) | Table242 RoutingTable = 242 constant Table243 (line 257) | Table243 RoutingTable = 243 constant Table244 (line 258) | Table244 RoutingTable = 244 constant Table245 (line 259) | Table245 RoutingTable = 245 constant Table246 (line 260) | Table246 RoutingTable = 246 constant Table247 (line 261) | Table247 RoutingTable = 247 constant Table248 (line 262) | Table248 RoutingTable = 248 constant Table249 (line 263) | Table249 RoutingTable = 249 constant Table250 (line 264) | Table250 RoutingTable = 250 constant Table251 (line 265) | Table251 RoutingTable = 251 constant Table252 (line 266) | Table252 RoutingTable = 252 constant TableDefault (line 267) | TableDefault RoutingTable = 253 constant TableMain (line 268) | TableMain RoutingTable = 254 constant TableLocal (line 269) | TableLocal RoutingTable = 255 FILE: pkg/machinery/nethelpers/scope.go type Scope (line 8) | type Scope constant ScopeGlobal (line 14) | ScopeGlobal Scope = 0 constant ScopeSite (line 15) | ScopeSite Scope = 200 constant ScopeLink (line 16) | ScopeLink Scope = 253 constant ScopeHost (line 17) | ScopeHost Scope = 254 constant ScopeNowhere (line 18) | ScopeNowhere Scope = 255 FILE: pkg/machinery/nethelpers/status.go type Status (line 10) | type Status constant StatusAddresses (line 14) | StatusAddresses Status = 1 constant StatusConnectivity (line 15) | StatusConnectivity Status = 2 constant StatusHostname (line 16) | StatusHostname Status = 3 constant StatusEtcFiles (line 17) | StatusEtcFiles Status = 4 FILE: pkg/machinery/nethelpers/vlan.go constant maxLinkNameLength (line 12) | maxLinkNameLength = 15 function VLANLinkName (line 17) | func VLANLinkName(base string, vlanID uint16) string { FILE: pkg/machinery/nethelpers/vlan_test.go function TestVLANLinkName (line 16) | func TestVLANLinkName(t *testing.T) { FILE: pkg/machinery/nethelpers/vlanprotocol.go type VLANProtocol (line 8) | type VLANProtocol constant VLANProtocol8021Q (line 14) | VLANProtocol8021Q VLANProtocol = 33024 constant VLANProtocol8021AD (line 15) | VLANProtocol8021AD VLANProtocol = 34984 FILE: pkg/machinery/nethelpers/wol.go type WOLMode (line 10) | type WOLMode constant WOLModePhy (line 16) | WOLModePhy WOLMode = WOLMode(ethtool.PHY) constant WOLModeUnicast (line 17) | WOLModeUnicast WOLMode = WOLMode(ethtool.Unicast) constant WOLModeMulticast (line 18) | WOLModeMulticast WOLMode = WOLMode(ethtool.Multicast) constant WOLModeBroadcast (line 19) | WOLModeBroadcast WOLMode = WOLMode(ethtool.Broadcast) constant WOLModeMagic (line 20) | WOLModeMagic WOLMode = WOLMode(ethtool.Magic) constant WOLModeMagicSecure (line 21) | WOLModeMagicSecure WOLMode = WOLMode(ethtool.MagicSecure) constant WOLModeFilter (line 22) | WOLModeFilter WOLMode = WOLMode(ethtool.Filter) constant WOLModeMin (line 26) | WOLModeMin = WOLModePhy constant WOLModeMax (line 29) | WOLModeMax = WOLModeFilter FILE: pkg/machinery/overlay/adapter/adapter.go function Execute (line 19) | func Execute[T any](ctx context.Context, installer overlay.Installer[T]) { function getOptions (line 38) | func getOptions[T any](ctx context.Context, installer overlay.Installer[... function install (line 53) | func install[T any](ctx context.Context, installer overlay.Installer[T]) { function withErrorHandler (line 61) | func withErrorHandler(err error) { FILE: pkg/machinery/overlay/overlay.go type Installer (line 11) | type Installer interface type Options (line 17) | type Options struct type PartitionOptions (line 24) | type PartitionOptions struct type InstallOptions (line 29) | type InstallOptions struct type ExtraOptions (line 37) | type ExtraOptions FILE: pkg/machinery/platforms/platforms.go constant ArchAmd64 (line 19) | ArchAmd64 = "amd64" constant ArchArm64 (line 20) | ArchArm64 = "arm64" constant BootMethodDiskImage (line 28) | BootMethodDiskImage = "disk-image" constant BootMethodISO (line 29) | BootMethodISO = "iso" constant BootMethodPXE (line 30) | BootMethodPXE = "pxe" type Platform (line 34) | type Platform struct method NotOnlyDiskImage (line 49) | func (p Platform) NotOnlyDiskImage() bool { method DiskImageDefaultPath (line 58) | func (p Platform) DiskImageDefaultPath(arch Arch) string { method SecureBootDiskImageDefaultPath (line 63) | func (p Platform) SecureBootDiskImageDefaultPath(arch Arch) string { method DiskImagePath (line 68) | func (p Platform) DiskImagePath(arch Arch, suffix string) string { method SecureBootDiskImagePath (line 73) | func (p Platform) SecureBootDiskImagePath(arch Arch, suffix string) st... method ISOPath (line 78) | func (p Platform) ISOPath(arch Arch) string { method SecureBootISOPath (line 83) | func (p Platform) SecureBootISOPath(arch Arch) string { method PXEScriptPath (line 88) | func (p Platform) PXEScriptPath(arch Arch) string { method SecureBootPXEScriptPath (line 93) | func (p Platform) SecureBootPXEScriptPath(arch Arch) string { method UKIPath (line 98) | func (p Platform) UKIPath(arch Arch) string { method SecureBootUKIPath (line 103) | func (p Platform) SecureBootUKIPath(arch Arch) string { method KernelPath (line 110) | func (p Platform) KernelPath(arch Arch) string { method InitramfsPath (line 117) | func (p Platform) InitramfsPath(arch Arch) string { method CmdlinePath (line 122) | func (p Platform) CmdlinePath(arch Arch) string { function MetalPlatform (line 127) | func MetalPlatform() Platform { function CloudPlatforms (line 147) | func CloudPlatforms() []Platform { FILE: pkg/machinery/platforms/platforms_test.go function TestPlatform (line 15) | func TestPlatform(t *testing.T) { FILE: pkg/machinery/platforms/sbcs.go type SBC (line 12) | type SBC struct method DiskImagePath (line 26) | func (s SBC) DiskImagePath(talosVersion string) string { function SBCs (line 31) | func SBCs() []SBC { FILE: pkg/machinery/platforms/sbcs_test.go function TestSBC (line 15) | func TestSBC(t *testing.T) { FILE: pkg/machinery/proto/proto.go type vtprotoEqual (line 29) | type vtprotoEqual interface function Equal (line 34) | func Equal(a, b Message) bool { type vtprotoMessage (line 46) | type vtprotoMessage interface function Marshal (line 54) | func Marshal(m Message) ([]byte, error) { function Unmarshal (line 64) | func Unmarshal(b []byte, m Message) error { function RegisterDefaultTypes (line 75) | func RegisterDefaultTypes() { type Mount (line 82) | type Mount struct type LinuxIDMapping (line 94) | type LinuxIDMapping struct function registerDefaultTypes (line 101) | func registerDefaultTypes() { FILE: pkg/machinery/proto/proto_test.go function TestMemberSpecOldEncoding (line 28) | func TestMemberSpecOldEncoding(t *testing.T) { function TestVIPOperatorSpecOldEncoding (line 59) | func TestVIPOperatorSpecOldEncoding(t *testing.T) { function ExampleMemberSpec_outputProtoMarshal (line 91) | func ExampleMemberSpec_outputProtoMarshal() { function ExampleMemberSpec_outputProtoencMarshal (line 127) | func ExampleMemberSpec_outputProtoencMarshal() { function ExampleVIPOperatorSpec_outputProtoMarshal (line 155) | func ExampleVIPOperatorSpec_outputProtoMarshal() { function ExampleVIPOperatorSpec_outputProtoencMarshal (line 184) | func ExampleVIPOperatorSpec_outputProtoencMarshal() { function TestMemberSpec (line 212) | func TestMemberSpec(t *testing.T) { function TestVIPOperatorSpec (line 225) | func TestVIPOperatorSpec(t *testing.T) { function TestVLANSpecOldEncoding (line 245) | func TestVLANSpecOldEncoding(t *testing.T) { type msg (line 270) | type msg interface function runTestPipe (line 275) | func runTestPipe[R any, RP msg[R], T any](t *testing.T, original T) { function try (line 289) | func try[T any](v T, err error) T { function must (line 297) | func must[T any](v T, err error) func(t *testing.T) T { FILE: pkg/machinery/proto/resource.go function ResourceSpecToProto (line 14) | func ResourceSpecToProto(i resource.Resource, o Message, opts ...protoen... FILE: pkg/machinery/resources/block/block.go constant NamespaceName (line 27) | NamespaceName resource.Namespace = v1alpha1.NamespaceName constant UserDiskLabel (line 30) | UserDiskLabel = "talos.dev/user-disk" constant UserVolumeLabel (line 33) | UserVolumeLabel = "talos.dev/user-volume" constant SystemVolumeLabel (line 36) | SystemVolumeLabel = "talos.dev/system-volume" constant RawVolumeLabel (line 39) | RawVolumeLabel = "talos.dev/raw-volume" constant ExistingVolumeLabel (line 42) | ExistingVolumeLabel = "talos.dev/existing-volume" constant ExternalVolumeLabel (line 45) | ExternalVolumeLabel = "talos.dev/external-volume" constant SwapVolumeLabel (line 48) | SwapVolumeLabel = "talos.dev/swap-volume" constant PlatformLabel (line 51) | PlatformLabel = "talos.dev/platform" function WaitForVolumePhase (line 54) | func WaitForVolumePhase(ctx context.Context, st state.State, volumeID st... function GetSystemDisk (line 76) | func GetSystemDisk(ctx context.Context, st state.State) (*SystemDiskSpec... function GetSystemDiskPaths (line 92) | func GetSystemDiskPaths(ctx context.Context, st state.State) ([]string, ... FILE: pkg/machinery/resources/block/block_test.go function TestRegisterResource (line 20) | func TestRegisterResource(t *testing.T) { FILE: pkg/machinery/resources/block/deep_copy.generated.go method DeepCopy (line 10) | func (o DeviceSpec) DeepCopy() DeviceSpec { method DeepCopy (line 20) | func (o DiscoveredVolumeSpec) DeepCopy() DiscoveredVolumeSpec { method DeepCopy (line 26) | func (o DiscoveryRefreshRequestSpec) DeepCopy() DiscoveryRefreshRequestS... method DeepCopy (line 32) | func (o DiscoveryRefreshStatusSpec) DeepCopy() DiscoveryRefreshStatusSpec { method DeepCopy (line 38) | func (o DiskSpec) DeepCopy() DiskSpec { method DeepCopy (line 52) | func (o MountRequestSpec) DeepCopy() MountRequestSpec { method DeepCopy (line 66) | func (o MountStatusSpec) DeepCopy() MountStatusSpec { method DeepCopy (line 73) | func (o ParameterSpec) DeepCopy() ParameterSpec { method DeepCopy (line 87) | func (o SwapStatusSpec) DeepCopy() SwapStatusSpec { method DeepCopy (line 93) | func (o SymlinkSpec) DeepCopy() SymlinkSpec { method DeepCopy (line 103) | func (o SystemDiskSpec) DeepCopy() SystemDiskSpec { method DeepCopy (line 109) | func (o UserDiskConfigStatusSpec) DeepCopy() UserDiskConfigStatusSpec { method DeepCopy (line 115) | func (o VolumeConfigSpec) DeepCopy() VolumeConfigSpec { method DeepCopy (line 154) | func (o VolumeLifecycleSpec) DeepCopy() VolumeLifecycleSpec { method DeepCopy (line 160) | func (o VolumeMountRequestSpec) DeepCopy() VolumeMountRequestSpec { method DeepCopy (line 166) | func (o VolumeMountStatusSpec) DeepCopy() VolumeMountStatusSpec { method DeepCopy (line 172) | func (o VolumeStatusSpec) DeepCopy() VolumeStatusSpec { method DeepCopy (line 209) | func (o ZswapStatusSpec) DeepCopy() ZswapStatusSpec { FILE: pkg/machinery/resources/block/device.go constant DeviceType (line 17) | DeviceType = resource.Type("BlockDevices.block.talos.dev") type DeviceSpec (line 25) | type DeviceSpec struct constant DeviceTypeDisk (line 47) | DeviceTypeDisk = "disk" constant DeviceTypePartition (line 48) | DeviceTypePartition = "partition" function NewDevice (line 52) | func NewDevice(namespace resource.Namespace, id resource.ID) *Device { type DeviceExtension (line 60) | type DeviceExtension struct method ResourceDefinition (line 63) | func (DeviceExtension) ResourceDefinition() meta.ResourceDefinitionSpec { function init (line 85) | func init() { FILE: pkg/machinery/resources/block/discovered_volume.go constant DiscoveredVolumeType (line 18) | DiscoveredVolumeType = resource.Type("DiscoveredVolumes.block.talos.dev") type DiscoveredVolumeSpec (line 26) | type DiscoveredVolumeSpec struct method SetSize (line 61) | func (s *DiscoveredVolumeSpec) SetSize(size uint64) { function NewDiscoveredVolume (line 67) | func NewDiscoveredVolume(namespace resource.Namespace, id resource.ID) *... type DiscoveredVolumeExtension (line 75) | type DiscoveredVolumeExtension struct method ResourceDefinition (line 78) | func (DiscoveredVolumeExtension) ResourceDefinition() meta.ResourceDef... function init (line 108) | func init() { FILE: pkg/machinery/resources/block/discovery_refresh_request.go constant DiscoveryRefreshRequestType (line 17) | DiscoveryRefreshRequestType = resource.Type("DiscoveryRefreshRequests.bl... constant RefreshID (line 20) | RefreshID resource.ID = "refresh" type DiscoveryRefreshRequestSpec (line 28) | type DiscoveryRefreshRequestSpec struct function NewDiscoveryRefreshRequest (line 33) | func NewDiscoveryRefreshRequest(namespace resource.Namespace, id resourc... type DiscoveryRefreshRequestExtension (line 41) | type DiscoveryRefreshRequestExtension struct method ResourceDefinition (line 44) | func (DiscoveryRefreshRequestExtension) ResourceDefinition() meta.Reso... function init (line 58) | func init() { FILE: pkg/machinery/resources/block/discovery_refresh_status.go constant DiscoveryRefreshStatusType (line 17) | DiscoveryRefreshStatusType = resource.Type("DiscoveryRefreshStatuses.blo... type DiscoveryRefreshStatusSpec (line 25) | type DiscoveryRefreshStatusSpec struct function NewDiscoveryRefreshStatus (line 30) | func NewDiscoveryRefreshStatus(namespace resource.Namespace, id resource... type DiscoveryRefreshStatusExtension (line 38) | type DiscoveryRefreshStatusExtension struct method ResourceDefinition (line 41) | func (DiscoveryRefreshStatusExtension) ResourceDefinition() meta.Resou... function init (line 55) | func init() { FILE: pkg/machinery/resources/block/disk.go constant DiskType (line 18) | DiskType = resource.Type("Disks.block.talos.dev") type DiskSpec (line 26) | type DiskSpec struct method SetSize (line 57) | func (s *DiskSpec) SetSize(size uint64) { function NewDisk (line 63) | func NewDisk(namespace resource.Namespace, id resource.ID) *Disk { type DiskExtension (line 71) | type DiskExtension struct method ResourceDefinition (line 74) | func (DiskExtension) ResourceDefinition() meta.ResourceDefinitionSpec { function init (line 112) | func init() { FILE: pkg/machinery/resources/block/encryptionkeytype.go type EncryptionKeyType (line 8) | type EncryptionKeyType constant EncryptionKeyStatic (line 14) | EncryptionKeyStatic EncryptionKeyType = iota constant EncryptionKeyNodeID (line 15) | EncryptionKeyNodeID constant EncryptionKeyKMS (line 16) | EncryptionKeyKMS constant EncryptionKeyTPM (line 17) | EncryptionKeyTPM FILE: pkg/machinery/resources/block/encryptionprovidertype.go type EncryptionProviderType (line 8) | type EncryptionProviderType constant EncryptionProviderNone (line 14) | EncryptionProviderNone EncryptionProviderType = iota constant EncryptionProviderLUKS2 (line 15) | EncryptionProviderLUKS2 FILE: pkg/machinery/resources/block/filesystemtype.go type FilesystemType (line 8) | type FilesystemType constant FilesystemTypeNone (line 14) | FilesystemTypeNone FilesystemType = iota constant FilesystemTypeXFS (line 15) | FilesystemTypeXFS constant FilesystemTypeVFAT (line 16) | FilesystemTypeVFAT constant FilesystemTypeEXT4 (line 17) | FilesystemTypeEXT4 constant FilesystemTypeISO9660 (line 18) | FilesystemTypeISO9660 constant FilesystemTypeSwap (line 19) | FilesystemTypeSwap constant FilesystemTypeVirtiofs (line 20) | FilesystemTypeVirtiofs FILE: pkg/machinery/resources/block/fsparametertype.go type FSParameterType (line 8) | type FSParameterType constant FSParameterTypeStringValue (line 14) | FSParameterTypeStringValue FSParameterType = iota constant FSParameterTypeBooleanValue (line 15) | FSParameterTypeBooleanValue constant FSParameterTypeBinaryValue (line 16) | FSParameterTypeBinaryValue FILE: pkg/machinery/resources/block/mount_request.go constant MountRequestType (line 17) | MountRequestType = resource.Type("MountRequests.block.talos.dev") type MountRequestSpec (line 25) | type MountRequestSpec struct function NewMountRequest (line 40) | func NewMountRequest(namespace resource.Namespace, id resource.ID) *Moun... type MountRequestExtension (line 48) | type MountRequestExtension struct method ResourceDefinition (line 51) | func (MountRequestExtension) ResourceDefinition() meta.ResourceDefinit... function init (line 73) | func init() { FILE: pkg/machinery/resources/block/mount_status.go constant MountStatusType (line 17) | MountStatusType = resource.Type("MountStatuses.block.talos.dev") type MountStatusSpec (line 25) | type MountStatusSpec struct method SetRoot (line 40) | func (m *MountStatusSpec) SetRoot(root any) { method Root (line 46) | func (m *MountStatusSpec) Root() any { function NewMountStatus (line 51) | func NewMountStatus(namespace resource.Namespace, id resource.ID) *Mount... type MountStatusExtension (line 59) | type MountStatusExtension struct method ResourceDefinition (line 62) | func (MountStatusExtension) ResourceDefinition() meta.ResourceDefiniti... function init (line 88) | func init() { FILE: pkg/machinery/resources/block/swap_status.go constant SwapStatusType (line 17) | SwapStatusType = resource.Type("SwapStatuses.block.talos.dev") type SwapStatusSpec (line 25) | type SwapStatusSpec struct function NewSwapStatus (line 36) | func NewSwapStatus(namespace resource.Namespace, id resource.ID) *SwapSt... type SwapStatusExtension (line 44) | type SwapStatusExtension struct method ResourceDefinition (line 47) | func (SwapStatusExtension) ResourceDefinition() meta.ResourceDefinitio... function init (line 73) | func init() { FILE: pkg/machinery/resources/block/symlink.go constant SymlinkType (line 17) | SymlinkType = resource.Type("BlockSymlinks.block.talos.dev") constant SymlinkID (line 23) | SymlinkID resource.ID = "system-disk" type SymlinkSpec (line 28) | type SymlinkSpec struct function NewSymlink (line 33) | func NewSymlink(namespace resource.Namespace, id resource.ID) *Symlink { type SymlinkExtension (line 41) | type SymlinkExtension struct method ResourceDefinition (line 44) | func (SymlinkExtension) ResourceDefinition() meta.ResourceDefinitionSp... function init (line 53) | func init() { FILE: pkg/machinery/resources/block/system_disk.go constant SystemDiskType (line 17) | SystemDiskType = resource.Type("SystemDisks.block.talos.dev") constant SystemDiskID (line 23) | SystemDiskID resource.ID = "system-disk" type SystemDiskSpec (line 28) | type SystemDiskSpec struct function NewSystemDisk (line 34) | func NewSystemDisk(namespace resource.Namespace, id resource.ID) *System... type SystemDiskExtension (line 42) | type SystemDiskExtension struct method ResourceDefinition (line 45) | func (SystemDiskExtension) ResourceDefinition() meta.ResourceDefinitio... function init (line 59) | func init() { FILE: pkg/machinery/resources/block/user_disk_config_status.go constant UserDiskConfigStatusType (line 17) | UserDiskConfigStatusType = resource.Type("UserDiskConfigStatuses.block.t... constant UserDiskConfigStatusID (line 23) | UserDiskConfigStatusID = "user-disks" type UserDiskConfigStatusSpec (line 28) | type UserDiskConfigStatusSpec struct function NewUserDiskConfigStatus (line 34) | func NewUserDiskConfigStatus(namespace resource.Namespace, id resource.I... type UserDiskConfigStatusExtension (line 42) | type UserDiskConfigStatusExtension struct method ResourceDefinition (line 45) | func (UserDiskConfigStatusExtension) ResourceDefinition() meta.Resourc... function init (line 59) | func init() { FILE: pkg/machinery/resources/block/volume_config.go constant VolumeConfigType (line 22) | VolumeConfigType = resource.Type("VolumeConfigs.block.talos.dev") type VolumeConfigSpec (line 30) | type VolumeConfigSpec struct constant WaveSystemDisk (line 55) | WaveSystemDisk = -1 constant WaveUserVolumes (line 56) | WaveUserVolumes = 0 constant WaveLegacyUserDisks (line 57) | WaveLegacyUserDisks = 1000000 type ProvisioningSpec (line 63) | type ProvisioningSpec struct type DiskSelector (line 82) | type DiskSelector struct type PartitionSpec (line 90) | type PartitionSpec struct method ResolveMaxSize (line 115) | func (ps *PartitionSpec) ResolveMaxSize(available uint64) (uint64, err... type LocatorSpec (line 138) | type LocatorSpec struct type FilesystemSpec (line 148) | type FilesystemSpec struct type EncryptionSpec (line 158) | type EncryptionSpec struct type EncryptionKey (line 170) | type EncryptionKey struct type ParameterSpec (line 192) | type ParameterSpec struct function NewBooleanParameter (line 204) | func NewBooleanParameter(name string) ParameterSpec { function NewBinaryParameter (line 212) | func NewBinaryParameter(name string, value []byte) ParameterSpec { function NewStringParameter (line 221) | func NewStringParameter(name, value string) ParameterSpec { type MountSpec (line 232) | type MountSpec struct type SymlinkProvisioningSpec (line 258) | type SymlinkProvisioningSpec struct function NewVolumeConfig (line 266) | func NewVolumeConfig(namespace resource.Namespace, id resource.ID) *Volu... type VolumeConfigExtension (line 274) | type VolumeConfigExtension struct method ResourceDefinition (line 277) | func (VolumeConfigExtension) ResourceDefinition() meta.ResourceDefinit... function init (line 287) | func init() { FILE: pkg/machinery/resources/block/volume_config_test.go function TestPartitionSpec_ResolveMaxSize (line 15) | func TestPartitionSpec_ResolveMaxSize(t *testing.T) { FILE: pkg/machinery/resources/block/volume_lifecycle.go constant VolumeLifecycleType (line 17) | VolumeLifecycleType = resource.Type("VolumeLifecycles.block.talos.dev") constant VolumeLifecycleID (line 20) | VolumeLifecycleID = resource.ID("volumes") type VolumeLifecycleSpec (line 29) | type VolumeLifecycleSpec struct function NewVolumeLifecycle (line 32) | func NewVolumeLifecycle(namespace resource.Namespace, id resource.ID) *V... type VolumeLifecycleExtension (line 40) | type VolumeLifecycleExtension struct method ResourceDefinition (line 43) | func (VolumeLifecycleExtension) ResourceDefinition() meta.ResourceDefi... function init (line 51) | func init() { FILE: pkg/machinery/resources/block/volume_mount_request.go constant VolumeMountRequestType (line 17) | VolumeMountRequestType = resource.Type("VolumeMountRequests.block.talos.... type VolumeMountRequestSpec (line 25) | type VolumeMountRequestSpec struct function NewVolumeMountRequest (line 36) | func NewVolumeMountRequest(namespace resource.Namespace, id resource.ID)... type VolumeMountRequestExtension (line 44) | type VolumeMountRequestExtension struct method ResourceDefinition (line 47) | func (VolumeMountRequestExtension) ResourceDefinition() meta.ResourceD... function init (line 65) | func init() { FILE: pkg/machinery/resources/block/volume_mount_status.go constant VolumeMountStatusType (line 17) | VolumeMountStatusType = resource.Type("VolumeMountStatuses.block.talos.d... type VolumeMountStatusSpec (line 25) | type VolumeMountStatusSpec struct method SetRoot (line 39) | func (m *VolumeMountStatusSpec) SetRoot(root any) { method Root (line 45) | func (m *VolumeMountStatusSpec) Root() any { function NewVolumeMountStatus (line 50) | func NewVolumeMountStatus(namespace resource.Namespace, id resource.ID) ... type VolumeMountStatusExtension (line 58) | type VolumeMountStatusExtension struct method ResourceDefinition (line 61) | func (VolumeMountStatusExtension) ResourceDefinition() meta.ResourceDe... function init (line 83) | func init() { FILE: pkg/machinery/resources/block/volume_status.go constant VolumeStatusType (line 18) | VolumeStatusType = resource.Type("VolumeStatuses.block.talos.dev") type VolumeStatusSpec (line 26) | type VolumeStatusSpec struct method SetSize (line 81) | func (s *VolumeStatusSpec) SetSize(size uint64) { type TPMEncryptionOptionsInfo (line 75) | type TPMEncryptionOptionsInfo struct function NewVolumeStatus (line 87) | func NewVolumeStatus(namespace resource.Namespace, id resource.ID) *Volu... type VolumeStatusExtension (line 95) | type VolumeStatusExtension struct method ResourceDefinition (line 98) | func (VolumeStatusExtension) ResourceDefinition() meta.ResourceDefinit... function init (line 124) | func init() { FILE: pkg/machinery/resources/block/volumephase.go type VolumePhase (line 8) | type VolumePhase constant VolumePhaseWaiting (line 14) | VolumePhaseWaiting VolumePhase = iota constant VolumePhaseFailed (line 15) | VolumePhaseFailed constant VolumePhaseMissing (line 16) | VolumePhaseMissing constant VolumePhaseLocated (line 17) | VolumePhaseLocated constant VolumePhaseProvisioned (line 18) | VolumePhaseProvisioned constant VolumePhasePrepared (line 19) | VolumePhasePrepared constant VolumePhaseReady (line 20) | VolumePhaseReady constant VolumePhaseClosed (line 21) | VolumePhaseClosed FILE: pkg/machinery/resources/block/volumetype.go type VolumeType (line 8) | type VolumeType constant VolumeTypePartition (line 14) | VolumeTypePartition VolumeType = iota constant VolumeTypeDisk (line 15) | VolumeTypeDisk constant VolumeTypeTmpfs (line 16) | VolumeTypeTmpfs constant VolumeTypeDirectory (line 17) | VolumeTypeDirectory constant VolumeTypeSymlink (line 18) | VolumeTypeSymlink constant VolumeTypeOverlay (line 19) | VolumeTypeOverlay constant VolumeTypeExternal (line 20) | VolumeTypeExternal FILE: pkg/machinery/resources/block/volumetype_enumer.go constant _VolumeTypeName (line 10) | _VolumeTypeName = "partitiondisktmpfsdirectorysymlinkoverlayexternal" constant _VolumeTypeLowerName (line 14) | _VolumeTypeLowerName = "partitiondisktmpfsdirectorysymlinkoverlayexternal" method String (line 16) | func (i VolumeType) String() string { function _VolumeTypeNoOp (line 25) | func _VolumeTypeNoOp() { function VolumeTypeString (line 67) | func VolumeTypeString(s string) (VolumeType, error) { function VolumeTypeValues (line 79) | func VolumeTypeValues() []VolumeType { function VolumeTypeStrings (line 84) | func VolumeTypeStrings() []string { method IsAVolumeType (line 91) | func (i VolumeType) IsAVolumeType() bool { method MarshalText (line 101) | func (i VolumeType) MarshalText() ([]byte, error) { method UnmarshalText (line 106) | func (i *VolumeType) UnmarshalText(text []byte) error { constant _VolumePhaseName (line 112) | _VolumePhaseName = "waitingfailedmissinglocatedprovisionedpreparedreadyc... constant _VolumePhaseLowerName (line 116) | _VolumePhaseLowerName = "waitingfailedmissinglocatedprovisionedpreparedr... method String (line 118) | func (i VolumePhase) String() string { function _VolumePhaseNoOp (line 127) | func _VolumePhaseNoOp() { function VolumePhaseString (line 173) | func VolumePhaseString(s string) (VolumePhase, error) { function VolumePhaseValues (line 185) | func VolumePhaseValues() []VolumePhase { function VolumePhaseStrings (line 190) | func VolumePhaseStrings() []string { method IsAVolumePhase (line 197) | func (i VolumePhase) IsAVolumePhase() bool { method MarshalText (line 207) | func (i VolumePhase) MarshalText() ([]byte, error) { method UnmarshalText (line 212) | func (i *VolumePhase) UnmarshalText(text []byte) error { constant _FilesystemTypeName (line 218) | _FilesystemTypeName = "nonexfsvfatext4iso9660swapivirtiofs" constant _FilesystemTypeLowerName (line 222) | _FilesystemTypeLowerName = "nonexfsvfatext4iso9660swapivirtiofs" method String (line 224) | func (i FilesystemType) String() string { function _FilesystemTypeNoOp (line 233) | func _FilesystemTypeNoOp() { function FilesystemTypeString (line 275) | func FilesystemTypeString(s string) (FilesystemType, error) { function FilesystemTypeValues (line 287) | func FilesystemTypeValues() []FilesystemType { function FilesystemTypeStrings (line 292) | func FilesystemTypeStrings() []string { method IsAFilesystemType (line 299) | func (i FilesystemType) IsAFilesystemType() bool { method MarshalText (line 309) | func (i FilesystemType) MarshalText() ([]byte, error) { method UnmarshalText (line 314) | func (i *FilesystemType) UnmarshalText(text []byte) error { constant _EncryptionKeyTypeName (line 320) | _EncryptionKeyTypeName = "staticnodeIDkmstpm" constant _EncryptionKeyTypeLowerName (line 324) | _EncryptionKeyTypeLowerName = "staticnodeidkmstpm" method String (line 326) | func (i EncryptionKeyType) String() string { function _EncryptionKeyTypeNoOp (line 335) | func _EncryptionKeyTypeNoOp() { function EncryptionKeyTypeString (line 365) | func EncryptionKeyTypeString(s string) (EncryptionKeyType, error) { function EncryptionKeyTypeValues (line 377) | func EncryptionKeyTypeValues() []EncryptionKeyType { function EncryptionKeyTypeStrings (line 382) | func EncryptionKeyTypeStrings() []string { method IsAEncryptionKeyType (line 389) | func (i EncryptionKeyType) IsAEncryptionKeyType() bool { method MarshalText (line 399) | func (i EncryptionKeyType) MarshalText() ([]byte, error) { method UnmarshalText (line 404) | func (i *EncryptionKeyType) UnmarshalText(text []byte) error { constant _EncryptionProviderTypeName (line 410) | _EncryptionProviderTypeName = "noneluks2" constant _EncryptionProviderTypeLowerName (line 414) | _EncryptionProviderTypeLowerName = "noneluks2" method String (line 416) | func (i EncryptionProviderType) String() string { function _EncryptionProviderTypeNoOp (line 425) | func _EncryptionProviderTypeNoOp() { function EncryptionProviderTypeString (line 447) | func EncryptionProviderTypeString(s string) (EncryptionProviderType, err... function EncryptionProviderTypeValues (line 459) | func EncryptionProviderTypeValues() []EncryptionProviderType { function EncryptionProviderTypeStrings (line 464) | func EncryptionProviderTypeStrings() []string { method IsAEncryptionProviderType (line 471) | func (i EncryptionProviderType) IsAEncryptionProviderType() bool { method MarshalText (line 481) | func (i EncryptionProviderType) MarshalText() ([]byte, error) { method UnmarshalText (line 486) | func (i *EncryptionProviderType) UnmarshalText(text []byte) error { constant _FSParameterTypeName (line 492) | _FSParameterTypeName = "stringbooleanbinary" constant _FSParameterTypeLowerName (line 496) | _FSParameterTypeLowerName = "stringbooleanbinary" method String (line 498) | func (i FSParameterType) String() string { function _FSParameterTypeNoOp (line 507) | func _FSParameterTypeNoOp() { function FSParameterTypeString (line 533) | func FSParameterTypeString(s string) (FSParameterType, error) { function FSParameterTypeValues (line 545) | func FSParameterTypeValues() []FSParameterType { function FSParameterTypeStrings (line 550) | func FSParameterTypeStrings() []string { method IsAFSParameterType (line 557) | func (i FSParameterType) IsAFSParameterType() bool { method MarshalText (line 567) | func (i FSParameterType) MarshalText() ([]byte, error) { method UnmarshalText (line 572) | func (i *FSParameterType) UnmarshalText(text []byte) error { FILE: pkg/machinery/resources/block/zswap_status.go constant ZswapStatusType (line 17) | ZswapStatusType = resource.Type("ZswapStatuses.block.talos.dev") constant ZswapStatusID (line 23) | ZswapStatusID resource.ID = "zswap" type ZswapStatusSpec (line 28) | type ZswapStatusSpec struct function NewZswapStatus (line 42) | func NewZswapStatus(namespace resource.Namespace, id resource.ID) *Zswap... type ZswapStatusExtension (line 50) | type ZswapStatusExtension struct method ResourceDefinition (line 53) | func (ZswapStatusExtension) ResourceDefinition() meta.ResourceDefiniti... function init (line 79) | func init() { FILE: pkg/machinery/resources/cluster/affiliate.go constant AffiliateType (line 24) | AffiliateType = resource.Type("Affiliates.cluster.talos.dev") type KubeSpanAffiliateSpec (line 34) | type KubeSpanAffiliateSpec struct function NewAffiliate (line 43) | func NewAffiliate(namespace resource.Namespace, id resource.ID) *Affilia... type AffiliateExtension (line 51) | type AffiliateExtension struct method ResourceDefinition (line 54) | func (r AffiliateExtension) ResourceDefinition() meta.ResourceDefiniti... type AffiliateSpec (line 79) | type AffiliateSpec struct method Merge (line 100) | func (spec *AffiliateSpec) Merge(other *AffiliateSpec) { type ControlPlane (line 93) | type ControlPlane struct function init (line 158) | func init() { FILE: pkg/machinery/resources/cluster/affiliate_test.go function TestAffiliateSpec_Merge (line 21) | func TestAffiliateSpec_Merge(t *testing.T) { function TestAffiliateSpecMarshal (line 116) | func TestAffiliateSpecMarshal(t *testing.T) { FILE: pkg/machinery/resources/cluster/cluster.go constant NamespaceName (line 10) | NamespaceName resource.Namespace = "cluster" constant RawNamespaceName (line 13) | RawNamespaceName resource.Namespace = "cluster-raw" FILE: pkg/machinery/resources/cluster/cluster_test.go function TestRegisterResource (line 20) | func TestRegisterResource(t *testing.T) { FILE: pkg/machinery/resources/cluster/config.go constant ConfigType (line 18) | ConfigType = resource.Type("DiscoveryConfigs.cluster.talos.dev") constant ConfigID (line 21) | ConfigID = resource.ID("cluster") type ConfigSpec (line 29) | type ConfigSpec struct function NewConfig (line 40) | func NewConfig(namespace resource.Namespace, id resource.ID) *Config { type ConfigExtension (line 48) | type ConfigExtension struct method ResourceDefinition (line 51) | func (ConfigExtension) ResourceDefinition() meta.ResourceDefinitionSpec { function init (line 61) | func init() { FILE: pkg/machinery/resources/cluster/deep_copy.generated.go method DeepCopy (line 14) | func (o AffiliateSpec) DeepCopy() AffiliateSpec { method DeepCopy (line 40) | func (o ConfigSpec) DeepCopy() ConfigSpec { method DeepCopy (line 50) | func (o IdentitySpec) DeepCopy() IdentitySpec { method DeepCopy (line 56) | func (o MemberSpec) DeepCopy() MemberSpec { method DeepCopy (line 70) | func (o InfoSpec) DeepCopy() InfoSpec { FILE: pkg/machinery/resources/cluster/identity.go constant IdentityType (line 17) | IdentityType = resource.Type("Identities.cluster.talos.dev") constant LocalIdentity (line 20) | LocalIdentity = resource.ID("local") type IdentitySpec (line 31) | type IdentitySpec struct function NewIdentity (line 38) | func NewIdentity(namespace resource.Namespace, id resource.ID) *Identity { type IdentityExtension (line 46) | type IdentityExtension struct method ResourceDefinition (line 49) | func (IdentityExtension) ResourceDefinition() meta.ResourceDefinitionS... function init (line 63) | func init() { FILE: pkg/machinery/resources/cluster/info.go constant InfoType (line 17) | InfoType = resource.Type("Infos.cluster.talos.dev") constant InfoID (line 20) | InfoID = resource.ID("current") type InfoSpec (line 28) | type InfoSpec struct function NewInfo (line 34) | func NewInfo() *Info { type InfoExtension (line 42) | type InfoExtension struct method ResourceDefinition (line 45) | func (InfoExtension) ResourceDefinition() meta.ResourceDefinitionSpec { function init (line 63) | func init() { FILE: pkg/machinery/resources/cluster/member.go constant MemberType (line 20) | MemberType = resource.Type("Members.cluster.talos.dev") type MemberSpec (line 30) | type MemberSpec struct function NewMember (line 40) | func NewMember(namespace resource.Namespace, id resource.ID) *Member { type MemberExtension (line 48) | type MemberExtension struct method ResourceDefinition (line 51) | func (MemberExtension) ResourceDefinition() meta.ResourceDefinitionSpec { function init (line 77) | func init() { FILE: pkg/machinery/resources/config/config.go constant NamespaceName (line 11) | NamespaceName resource.Namespace = "config" FILE: pkg/machinery/resources/config/config_test.go function TestRegisterResource (line 20) | func TestRegisterResource(t *testing.T) { FILE: pkg/machinery/resources/config/machine_config.go constant MachineConfigType (line 19) | MachineConfigType = resource.Type("MachineConfigs.config.talos.dev") constant ActiveID (line 22) | ActiveID = resource.ID("v1alpha1") constant PersistentID (line 28) | PersistentID = resource.ID("persistent") type MachineConfig (line 31) | type MachineConfig struct method Metadata (line 74) | func (r *MachineConfig) Metadata() *resource.Metadata { method Spec (line 79) | func (r *MachineConfig) Spec() any { method DeepCopy (line 84) | func (r *MachineConfig) DeepCopy() resource.Resource { method ResourceDefinition (line 100) | func (r *MachineConfig) ResourceDefinition() meta.ResourceDefinitionSp... method UnmarshalProto (line 124) | func (r *MachineConfig) UnmarshalProto(md *resource.Metadata, protoByt... method Config (line 145) | func (r *MachineConfig) Config() config.Config { method Container (line 150) | func (r *MachineConfig) Container() config.Container { method Provider (line 158) | func (r *MachineConfig) Provider() config.Provider { type v1alpha1Spec (line 36) | type v1alpha1Spec struct method MarshalYAML (line 43) | func (s *v1alpha1Spec) MarshalYAML() (any, error) { method MarshalProto (line 110) | func (s *v1alpha1Spec) MarshalProto() ([]byte, error) { function NewMachineConfig (line 53) | func NewMachineConfig(spec config.Provider) *MachineConfig { function NewMachineConfigWithID (line 58) | func NewMachineConfigWithID(spec config.Provider, id resource.ID) *Machi... function init (line 162) | func init() { FILE: pkg/machinery/resources/config/machine_config_test.go constant sampleConfig (line 23) | sampleConfig = `version: v1alpha1 function TestMachineConfigMarshal (line 33) | func TestMachineConfigMarshal(t *testing.T) { function TestMachineConfigProtobufMarshal (line 52) | func TestMachineConfigProtobufMarshal(t *testing.T) { FILE: pkg/machinery/resources/config/machine_type.go constant MachineTypeType (line 18) | MachineTypeType = resource.Type("MachineTypes.config.talos.dev") constant MachineTypeID (line 21) | MachineTypeID = resource.ID("machine-type") type MachineType (line 24) | type MachineType struct method Metadata (line 48) | func (r *MachineType) Metadata() *resource.Metadata { method Spec (line 53) | func (r *MachineType) Spec() any { method DeepCopy (line 58) | func (r *MachineType) DeepCopy() resource.Resource { method ResourceDefinition (line 66) | func (r *MachineType) ResourceDefinition() meta.ResourceDefinitionSpec { method MachineType (line 81) | func (r *MachineType) MachineType() machine.Type { method SetMachineType (line 86) | func (r *MachineType) SetMachineType(typ machine.Type) { method UnmarshalProto (line 100) | func (r *MachineType) UnmarshalProto(md *resource.Metadata, protoBytes... type machineTypeSpec (line 29) | type machineTypeSpec struct method MarshalYAML (line 33) | func (spec machineTypeSpec) MarshalYAML() (any, error) { method MarshalProto (line 91) | func (spec machineTypeSpec) MarshalProto() ([]byte, error) { function NewMachineType (line 38) | func NewMachineType() *MachineType { function init (line 115) | func init() { FILE: pkg/machinery/resources/config/machine_type_test.go function TestMachineTypeProtobufMarshal (line 18) | func TestMachineTypeProtobufMarshal(t *testing.T) { FILE: pkg/machinery/resources/cri/cri.go constant NamespaceName (line 25) | NamespaceName resource.Namespace = "cri" type RegistryTLSConfigExtended (line 28) | type RegistryTLSConfigExtended interface type Registries (line 34) | type Registries interface function RegistryBuilder (line 41) | func RegistryBuilder(st state.State, opts ...func(*RegistriesConfigSpec)... function WaitForImageCache (line 60) | func WaitForImageCache(ctx context.Context, st state.State) error { function WaitForImageCacheCopy (line 79) | func WaitForImageCacheCopy(ctx context.Context, st state.State) error { FILE: pkg/machinery/resources/cri/cri_test.go function TestRegisterResource (line 20) | func TestRegisterResource(t *testing.T) { FILE: pkg/machinery/resources/cri/deep_copy.generated.go method DeepCopy (line 10) | func (o RegistriesConfigSpec) DeepCopy() RegistriesConfigSpec { method DeepCopy (line 57) | func (o ImageCacheConfigSpec) DeepCopy() ImageCacheConfigSpec { method DeepCopy (line 67) | func (o SeccompProfileSpec) DeepCopy() SeccompProfileSpec { FILE: pkg/machinery/resources/cri/image_cache_config.go constant ImageCacheConfigType (line 17) | ImageCacheConfigType = resource.Type("ImageCacheConfigs.cri.talos.dev") constant ImageCacheConfigID (line 23) | ImageCacheConfigID = "image-cache" type ImageCacheConfigSpec (line 28) | type ImageCacheConfigSpec struct function NewImageCacheConfig (line 35) | func NewImageCacheConfig() *ImageCacheConfig { type ImageCacheConfigExtension (line 43) | type ImageCacheConfigExtension struct method ResourceDefinition (line 46) | func (ImageCacheConfigExtension) ResourceDefinition() meta.ResourceDef... function init (line 68) | func init() { FILE: pkg/machinery/resources/cri/imagecachecopystatus_enumer.go constant _ImageCacheCopyStatusName (line 10) | _ImageCacheCopyStatusName = "unknownskippedcopyingready" constant _ImageCacheCopyStatusLowerName (line 14) | _ImageCacheCopyStatusLowerName = "unknownskippedcopyingready" method String (line 16) | func (i ImageCacheCopyStatus) String() string { function _ImageCacheCopyStatusNoOp (line 25) | func _ImageCacheCopyStatusNoOp() { function ImageCacheCopyStatusString (line 55) | func ImageCacheCopyStatusString(s string) (ImageCacheCopyStatus, error) { function ImageCacheCopyStatusValues (line 67) | func ImageCacheCopyStatusValues() []ImageCacheCopyStatus { function ImageCacheCopyStatusStrings (line 72) | func ImageCacheCopyStatusStrings() []string { method IsAImageCacheCopyStatus (line 79) | func (i ImageCacheCopyStatus) IsAImageCacheCopyStatus() bool { method MarshalText (line 89) | func (i ImageCacheCopyStatus) MarshalText() ([]byte, error) { method UnmarshalText (line 94) | func (i *ImageCacheCopyStatus) UnmarshalText(text []byte) error { FILE: pkg/machinery/resources/cri/imagecachestatus.go type ImageCacheStatus (line 8) | type ImageCacheStatus constant ImageCacheStatusUnknown (line 14) | ImageCacheStatusUnknown ImageCacheStatus = iota constant ImageCacheStatusDisabled (line 15) | ImageCacheStatusDisabled constant ImageCacheStatusPreparing (line 16) | ImageCacheStatusPreparing constant ImageCacheStatusReady (line 17) | ImageCacheStatusReady type ImageCacheCopyStatus (line 21) | type ImageCacheCopyStatus constant ImageCacheCopyStatusUnknown (line 27) | ImageCacheCopyStatusUnknown ImageCacheCopyStatus = iota constant ImageCacheCopyStatusSkipped (line 28) | ImageCacheCopyStatusSkipped constant ImageCacheCopyStatusPending (line 29) | ImageCacheCopyStatusPending constant ImageCacheCopyStatusReady (line 30) | ImageCacheCopyStatusReady FILE: pkg/machinery/resources/cri/imagecachestatus_enumer.go constant _ImageCacheStatusName (line 10) | _ImageCacheStatusName = "unknowndisabledpreparingready" constant _ImageCacheStatusLowerName (line 14) | _ImageCacheStatusLowerName = "unknowndisabledpreparingready" method String (line 16) | func (i ImageCacheStatus) String() string { function _ImageCacheStatusNoOp (line 25) | func _ImageCacheStatusNoOp() { function ImageCacheStatusString (line 55) | func ImageCacheStatusString(s string) (ImageCacheStatus, error) { function ImageCacheStatusValues (line 67) | func ImageCacheStatusValues() []ImageCacheStatus { function ImageCacheStatusStrings (line 72) | func ImageCacheStatusStrings() []string { method IsAImageCacheStatus (line 79) | func (i ImageCacheStatus) IsAImageCacheStatus() bool { method MarshalText (line 89) | func (i ImageCacheStatus) MarshalText() ([]byte, error) { method UnmarshalText (line 94) | func (i *ImageCacheStatus) UnmarshalText(text []byte) error { FILE: pkg/machinery/resources/cri/registries_config.go constant RegistriesConfigType (line 25) | RegistriesConfigType = resource.Type("RegistryConfigs.cri.talos.dev") constant RegistriesConfigID (line 28) | RegistriesConfigID resource.ID = "registries" type RegistriesConfigSpec (line 36) | type RegistriesConfigSpec struct method Mirrors (line 43) | func (r RegistriesConfigSpec) Mirrors() map[string]config2.RegistryMir... method Auths (line 54) | func (r RegistriesConfigSpec) Auths() map[string]config2.RegistryAuthC... method TLSs (line 65) | func (r RegistriesConfigSpec) TLSs() map[string]RegistryTLSConfigExten... type RegistryMirrorConfig (line 78) | type RegistryMirrorConfig struct method SkipFallback (line 84) | func (r *RegistryMirrorConfig) SkipFallback() bool { method Endpoints (line 89) | func (r *RegistryMirrorConfig) Endpoints() []config2.RegistryEndpointC... type RegistryEndpointConfig (line 98) | type RegistryEndpointConfig struct method Endpoint (line 104) | func (r RegistryEndpointConfig) Endpoint() string { method OverridePath (line 109) | func (r RegistryEndpointConfig) OverridePath() bool { type RegistryAuthConfig (line 116) | type RegistryAuthConfig struct method Username (line 124) | func (r *RegistryAuthConfig) Username() string { method Password (line 129) | func (r *RegistryAuthConfig) Password() string { method Auth (line 134) | func (r *RegistryAuthConfig) Auth() string { method IdentityToken (line 139) | func (r *RegistryAuthConfig) IdentityToken() string { type RegistryTLSConfig (line 146) | type RegistryTLSConfig struct method ClientIdentity (line 153) | func (r *RegistryTLSConfig) ClientIdentity() *x509.PEMEncodedCertifica... method CA (line 158) | func (r *RegistryTLSConfig) CA() []byte { method InsecureSkipVerify (line 163) | func (r *RegistryTLSConfig) InsecureSkipVerify() bool { method GetTLSConfig (line 168) | func (r *RegistryTLSConfig) GetTLSConfig() (*tls.Config, error) { function NewRegistriesConfig (line 193) | func NewRegistriesConfig() *RegistriesConfig { type RegistriesConfigExtension (line 201) | type RegistriesConfigExtension struct method ResourceDefinition (line 204) | func (RegistriesConfigExtension) ResourceDefinition() meta.ResourceDef... function init (line 213) | func init() { FILE: pkg/machinery/resources/cri/seccomp_profile.go constant SeccompProfileType (line 17) | SeccompProfileType = resource.Type("SeccompProfiles.cri.talos.dev") type SeccompProfileSpec (line 25) | type SeccompProfileSpec struct function NewSeccompProfile (line 31) | func NewSeccompProfile(id string) *SeccompProfile { type SeccompProfileExtension (line 39) | type SeccompProfileExtension struct method ResourceDefinition (line 42) | func (SeccompProfileExtension) ResourceDefinition() meta.ResourceDefin... function init (line 51) | func init() { FILE: pkg/machinery/resources/etcd/condition.go type SpecReadyCondition (line 15) | type SpecReadyCondition struct method String (line 26) | func (condition *SpecReadyCondition) String() string { method Wait (line 31) | func (condition *SpecReadyCondition) Wait(ctx context.Context) error { function NewSpecReadyCondition (line 20) | func NewSpecReadyCondition(state state.State) *SpecReadyCondition { FILE: pkg/machinery/resources/etcd/config.go constant ConfigType (line 17) | ConfigType = resource.Type("EtcdConfigs.etcd.talos.dev") constant ConfigID (line 20) | ConfigID = resource.ID("etcd") type ConfigSpec (line 28) | type ConfigSpec struct type ArgValues (line 43) | type ArgValues struct function NewConfig (line 48) | func NewConfig(namespace resource.Namespace, id resource.ID) *Config { type ConfigExtension (line 56) | type ConfigExtension struct method ResourceDefinition (line 59) | func (ConfigExtension) ResourceDefinition() meta.ResourceDefinitionSpec { function init (line 73) | func init() { FILE: pkg/machinery/resources/etcd/deep_copy.generated.go method DeepCopy (line 14) | func (o ConfigSpec) DeepCopy() ConfigSpec { method DeepCopy (line 47) | func (o PKIStatusSpec) DeepCopy() PKIStatusSpec { method DeepCopy (line 53) | func (o SpecSpec) DeepCopy() SpecSpec { method DeepCopy (line 82) | func (o MemberSpec) DeepCopy() MemberSpec { FILE: pkg/machinery/resources/etcd/etcd.go constant NamespaceName (line 18) | NamespaceName resource.Namespace = "etcd" function FormatMemberID (line 21) | func FormatMemberID(memberID uint64) string { function ParseMemberID (line 26) | func ParseMemberID(memberID string) (uint64, error) { FILE: pkg/machinery/resources/etcd/etcd_test.go function TestRegisterResource (line 21) | func TestRegisterResource(t *testing.T) { function TestFormatMemberID (line 34) | func TestFormatMemberID(t *testing.T) { FILE: pkg/machinery/resources/etcd/member.go constant MemberType (line 17) | MemberType = resource.Type("EtcdMembers.etcd.talos.dev") constant LocalMemberID (line 20) | LocalMemberID = resource.ID("local") type MemberSpec (line 28) | type MemberSpec struct function NewMember (line 33) | func NewMember(namespace resource.Namespace, id resource.ID) *Member { type MemberExtension (line 41) | type MemberExtension struct method ResourceDefinition (line 44) | func (MemberExtension) ResourceDefinition() meta.ResourceDefinitionSpec { function init (line 58) | func init() { FILE: pkg/machinery/resources/etcd/pki_status.go constant PKIStatusType (line 17) | PKIStatusType = resource.Type("PKIStatuses.etcd.talos.dev") constant PKIID (line 20) | PKIID = resource.ID("etcd") type PKIStatusSpec (line 28) | type PKIStatusSpec struct function NewPKIStatus (line 34) | func NewPKIStatus(namespace resource.Namespace, id resource.ID) *PKIStat... type PKIStatusExtension (line 42) | type PKIStatusExtension struct method ResourceDefinition (line 45) | func (PKIStatusExtension) ResourceDefinition() meta.ResourceDefinition... function init (line 63) | func init() { FILE: pkg/machinery/resources/etcd/spec.go constant SpecType (line 19) | SpecType = resource.Type("EtcdSpecs.etcd.talos.dev") constant SpecID (line 22) | SpecID = resource.ID("etcd") type SpecSpec (line 30) | type SpecSpec struct function NewSpec (line 40) | func NewSpec(namespace resource.Namespace, id resource.ID) *Spec { type SpecExtension (line 48) | type SpecExtension struct method ResourceDefinition (line 51) | func (SpecExtension) ResourceDefinition() meta.ResourceDefinitionSpec { function init (line 77) | func init() { FILE: pkg/machinery/resources/files/deep_copy.generated.go method DeepCopy (line 10) | func (o EtcFileSpecSpec) DeepCopy() EtcFileSpecSpec { method DeepCopy (line 20) | func (o EtcFileStatusSpec) DeepCopy() EtcFileStatusSpec { FILE: pkg/machinery/resources/files/etcfile_spec.go constant EtcFileSpecType (line 22) | EtcFileSpecType = resource.Type("EtcFileSpecs.files.talos.dev") type EtcFileSpecSpec (line 30) | type EtcFileSpecSpec struct function NewEtcFileSpec (line 37) | func NewEtcFileSpec(namespace resource.Namespace, id resource.ID) *EtcFi... type EtcFileSpecExtension (line 45) | type EtcFileSpecExtension struct method ResourceDefinition (line 48) | func (EtcFileSpecExtension) ResourceDefinition() meta.ResourceDefiniti... function init (line 57) | func init() { FILE: pkg/machinery/resources/files/etcfile_status.go constant EtcFileStatusType (line 17) | EtcFileStatusType = resource.Type("EtcFileStatuses.files.talos.dev") type EtcFileStatusSpec (line 25) | type EtcFileStatusSpec struct function NewEtcFileStatus (line 30) | func NewEtcFileStatus(namespace resource.Namespace, id resource.ID) *Etc... type EtcFileStatusMD (line 38) | type EtcFileStatusMD struct method ResourceDefinition (line 41) | func (EtcFileStatusMD) ResourceDefinition() meta.ResourceDefinitionSpec { function init (line 50) | func init() { FILE: pkg/machinery/resources/files/files.go constant NamespaceName (line 11) | NamespaceName resource.Namespace = "files" constant SourceFileAnnotation (line 14) | SourceFileAnnotation = "talos.dev/source-file" FILE: pkg/machinery/resources/files/files_test.go function TestRegisterResource (line 20) | func TestRegisterResource(t *testing.T) { FILE: pkg/machinery/resources/hardware/deep_copy.generated.go method DeepCopy (line 10) | func (o MemoryModuleSpec) DeepCopy() MemoryModuleSpec { method DeepCopy (line 16) | func (o PCIDeviceSpec) DeepCopy() PCIDeviceSpec { method DeepCopy (line 22) | func (o PCIDriverRebindConfigSpec) DeepCopy() PCIDriverRebindConfigSpec { method DeepCopy (line 28) | func (o PCIDriverRebindStatusSpec) DeepCopy() PCIDriverRebindStatusSpec { method DeepCopy (line 34) | func (o PCRStatusSpec) DeepCopy() PCRStatusSpec { method DeepCopy (line 40) | func (o ProcessorSpec) DeepCopy() ProcessorSpec { method DeepCopy (line 46) | func (o SystemInformationSpec) DeepCopy() SystemInformationSpec { FILE: pkg/machinery/resources/hardware/hardware.go constant NamespaceName (line 14) | NamespaceName resource.Namespace = "hardware" FILE: pkg/machinery/resources/hardware/hardware_test.go function TestRegisterResource (line 20) | func TestRegisterResource(t *testing.T) { FILE: pkg/machinery/resources/hardware/memorymodule.go constant MemoryModuleType (line 17) | MemoryModuleType = resource.Type("MemoryModules.hardware.talos.dev") type MemoryModuleSpec (line 25) | type MemoryModuleSpec struct function NewMemoryModuleInfo (line 37) | func NewMemoryModuleInfo(id string) *MemoryModule { type MemoryModuleExtension (line 45) | type MemoryModuleExtension struct method ResourceDefinition (line 48) | func (MemoryModuleExtension) ResourceDefinition() meta.ResourceDefinit... function init (line 73) | func init() { FILE: pkg/machinery/resources/hardware/pci_driver_rebind_config.go constant PCIDriverRebindConfigType (line 17) | PCIDriverRebindConfigType = resource.Type("PCIDriverRebindConfigs.runtim... type PCIDriverRebindConfigSpec (line 25) | type PCIDriverRebindConfigSpec struct type PCIDriverRebindConfigExtension (line 31) | type PCIDriverRebindConfigExtension struct method ResourceDefinition (line 42) | func (PCIDriverRebindConfigExtension) ResourceDefinition() meta.Resour... function NewPCIDriverRebindConfig (line 34) | func NewPCIDriverRebindConfig(id resource.ID) *PCIDriverRebindConfig { function init (line 63) | func init() { FILE: pkg/machinery/resources/hardware/pci_driver_rebind_status.go constant PCIDriverRebindStatusType (line 17) | PCIDriverRebindStatusType = resource.Type("PCIDriverRebindStatuses.runti... type PCIDriverRebindStatusSpec (line 25) | type PCIDriverRebindStatusSpec struct function NewPCIDriverRebindStatus (line 31) | func NewPCIDriverRebindStatus(id resource.ID) *PCIDriverRebindStatus { type PCIDriverRebindStatusExtension (line 39) | type PCIDriverRebindStatusExtension struct method ResourceDefinition (line 42) | func (PCIDriverRebindStatusExtension) ResourceDefinition() meta.Resour... function init (line 64) | func init() { FILE: pkg/machinery/resources/hardware/pcidevice.go constant PCIDeviceType (line 17) | PCIDeviceType = resource.Type("PCIDevices.hardware.talos.dev") type PCIDeviceSpec (line 25) | type PCIDeviceSpec struct function NewPCIDeviceInfo (line 39) | func NewPCIDeviceInfo(id string) *PCIDevice { type PCIDeviceExtension (line 47) | type PCIDeviceExtension struct method ResourceDefinition (line 50) | func (PCIDeviceExtension) ResourceDefinition() meta.ResourceDefinition... function init (line 79) | func init() { FILE: pkg/machinery/resources/hardware/pcr_status.go constant PCRStatusType (line 23) | PCRStatusType = resource.Type("PCRStatuses.hardware.talos.dev") type PCRStatusSpec (line 35) | type PCRStatusSpec struct function NewPCCRStatus (line 38) | func NewPCCRStatus(pcr int) *PCRStatus { type PCRStatusExtension (line 46) | type PCRStatusExtension struct method ResourceDefinition (line 49) | func (PCRStatusExtension) ResourceDefinition() meta.ResourceDefinition... type FinalizerState (line 58) | type FinalizerState interface function LockPCRStatus (line 64) | func LockPCRStatus(st FinalizerState, pcr int, finalizerName string) fun... function init (line 86) | func init() { FILE: pkg/machinery/resources/hardware/processor.go constant ProcessorType (line 17) | ProcessorType = resource.Type("Processors.hardware.talos.dev") type ProcessorSpec (line 25) | type ProcessorSpec struct function NewProcessorInfo (line 43) | func NewProcessorInfo(id string) *Processor { type ProcessorExtension (line 51) | type ProcessorExtension struct method ResourceDefinition (line 54) | func (ProcessorExtension) ResourceDefinition() meta.ResourceDefinition... function init (line 83) | func init() { FILE: pkg/machinery/resources/hardware/system_information.go constant SystemInformationType (line 17) | SystemInformationType = resource.Type("SystemInformations.hardware.talos... constant SystemInformationID (line 20) | SystemInformationID = resource.ID("systeminformation") type SystemInformationSpec (line 28) | type SystemInformationSpec struct function NewSystemInformation (line 39) | func NewSystemInformation(id string) *SystemInformation { type SystemInformationExtension (line 47) | type SystemInformationExtension struct method ResourceDefinition (line 50) | func (SystemInformationExtension) ResourceDefinition() meta.ResourceDe... function init (line 95) | func init() { FILE: pkg/machinery/resources/k8s/admissioncontrol_config.go constant AdmissionControlConfigType (line 18) | AdmissionControlConfigType = resource.Type("AdmissionControlConfigs.kube... constant AdmissionControlConfigID (line 21) | AdmissionControlConfigID = resource.ID("admission-control") type AdmissionControlConfigSpec (line 29) | type AdmissionControlConfigSpec struct type AdmissionPluginSpec (line 36) | type AdmissionPluginSpec struct function NewAdmissionControlConfig (line 42) | func NewAdmissionControlConfig() *AdmissionControlConfig { type AdmissionControlConfigExtension (line 49) | type AdmissionControlConfigExtension struct method ResourceDefinition (line 52) | func (AdmissionControlConfigExtension) ResourceDefinition() meta.Resou... function init (line 59) | func init() { FILE: pkg/machinery/resources/k8s/apiserver_config.go constant APIServerConfigType (line 18) | APIServerConfigType = resource.Type("APIServerConfigs.kubernetes.talos.d... constant APIServerConfigID (line 21) | APIServerConfigID = resource.ID(APIServerID) type ExtraVolume (line 29) | type ExtraVolume struct type Resources (line 39) | type Resources struct type APIServerConfigSpec (line 47) | type APIServerConfigSpec struct type ArgValues (line 64) | type ArgValues struct function NewAPIServerConfig (line 69) | func NewAPIServerConfig() *APIServerConfig { type APIServerConfigExtension (line 76) | type APIServerConfigExtension struct method ResourceDefinition (line 79) | func (APIServerConfigExtension) ResourceDefinition() meta.ResourceDefi... function init (line 86) | func init() { FILE: pkg/machinery/resources/k8s/auditpolicy_config.go constant AuditPolicyConfigType (line 18) | AuditPolicyConfigType = resource.Type("AuditPolicyConfigs.kubernetes.tal... constant AuditPolicyConfigID (line 21) | AuditPolicyConfigID = resource.ID("audit-policy") type AuditPolicyConfigSpec (line 29) | type AuditPolicyConfigSpec struct function NewAuditPolicyConfig (line 34) | func NewAuditPolicyConfig() *AuditPolicyConfig { type AuditPolicyConfigExtension (line 41) | type AuditPolicyConfigExtension struct method ResourceDefinition (line 44) | func (AuditPolicyConfigExtension) ResourceDefinition() meta.ResourceDe... function init (line 52) | func init() { FILE: pkg/machinery/resources/k8s/authorization_config.go constant AuthorizationConfigType (line 16) | AuthorizationConfigType = resource.Type("AuthorizationConfigs.kubernetes... constant AuthorizationConfigID (line 19) | AuthorizationConfigID = resource.ID("authorization") type AuthorizationConfigSpec (line 27) | type AuthorizationConfigSpec struct type AuthorizationAuthorizersSpec (line 35) | type AuthorizationAuthorizersSpec struct function NewAuthorizationConfig (line 42) | func NewAuthorizationConfig() *AuthorizationConfig { type AuthorizationConfigExtension (line 49) | type AuthorizationConfigExtension struct method ResourceDefinition (line 52) | func (AuthorizationConfigExtension) ResourceDefinition() meta.Resource... function init (line 59) | func init() { FILE: pkg/machinery/resources/k8s/config_status.go constant ConfigStatusType (line 20) | ConfigStatusType = resource.Type("ConfigStatuses.kubernetes.talos.dev") constant ConfigStatusStaticPodID (line 23) | ConfigStatusStaticPodID = resource.ID("static-pods") type ConfigStatusSpec (line 31) | type ConfigStatusSpec struct function NewConfigStatus (line 37) | func NewConfigStatus(namespace resource.Namespace, id resource.ID) *Conf... type ConfigStatusExtension (line 45) | type ConfigStatusExtension struct method ResourceDefinition (line 48) | func (ConfigStatusExtension) ResourceDefinition() meta.ResourceDefinit... function init (line 66) | func init() { FILE: pkg/machinery/resources/k8s/controllermanager_config.go constant ControllerManagerConfigType (line 18) | ControllerManagerConfigType = resource.Type("ControllerManagerConfigs.ku... constant ControllerManagerConfigID (line 21) | ControllerManagerConfigID = resource.ID(ControllerManagerID) type ControllerManagerConfigSpec (line 29) | type ControllerManagerConfigSpec struct function NewControllerManagerConfig (line 42) | func NewControllerManagerConfig() *ControllerManagerConfig { type ControllerManagerConfigExtension (line 49) | type ControllerManagerConfigExtension struct method ResourceDefinition (line 52) | func (ControllerManagerConfigExtension) ResourceDefinition() meta.Reso... function init (line 59) | func init() { FILE: pkg/machinery/resources/k8s/deep_copy.generated.go method DeepCopy (line 16) | func (o AdmissionControlConfigSpec) DeepCopy() AdmissionControlConfigSpec { method DeepCopy (line 34) | func (o APIServerConfigSpec) DeepCopy() APIServerConfigSpec { method DeepCopy (line 81) | func (o AuditPolicyConfigSpec) DeepCopy() AuditPolicyConfigSpec { method DeepCopy (line 93) | func (o AuthorizationConfigSpec) DeepCopy() AuthorizationConfigSpec { method DeepCopy (line 111) | func (o BootstrapManifestsConfigSpec) DeepCopy() BootstrapManifestsConfi... method DeepCopy (line 129) | func (o ConfigStatusSpec) DeepCopy() ConfigStatusSpec { method DeepCopy (line 135) | func (o ControllerManagerConfigSpec) DeepCopy() ControllerManagerConfigS... method DeepCopy (line 182) | func (o EndpointSpec) DeepCopy() EndpointSpec { method DeepCopy (line 196) | func (o ExtraManifestsConfigSpec) DeepCopy() ExtraManifestsConfigSpec { method DeepCopy (line 214) | func (o KubeletLifecycleSpec) DeepCopy() KubeletLifecycleSpec { method DeepCopy (line 220) | func (o KubePrismConfigSpec) DeepCopy() KubePrismConfigSpec { method DeepCopy (line 230) | func (o KubePrismEndpointsSpec) DeepCopy() KubePrismEndpointsSpec { method DeepCopy (line 240) | func (o KubePrismStatusesSpec) DeepCopy() KubePrismStatusesSpec { method DeepCopy (line 246) | func (o KubeletSpecSpec) DeepCopy() KubeletSpecSpec { method DeepCopy (line 286) | func (o ManifestSpec) DeepCopy() ManifestSpec { method DeepCopy (line 304) | func (o ManifestStatusSpec) DeepCopy() ManifestStatusSpec { method DeepCopy (line 314) | func (o NodeAnnotationSpecSpec) DeepCopy() NodeAnnotationSpecSpec { method DeepCopy (line 320) | func (o NodeCordonedSpecSpec) DeepCopy() NodeCordonedSpecSpec { method DeepCopy (line 326) | func (o NodeLabelSpecSpec) DeepCopy() NodeLabelSpecSpec { method DeepCopy (line 332) | func (o NodeTaintSpecSpec) DeepCopy() NodeTaintSpecSpec { method DeepCopy (line 338) | func (o KubeletConfigSpec) DeepCopy() KubeletConfigSpec { method DeepCopy (line 389) | func (o NodeIPSpec) DeepCopy() NodeIPSpec { method DeepCopy (line 399) | func (o NodeIPConfigSpec) DeepCopy() NodeIPConfigSpec { method DeepCopy (line 413) | func (o NodeStatusSpec) DeepCopy() NodeStatusSpec { method DeepCopy (line 435) | func (o NodenameSpec) DeepCopy() NodenameSpec { method DeepCopy (line 441) | func (o SchedulerConfigSpec) DeepCopy() SchedulerConfigSpec { method DeepCopy (line 486) | func (o SecretsStatusSpec) DeepCopy() SecretsStatusSpec { method DeepCopy (line 492) | func (o StaticPodSpec) DeepCopy() StaticPodSpec { method DeepCopy (line 504) | func (o StaticPodStatusSpec) DeepCopy() StaticPodStatusSpec { method DeepCopy (line 516) | func (o StaticPodServerStatusSpec) DeepCopy() StaticPodServerStatusSpec { FILE: pkg/machinery/resources/k8s/endpoint.go constant EndpointType (line 21) | EndpointType = resource.Type("Endpoints.kubernetes.talos.dev") constant ControlPlaneAPIServerEndpointsID (line 24) | ControlPlaneAPIServerEndpointsID = resource.ID("kube-apiserver") constant ControlPlaneDiscoveredEndpointsID (line 27) | ControlPlaneDiscoveredEndpointsID = resource.ID("discovery") constant ControlPlaneKubernetesEndpointsID (line 30) | ControlPlaneKubernetesEndpointsID = resource.ID("controlplane") type EndpointSpec (line 38) | type EndpointSpec struct function NewEndpoint (line 44) | func NewEndpoint(namespace resource.Namespace, id resource.ID) *Endpoint { type EndpointExtension (line 52) | type EndpointExtension struct method ResourceDefinition (line 55) | func (EndpointExtension) ResourceDefinition() meta.ResourceDefinitionS... type EndpointList (line 74) | type EndpointList struct method Merge (line 80) | func (l EndpointList) Merge(endpoint *Endpoint) EndpointList { method IsEmpty (line 105) | func (l EndpointList) IsEmpty() bool { method Strings (line 110) | func (l EndpointList) Strings() []string { function init (line 117) | func init() { FILE: pkg/machinery/resources/k8s/endpoint_test.go function TestEndpointList (line 16) | func TestEndpointList(t *testing.T) { function TestEndpointListWithHosts (line 39) | func TestEndpointListWithHosts(t *testing.T) { FILE: pkg/machinery/resources/k8s/extramanifests_config.go constant ExtraManifestsConfigType (line 18) | ExtraManifestsConfigType = resource.Type("ExtraManifestsConfigs.kubernet... constant ExtraManifestsConfigID (line 21) | ExtraManifestsConfigID = resource.ID("extra-manifests") type ExtraManifestsConfigSpec (line 29) | type ExtraManifestsConfigSpec struct type ExtraManifest (line 36) | type ExtraManifest struct function NewExtraManifestsConfig (line 45) | func NewExtraManifestsConfig() *ExtraManifestsConfig { type ExtraManifestsConfigExtension (line 52) | type ExtraManifestsConfigExtension struct method ResourceDefinition (line 55) | func (ExtraManifestsConfigExtension) ResourceDefinition() meta.Resourc... function init (line 62) | func init() { FILE: pkg/machinery/resources/k8s/k8s.go constant NamespaceName (line 13) | NamespaceName resource.Namespace = "k8s" constant ControlPlaneNamespaceName (line 16) | ControlPlaneNamespaceName resource.Namespace = "controlplane" constant NodeAddressFilterOnlyK8s (line 19) | NodeAddressFilterOnlyK8s = "only-k8s" constant NodeAddressFilterNoK8s (line 22) | NodeAddressFilterNoK8s = "no-k8s" constant APIServerID (line 25) | APIServerID = "kube-apiserver" constant ControllerManagerID (line 28) | ControllerManagerID = "kube-controller-manager" constant SchedulerID (line 31) | SchedulerID = "kube-scheduler" FILE: pkg/machinery/resources/k8s/k8s_test.go function TestRegisterResource (line 23) | func TestRegisterResource(t *testing.T) { function TestKubeletConfig (line 62) | func TestKubeletConfig(t *testing.T) { function TestKubeletSpec (line 82) | func TestKubeletSpec(t *testing.T) { FILE: pkg/machinery/resources/k8s/kubelet_config.go constant KubeletConfigType (line 18) | KubeletConfigType = resource.Type("KubeletConfigs.kubernetes.talos.dev") constant KubeletID (line 21) | KubeletID = resource.ID("kubelet") type KubeletConfigSpec (line 29) | type KubeletConfigSpec struct function NewKubeletConfig (line 47) | func NewKubeletConfig(namespace resource.Namespace, id resource.ID) *Kub... type KubeletConfigExtension (line 55) | type KubeletConfigExtension struct method ResourceDefinition (line 58) | func (KubeletConfigExtension) ResourceDefinition() meta.ResourceDefini... function init (line 66) | func init() { FILE: pkg/machinery/resources/k8s/kubelet_lifecycle.go constant KubeletLifecycleType (line 17) | KubeletLifecycleType = resource.Type("KubeletLifecycles.kubernetes.talos... constant KubeletLifecycleID (line 20) | KubeletLifecycleID = resource.ID("kubelet") type KubeletLifecycleSpec (line 32) | type KubeletLifecycleSpec struct function NewKubeletLifecycle (line 35) | func NewKubeletLifecycle(namespace resource.Namespace, id resource.ID) *... type KubeletLifecycleExtension (line 43) | type KubeletLifecycleExtension struct method ResourceDefinition (line 46) | func (KubeletLifecycleExtension) ResourceDefinition() meta.ResourceDef... function init (line 54) | func init() { FILE: pkg/machinery/resources/k8s/kubelet_spec.go constant KubeletSpecType (line 18) | KubeletSpecType = resource.Type("KubeletSpecs.kubernetes.talos.dev") type KubeletSpecSpec (line 26) | type KubeletSpecSpec struct function NewKubeletSpec (line 36) | func NewKubeletSpec(namespace resource.Namespace, id resource.ID) *Kubel... type KubeletSpecExtension (line 44) | type KubeletSpecExtension struct method ResourceDefinition (line 47) | func (KubeletSpecExtension) ResourceDefinition() meta.ResourceDefiniti... function init (line 55) | func init() { FILE: pkg/machinery/resources/k8s/kubeprism.go constant KubePrismStatusesType (line 17) | KubePrismStatusesType = resource.Type("KubePrismStatuses.kubernetes.talo... constant KubePrismStatusesID (line 20) | KubePrismStatusesID = resource.ID("k8s-loadbalancer") function NewKubePrismStatuses (line 26) | func NewKubePrismStatuses(namespace resource.Namespace, id resource.ID) ... type KubePrismStatusesSpec (line 36) | type KubePrismStatusesSpec struct type KubePrismStatusesExtension (line 42) | type KubePrismStatusesExtension struct method ResourceDefinition (line 45) | func (KubePrismStatusesExtension) ResourceDefinition() meta.ResourceDe... function init (line 63) | func init() { FILE: pkg/machinery/resources/k8s/kubeprism_config.go constant KubePrismConfigType (line 17) | KubePrismConfigType = resource.Type("KubePrismConfigs.kubernetes.talos.d... constant KubePrismConfigID (line 20) | KubePrismConfigID = resource.ID("k8s-loadbalancer-config") function NewKubePrismConfig (line 26) | func NewKubePrismConfig(namespace resource.Namespace, id resource.ID) *K... type KubePrismConfigSpec (line 36) | type KubePrismConfigSpec struct type KubePrismConfigExtension (line 43) | type KubePrismConfigExtension struct method ResourceDefinition (line 46) | func (KubePrismConfigExtension) ResourceDefinition() meta.ResourceDefi... function init (line 68) | func init() { FILE: pkg/machinery/resources/k8s/kubeprism_endpoints.go constant KubePrismEndpointsType (line 19) | KubePrismEndpointsType = resource.Type("KubePrismEndpoints.kubernetes.ta... constant KubePrismEndpointsID (line 22) | KubePrismEndpointsID = resource.ID("k8s-cluster") function NewKubePrismEndpoints (line 28) | func NewKubePrismEndpoints(namespace resource.Namespace, id resource.ID)... type KubePrismEndpointsSpec (line 38) | type KubePrismEndpointsSpec struct type KubePrismEndpoint (line 45) | type KubePrismEndpoint struct method String (line 51) | func (e KubePrismEndpoint) String() string { type KubePrismEndpointsExtension (line 56) | type KubePrismEndpointsExtension struct method ResourceDefinition (line 59) | func (KubePrismEndpointsExtension) ResourceDefinition() meta.ResourceD... function init (line 77) | func init() { FILE: pkg/machinery/resources/k8s/manifest.go constant ManifestType (line 17) | ManifestType = resource.Type("Manifests.kubernetes.talos.dev") type ManifestSpec (line 25) | type ManifestSpec struct method MarshalYAML (line 37) | func (spec ManifestSpec) MarshalYAML() (any, error) { type SingleManifest (line 32) | type SingleManifest struct function NewManifest (line 42) | func NewManifest(namespace resource.Namespace, id resource.ID) *Manifest { type ManifestExtension (line 50) | type ManifestExtension struct method ResourceDefinition (line 53) | func (ManifestExtension) ResourceDefinition() meta.ResourceDefinitionS... function init (line 61) | func init() { FILE: pkg/machinery/resources/k8s/manifest_status.go constant ManifestStatusType (line 17) | ManifestStatusType = resource.Type("ManifestStatuses.kubernetes.talos.dev") constant ManifestStatusID (line 20) | ManifestStatusID = resource.ID("manifests") type ManifestStatusSpec (line 28) | type ManifestStatusSpec struct function NewManifestStatus (line 33) | func NewManifestStatus(namespace resource.Namespace) *ManifestStatus { type ManifestStatusExtension (line 41) | type ManifestStatusExtension struct method ResourceDefinition (line 44) | func (ManifestStatusExtension) ResourceDefinition() meta.ResourceDefin... function init (line 52) | func init() { FILE: pkg/machinery/resources/k8s/manifests_config.go constant BootstrapManifestsConfigType (line 18) | BootstrapManifestsConfigType = resource.Type("BootstrapManifestsConfigs.... constant BootstrapManifestsConfigID (line 21) | BootstrapManifestsConfigID = resource.ID("manifests") type BootstrapManifestsConfigSpec (line 29) | type BootstrapManifestsConfigSpec struct function NewBootstrapManifestsConfig (line 61) | func NewBootstrapManifestsConfig() *BootstrapManifestsConfig { type BootstrapManifestsConfigExtension (line 68) | type BootstrapManifestsConfigExtension struct method ResourceDefinition (line 71) | func (BootstrapManifestsConfigExtension) ResourceDefinition() meta.Res... function init (line 78) | func init() { FILE: pkg/machinery/resources/k8s/node_annotation_spec.go constant NodeAnnotationSpecType (line 17) | NodeAnnotationSpecType = resource.Type("NodeAnnotationSpecs.k8s.talos.dev") type NodeAnnotationSpecSpec (line 22) | type NodeAnnotationSpecSpec struct function NewNodeAnnotationSpec (line 31) | func NewNodeAnnotationSpec(id resource.ID) *NodeAnnotationSpec { type NodeAnnotationSpecExtension (line 39) | type NodeAnnotationSpecExtension struct method ResourceDefinition (line 42) | func (NodeAnnotationSpecExtension) ResourceDefinition() meta.ResourceD... function init (line 57) | func init() { FILE: pkg/machinery/resources/k8s/node_cordoned_spec.go constant NodeCordonedSpecType (line 17) | NodeCordonedSpecType = resource.Type("NodeCordonedSpecs.k8s.talos.dev") type NodeCordonedSpecSpec (line 22) | type NodeCordonedSpecSpec struct constant NodeCordonedID (line 25) | NodeCordonedID = resource.ID("cordoned") function NewNodeCordonedSpec (line 31) | func NewNodeCordonedSpec(id resource.ID) *NodeCordonedSpec { type NodeCordonedSpecExtension (line 39) | type NodeCordonedSpecExtension struct method ResourceDefinition (line 42) | func (NodeCordonedSpecExtension) ResourceDefinition() meta.ResourceDef... function init (line 52) | func init() { FILE: pkg/machinery/resources/k8s/node_label_spec.go constant NodeLabelSpecType (line 17) | NodeLabelSpecType = resource.Type("NodeLabelSpecs.k8s.talos.dev") type NodeLabelSpecSpec (line 22) | type NodeLabelSpecSpec struct function NewNodeLabelSpec (line 31) | func NewNodeLabelSpec(id resource.ID) *NodeLabelSpec { type NodeLabelSpecExtension (line 39) | type NodeLabelSpecExtension struct method ResourceDefinition (line 42) | func (NodeLabelSpecExtension) ResourceDefinition() meta.ResourceDefini... function init (line 57) | func init() { FILE: pkg/machinery/resources/k8s/node_status.go constant NodeStatusType (line 19) | NodeStatusType = resource.Type("NodeStatuses.kubernetes.talos.dev") type NodeStatusSpec (line 27) | type NodeStatusSpec struct function NewNodeStatus (line 37) | func NewNodeStatus(namespace resource.Namespace, id resource.ID) *NodeSt... type NodeStatusExtension (line 45) | type NodeStatusExtension struct method ResourceDefinition (line 48) | func (NodeStatusExtension) ResourceDefinition() meta.ResourceDefinitio... function init (line 66) | func init() { FILE: pkg/machinery/resources/k8s/node_taint_spec.go constant NodeTaintSpecType (line 17) | NodeTaintSpecType = resource.Type("NodeTaintSpecs.k8s.talos.dev") type NodeTaintSpecSpec (line 22) | type NodeTaintSpecSpec struct function NewNodeTaintSpec (line 32) | func NewNodeTaintSpec(id resource.ID) *NodeTaintSpec { type NodeTaintSpecExtension (line 40) | type NodeTaintSpecExtension struct method ResourceDefinition (line 43) | func (NodeTaintSpecExtension) ResourceDefinition() meta.ResourceDefini... function init (line 62) | func init() { FILE: pkg/machinery/resources/k8s/nodeip.go constant NodeIPType (line 19) | NodeIPType = resource.Type("NodeIPs.kubernetes.talos.dev") type NodeIPSpec (line 27) | type NodeIPSpec struct function NewNodeIP (line 32) | func NewNodeIP(namespace resource.Namespace, id resource.ID) *NodeIP { type NodeIPExtension (line 40) | type NodeIPExtension struct method ResourceDefinition (line 43) | func (NodeIPExtension) ResourceDefinition() meta.ResourceDefinitionSpec { function init (line 51) | func init() { FILE: pkg/machinery/resources/k8s/nodeip_config.go constant NodeIPConfigType (line 17) | NodeIPConfigType = resource.Type("NodeIPConfigs.kubernetes.talos.dev") type NodeIPConfigSpec (line 25) | type NodeIPConfigSpec struct function NewNodeIPConfig (line 31) | func NewNodeIPConfig(namespace resource.Namespace, id resource.ID) *Node... type NodeIPConfigExtension (line 39) | type NodeIPConfigExtension struct method ResourceDefinition (line 42) | func (NodeIPConfigExtension) ResourceDefinition() meta.ResourceDefinit... function init (line 50) | func init() { FILE: pkg/machinery/resources/k8s/nodename.go constant NodenameType (line 17) | NodenameType = resource.Type("Nodenames.kubernetes.talos.dev") constant NodenameID (line 20) | NodenameID = resource.ID("nodename") type NodenameSpec (line 28) | type NodenameSpec struct function NewNodename (line 35) | func NewNodename(namespace resource.Namespace, id resource.ID) *Nodename { type NodenameExtension (line 43) | type NodenameExtension struct method ResourceDefinition (line 46) | func (NodenameExtension) ResourceDefinition() meta.ResourceDefinitionS... function init (line 60) | func init() { FILE: pkg/machinery/resources/k8s/scheduler_config.go constant SchedulerConfigType (line 18) | SchedulerConfigType = resource.Type("SchedulerConfigs.kubernetes.talos.d... constant SchedulerConfigID (line 21) | SchedulerConfigID = resource.ID(SchedulerID) type SchedulerConfigSpec (line 29) | type SchedulerConfigSpec struct function NewSchedulerConfig (line 40) | func NewSchedulerConfig() *SchedulerConfig { type SchedulerConfigExtension (line 47) | type SchedulerConfigExtension struct method ResourceDefinition (line 50) | func (SchedulerConfigExtension) ResourceDefinition() meta.ResourceDefi... function init (line 57) | func init() { FILE: pkg/machinery/resources/k8s/secrets_status.go constant SecretsStatusType (line 20) | SecretsStatusType = resource.Type("SecretStatuses.kubernetes.talos.dev") constant StaticPodSecretsStaticPodID (line 23) | StaticPodSecretsStaticPodID = resource.ID("static-pods") type SecretsStatusSpec (line 31) | type SecretsStatusSpec struct function NewSecretsStatus (line 37) | func NewSecretsStatus(namespace resource.Namespace, id resource.ID) *Sec... type SecretsStatusExtension (line 45) | type SecretsStatusExtension struct method ResourceDefinition (line 48) | func (SecretsStatusExtension) ResourceDefinition() meta.ResourceDefini... function init (line 66) | func init() { FILE: pkg/machinery/resources/k8s/static_pod.go constant StaticPodType (line 17) | StaticPodType = resource.Type("StaticPods.kubernetes.talos.dev") type StaticPodSpec (line 25) | type StaticPodSpec struct method MarshalYAML (line 30) | func (spec StaticPodSpec) MarshalYAML() (any, error) { function NewStaticPod (line 35) | func NewStaticPod(namespace resource.Namespace, id resource.ID) *StaticP... type StaticPodExtension (line 43) | type StaticPodExtension struct method ResourceDefinition (line 46) | func (StaticPodExtension) ResourceDefinition() meta.ResourceDefinition... function init (line 54) | func init() { FILE: pkg/machinery/resources/k8s/static_pod_server_status.go constant StaticPodServerStatusType (line 17) | StaticPodServerStatusType = resource.Type("StaticPodServerStatuses.kuber... type StaticPodServerStatusSpec (line 25) | type StaticPodServerStatusSpec struct constant StaticPodServerStatusResourceID (line 30) | StaticPodServerStatusResourceID = "static-pod-server-status" function NewStaticPodServerStatus (line 33) | func NewStaticPodServerStatus(namespace resource.Namespace, id resource.... type StaticPodServerStatusExtension (line 41) | type StaticPodServerStatusExtension struct method ResourceDefinition (line 44) | func (StaticPodServerStatusExtension) ResourceDefinition() meta.Resour... function init (line 52) | func init() { FILE: pkg/machinery/resources/k8s/static_pod_status.go constant StaticPodStatusType (line 17) | StaticPodStatusType = resource.Type("StaticPodStatuses.kubernetes.talos.... type StaticPodStatusSpec (line 25) | type StaticPodStatusSpec struct method MarshalYAML (line 30) | func (spec StaticPodStatusSpec) MarshalYAML() (any, error) { function NewStaticPodStatus (line 35) | func NewStaticPodStatus(namespace resource.Namespace, id resource.ID) *S... type StaticPodStatusExtension (line 43) | type StaticPodStatusExtension struct method ResourceDefinition (line 46) | func (StaticPodStatusExtension) ResourceDefinition() meta.ResourceDefi... function init (line 60) | func init() { FILE: pkg/machinery/resources/kubeaccess/config.go constant ConfigType (line 18) | ConfigType = resource.Type("KubernetesAccessConfigs.cluster.talos.dev") constant ConfigID (line 21) | ConfigID = resource.ID("config") type ConfigSpec (line 29) | type ConfigSpec struct method DeepCopy (line 36) | func (cs ConfigSpec) DeepCopy() ConfigSpec { function NewConfig (line 53) | func NewConfig(namespace resource.Namespace, id resource.ID) *Config { type ConfigExtension (line 61) | type ConfigExtension struct method ResourceDefinition (line 64) | func (c ConfigExtension) ResourceDefinition() meta.ResourceDefinitionS... function init (line 74) | func init() { FILE: pkg/machinery/resources/kubeaccess/kubeaccess_test.go function TestRegisterResource (line 20) | func TestRegisterResource(t *testing.T) { FILE: pkg/machinery/resources/kubespan/config.go constant ConfigType (line 22) | ConfigType = resource.Type("KubeSpanConfigs.kubespan.talos.dev") constant ConfigID (line 25) | ConfigID = resource.ID("kubespan") type ConfigSpec (line 33) | type ConfigSpec struct function NewConfig (line 54) | func NewConfig(namespace resource.Namespace, id resource.ID) *Config { type ConfigExtension (line 62) | type ConfigExtension struct method ResourceDefinition (line 65) | func (ConfigExtension) ResourceDefinition() meta.ResourceDefinitionSpec { function init (line 75) | func init() { FILE: pkg/machinery/resources/kubespan/deep_copy.generated.go method DeepCopy (line 14) | func (o ConfigSpec) DeepCopy() ConfigSpec { method DeepCopy (line 32) | func (o EndpointSpec) DeepCopy() EndpointSpec { method DeepCopy (line 38) | func (o IdentitySpec) DeepCopy() IdentitySpec { method DeepCopy (line 44) | func (o PeerSpecSpec) DeepCopy() PeerSpecSpec { method DeepCopy (line 58) | func (o PeerStatusSpec) DeepCopy() PeerStatusSpec { FILE: pkg/machinery/resources/kubespan/endpoint.go constant EndpointType (line 19) | EndpointType = resource.Type("KubeSpanEndpoints.kubespan.talos.dev") type EndpointSpec (line 29) | type EndpointSpec struct function NewEndpoint (line 35) | func NewEndpoint(namespace resource.Namespace, id resource.ID) *Endpoint { type EndpointExtension (line 43) | type EndpointExtension struct method ResourceDefinition (line 46) | func (EndpointExtension) ResourceDefinition() meta.ResourceDefinitionS... function init (line 64) | func init() { FILE: pkg/machinery/resources/kubespan/identity.go constant IdentityType (line 19) | IdentityType = resource.Type("KubeSpanIdentities.kubespan.talos.dev") constant LocalIdentity (line 22) | LocalIdentity = resource.ID("local") type IdentitySpec (line 33) | type IdentitySpec struct function NewIdentity (line 43) | func NewIdentity(namespace resource.Namespace, id resource.ID) *Identity { type IdentityExtension (line 51) | type IdentityExtension struct method ResourceDefinition (line 54) | func (IdentityExtension) ResourceDefinition() meta.ResourceDefinitionS... function init (line 73) | func init() { FILE: pkg/machinery/resources/kubespan/kubespan.go constant NamespaceName (line 10) | NamespaceName resource.Namespace = "kubespan" FILE: pkg/machinery/resources/kubespan/kubespan_test.go function TestRegisterResource (line 20) | func TestRegisterResource(t *testing.T) { FILE: pkg/machinery/resources/kubespan/peer_spec.go constant PeerSpecType (line 19) | PeerSpecType = resource.Type("KubeSpanPeerSpecs.kubespan.talos.dev") type PeerSpecSpec (line 29) | type PeerSpecSpec struct function NewPeerSpec (line 37) | func NewPeerSpec(namespace resource.Namespace, id resource.ID) *PeerSpec { type PeerSpecExtension (line 45) | type PeerSpecExtension struct method ResourceDefinition (line 48) | func (PeerSpecExtension) ResourceDefinition() meta.ResourceDefinitionS... function init (line 66) | func init() { FILE: pkg/machinery/resources/kubespan/peer_state.go type PeerState (line 12) | type PeerState method MarshalText (line 15) | func (v PeerState) MarshalText() ([]byte, error) { method UnmarshalText (line 20) | func (v *PeerState) UnmarshalText(b []byte) error { constant PeerStateUnknown (line 39) | PeerStateUnknown PeerState = iota constant PeerStateUp (line 40) | PeerStateUp constant PeerStateDown (line 41) | PeerStateDown FILE: pkg/machinery/resources/kubespan/peer_status.go constant PeerStatusType (line 20) | PeerStatusType = resource.Type("KubeSpanPeerStatuses.kubespan.talos.dev") type PeerStatusSpec (line 30) | type PeerStatusSpec struct function NewPeerStatus (line 48) | func NewPeerStatus(namespace resource.Namespace, id resource.ID) *PeerSt... type PeerStatusExtension (line 56) | type PeerStatusExtension struct method ResourceDefinition (line 59) | func (PeerStatusExtension) ResourceDefinition() meta.ResourceDefinitio... function init (line 89) | func init() { FILE: pkg/machinery/resources/kubespan/peerstate_string.go function _ (line 7) | func _() { constant _PeerState_name (line 16) | _PeerState_name = "unknownupdown" method String (line 20) | func (i PeerState) String() string { FILE: pkg/machinery/resources/network/address_spec.go constant AddressSpecType (line 22) | AddressSpecType = resource.Type("AddressSpecs.net.talos.dev") type AddressSpecSpec (line 30) | type AddressSpecSpec struct function NewAddressSpec (line 42) | func NewAddressSpec(namespace resource.Namespace, id resource.ID) *Addre... type AddressSpecExtension (line 50) | type AddressSpecExtension struct method ResourceDefinition (line 53) | func (AddressSpecExtension) ResourceDefinition() meta.ResourceDefiniti... function init (line 62) | func init() { FILE: pkg/machinery/resources/network/address_spec_test.go function TestAddressSpecMarshalYAML (line 19) | func TestAddressSpecMarshalYAML(t *testing.T) { FILE: pkg/machinery/resources/network/address_status.go constant AddressStatusType (line 20) | AddressStatusType = resource.Type("AddressStatuses.net.talos.dev") type AddressStatusSpec (line 28) | type AddressStatusSpec struct function NewAddressStatus (line 43) | func NewAddressStatus(namespace resource.Namespace, id resource.ID) *Add... type AddressStatusExtension (line 51) | type AddressStatusExtension struct method ResourceDefinition (line 54) | func (AddressStatusExtension) ResourceDefinition() meta.ResourceDefini... function init (line 72) | func init() { FILE: pkg/machinery/resources/network/condition.go type ReadyCondition (line 17) | type ReadyCondition struct method String (line 30) | func (condition *ReadyCondition) String() string { method Wait (line 35) | func (condition *ReadyCondition) Wait(ctx context.Context) error { function NewReadyCondition (line 23) | func NewReadyCondition(state state.State, checks ...StatusCheck) *ReadyC... type StatusCheck (line 60) | type StatusCheck function AddressReady (line 63) | func AddressReady(spec *StatusSpec) bool { function ConnectivityReady (line 68) | func ConnectivityReady(spec *StatusSpec) bool { function HostnameReady (line 73) | func HostnameReady(spec *StatusSpec) bool { function EtcFilesReady (line 78) | func EtcFilesReady(spec *StatusSpec) bool { function StatusChecksFromStatuses (line 83) | func StatusChecksFromStatuses(statuses ...nethelpers.Status) []StatusChe... FILE: pkg/machinery/resources/network/condition_test.go function TestCondition (line 22) | func TestCondition(t *testing.T) { FILE: pkg/machinery/resources/network/configlayer.go type ConfigLayer (line 8) | type ConfigLayer constant ConfigDefault (line 14) | ConfigDefault ConfigLayer = iota constant ConfigCmdline (line 15) | ConfigCmdline constant ConfigPlatform (line 16) | ConfigPlatform constant ConfigOperator (line 17) | ConfigOperator constant ConfigMachineConfiguration (line 18) | ConfigMachineConfiguration FILE: pkg/machinery/resources/network/configlayer_enumer.go constant _ConfigLayerName (line 10) | _ConfigLayerName = "defaultcmdlineplatformoperatorconfiguration" constant _ConfigLayerLowerName (line 14) | _ConfigLayerLowerName = "defaultcmdlineplatformoperatorconfiguration" method String (line 16) | func (i ConfigLayer) String() string { function _ConfigLayerNoOp (line 25) | func _ConfigLayerNoOp() { function ConfigLayerString (line 59) | func ConfigLayerString(s string) (ConfigLayer, error) { function ConfigLayerValues (line 71) | func ConfigLayerValues() []ConfigLayer { function ConfigLayerStrings (line 76) | func ConfigLayerStrings() []string { method IsAConfigLayer (line 83) | func (i ConfigLayer) IsAConfigLayer() bool { method MarshalText (line 93) | func (i ConfigLayer) MarshalText() ([]byte, error) { method UnmarshalText (line 98) | func (i *ConfigLayer) UnmarshalText(text []byte) error { constant _OperatorName (line 104) | _OperatorName = "dhcp4dhcp6vip" constant _OperatorLowerName (line 108) | _OperatorLowerName = "dhcp4dhcp6vip" method String (line 110) | func (i Operator) String() string { function _OperatorNoOp (line 119) | func _OperatorNoOp() { function OperatorString (line 145) | func OperatorString(s string) (Operator, error) { function OperatorValues (line 157) | func OperatorValues() []Operator { function OperatorStrings (line 162) | func OperatorStrings() []string { method IsAOperator (line 169) | func (i Operator) IsAOperator() bool { method MarshalText (line 179) | func (i Operator) MarshalText() ([]byte, error) { method UnmarshalText (line 184) | func (i *Operator) UnmarshalText(text []byte) error { FILE: pkg/machinery/resources/network/deep_copy.generated.go method DeepCopy (line 16) | func (o AddressSpecSpec) DeepCopy() AddressSpecSpec { method DeepCopy (line 22) | func (o AddressStatusSpec) DeepCopy() AddressStatusSpec { method DeepCopy (line 28) | func (o BondMasterSpec) DeepCopy() BondMasterSpec { method DeepCopy (line 46) | func (o DNSResolveCacheSpec) DeepCopy() DNSResolveCacheSpec { method DeepCopy (line 52) | func (o EthernetSpecSpec) DeepCopy() EthernetSpecSpec { method DeepCopy (line 124) | func (o EthernetStatusSpec) DeepCopy() EthernetStatusSpec { method DeepCopy (line 250) | func (o HardwareAddrSpec) DeepCopy() HardwareAddrSpec { method DeepCopy (line 260) | func (o HostDNSConfigSpec) DeepCopy() HostDNSConfigSpec { method DeepCopy (line 270) | func (o HostnameSpecSpec) DeepCopy() HostnameSpecSpec { method DeepCopy (line 276) | func (o HostnameStatusSpec) DeepCopy() HostnameStatusSpec { method DeepCopy (line 282) | func (o LinkAliasSpecSpec) DeepCopy() LinkAliasSpecSpec { method DeepCopy (line 288) | func (o LinkRefreshSpec) DeepCopy() LinkRefreshSpec { method DeepCopy (line 294) | func (o LinkSpecSpec) DeepCopy() LinkSpecSpec { method DeepCopy (line 319) | func (o LinkStatusSpec) DeepCopy() LinkStatusSpec { method DeepCopy (line 352) | func (o NfTablesChainSpec) DeepCopy() NfTablesChainSpec { method DeepCopy (line 460) | func (o NodeAddressSpec) DeepCopy() NodeAddressSpec { method DeepCopy (line 470) | func (o NodeAddressSortAlgorithmSpec) DeepCopy() NodeAddressSortAlgorith... method DeepCopy (line 476) | func (o NodeAddressFilterSpec) DeepCopy() NodeAddressFilterSpec { method DeepCopy (line 490) | func (o OperatorSpecSpec) DeepCopy() OperatorSpecSpec { method DeepCopy (line 496) | func (o PlatformConfigSpec) DeepCopy() PlatformConfigSpec { method DeepCopy (line 566) | func (o ProbeSpecSpec) DeepCopy() ProbeSpecSpec { method DeepCopy (line 572) | func (o ProbeStatusSpec) DeepCopy() ProbeStatusSpec { method DeepCopy (line 578) | func (o ResolverSpecSpec) DeepCopy() ResolverSpecSpec { method DeepCopy (line 592) | func (o ResolverStatusSpec) DeepCopy() ResolverStatusSpec { method DeepCopy (line 606) | func (o RouteSpecSpec) DeepCopy() RouteSpecSpec { method DeepCopy (line 612) | func (o RouteStatusSpec) DeepCopy() RouteStatusSpec { method DeepCopy (line 618) | func (o RoutingRuleSpecSpec) DeepCopy() RoutingRuleSpecSpec { method DeepCopy (line 624) | func (o RoutingRuleStatusSpec) DeepCopy() RoutingRuleStatusSpec { method DeepCopy (line 630) | func (o StatusSpec) DeepCopy() StatusSpec { method DeepCopy (line 636) | func (o TimeServerSpecSpec) DeepCopy() TimeServerSpecSpec { method DeepCopy (line 646) | func (o TimeServerStatusSpec) DeepCopy() TimeServerStatusSpec { FILE: pkg/machinery/resources/network/device_config_spec.go constant DeviceConfigSpecType (line 21) | DeviceConfigSpecType = resource.Type("DeviceConfigSpecs.net.talos.dev") type DeviceConfigSpecSpec (line 29) | type DeviceConfigSpecSpec struct method DeepCopy (line 42) | func (spec DeviceConfigSpecSpec) DeepCopy() DeviceConfigSpecSpec { method MarshalProto (line 64) | func (spec *DeviceConfigSpecSpec) MarshalProto() ([]byte, error) { method UnmarshalProto (line 78) | func (spec *DeviceConfigSpecSpec) UnmarshalProto(protoBytes []byte) er... function NewDeviceConfig (line 34) | func NewDeviceConfig(id resource.ID, device config.Device) *DeviceConfig... type DeviceConfigSpecExtension (line 50) | type DeviceConfigSpecExtension struct method ResourceDefinition (line 53) | func (DeviceConfigSpecExtension) ResourceDefinition() meta.ResourceDef... function init (line 96) | func init() { FILE: pkg/machinery/resources/network/device_config_spec_test.go function TestDeviceConfigProtobufMarshal (line 18) | func TestDeviceConfigProtobufMarshal(t *testing.T) { FILE: pkg/machinery/resources/network/dns_resolve_cache.go constant DNSResolveCacheType (line 17) | DNSResolveCacheType = resource.Type("DNSResolveCaches.net.talos.dev") type DNSResolveCacheSpec (line 25) | type DNSResolveCacheSpec struct function NewDNSResolveCache (line 30) | func NewDNSResolveCache(id resource.ID) *DNSResolveCache { type DNSResolveCacheExtension (line 38) | type DNSResolveCacheExtension struct method ResourceDefinition (line 41) | func (DNSResolveCacheExtension) ResourceDefinition() meta.ResourceDefi... function init (line 55) | func init() { FILE: pkg/machinery/resources/network/dns_upstream.go constant DNSUpstreamType (line 19) | DNSUpstreamType = resource.Type("DNSUpstreams.net.talos.dev") type DNSUpstreamSpecSpec (line 28) | type DNSUpstreamSpecSpec struct method MarshalYAML (line 33) | func (d DNSUpstreamSpecSpec) MarshalYAML() (any, error) { function NewDNSUpstream (line 43) | func NewDNSUpstream(id resource.ID) *DNSUpstream { type DNSUpstreamExtension (line 51) | type DNSUpstreamExtension struct method ResourceDefinition (line 54) | func (DNSUpstreamExtension) ResourceDefinition() meta.ResourceDefiniti... type Proxy (line 74) | type Proxy interface type DNSConn (line 83) | type DNSConn struct method Addr (line 103) | func (u *DNSConn) Addr() string { return u.proxy.Addr() } method Fails (line 106) | func (u *DNSConn) Fails() uint32 { return u.proxy.Fails() } method Proxy (line 109) | func (u *DNSConn) Proxy() Proxy { return u.proxy } method Healthcheck (line 112) | func (u *DNSConn) Healthcheck() { u.proxy.Healthcheck() } method Close (line 115) | func (u *DNSConn) Close() { method NewRef (line 122) | func (u *DNSConn) NewRef() *DNSConn { function NewDNSConn (line 92) | func NewDNSConn(proxy Proxy) *DNSConn { FILE: pkg/machinery/resources/network/ethernet_spec.go constant EthernetSpecType (line 18) | EthernetSpecType = resource.Type("EthernetSpecs.net.talos.dev") type EthernetSpecSpec (line 26) | type EthernetSpecSpec struct type EthernetRingsSpec (line 36) | type EthernetRingsSpec struct type EthernetChannelsSpec (line 52) | type EthernetChannelsSpec struct function NewEthernetSpec (line 60) | func NewEthernetSpec(namespace resource.Namespace, id resource.ID) *Ethe... type EthernetSpecExtension (line 68) | type EthernetSpecExtension struct method ResourceDefinition (line 71) | func (EthernetSpecExtension) ResourceDefinition() meta.ResourceDefinit... function init (line 79) | func init() { FILE: pkg/machinery/resources/network/ethernet_status.go constant EthernetStatusType (line 19) | EthernetStatusType = resource.Type("EthernetStatuses.net.talos.dev") type EthernetStatusSpec (line 27) | type EthernetStatusSpec struct type EthernetFeatureStatusList (line 41) | type EthernetFeatureStatusList method MarshalYAML (line 44) | func (l EthernetFeatureStatusList) MarshalYAML() (any, error) { type EthernetRingsStatus (line 68) | type EthernetRingsStatus struct type EthernetChannelsStatus (line 92) | type EthernetChannelsStatus struct type EthernetFeatureStatus (line 109) | type EthernetFeatureStatus struct function NewEthernetStatus (line 115) | func NewEthernetStatus(namespace resource.Namespace, id resource.ID) *Et... type EthernetStatusExtension (line 123) | type EthernetStatusExtension struct method ResourceDefinition (line 126) | func (EthernetStatusExtension) ResourceDefinition() meta.ResourceDefin... function init (line 145) | func init() { FILE: pkg/machinery/resources/network/hardrware_addr.go constant HardwareAddrType (line 18) | HardwareAddrType = resource.Type("HardwareAddresses.net.talos.dev") constant FirstHardwareAddr (line 21) | FirstHardwareAddr = resource.ID("first") type HardwareAddrSpec (line 29) | type HardwareAddrSpec struct function NewHardwareAddr (line 38) | func NewHardwareAddr(namespace resource.Namespace, id resource.ID) *Hard... type HardwareAddrExtension (line 46) | type HardwareAddrExtension struct method ResourceDefinition (line 49) | func (HardwareAddrExtension) ResourceDefinition() meta.ResourceDefinit... function init (line 58) | func init() { FILE: pkg/machinery/resources/network/hostdns_config.go constant HostDNSConfigType (line 19) | HostDNSConfigType = resource.Type("HostDNSConfigs.net.talos.dev") constant HostDNSConfigID (line 25) | HostDNSConfigID resource.ID = "config" type HostDNSConfigSpec (line 30) | type HostDNSConfigSpec struct function NewHostDNSConfig (line 38) | func NewHostDNSConfig(id resource.ID) *HostDNSConfig { type HostDNSConfigExtension (line 46) | type HostDNSConfigExtension struct method ResourceDefinition (line 49) | func (HostDNSConfigExtension) ResourceDefinition() meta.ResourceDefini... function init (line 63) | func init() { FILE: pkg/machinery/resources/network/hostname_spec.go constant HostnameSpecType (line 20) | HostnameSpecType = resource.Type("HostnameSpecs.net.talos.dev") constant HostnameID (line 26) | HostnameID resource.ID = "hostname" type HostnameSpecSpec (line 31) | type HostnameSpecSpec struct method Validate (line 38) | func (spec *HostnameSpecSpec) Validate() error { method FQDN (line 53) | func (spec *HostnameSpecSpec) FQDN() string { method ParseFQDN (line 62) | func (spec *HostnameSpecSpec) ParseFQDN(fqdn string) error { function NewHostnameSpec (line 75) | func NewHostnameSpec(namespace resource.Namespace, id resource.ID) *Host... type HostnameSpecExtension (line 83) | type HostnameSpecExtension struct method ResourceDefinition (line 86) | func (HostnameSpecExtension) ResourceDefinition() meta.ResourceDefinit... function init (line 95) | func init() { FILE: pkg/machinery/resources/network/hostname_spec_test.go function TestHostnameSpecMarshalYAML (line 17) | func TestHostnameSpecMarshalYAML(t *testing.T) { FILE: pkg/machinery/resources/network/hostname_status.go constant HostnameStatusType (line 17) | HostnameStatusType = resource.Type("HostnameStatuses.net.talos.dev") type HostnameStatusSpec (line 25) | type HostnameStatusSpec struct method FQDN (line 31) | func (spec *HostnameStatusSpec) FQDN() string { method DNSNames (line 40) | func (spec *HostnameStatusSpec) DNSNames() []string { function NewHostnameStatus (line 51) | func NewHostnameStatus(namespace resource.Namespace, id resource.ID) *Ho... type HostnameStatusExtension (line 59) | type HostnameStatusExtension struct method ResourceDefinition (line 62) | func (HostnameStatusExtension) ResourceDefinition() meta.ResourceDefin... function init (line 80) | func init() { FILE: pkg/machinery/resources/network/link.go type VLANSpec (line 19) | type VLANSpec struct method ID (line 315) | func (vlan VLANSpec) ID() uint16 { method MTU (line 320) | func (vlan VLANSpec) MTU() uint32 { method Mode (line 325) | func (vlan VLANSpec) Mode() nethelpers.VLANProtocol { type BondMasterSpec (line 30) | type BondMasterSpec struct method Equal (line 97) | func (spec *BondMasterSpec) Equal(other *BondMasterSpec) bool { method IsZero (line 230) | func (spec *BondMasterSpec) IsZero() bool { type BridgeMasterSpec (line 264) | type BridgeMasterSpec struct type STPSpec (line 272) | type STPSpec struct type BridgeVLANSpec (line 279) | type BridgeVLANSpec struct type VRFMasterSpec (line 286) | type VRFMasterSpec struct type WireguardSpec (line 293) | type WireguardSpec struct method IsZero (line 369) | func (spec *WireguardSpec) IsZero() bool { method Equal (line 379) | func (spec *WireguardSpec) Equal(other *WireguardSpec) bool { method Sort (line 407) | func (spec *WireguardSpec) Sort() { method Merge (line 422) | func (spec *WireguardSpec) Merge(other WireguardSpec) { type WireguardPeer (line 306) | type WireguardPeer struct method Equal (line 333) | func (peer *WireguardPeer) Equal(other *WireguardPeer) bool { FILE: pkg/machinery/resources/network/link_alias_spec.go constant LinkAliasSpecType (line 17) | LinkAliasSpecType = resource.Type("LinkAliasSpecs.net.talos.dev") type LinkAliasSpecSpec (line 27) | type LinkAliasSpecSpec struct function NewLinkAliasSpec (line 32) | func NewLinkAliasSpec(namespace resource.Namespace, id resource.ID) *Lin... type LinkAliasSpecExtension (line 40) | type LinkAliasSpecExtension struct method ResourceDefinition (line 43) | func (LinkAliasSpecExtension) ResourceDefinition() meta.ResourceDefini... function init (line 57) | func init() { FILE: pkg/machinery/resources/network/link_name_resolver.go type LinkResolver (line 10) | type LinkResolver struct method Resolve (line 17) | func (r *LinkResolver) Resolve(name string) string { function NewLinkResolver (line 26) | func NewLinkResolver(f func() iter.Seq[*LinkStatus]) *LinkResolver { function NewEmptyLinkResolver (line 43) | func NewEmptyLinkResolver() *LinkResolver { FILE: pkg/machinery/resources/network/link_name_resolver_test.go function TestLinkNameResolver (line 17) | func TestLinkNameResolver(t *testing.T) { FILE: pkg/machinery/resources/network/link_refresh.go constant LinkRefreshType (line 17) | LinkRefreshType = resource.Type("LinkRefreshes.net.talos.dev") type LinkRefreshSpec (line 31) | type LinkRefreshSpec struct method Bump (line 36) | func (s *LinkRefreshSpec) Bump() { function NewLinkRefresh (line 41) | func NewLinkRefresh(namespace resource.Namespace, id resource.ID) *LinkR... type LinkRefreshExtension (line 49) | type LinkRefreshExtension struct method ResourceDefinition (line 52) | func (LinkRefreshExtension) ResourceDefinition() meta.ResourceDefiniti... function init (line 61) | func init() { FILE: pkg/machinery/resources/network/link_spec.go constant LinkSpecType (line 20) | LinkSpecType = resource.Type("LinkSpecs.net.talos.dev") type LinkSpecSpec (line 28) | type LinkSpecSpec struct method Merge (line 103) | func (spec *LinkSpecSpec) Merge(other *LinkSpecSpec) error { type BondSlave (line 79) | type BondSlave struct type BridgeSlave (line 90) | type BridgeSlave struct type VRFSlave (line 98) | type VRFSlave struct function updateIfNotZero (line 141) | func updateIfNotZero[T comparable](target *T, source T) { function NewLinkSpec (line 149) | func NewLinkSpec(namespace resource.Namespace, id resource.ID) *LinkSpec { type LinkSpecExtension (line 157) | type LinkSpecExtension struct method ResourceDefinition (line 160) | func (LinkSpecExtension) ResourceDefinition() meta.ResourceDefinitionS... function init (line 170) | func init() { FILE: pkg/machinery/resources/network/link_spec_test.go function TestLinkSpecMarshalYAML (line 21) | func TestLinkSpecMarshalYAML(t *testing.T) { FILE: pkg/machinery/resources/network/link_status.go constant LinkStatusType (line 20) | LinkStatusType = resource.Type("LinkStatuses.net.talos.dev") type LinkStatusSpec (line 28) | type LinkStatusSpec struct method Physical (line 68) | func (s LinkStatusSpec) Physical() bool { function AllLinkNames (line 73) | func AllLinkNames(link *LinkStatus) iter.Seq[string] { function AllLinkAliases (line 88) | func AllLinkAliases(link *LinkStatus) iter.Seq[string] { function NewLinkStatus (line 105) | func NewLinkStatus(namespace resource.Namespace, id resource.ID) *LinkSt... type LinkStatusExtension (line 113) | type LinkStatusExtension struct method ResourceDefinition (line 116) | func (LinkStatusExtension) ResourceDefinition() meta.ResourceDefinitio... function init (line 151) | func init() { FILE: pkg/machinery/resources/network/link_status_test.go function TestLinkStatusMarshalYAML (line 23) | func TestLinkStatusMarshalYAML(t *testing.T) { FILE: pkg/machinery/resources/network/link_test.go function TestWireguardPeer (line 17) | func TestWireguardPeer(t *testing.T) { function TestWireguardSpecZero (line 65) | func TestWireguardSpecZero(t *testing.T) { function TestWireguardSpecMerge (line 71) | func TestWireguardSpecMerge(t *testing.T) { FILE: pkg/machinery/resources/network/network.go constant NamespaceName (line 20) | NamespaceName resource.Namespace = "network" constant ConfigNamespaceName (line 25) | ConfigNamespaceName resource.Namespace = "network-config" constant DefaultRouteMetric (line 28) | DefaultRouteMetric = 1024 function AddressID (line 31) | func AddressID(linkName string, addr netip.Prefix) string { function LinkID (line 36) | func LinkID(linkName string) string { function RouteID (line 41) | func RouteID(table nethelpers.RoutingTable, family nethelpers.Family, de... function RoutingRuleID (line 59) | func RoutingRuleID(family nethelpers.Family, priority uint32) string { function OperatorID (line 64) | func OperatorID(spec OperatorSpecSpec) string { function LayeredID (line 78) | func LayeredID(layer ConfigLayer, id string) string { constant LinkKindVLAN (line 84) | LinkKindVLAN = "vlan" constant LinkKindBond (line 85) | LinkKindBond = "bond" constant LinkKindBridge (line 86) | LinkKindBridge = "bridge" constant LinkKindVRF (line 87) | LinkKindVRF = "vrf" constant LinkKindWireguard (line 88) | LinkKindWireguard = "wireguard" FILE: pkg/machinery/resources/network/network_test.go function TestRegisterResource (line 25) | func TestRegisterResource(t *testing.T) { function TestProtobufInterop (line 64) | func TestProtobufInterop(t *testing.T) { FILE: pkg/machinery/resources/network/nftables_chain.go constant NfTablesChainType (line 20) | NfTablesChainType = resource.Type("NfTablesChains.net.talos.dev") type NfTablesChainSpec (line 28) | type NfTablesChainSpec struct type NfTablesRule (line 40) | type NfTablesRule struct type NfTablesIfNameMatch (line 59) | type NfTablesIfNameMatch struct type NfTablesMark (line 73) | type NfTablesMark struct type NfTablesAddressMatch (line 82) | type NfTablesAddressMatch struct type NfTablesLayer4Match (line 91) | type NfTablesLayer4Match struct type NfTablesPortMatch (line 101) | type NfTablesPortMatch struct type NfTablesICMPTypeMatch (line 108) | type NfTablesICMPTypeMatch struct type PortRange (line 117) | type PortRange struct type NfTablesClampMSS (line 129) | type NfTablesClampMSS struct type NfTablesLimitMatch (line 136) | type NfTablesLimitMatch struct type NfTablesConntrackStateMatch (line 143) | type NfTablesConntrackStateMatch struct function NewNfTablesChain (line 148) | func NewNfTablesChain(namespace resource.Namespace, id resource.ID) *NfT... type NfTablesChainExtension (line 156) | type NfTablesChainExtension struct method ResourceDefinition (line 159) | func (NfTablesChainExtension) ResourceDefinition() meta.ResourceDefini... function init (line 186) | func init() { FILE: pkg/machinery/resources/network/node_address.go constant NodeAddressType (line 23) | NodeAddressType = resource.Type("NodeAddresses.net.talos.dev") constant NodeAddressDefaultID (line 33) | NodeAddressDefaultID = "default" constant NodeAddressCurrentID (line 37) | NodeAddressCurrentID = "current" constant NodeAddressAccumulativeID (line 41) | NodeAddressAccumulativeID = "accumulative" constant NodeAddressRoutedID (line 47) | NodeAddressRoutedID = "routed" type NodeAddressSpec (line 53) | type NodeAddressSpec struct method IPs (line 89) | func (spec *NodeAddressSpec) IPs() []netip.Addr { function NewNodeAddress (line 59) | func NewNodeAddress(namespace resource.Namespace, id resource.ID) *NodeA... type NodeAddressExtension (line 67) | type NodeAddressExtension struct method ResourceDefinition (line 70) | func (NodeAddressExtension) ResourceDefinition() meta.ResourceDefiniti... function FilteredNodeAddressID (line 110) | func FilteredNodeAddressID(kind resource.ID, filterID string) resource.ID { function init (line 114) | func init() { FILE: pkg/machinery/resources/network/node_address_filter.go constant NodeAddressFilterType (line 19) | NodeAddressFilterType = resource.Type("NodeAddressFilters.net.talos.dev") type NodeAddressFilterSpec (line 27) | type NodeAddressFilterSpec struct function NewNodeAddressFilter (line 35) | func NewNodeAddressFilter(namespace resource.Namespace, id resource.ID) ... type NodeAddressFilterExtension (line 43) | type NodeAddressFilterExtension struct method ResourceDefinition (line 46) | func (NodeAddressFilterExtension) ResourceDefinition() meta.ResourceDe... function init (line 64) | func init() { FILE: pkg/machinery/resources/network/node_address_sort_algorithm.go constant NodeAddressSortAlgorithmType (line 18) | NodeAddressSortAlgorithmType = resource.Type("NodeAddressSortAlgorithms.... constant NodeAddressSortAlgorithmID (line 24) | NodeAddressSortAlgorithmID = "default" type NodeAddressSortAlgorithmSpec (line 29) | type NodeAddressSortAlgorithmSpec struct function NewNodeAddressSortAlgorithm (line 34) | func NewNodeAddressSortAlgorithm(namespace resource.Namespace, id resour... type NodeAddressSortAlgorithmExtension (line 42) | type NodeAddressSortAlgorithmExtension struct method ResourceDefinition (line 45) | func (NodeAddressSortAlgorithmExtension) ResourceDefinition() meta.Res... function init (line 59) | func init() { FILE: pkg/machinery/resources/network/operator.go type Operator (line 8) | type Operator constant OperatorDHCP4 (line 14) | OperatorDHCP4 Operator = iota constant OperatorDHCP6 (line 15) | OperatorDHCP6 constant OperatorVIP (line 16) | OperatorVIP FILE: pkg/machinery/resources/network/operator_spec.go constant OperatorSpecType (line 20) | OperatorSpecType = resource.Type("OperatorSpecs.net.talos.dev") type OperatorSpecSpec (line 28) | type OperatorSpecSpec struct method Equal (line 41) | func (spec OperatorSpecSpec) Equal(other OperatorSpecSpec) bool { type ClientIdentifierSpec (line 51) | type ClientIdentifierSpec struct type DHCP4OperatorSpec (line 59) | type DHCP4OperatorSpec struct type DHCP6OperatorSpec (line 68) | type DHCP6OperatorSpec struct type VIPOperatorSpec (line 77) | type VIPOperatorSpec struct type VIPEquinixMetalSpec (line 88) | type VIPEquinixMetalSpec struct type VIPHCloudSpec (line 97) | type VIPHCloudSpec struct function NewOperatorSpec (line 104) | func NewOperatorSpec(namespace resource.Namespace, id resource.ID) *Oper... type OperatorSpecExtension (line 112) | type OperatorSpecExtension struct method ResourceDefinition (line 115) | func (OperatorSpecExtension) ResourceDefinition() meta.ResourceDefinit... function init (line 125) | func init() { FILE: pkg/machinery/resources/network/operator_spec_test.go function TestOperatorSpecMarshalYAML (line 18) | func TestOperatorSpecMarshalYAML(t *testing.T) { FILE: pkg/machinery/resources/network/platform_config.go constant PlatformConfigType (line 22) | PlatformConfigType = resource.Type("PlatformConfigs.net.talos.dev") constant PlatformConfigActiveID (line 28) | PlatformConfigActiveID resource.ID = "active" constant PlatformConfigCachedID (line 31) | PlatformConfigCachedID resource.ID = "cached" type PlatformConfigSpec (line 39) | type PlatformConfigSpec struct method Equal (line 58) | func (p *PlatformConfigSpec) Equal(other *PlatformConfigSpec) bool { function NewPlatformConfig (line 74) | func NewPlatformConfig(namespace resource.Namespace, id resource.ID) *Pl... type PlatformConfigExtension (line 82) | type PlatformConfigExtension struct method ResourceDefinition (line 85) | func (PlatformConfigExtension) ResourceDefinition() meta.ResourceDefin... function init (line 93) | func init() { FILE: pkg/machinery/resources/network/platform_config_test.go function TestPlatformConfigEqual (line 17) | func TestPlatformConfigEqual(t *testing.T) { FILE: pkg/machinery/resources/network/probe_spec.go constant ProbeSpecType (line 21) | ProbeSpecType = resource.Type("ProbeSpecs.net.talos.dev") type ProbeSpecSpec (line 29) | type ProbeSpecSpec struct method ID (line 41) | func (spec *ProbeSpecSpec) ID() (resource.ID, error) { method Equal (line 52) | func (spec ProbeSpecSpec) Equal(other ProbeSpecSpec) bool { type TCPProbeSpec (line 59) | type TCPProbeSpec struct function NewProbeSpec (line 67) | func NewProbeSpec(namespace resource.Namespace, id resource.ID) *ProbeSp... type ProbeSpecExtension (line 75) | type ProbeSpecExtension struct method ResourceDefinition (line 78) | func (ProbeSpecExtension) ResourceDefinition() meta.ResourceDefinition... function init (line 87) | func init() { FILE: pkg/machinery/resources/network/probe_status.go constant ProbeStatusType (line 17) | ProbeStatusType = resource.Type("ProbeStatuses.net.talos.dev") type ProbeStatusSpec (line 25) | type ProbeStatusSpec struct function NewProbeStatus (line 33) | func NewProbeStatus(namespace resource.Namespace, id resource.ID) *Probe... type ProbeStatusExtension (line 41) | type ProbeStatusExtension struct method ResourceDefinition (line 44) | func (ProbeStatusExtension) ResourceDefinition() meta.ResourceDefiniti... function init (line 58) | func init() { FILE: pkg/machinery/resources/network/resolver_spec.go constant ResolverSpecType (line 19) | ResolverSpecType = resource.Type("ResolverSpecs.net.talos.dev") constant ResolverID (line 25) | ResolverID resource.ID = "resolvers" type ResolverSpecSpec (line 30) | type ResolverSpecSpec struct function NewResolverSpec (line 37) | func NewResolverSpec(namespace resource.Namespace, id resource.ID) *Reso... type ResolverSpecExtension (line 45) | type ResolverSpecExtension struct method ResourceDefinition (line 48) | func (ResolverSpecExtension) ResourceDefinition() meta.ResourceDefinit... function init (line 70) | func init() { FILE: pkg/machinery/resources/network/resolver_spec_test.go function TestResolverSpecMarshalYAML (line 18) | func TestResolverSpecMarshalYAML(t *testing.T) { FILE: pkg/machinery/resources/network/resolver_status.go constant ResolverStatusType (line 19) | ResolverStatusType = resource.Type("ResolverStatuses.net.talos.dev") type ResolverStatusSpec (line 27) | type ResolverStatusSpec struct function NewResolverStatus (line 33) | func NewResolverStatus(namespace resource.Namespace, id resource.ID) *Re... type ResolverStatusExtension (line 41) | type ResolverStatusExtension struct method ResourceDefinition (line 44) | func (ResolverStatusExtension) ResourceDefinition() meta.ResourceDefin... function init (line 62) | func init() { FILE: pkg/machinery/resources/network/route_spec.go constant RouteSpecType (line 21) | RouteSpecType = resource.Type("RouteSpecs.net.talos.dev") type RouteSpecSpec (line 29) | type RouteSpecSpec struct method Normalize (line 53) | func (route *RouteSpecSpec) Normalize() nethelpers.Family { function NewRouteSpec (line 102) | func NewRouteSpec(namespace resource.Namespace, id resource.ID) *RouteSp... type RouteSpecExtension (line 110) | type RouteSpecExtension struct method ResourceDefinition (line 113) | func (RouteSpecExtension) ResourceDefinition() meta.ResourceDefinition... function init (line 122) | func init() { FILE: pkg/machinery/resources/network/route_spec_test.go function TestRoutSpecMarshalYAML (line 19) | func TestRoutSpecMarshalYAML(t *testing.T) { function TestRoutSpecNormalize (line 63) | func TestRoutSpecNormalize(t *testing.T) { function TestRoutSpecNormalizeV6 (line 85) | func TestRoutSpecNormalizeV6(t *testing.T) { FILE: pkg/machinery/resources/network/route_status.go constant RouteStatusType (line 20) | RouteStatusType = resource.Type("RouteStatuses.net.talos.dev") type RouteStatusSpec (line 28) | type RouteStatusSpec struct function NewRouteStatus (line 45) | func NewRouteStatus(namespace resource.Namespace, id resource.ID) *Route... type RouteStatusExtension (line 53) | type RouteStatusExtension struct method ResourceDefinition (line 56) | func (RouteStatusExtension) ResourceDefinition() meta.ResourceDefiniti... function init (line 82) | func init() { FILE: pkg/machinery/resources/network/routing_rule_spec.go constant RoutingRuleSpecType (line 20) | RoutingRuleSpecType = resource.Type("RoutingRuleSpecs.net.talos.dev") type RoutingRuleSpecSpec (line 28) | type RoutingRuleSpecSpec struct function NewRoutingRuleSpec (line 43) | func NewRoutingRuleSpec(namespace resource.Namespace, id resource.ID) *R... type RoutingRuleSpecExtension (line 51) | type RoutingRuleSpecExtension struct method ResourceDefinition (line 54) | func (RoutingRuleSpecExtension) ResourceDefinition() meta.ResourceDefi... function init (line 63) | func init() { FILE: pkg/machinery/resources/network/routing_rule_status.go constant RoutingRuleStatusType (line 20) | RoutingRuleStatusType = resource.Type("RoutingRuleStatuses.net.talos.dev") type RoutingRuleStatusSpec (line 28) | type RoutingRuleStatusSpec struct function NewRoutingRuleStatus (line 42) | func NewRoutingRuleStatus(namespace resource.Namespace, id resource.ID) ... type RoutingRuleStatusExtension (line 50) | type RoutingRuleStatusExtension struct method ResourceDefinition (line 53) | func (RoutingRuleStatusExtension) ResourceDefinition() meta.ResourceDe... function init (line 79) | func init() { FILE: pkg/machinery/resources/network/status.go constant StatusType (line 17) | StatusType = resource.Type("NetworkStatuses.net.talos.dev") type StatusSpec (line 25) | type StatusSpec struct constant StatusID (line 33) | StatusID resource.ID = "status" function NewStatus (line 36) | func NewStatus(namespace resource.Namespace, id resource.ID) *Status { type StatusExtension (line 44) | type StatusExtension struct method ResourceDefinition (line 47) | func (StatusExtension) ResourceDefinition() meta.ResourceDefinitionSpec { function init (line 73) | func init() { FILE: pkg/machinery/resources/network/timeserver_spec.go constant TimeServerSpecType (line 17) | TimeServerSpecType = resource.Type("TimeServerSpecs.net.talos.dev") constant TimeServerID (line 23) | TimeServerID resource.ID = "timeservers" type TimeServerSpecSpec (line 28) | type TimeServerSpecSpec struct function NewTimeServerSpec (line 34) | func NewTimeServerSpec(namespace resource.Namespace, id resource.ID) *Ti... type TimeServerSpecExtension (line 42) | type TimeServerSpecExtension struct method ResourceDefinition (line 45) | func (TimeServerSpecExtension) ResourceDefinition() meta.ResourceDefin... function init (line 54) | func init() { FILE: pkg/machinery/resources/network/timeserver_spec_test.go function TestTimeServerSpecMarshalYAML (line 17) | func TestTimeServerSpecMarshalYAML(t *testing.T) { FILE: pkg/machinery/resources/network/timeserver_status.go constant TimeServerStatusType (line 17) | TimeServerStatusType = resource.Type("TimeServerStatuses.net.talos.dev") type TimeServerStatusSpec (line 25) | type TimeServerStatusSpec struct function NewTimeServerStatus (line 30) | func NewTimeServerStatus(namespace resource.Namespace, id resource.ID) *... type TimeServerStatusExtension (line 38) | type TimeServerStatusExtension struct method ResourceDefinition (line 41) | func (TimeServerStatusExtension) ResourceDefinition() meta.ResourceDef... function init (line 55) | func init() { FILE: pkg/machinery/resources/network/ula.go type ULAPurpose (line 13) | type ULAPurpose constant ULAUnknown (line 17) | ULAUnknown = 0x00 constant ULABootstrap (line 20) | ULABootstrap = 0x01 constant ULAKubeSpan (line 23) | ULAKubeSpan = 0x02 constant ULASideroLink (line 26) | ULASideroLink = 0x03 constant ULAVirtualSideroLink (line 29) | ULAVirtualSideroLink = 0x04 function ULAPrefix (line 35) | func ULAPrefix(clusterID string, purpose ULAPurpose) netip.Prefix { function IsULA (line 53) | func IsULA(ip netip.Addr, purpose ULAPurpose) bool { function NotSideroLinkIP (line 64) | func NotSideroLinkIP(ip netip.Addr) bool { FILE: pkg/machinery/resources/network/ula_test.go function TestULAPrefix (line 15) | func TestULAPrefix(t *testing.T) { FILE: pkg/machinery/resources/perf/cpu.go constant CPUType (line 19) | CPUType = resource.Type("CPUStats.perf.talos.dev") constant CPUID (line 22) | CPUID = resource.ID("latest") type CPUSpec (line 30) | type CPUSpec struct type CPUStat (line 44) | type CPUStat struct function NewCPU (line 58) | func NewCPU() *CPU { type CPUExtension (line 66) | type CPUExtension struct method ResourceDefinition (line 69) | func (CPUExtension) ResourceDefinition() meta.ResourceDefinitionSpec { function init (line 87) | func init() { FILE: pkg/machinery/resources/perf/deep_copy.generated.go method DeepCopy (line 10) | func (o CPUSpec) DeepCopy() CPUSpec { method DeepCopy (line 20) | func (o MemorySpec) DeepCopy() MemorySpec { FILE: pkg/machinery/resources/perf/mem.go constant MemoryType (line 17) | MemoryType = resource.Type("MemoryStats.perf.talos.dev") constant MemoryID (line 20) | MemoryID = resource.ID("latest") type MemorySpec (line 28) | type MemorySpec struct function NewMemory (line 80) | func NewMemory() *Memory { type MemoryExtension (line 88) | type MemoryExtension struct method ResourceDefinition (line 91) | func (MemoryExtension) ResourceDefinition() meta.ResourceDefinitionSpec { function init (line 109) | func init() { FILE: pkg/machinery/resources/perf/perf.go constant NamespaceName (line 10) | NamespaceName resource.Namespace = "perf" FILE: pkg/machinery/resources/perf/perf_test.go function TestRegisterResource (line 20) | func TestRegisterResource(t *testing.T) { FILE: pkg/machinery/resources/runtime/api_service_config.go constant APIServiceConfigType (line 17) | APIServiceConfigType = resource.Type("APIServiceConfigs.runtime.talos.dev") constant APIServiceConfigID (line 23) | APIServiceConfigID resource.ID = "apid" type APIServiceConfigSpec (line 28) | type APIServiceConfigSpec struct function NewAPIServiceConfig (line 37) | func NewAPIServiceConfig() *APIServiceConfig { type APIServiceConfigExtension (line 45) | type APIServiceConfigExtension struct method ResourceDefinition (line 48) | func (APIServiceConfigExtension) ResourceDefinition() meta.ResourceDef... function init (line 56) | func init() { FILE: pkg/machinery/resources/runtime/booted_entry_status.go constant BootedEntryType (line 17) | BootedEntryType = resource.Type("BootedEntries.talos.dev") constant BootedEntryID (line 20) | BootedEntryID = resource.ID("bootedentry") type BootedEntrySpec (line 28) | type BootedEntrySpec struct type BootedEntryExtension (line 33) | type BootedEntryExtension struct method ResourceDefinition (line 44) | func (BootedEntryExtension) ResourceDefinition() meta.ResourceDefiniti... function NewBootedEntrySpec (line 36) | func NewBootedEntrySpec() *BootedEntry { function init (line 57) | func init() { FILE: pkg/machinery/resources/runtime/condition.go type KernelParamsSetCondition (line 17) | type KernelParamsSetCondition struct method String (line 30) | func (condition *KernelParamsSetCondition) String() string { method Wait (line 35) | func (condition *KernelParamsSetCondition) Wait(ctx context.Context) e... function NewKernelParamsSetCondition (line 23) | func NewKernelParamsSetCondition(state state.State, props ...*kernel.Par... type ExtensionServiceConfigStatusCondition (line 61) | type ExtensionServiceConfigStatusCondition struct method String (line 74) | func (condition *ExtensionServiceConfigStatusCondition) String() string { method Wait (line 79) | func (condition *ExtensionServiceConfigStatusCondition) Wait(ctx conte... function NewExtensionServiceConfigStatusCondition (line 67) | func NewExtensionServiceConfigStatusCondition(state state.State, service... type DevicesStatusCondition (line 90) | type DevicesStatusCondition struct method String (line 101) | func (condition *DevicesStatusCondition) String() string { method Wait (line 106) | func (condition *DevicesStatusCondition) Wait(ctx context.Context) err... function NewDevicesStatusCondition (line 95) | func NewDevicesStatusCondition(state state.State) *DevicesStatusCondition { type APIServiceConfigCondition (line 124) | type APIServiceConfigCondition struct method String (line 135) | func (condition *APIServiceConfigCondition) String() string { method Wait (line 140) | func (condition *APIServiceConfigCondition) Wait(ctx context.Context) ... function NewAPIServiceConfigCondition (line 129) | func NewAPIServiceConfigCondition(state state.State) *APIServiceConfigCo... FILE: pkg/machinery/resources/runtime/condition_test.go function TestCondition (line 23) | func TestCondition(t *testing.T) { FILE: pkg/machinery/resources/runtime/deep_copy.generated.go method DeepCopy (line 15) | func (o APIServiceConfigSpec) DeepCopy() APIServiceConfigSpec { method DeepCopy (line 21) | func (o BootedEntrySpec) DeepCopy() BootedEntrySpec { method DeepCopy (line 27) | func (o DevicesStatusSpec) DeepCopy() DevicesStatusSpec { method DeepCopy (line 33) | func (o DiagnosticSpec) DeepCopy() DiagnosticSpec { method DeepCopy (line 43) | func (o EnvironmentSpec) DeepCopy() EnvironmentSpec { method DeepCopy (line 53) | func (o EventSinkConfigSpec) DeepCopy() EventSinkConfigSpec { method DeepCopy (line 59) | func (o ExtensionServiceConfigSpec) DeepCopy() ExtensionServiceConfigSpec { method DeepCopy (line 73) | func (o ExtensionServiceConfigStatusSpec) DeepCopy() ExtensionServiceCon... method DeepCopy (line 79) | func (o KernelCmdlineSpec) DeepCopy() KernelCmdlineSpec { method DeepCopy (line 85) | func (o KernelModuleSpecSpec) DeepCopy() KernelModuleSpecSpec { method DeepCopy (line 95) | func (o KernelParamSpecSpec) DeepCopy() KernelParamSpecSpec { method DeepCopy (line 101) | func (o KernelParamStatusSpec) DeepCopy() KernelParamStatusSpec { method DeepCopy (line 107) | func (o KmsgLogConfigSpec) DeepCopy() KmsgLogConfigSpec { method DeepCopy (line 127) | func (o LoadedKernelModuleSpec) DeepCopy() LoadedKernelModuleSpec { method DeepCopy (line 137) | func (o MaintenanceServiceConfigSpec) DeepCopy() MaintenanceServiceConfi... method DeepCopy (line 147) | func (o MaintenanceServiceRequestSpec) DeepCopy() MaintenanceServiceRequ... method DeepCopy (line 153) | func (o MachineResetSignalSpec) DeepCopy() MachineResetSignalSpec { method DeepCopy (line 159) | func (o MachineStatusSpec) DeepCopy() MachineStatusSpec { method DeepCopy (line 169) | func (o MetaKeySpec) DeepCopy() MetaKeySpec { method DeepCopy (line 175) | func (o MountStatusSpec) DeepCopy() MountStatusSpec { method DeepCopy (line 189) | func (o OOMActionSpec) DeepCopy() OOMActionSpec { method DeepCopy (line 199) | func (o PlatformMetadataSpec) DeepCopy() PlatformMetadataSpec { method DeepCopy (line 211) | func (o SecurityStateSpec) DeepCopy() SecurityStateSpec { method DeepCopy (line 217) | func (o MetaLoadedSpec) DeepCopy() MetaLoadedSpec { method DeepCopy (line 223) | func (o SBOMItemSpec) DeepCopy() SBOMItemSpec { method DeepCopy (line 237) | func (o UniqueMachineTokenSpec) DeepCopy() UniqueMachineTokenSpec { method DeepCopy (line 243) | func (o VersionSpec) DeepCopy() VersionSpec { method DeepCopy (line 249) | func (o WatchdogTimerConfigSpec) DeepCopy() WatchdogTimerConfigSpec { method DeepCopy (line 255) | func (o WatchdogTimerStatusSpec) DeepCopy() WatchdogTimerStatusSpec { FILE: pkg/machinery/resources/runtime/devices_status.go constant DevicesStatusType (line 17) | DevicesStatusType = resource.Type("DevicesStatuses.runtime.talos.dev") constant DevicesID (line 23) | DevicesID = resource.ID("devices") type DevicesStatusSpec (line 28) | type DevicesStatusSpec struct function NewDevicesStatus (line 34) | func NewDevicesStatus(namespace resource.Namespace, id resource.ID) *Dev... type DevicesStatusExtension (line 42) | type DevicesStatusExtension struct method ResourceDefinition (line 45) | func (DevicesStatusExtension) ResourceDefinition() meta.ResourceDefini... function init (line 59) | func init() { FILE: pkg/machinery/resources/runtime/diagnostic.go constant DiagnosticType (line 17) | DiagnosticType = resource.Type("Diagnostics.runtime.talos.dev") type DiagnosticSpec (line 25) | type DiagnosticSpec struct method DocumentationURL (line 33) | func (spec *DiagnosticSpec) DocumentationURL(id string) string { function NewDiagnostic (line 38) | func NewDiagnostic(namespace resource.Namespace, id resource.ID) *Diagno... type DiagnosticExtension (line 46) | type DiagnosticExtension struct method ResourceDefinition (line 49) | func (DiagnosticExtension) ResourceDefinition() meta.ResourceDefinitio... function init (line 63) | func init() { FILE: pkg/machinery/resources/runtime/environment.go constant EnvironmentType (line 17) | EnvironmentType = resource.Type("Environments.runtime.talos.dev") type EnvironmentSpec (line 25) | type EnvironmentSpec struct function NewEnvironment (line 30) | func NewEnvironment(id resource.ID) *Environment { type EnvironmentExtension (line 38) | type EnvironmentExtension struct method ResourceDefinition (line 41) | func (EnvironmentExtension) ResourceDefinition() meta.ResourceDefiniti... function init (line 57) | func init() { FILE: pkg/machinery/resources/runtime/event_sink_config.go constant EventSinkConfigType (line 17) | EventSinkConfigType = resource.Type("EventSinkConfigs.runtime.talos.dev") constant EventSinkConfigID (line 23) | EventSinkConfigID resource.ID = "event-sink" type EventSinkConfigSpec (line 28) | type EventSinkConfigSpec struct function NewEventSinkConfig (line 33) | func NewEventSinkConfig() *EventSinkConfig { type EventSinkConfigExtension (line 41) | type EventSinkConfigExtension struct method ResourceDefinition (line 44) | func (EventSinkConfigExtension) ResourceDefinition() meta.ResourceDefi... function init (line 52) | func init() { FILE: pkg/machinery/resources/runtime/extension_services_config.go constant ExtensionServiceConfigType (line 17) | ExtensionServiceConfigType = resource.Type("ExtensionServiceConfigs.runt... type ExtensionServiceConfigSpec (line 25) | type ExtensionServiceConfigSpec struct type ExtensionServiceConfigFile (line 33) | type ExtensionServiceConfigFile struct function NewExtensionServiceConfigSpec (line 39) | func NewExtensionServiceConfigSpec(namespace resource.Namespace, id reso... type ExtensionServiceConfigExtension (line 47) | type ExtensionServiceConfigExtension struct method ResourceDefinition (line 50) | func (ExtensionServiceConfigExtension) ResourceDefinition() meta.Resou... function init (line 59) | func init() { FILE: pkg/machinery/resources/runtime/extension_services_config_status.go constant ExtensionServiceConfigStatusType (line 17) | ExtensionServiceConfigStatusType = resource.Type("ExtensionServiceConfig... type ExtensionServiceConfigStatusSpec (line 25) | type ExtensionServiceConfigStatusSpec struct function NewExtensionServiceConfigStatusSpec (line 30) | func NewExtensionServiceConfigStatusSpec(namespace resource.Namespace, i... type ExtensionServiceConfigStatusExtension (line 38) | type ExtensionServiceConfigStatusExtension struct method ResourceDefinition (line 41) | func (ExtensionServiceConfigStatusExtension) ResourceDefinition() meta... function init (line 50) | func init() { FILE: pkg/machinery/resources/runtime/extension_status.go constant ExtensionStatusType (line 18) | ExtensionStatusType = resource.Type("ExtensionStatuses.runtime.talos.dev") function NewExtensionStatus (line 27) | func NewExtensionStatus(namespace resource.Namespace, id resource.ID) *E... type ExtensionStatusExtension (line 35) | type ExtensionStatusExtension struct method ResourceDefinition (line 38) | func (ExtensionStatusExtension) ResourceDefinition() meta.ResourceDefi... function init (line 56) | func init() { FILE: pkg/machinery/resources/runtime/fipsstate_enumer.go constant _FIPSStateName (line 10) | _FIPSStateName = "disabledenabledenabled, strict" constant _FIPSStateLowerName (line 14) | _FIPSStateLowerName = "disabledenabledenabled, strict" method String (line 16) | func (i FIPSState) String() string { function _FIPSStateNoOp (line 25) | func _FIPSStateNoOp() { function FIPSStateString (line 51) | func FIPSStateString(s string) (FIPSState, error) { function FIPSStateValues (line 63) | func FIPSStateValues() []FIPSState { function FIPSStateStrings (line 68) | func FIPSStateStrings() []string { method IsAFIPSState (line 75) | func (i FIPSState) IsAFIPSState() bool { method MarshalText (line 85) | func (i FIPSState) MarshalText() ([]byte, error) { method UnmarshalText (line 90) | func (i *FIPSState) UnmarshalText(text []byte) error { FILE: pkg/machinery/resources/runtime/kernel_cmdline.go constant KernelCmdlineType (line 17) | KernelCmdlineType = resource.Type("KernelCmdlines.runtime.talos.dev") constant KernelCmdlineID (line 23) | KernelCmdlineID resource.ID = "cmdline" type KernelCmdlineSpec (line 28) | type KernelCmdlineSpec struct function NewKernelCmdline (line 33) | func NewKernelCmdline() *KernelCmdline { type KernelCmdlineExtension (line 41) | type KernelCmdlineExtension struct method ResourceDefinition (line 44) | func (KernelCmdlineExtension) ResourceDefinition() meta.ResourceDefini... function init (line 58) | func init() { FILE: pkg/machinery/resources/runtime/kernel_module_spec.go constant KernelModuleSpecType (line 17) | KernelModuleSpecType = resource.Type("KernelModuleSpecs.runtime.talos.dev") type KernelModuleSpecSpec (line 25) | type KernelModuleSpecSpec struct function NewKernelModuleSpec (line 32) | func NewKernelModuleSpec(namespace resource.Namespace, id resource.ID) *... type KernelModuleSpecExtension (line 40) | type KernelModuleSpecExtension struct method ResourceDefinition (line 43) | func (KernelModuleSpecExtension) ResourceDefinition() meta.ResourceDef... function init (line 51) | func init() { FILE: pkg/machinery/resources/runtime/kernel_params_spec.go constant KernelParamSpecType (line 17) | KernelParamSpecType = resource.Type("KernelParamSpecs.runtime.talos.dev") constant KernelParamDefaultSpecType (line 20) | KernelParamDefaultSpecType = resource.Type("KernelParamDefaultSpecs.runt... type KernelParam (line 23) | type KernelParam interface type KernelParamSpecSpec (line 33) | type KernelParamSpecSpec struct function NewKernelParamSpec (line 39) | func NewKernelParamSpec(namespace resource.Namespace, id resource.ID) *K... type KernelParamSpecExtension (line 47) | type KernelParamSpecExtension struct method ResourceDefinition (line 50) | func (KernelParamSpecExtension) ResourceDefinition() meta.ResourceDefi... function NewKernelParamDefaultSpec (line 66) | func NewKernelParamDefaultSpec(namespace resource.Namespace, id resource... type KernelParamDefaultSpecExtension (line 74) | type KernelParamDefaultSpecExtension struct method ResourceDefinition (line 77) | func (KernelParamDefaultSpecExtension) ResourceDefinition() meta.Resou... function init (line 86) | func init() { FILE: pkg/machinery/resources/runtime/kernel_params_status.go constant KernelParamStatusType (line 17) | KernelParamStatusType = resource.Type("KernelParamStatuses.runtime.talos... type KernelParamStatusSpec (line 25) | type KernelParamStatusSpec struct function NewKernelParamStatus (line 32) | func NewKernelParamStatus(namespace resource.Namespace, id resource.ID) ... type KernelParamStatusExtension (line 40) | type KernelParamStatusExtension struct method ResourceDefinition (line 43) | func (KernelParamStatusExtension) ResourceDefinition() meta.ResourceDe... function init (line 65) | func init() { FILE: pkg/machinery/resources/runtime/kmsg_log_config.go constant KmsgLogConfigType (line 19) | KmsgLogConfigType = resource.Type("KmsgLogConfigs.runtime.talos.dev") constant KmsgLogConfigID (line 25) | KmsgLogConfigID resource.ID = "kmsg-log" type KmsgLogConfigSpec (line 30) | type KmsgLogConfigSpec struct function NewKmsgLogConfig (line 35) | func NewKmsgLogConfig() *KmsgLogConfig { type KmsgLogConfigExtension (line 43) | type KmsgLogConfigExtension struct method ResourceDefinition (line 46) | func (KmsgLogConfigExtension) ResourceDefinition() meta.ResourceDefini... function init (line 54) | func init() { FILE: pkg/machinery/resources/runtime/loaded_kernel_module.go constant LoadedKernelModuleType (line 17) | LoadedKernelModuleType = resource.Type("LoadedKernelModules.runtime.talo... type LoadedKernelModuleSpec (line 25) | type LoadedKernelModuleSpec struct function NewLoadedKernelModule (line 34) | func NewLoadedKernelModule(namespace resource.Namespace, id resource.ID)... type LoadedKernelModuleExtension (line 42) | type LoadedKernelModuleExtension struct method ResourceDefinition (line 45) | func (LoadedKernelModuleExtension) ResourceDefinition() meta.ResourceD... function init (line 59) | func init() { FILE: pkg/machinery/resources/runtime/machine_reset_signal.go constant MachineResetSignalType (line 17) | MachineResetSignalType = resource.Type("MachineResetSignals.runtime.talo... constant MachineResetSignalID (line 20) | MachineResetSignalID = resource.ID("machine") type MachineResetSignalSpec (line 30) | type MachineResetSignalSpec struct function NewMachineResetSignal (line 33) | func NewMachineResetSignal() *MachineResetSignal { type MachineResetSignalExtension (line 41) | type MachineResetSignalExtension struct method ResourceDefinition (line 44) | func (MachineResetSignalExtension) ResourceDefinition() meta.ResourceD... function init (line 52) | func init() { FILE: pkg/machinery/resources/runtime/machine_status.go constant MachineStatusType (line 17) | MachineStatusType = resource.Type("MachineStatuses.runtime.talos.dev") constant MachineStatusID (line 20) | MachineStatusID = resource.ID("machine") type MachineStatusSpec (line 28) | type MachineStatusSpec struct type MachineStatusStatus (line 36) | type MachineStatusStatus struct type UnmetCondition (line 44) | type UnmetCondition struct function NewMachineStatus (line 50) | func NewMachineStatus() *MachineStatus { type MachineStatusExtension (line 58) | type MachineStatusExtension struct method ResourceDefinition (line 61) | func (MachineStatusExtension) ResourceDefinition() meta.ResourceDefini... function init (line 79) | func init() { FILE: pkg/machinery/resources/runtime/machinestage.go type MachineStage (line 10) | type MachineStage constant MachineStageUnknown (line 16) | MachineStageUnknown MachineStage = iota constant MachineStageBooting (line 17) | MachineStageBooting constant MachineStageInstalling (line 18) | MachineStageInstalling constant MachineStageMaintenance (line 19) | MachineStageMaintenance constant MachineStageRunning (line 20) | MachineStageRunning constant MachineStageRebooting (line 21) | MachineStageRebooting constant MachineStageShuttingDown (line 22) | MachineStageShuttingDown constant MachineStageResetting (line 23) | MachineStageResetting constant MachineStageUpgrading (line 24) | MachineStageUpgrading FILE: pkg/machinery/resources/runtime/machinestage_enumer.go constant _MachineStageName (line 10) | _MachineStageName = "unknownbootinginstallingmaintenancerunningrebooting... constant _MachineStageLowerName (line 14) | _MachineStageLowerName = "unknownbootinginstallingmaintenancerunningrebo... method String (line 16) | func (i MachineStage) String() string { function _MachineStageNoOp (line 25) | func _MachineStageNoOp() { function MachineStageString (line 75) | func MachineStageString(s string) (MachineStage, error) { function MachineStageValues (line 87) | func MachineStageValues() []MachineStage { function MachineStageStrings (line 92) | func MachineStageStrings() []string { method IsAMachineStage (line 99) | func (i MachineStage) IsAMachineStage() bool { method MarshalText (line 109) | func (i MachineStage) MarshalText() ([]byte, error) { method UnmarshalText (line 114) | func (i *MachineStage) UnmarshalText(text []byte) error { FILE: pkg/machinery/resources/runtime/machinestage_test.go function TestMachineStageMatchesProto (line 16) | func TestMachineStageMatchesProto(t *testing.T) { FILE: pkg/machinery/resources/runtime/maintenance_config.go constant MaintenanceServiceConfigType (line 19) | MaintenanceServiceConfigType = resource.Type("MaintenanceServiceConfigs.... constant MaintenanceServiceConfigID (line 25) | MaintenanceServiceConfigID resource.ID = "maintenance" type MaintenanceServiceConfigSpec (line 30) | type MaintenanceServiceConfigSpec struct function NewMaintenanceServiceConfig (line 36) | func NewMaintenanceServiceConfig() *MaintenanceServiceConfig { type MaintenanceServiceConfigExtension (line 44) | type MaintenanceServiceConfigExtension struct method ResourceDefinition (line 47) | func (MaintenanceServiceConfigExtension) ResourceDefinition() meta.Res... function init (line 55) | func init() { FILE: pkg/machinery/resources/runtime/maintenance_request.go constant MaintenanceServiceRequestType (line 17) | MaintenanceServiceRequestType = resource.Type("MaintenanceServiceRequest... constant MaintenanceServiceRequestID (line 23) | MaintenanceServiceRequestID resource.ID = "maintenance" type MaintenanceServiceRequestSpec (line 28) | type MaintenanceServiceRequestSpec struct function NewMaintenanceServiceRequest (line 31) | func NewMaintenanceServiceRequest() *MaintenanceServiceRequest { type MaintenanceServiceRequestExtension (line 39) | type MaintenanceServiceRequestExtension struct method ResourceDefinition (line 42) | func (MaintenanceServiceRequestExtension) ResourceDefinition() meta.Re... function init (line 50) | func init() { FILE: pkg/machinery/resources/runtime/meta_key.go constant MetaKeyType (line 19) | MetaKeyType = resource.Type("MetaKeys.runtime.talos.dev") type MetaKeySpec (line 27) | type MetaKeySpec struct function NewMetaKey (line 32) | func NewMetaKey(namespace resource.Namespace, id resource.ID) *MetaKey { type MetaKeyExtension (line 40) | type MetaKeyExtension struct method ResourceDefinition (line 43) | func (MetaKeyExtension) ResourceDefinition() meta.ResourceDefinitionSp... function MetaKeyTagToID (line 58) | func MetaKeyTagToID(t uint8) resource.ID { function init (line 62) | func init() { FILE: pkg/machinery/resources/runtime/meta_loaded.go constant MetaLoadedType (line 17) | MetaLoadedType = resource.Type("MetaLoads.runtime.talos.dev") constant MetaLoadedID (line 23) | MetaLoadedID = resource.ID("meta-loaded") type MetaLoadedSpec (line 28) | type MetaLoadedSpec struct function NewMetaLoaded (line 33) | func NewMetaLoaded() *MetaLoaded { type MetaLoadedExtension (line 41) | type MetaLoadedExtension struct method ResourceDefinition (line 44) | func (MetaLoadedExtension) ResourceDefinition() meta.ResourceDefinitio... function init (line 58) | func init() { FILE: pkg/machinery/resources/runtime/mount_status.go constant MountStatusType (line 17) | MountStatusType = resource.Type("MountStatuses.runtime.talos.dev") type MountStatusSpec (line 25) | type MountStatusSpec struct function NewMountStatus (line 35) | func NewMountStatus(namespace resource.Namespace, id resource.ID) *Mount... type MountStatusExtension (line 43) | type MountStatusExtension struct method ResourceDefinition (line 46) | func (MountStatusExtension) ResourceDefinition() meta.ResourceDefiniti... function init (line 69) | func init() { FILE: pkg/machinery/resources/runtime/oom.go type QoSCgroupClass (line 8) | type QoSCgroupClass constant QoSCgroupClassBesteffort (line 14) | QoSCgroupClassBesteffort QoSCgroupClass = iota constant QoSCgroupClassBurstable (line 15) | QoSCgroupClassBurstable constant QoSCgroupClassGuaranteed (line 16) | QoSCgroupClassGuaranteed constant QoSCgroupClassPodruntime (line 17) | QoSCgroupClassPodruntime constant QoSCgroupClassSystem (line 18) | QoSCgroupClassSystem FILE: pkg/machinery/resources/runtime/oom_action.go constant OOMActionType (line 17) | OOMActionType = resource.Type("OOMActions.talos.dev") type OOMActionSpec (line 25) | type OOMActionSpec struct function NewOOMActionSpec (line 32) | func NewOOMActionSpec(namespace resource.Namespace, id resource.ID) *OOM... type OOMActionExtension (line 40) | type OOMActionExtension struct method ResourceDefinition (line 43) | func (OOMActionExtension) ResourceDefinition() meta.ResourceDefinition... function init (line 62) | func init() { FILE: pkg/machinery/resources/runtime/platform_metadata.go constant PlatformMetadataType (line 17) | PlatformMetadataType = resource.Type("PlatformMetadatas.talos.dev") constant PlatformMetadataID (line 20) | PlatformMetadataID resource.ID = "platformmetadata" type PlatformMetadataSpec (line 28) | type PlatformMetadataSpec struct function NewPlatformMetadataSpec (line 43) | func NewPlatformMetadataSpec(namespace resource.Namespace, _ resource.ID... type PlatformMetadataExtension (line 51) | type PlatformMetadataExtension struct method ResourceDefinition (line 54) | func (PlatformMetadataExtension) ResourceDefinition() meta.ResourceDef... function init (line 79) | func init() { FILE: pkg/machinery/resources/runtime/runtime.go constant NamespaceName (line 16) | NamespaceName resource.Namespace = v1alpha1.NamespaceName FILE: pkg/machinery/resources/runtime/runtime_test.go function TestRegisterResource (line 20) | func TestRegisterResource(t *testing.T) { FILE: pkg/machinery/resources/runtime/sbom_item.go constant SBOMItemType (line 17) | SBOMItemType = resource.Type("SBOMItems.talos.dev") type SBOMItemSpec (line 25) | type SBOMItemSpec struct function NewSBOMItemSpec (line 35) | func NewSBOMItemSpec(namespace resource.Namespace, id resource.ID) *SBOM... type SBOMItemExtension (line 43) | type SBOMItemExtension struct method ResourceDefinition (line 46) | func (SBOMItemExtension) ResourceDefinition() meta.ResourceDefinitionS... function init (line 68) | func init() { FILE: pkg/machinery/resources/runtime/security_status.go constant SecurityStateType (line 17) | SecurityStateType = resource.Type("SecurityStates.talos.dev") constant SecurityStateID (line 20) | SecurityStateID = resource.ID("securitystate") type SELinuxState (line 28) | type SELinuxState constant SELinuxStateDisabled (line 34) | SELinuxStateDisabled SELinuxState = iota constant SELinuxStatePermissive (line 35) | SELinuxStatePermissive constant SELinuxStateEnforcing (line 36) | SELinuxStateEnforcing type FIPSState (line 40) | type FIPSState constant FIPSStateDisabled (line 46) | FIPSStateDisabled FIPSState = iota constant FIPSStateEnabled (line 47) | FIPSStateEnabled constant FIPSStateStrict (line 48) | FIPSStateStrict type SecurityStateSpec (line 54) | type SecurityStateSpec struct function NewSecurityStateSpec (line 65) | func NewSecurityStateSpec(namespace resource.Namespace) *SecurityState { type SecurityStateExtension (line 73) | type SecurityStateExtension struct method ResourceDefinition (line 76) | func (SecurityStateExtension) ResourceDefinition() meta.ResourceDefini... function init (line 105) | func init() { FILE: pkg/machinery/resources/runtime/selinuxstate_enumer.go constant _SELinuxStateName (line 10) | _SELinuxStateName = "disabledenabled, permissiveenabled, enforcing" constant _SELinuxStateLowerName (line 14) | _SELinuxStateLowerName = "disabledenabled, permissiveenabled, enforcing" method String (line 16) | func (i SELinuxState) String() string { function _SELinuxStateNoOp (line 25) | func _SELinuxStateNoOp() { function SELinuxStateString (line 51) | func SELinuxStateString(s string) (SELinuxState, error) { function SELinuxStateValues (line 63) | func SELinuxStateValues() []SELinuxState { function SELinuxStateStrings (line 68) | func SELinuxStateStrings() []string { method IsASELinuxState (line 75) | func (i SELinuxState) IsASELinuxState() bool { method MarshalText (line 85) | func (i SELinuxState) MarshalText() ([]byte, error) { method UnmarshalText (line 90) | func (i *SELinuxState) UnmarshalText(text []byte) error { FILE: pkg/machinery/resources/runtime/unique_machine_token.go constant UniqueMachineTokenType (line 18) | UniqueMachineTokenType = resource.Type("UniqueMachineTokens.runtime.talo... constant UniqueMachineTokenID (line 21) | UniqueMachineTokenID = resource.ID("unique-machine-token") type UniqueMachineTokenSpec (line 30) | type UniqueMachineTokenSpec struct function NewUniqueMachineToken (line 35) | func NewUniqueMachineToken() *UniqueMachineToken { type UniqueMachineTokenExtension (line 43) | type UniqueMachineTokenExtension struct method ResourceDefinition (line 46) | func (UniqueMachineTokenExtension) ResourceDefinition() meta.ResourceD... function init (line 60) | func init() { FILE: pkg/machinery/resources/runtime/version.go constant VersionType (line 17) | VersionType = resource.Type("Versions.runtime.talos.dev") type VersionSpec (line 23) | type VersionSpec struct function NewVersion (line 28) | func NewVersion() *Version { type VersionExtension (line 36) | type VersionExtension struct method ResourceDefinition (line 39) | func (VersionExtension) ResourceDefinition() meta.ResourceDefinitionSp... function init (line 53) | func init() { FILE: pkg/machinery/resources/runtime/watchdog_timer_config.go constant WatchdogTimerConfigType (line 19) | WatchdogTimerConfigType = resource.Type("WatchdogTimerConfigs.runtime.ta... constant WatchdogTimerConfigID (line 25) | WatchdogTimerConfigID resource.ID = "timer" type WatchdogTimerConfigSpec (line 30) | type WatchdogTimerConfigSpec struct function NewWatchdogTimerConfig (line 36) | func NewWatchdogTimerConfig() *WatchdogTimerConfig { type WatchdogTimerConfigExtension (line 44) | type WatchdogTimerConfigExtension struct method ResourceDefinition (line 47) | func (WatchdogTimerConfigExtension) ResourceDefinition() meta.Resource... function init (line 65) | func init() { FILE: pkg/machinery/resources/runtime/watchdog_timer_status.go constant WatchdogTimerStatusType (line 19) | WatchdogTimerStatusType = resource.Type("WatchdogTimerStatuses.runtime.t... type WatchdogTimerStatusSpec (line 27) | type WatchdogTimerStatusSpec struct function NewWatchdogTimerStatus (line 34) | func NewWatchdogTimerStatus(id string) *WatchdogTimerStatus { type WatchdogTimerStatusExtension (line 42) | type WatchdogTimerStatusExtension struct method ResourceDefinition (line 45) | func (WatchdogTimerStatusExtension) ResourceDefinition() meta.Resource... function init (line 63) | func init() { FILE: pkg/machinery/resources/secrets/api.go constant APIType (line 18) | APIType = resource.Type("ApiCertificates.secrets.talos.dev") constant APIID (line 21) | APIID = resource.ID("api") type APICertsSpec (line 29) | type APICertsSpec struct function NewAPI (line 39) | func NewAPI() *API { type APIExtension (line 47) | type APIExtension struct method ResourceDefinition (line 50) | func (APIExtension) ResourceDefinition() meta.ResourceDefinitionSpec { function init (line 59) | func init() { FILE: pkg/machinery/resources/secrets/api_test.go function TestAPIProtobufMarshal (line 18) | func TestAPIProtobufMarshal(t *testing.T) { FILE: pkg/machinery/resources/secrets/cert_sans.go constant CertSANType (line 23) | CertSANType = resource.Type("CertSANs.secrets.talos.dev") constant CertSANAPIID (line 26) | CertSANAPIID = resource.ID("api") constant CertSANMaintenanceID (line 29) | CertSANMaintenanceID = resource.ID("maintenance") constant CertSANKubernetesID (line 32) | CertSANKubernetesID = resource.ID("k8s") type CertSANSpec (line 40) | type CertSANSpec struct method Reset (line 68) | func (spec *CertSANSpec) Reset() { method Append (line 75) | func (spec *CertSANSpec) Append(sans ...string) { method AppendIPs (line 86) | func (spec *CertSANSpec) AppendIPs(ips ...netip.Addr) { method AppendDNSNames (line 97) | func (spec *CertSANSpec) AppendDNSNames(dnsNames ...string) { method StdIPs (line 111) | func (spec *CertSANSpec) StdIPs() []net.IP { method Sort (line 116) | func (spec *CertSANSpec) Sort() { function NewCertSAN (line 47) | func NewCertSAN(namespace resource.Namespace, id resource.ID) *CertSAN { type CertSANExtension (line 55) | type CertSANExtension struct method ResourceDefinition (line 58) | func (CertSANExtension) ResourceDefinition() meta.ResourceDefinitionSp... function init (line 121) | func init() { FILE: pkg/machinery/resources/secrets/condition.go type APIReadyCondition (line 15) | type APIReadyCondition struct method String (line 26) | func (condition *APIReadyCondition) String() string { method Wait (line 31) | func (condition *APIReadyCondition) Wait(ctx context.Context) error { function NewAPIReadyCondition (line 20) | func NewAPIReadyCondition(state state.State) *APIReadyCondition { FILE: pkg/machinery/resources/secrets/deep_copy.generated.go method DeepCopy (line 17) | func (o APICertsSpec) DeepCopy() APICertsSpec { method DeepCopy (line 38) | func (o CertSANSpec) DeepCopy() CertSANSpec { method DeepCopy (line 52) | func (o EtcdCertsSpec) DeepCopy() EtcdCertsSpec { method DeepCopy (line 70) | func (o EtcdRootSpec) DeepCopy() EtcdRootSpec { method DeepCopy (line 79) | func (o EncryptionSaltSpec) DeepCopy() EncryptionSaltSpec { method DeepCopy (line 89) | func (o KubeletSpec) DeepCopy() KubeletSpec { method DeepCopy (line 112) | func (o KubernetesCertsSpec) DeepCopy() KubernetesCertsSpec { method DeepCopy (line 118) | func (o KubernetesDynamicCertsSpec) DeepCopy() KubernetesDynamicCertsSpec { method DeepCopy (line 133) | func (o KubernetesRootSpec) DeepCopy() KubernetesRootSpec { method DeepCopy (line 181) | func (o MaintenanceRootSpec) DeepCopy() MaintenanceRootSpec { method DeepCopy (line 190) | func (o OSRootSpec) DeepCopy() OSRootSpec { method DeepCopy (line 216) | func (o TrustdCertsSpec) DeepCopy() TrustdCertsSpec { FILE: pkg/machinery/resources/secrets/encryption_salt.go constant EncryptionSaltType (line 17) | EncryptionSaltType = resource.Type("EncryptionSalts.secrets.talos.dev") constant EncryptionSaltID (line 20) | EncryptionSaltID = resource.ID("salt") type EncryptionSaltSpec (line 28) | type EncryptionSaltSpec struct function NewEncryptionSalt (line 33) | func NewEncryptionSalt() *EncryptionSalt { type EncryptionSaltExtension (line 41) | type EncryptionSaltExtension struct method ResourceDefinition (line 44) | func (EncryptionSaltExtension) ResourceDefinition() meta.ResourceDefin... function init (line 53) | func init() { FILE: pkg/machinery/resources/secrets/etcd.go constant EtcdType (line 18) | EtcdType = resource.Type("EtcdSecrets.secrets.talos.dev") constant EtcdID (line 21) | EtcdID = resource.ID("etcd") type EtcdCertsSpec (line 29) | type EtcdCertsSpec struct function NewEtcd (line 37) | func NewEtcd() *Etcd { type EtcdExtension (line 45) | type EtcdExtension struct method ResourceDefinition (line 48) | func (EtcdExtension) ResourceDefinition() meta.ResourceDefinitionSpec { function init (line 57) | func init() { FILE: pkg/machinery/resources/secrets/etcd_root.go constant EtcdRootType (line 18) | EtcdRootType = resource.Type("EtcdRootSecrets.secrets.talos.dev") constant EtcdRootID (line 21) | EtcdRootID = resource.ID("etcd") type EtcdRootSpec (line 29) | type EtcdRootSpec struct function NewEtcdRoot (line 34) | func NewEtcdRoot(id resource.ID) *EtcdRoot { type EtcdRootExtension (line 42) | type EtcdRootExtension struct method ResourceDefinition (line 45) | func (EtcdRootExtension) ResourceDefinition() meta.ResourceDefinitionS... function init (line 54) | func init() { FILE: pkg/machinery/resources/secrets/kubelet.go constant KubeletType (line 20) | KubeletType = resource.Type("KubeletSecrets.secrets.talos.dev") constant KubeletID (line 23) | KubeletID = resource.ID("kubelet") type KubeletSpec (line 31) | type KubeletSpec struct function NewKubelet (line 41) | func NewKubelet(id resource.ID) *Kubelet { type KubeletExtension (line 49) | type KubeletExtension struct method ResourceDefinition (line 52) | func (KubeletExtension) ResourceDefinition() meta.ResourceDefinitionSp... function init (line 61) | func init() { FILE: pkg/machinery/resources/secrets/kubernetes.go constant KubernetesType (line 17) | KubernetesType = resource.Type("KubernetesSecrets.secrets.talos.dev") constant KubernetesID (line 20) | KubernetesID = resource.ID("k8s-certs") type KubernetesCertsSpec (line 30) | type KubernetesCertsSpec struct function NewKubernetes (line 40) | func NewKubernetes() *Kubernetes { type KubernetesExtension (line 48) | type KubernetesExtension struct method ResourceDefinition (line 51) | func (KubernetesExtension) ResourceDefinition() meta.ResourceDefinitio... function init (line 60) | func init() { FILE: pkg/machinery/resources/secrets/kubernetes_certs.go constant KubernetesDynamicCertsType (line 18) | KubernetesDynamicCertsType = resource.Type("KubernetesDynamicCerts.secre... constant KubernetesDynamicCertsID (line 21) | KubernetesDynamicCertsID = resource.ID("k8s-dynamic-certs") type KubernetesDynamicCertsSpec (line 31) | type KubernetesDynamicCertsSpec struct function NewKubernetesDynamicCerts (line 38) | func NewKubernetesDynamicCerts() *KubernetesDynamicCerts { type KubernetesDynamicCertsExtension (line 46) | type KubernetesDynamicCertsExtension struct method ResourceDefinition (line 49) | func (KubernetesDynamicCertsExtension) ResourceDefinition() meta.Resou... function init (line 58) | func init() { FILE: pkg/machinery/resources/secrets/kubernetes_root.go constant KubernetesRootType (line 21) | KubernetesRootType = resource.Type("KubernetesRootSecrets.secrets.talos.... constant KubernetesRootID (line 24) | KubernetesRootID = resource.ID("k8s") type KubernetesRootSpec (line 32) | type KubernetesRootSpec struct function NewKubernetesRoot (line 54) | func NewKubernetesRoot(id resource.ID) *KubernetesRoot { type KubernetesRootExtension (line 62) | type KubernetesRootExtension struct method ResourceDefinition (line 65) | func (KubernetesRootExtension) ResourceDefinition() meta.ResourceDefin... function init (line 74) | func init() { FILE: pkg/machinery/resources/secrets/maintenance_root.go constant MaintenanceRootType (line 18) | MaintenanceRootType = resource.Type("MaintenanceRootSecrets.secrets.talo... constant MaintenanceRootID (line 21) | MaintenanceRootID = resource.ID("maintenance") type MaintenanceRootSpec (line 29) | type MaintenanceRootSpec struct function NewMaintenanceRoot (line 34) | func NewMaintenanceRoot(id resource.ID) *MaintenanceRoot { type MaintenanceRootExtension (line 42) | type MaintenanceRootExtension struct method ResourceDefinition (line 45) | func (MaintenanceRootExtension) ResourceDefinition() meta.ResourceDefi... function init (line 54) | func init() { FILE: pkg/machinery/resources/secrets/os_root.go constant OSRootType (line 20) | OSRootType = resource.Type("OSRootSecrets.secrets.talos.dev") constant OSRootID (line 23) | OSRootID = resource.ID("os") type OSRootSpec (line 31) | type OSRootSpec struct function NewOSRoot (line 41) | func NewOSRoot(id resource.ID) *OSRoot { type OSRootExtension (line 49) | type OSRootExtension struct method ResourceDefinition (line 52) | func (OSRootExtension) ResourceDefinition() meta.ResourceDefinitionSpec { function init (line 61) | func init() { FILE: pkg/machinery/resources/secrets/secrets.go constant NamespaceName (line 11) | NamespaceName resource.Namespace = "secrets" FILE: pkg/machinery/resources/secrets/secrets_test.go function TestRegisterResource (line 20) | func TestRegisterResource(t *testing.T) { FILE: pkg/machinery/resources/secrets/trustd.go constant TrustdType (line 18) | TrustdType = resource.Type("TrustdCertificates.secrets.talos.dev") constant TrustdID (line 21) | TrustdID = resource.ID("trustd") type TrustdCertsSpec (line 29) | type TrustdCertsSpec struct function NewTrustd (line 35) | func NewTrustd() *Trustd { type TrustdExtension (line 43) | type TrustdExtension struct method ResourceDefinition (line 46) | func (TrustdExtension) ResourceDefinition() meta.ResourceDefinitionSpec { function init (line 55) | func init() { FILE: pkg/machinery/resources/secrets/trustd_test.go function TestTrustdProtobufMarshal (line 18) | func TestTrustdProtobufMarshal(t *testing.T) { FILE: pkg/machinery/resources/security/deep_copy.generated.go method DeepCopy (line 10) | func (o ImageVerificationRuleSpec) DeepCopy() ImageVerificationRuleSpec { method DeepCopy (line 24) | func (o TUFTrustedRootSpec) DeepCopy() TUFTrustedRootSpec { FILE: pkg/machinery/resources/security/image_verification_rule.go constant ImageVerificationRuleType (line 24) | ImageVerificationRuleType = resource.Type("ImageVerificationRules.securi... type ImageVerificationRuleSpec (line 32) | type ImageVerificationRuleSpec struct type ImageKeylessVerifierSpec (line 48) | type ImageKeylessVerifierSpec struct type ImagePublicKeyVerifierSpec (line 60) | type ImagePublicKeyVerifierSpec struct function NewImageVerificationRule (line 66) | func NewImageVerificationRule(id resource.ID) *ImageVerificationRule { type ImageVerificationRuleExtension (line 74) | type ImageVerificationRuleExtension struct method ResourceDefinition (line 77) | func (ImageVerificationRuleExtension) ResourceDefinition() meta.Resour... type ImageVerificationRuleMatchFunc (line 100) | type ImageVerificationRuleMatchFunc function ImageVerificationRuleMatcher (line 103) | func ImageVerificationRuleMatcher(ctx context.Context, st state.State) (... function init (line 120) | func init() { FILE: pkg/machinery/resources/security/security.go constant NamespaceName (line 13) | NamespaceName resource.Namespace = "security" FILE: pkg/machinery/resources/security/security_test.go function TestRegisterResource (line 20) | func TestRegisterResource(t *testing.T) { FILE: pkg/machinery/resources/security/tuf_trusted_root.go constant TUFTrustedRootType (line 20) | TUFTrustedRootType = resource.Type("TUFTrustedRoots.security.talos.dev") constant TrustedRootID (line 26) | TrustedRootID = resource.ID("trusted_root.json") type TUFTrustedRootSpec (line 31) | type TUFTrustedRootSpec struct function NewTUFTrustedRoot (line 39) | func NewTUFTrustedRoot(id resource.ID) *TUFTrustedRoot { type TUFTrustedRootExtension (line 47) | type TUFTrustedRootExtension struct method ResourceDefinition (line 50) | func (TUFTrustedRootExtension) ResourceDefinition() meta.ResourceDefin... function init (line 64) | func init() { FILE: pkg/machinery/resources/siderolink/deep_copy.generated.go method DeepCopy (line 10) | func (o ConfigSpec) DeepCopy() ConfigSpec { method DeepCopy (line 16) | func (o StatusSpec) DeepCopy() StatusSpec { method DeepCopy (line 22) | func (o TunnelSpec) DeepCopy() TunnelSpec { FILE: pkg/machinery/resources/siderolink/siderolink.go constant ConfigType (line 21) | ConfigType = resource.Type("SiderolinkConfigs.siderolink.talos.dev") constant ConfigID (line 24) | ConfigID = resource.ID("siderolink") type ConfigSpec (line 32) | type ConfigSpec struct function NewConfig (line 41) | func NewConfig(namespace resource.Namespace, id resource.ID) *Config { type ConfigExtension (line 49) | type ConfigExtension struct method ResourceDefinition (line 52) | func (ConfigExtension) ResourceDefinition() meta.ResourceDefinitionSpec { function init (line 71) | func init() { FILE: pkg/machinery/resources/siderolink/siderolink_status.go constant StatusType (line 18) | StatusType = resource.Type("SiderolinkStatuses.siderolink.talos.dev") constant StatusID (line 21) | StatusID = resource.ID("siderolink-status") type StatusSpec (line 29) | type StatusSpec struct function NewStatus (line 41) | func NewStatus() *Status { type StatusExtension (line 49) | type StatusExtension struct method ResourceDefinition (line 52) | func (StatusExtension) ResourceDefinition() meta.ResourceDefinitionSpec { function init (line 70) | func init() { FILE: pkg/machinery/resources/siderolink/siderolink_test.go function TestRegisterResource (line 20) | func TestRegisterResource(t *testing.T) { FILE: pkg/machinery/resources/siderolink/siderolink_tunnel.go constant TunnelType (line 20) | TunnelType = resource.Type("SiderolinkTunnels.siderolink.talos.dev") constant TunnelID (line 23) | TunnelID = resource.ID("siderolink-tunnel") type TunnelSpec (line 31) | type TunnelSpec struct function NewTunnel (line 44) | func NewTunnel() *Tunnel { type TunnelExtension (line 52) | type TunnelExtension struct method ResourceDefinition (line 55) | func (TunnelExtension) ResourceDefinition() meta.ResourceDefinitionSpec { function init (line 82) | func init() { FILE: pkg/machinery/resources/time/adjtime_status.go constant AdjtimeStatusType (line 20) | AdjtimeStatusType = resource.Type("AdjtimeStatuses.v1alpha1.talos.dev") constant AdjtimeStatusID (line 23) | AdjtimeStatusID = resource.ID("node") type AdjtimeStatusSpec (line 31) | type AdjtimeStatusSpec struct function NewAdjtimeStatus (line 43) | func NewAdjtimeStatus() *AdjtimeStatus { type AdjtimeStatusExtension (line 51) | type AdjtimeStatusExtension struct method ResourceDefinition (line 54) | func (AdjtimeStatusExtension) ResourceDefinition() meta.ResourceDefini... function init (line 84) | func init() { FILE: pkg/machinery/resources/time/condition.go type SyncCondition (line 17) | type SyncCondition struct method String (line 28) | func (condition *SyncCondition) String() string { method Wait (line 33) | func (condition *SyncCondition) Wait(ctx context.Context) error { function NewSyncCondition (line 22) | func NewSyncCondition(state state.State) *SyncCondition { FILE: pkg/machinery/resources/time/deep_copy.generated.go method DeepCopy (line 10) | func (o AdjtimeStatusSpec) DeepCopy() AdjtimeStatusSpec { method DeepCopy (line 16) | func (o StatusSpec) DeepCopy() StatusSpec { FILE: pkg/machinery/resources/time/status.go constant StatusType (line 18) | StatusType = resource.Type("TimeStatuses.v1alpha1.talos.dev") constant StatusID (line 21) | StatusID = resource.ID("node") type StatusSpec (line 29) | type StatusSpec struct function NewStatus (line 41) | func NewStatus() *Status { type StatusExtension (line 49) | type StatusExtension struct method ResourceDefinition (line 52) | func (StatusExtension) ResourceDefinition() meta.ResourceDefinitionSpec { function init (line 66) | func init() { FILE: pkg/machinery/resources/time/time_test.go function TestRegisterResource (line 20) | func TestRegisterResource(t *testing.T) { FILE: pkg/machinery/resources/v1alpha1/acquire_config_spec.go constant AcquireConfigSpecType (line 17) | AcquireConfigSpecType = resource.Type("AcquireConfigSpecs.v1alpha1.talos... type AcquireConfigSpecSpec (line 25) | type AcquireConfigSpecSpec struct function NewAcquireConfigSpec (line 28) | func NewAcquireConfigSpec() *AcquireConfigSpec { type AcquireConfigSpecExtension (line 36) | type AcquireConfigSpecExtension struct method ResourceDefinition (line 39) | func (AcquireConfigSpecExtension) ResourceDefinition() meta.ResourceDe... function init (line 46) | func init() { FILE: pkg/machinery/resources/v1alpha1/acquire_config_status.go constant AcquireConfigStatusType (line 17) | AcquireConfigStatusType = resource.Type("AcquireConfigStatuses.v1alpha1.... type AcquireConfigStatusSpec (line 25) | type AcquireConfigStatusSpec struct function NewAcquireConfigStatus (line 28) | func NewAcquireConfigStatus() *AcquireConfigStatus { type AcquireConfigStatusExtension (line 36) | type AcquireConfigStatusExtension struct method ResourceDefinition (line 39) | func (AcquireConfigStatusExtension) ResourceDefinition() meta.Resource... function init (line 46) | func init() { FILE: pkg/machinery/resources/v1alpha1/deep_copy.generated.go method DeepCopy (line 10) | func (o AcquireConfigSpecSpec) DeepCopy() AcquireConfigSpecSpec { method DeepCopy (line 16) | func (o AcquireConfigStatusSpec) DeepCopy() AcquireConfigStatusSpec { method DeepCopy (line 22) | func (o ServiceSpec) DeepCopy() ServiceSpec { FILE: pkg/machinery/resources/v1alpha1/service.go constant ServiceType (line 17) | ServiceType = resource.Type("Services.v1alpha1.talos.dev") type ServiceSpec (line 25) | type ServiceSpec struct function NewService (line 32) | func NewService(id resource.ID) *Service { type ServiceExtension (line 40) | type ServiceExtension struct method ResourceDefinition (line 43) | func (ServiceExtension) ResourceDefinition() meta.ResourceDefinitionSp... function init (line 65) | func init() { FILE: pkg/machinery/resources/v1alpha1/v1alpha1.go constant NamespaceName (line 13) | NamespaceName resource.Namespace = "runtime" FILE: pkg/machinery/resources/v1alpha1/v1alpha1_test.go function TestRegisterResource (line 20) | func TestRegisterResource(t *testing.T) { FILE: pkg/machinery/role/role.go type Role (line 17) | type Role constant Prefix (line 21) | Prefix = string("os:") constant Admin (line 24) | Admin = Role(Prefix + "admin") constant Operator (line 27) | Operator = Role(Prefix + "operator") constant Reader (line 30) | Reader = Role(Prefix + "reader") constant EtcdBackup (line 33) | EtcdBackup = Role(Prefix + "etcd:backup") constant Impersonator (line 37) | Impersonator = Role(Prefix + "impersonator") type Set (line 41) | type Set struct method Strings (line 94) | func (s Set) Strings() []string { method IncludesAny (line 104) | func (s Set) IncludesAny(other Set) bool { method Includes (line 115) | func (s Set) Includes(role Role) bool { function MakeSet (line 55) | func MakeSet(roles ...Role) Set { function Parse (line 69) | func Parse(str []string) (Set, []string) { FILE: pkg/machinery/role/role_test.go function TestSet (line 15) | func TestSet(t *testing.T) { FILE: pkg/machinery/textdiff/textdiff.go constant MaxLines (line 16) | MaxLines = 75_000 function Diff (line 22) | func Diff(a, b string) (string, error) { function DiffWithCustomPaths (line 51) | func DiffWithCustomPaths(a, b, aPath, bPath string) (string, error) { FILE: pkg/machinery/textdiff/textdiff_test.go function TestDiff (line 20) | func TestDiff(t *testing.T) { function TestDiffWithCustomPaths (line 82) | func TestDiffWithCustomPaths(t *testing.T) { function genRandomLines (line 96) | func genRandomLines(n int) string { function TestDiffMemoryBudge (line 106) | func TestDiffMemoryBudge(t *testing.T) { function MemoryAllocated (line 176) | func MemoryAllocated(f func()) uint64 { function FuzzDiff (line 195) | func FuzzDiff(f *testing.F) { FILE: pkg/machinery/version/gen.go function main (line 16) | func main() { FILE: pkg/machinery/version/osrelease.go function OSRelease (line 17) | func OSRelease() ([]byte, error) { function OSReleaseFor (line 31) | func OSReleaseFor(name, version string) ([]byte, error) { FILE: pkg/machinery/version/osrelease_test.go function TestOSRelease (line 16) | func TestOSRelease(t *testing.T) { function TestOSReleaseFor (line 24) | func TestOSReleaseFor(t *testing.T) { FILE: pkg/machinery/version/version.go constant versionTemplate (line 33) | versionTemplate = ` Tag: %[1]s function NewVersion (line 41) | func NewVersion() *machineapi.VersionInfo { function PrintLongVersion (line 53) | func PrintLongVersion() { function PrintLongVersionFromExisting (line 58) | func PrintLongVersionFromExisting(v *machineapi.VersionInfo) { function WriteLongVersionFromExisting (line 63) | func WriteLongVersionFromExisting(w io.Writer, v *machineapi.VersionInfo) { function printLong (line 67) | func printLong(w io.Writer, v *machineapi.VersionInfo) { function PrintShortVersion (line 72) | func PrintShortVersion() { function Short (line 77) | func Short() string { function Trim (line 82) | func Trim(version string) string { FILE: pkg/machinery/yamlutils/yamlutils.go type StringBytes (line 11) | type StringBytes method MarshalYAML (line 14) | func (s StringBytes) MarshalYAML() (any, error) { method UnmarshalYAML (line 24) | func (s *StringBytes) UnmarshalYAML(unmarshal func(any) error) error { method Bytes (line 45) | func (s StringBytes) Bytes() []byte { FILE: pkg/machinery/yamlutils/yamlutils_test.go function TestStringBytes (line 17) | func TestStringBytes(t *testing.T) { FILE: pkg/makefs/ext4.go constant FilesystemTypeEXT4 (line 24) | FilesystemTypeEXT4 = "ext4" function Ext4 (line 30) | func Ext4(ctx context.Context, partname string, setters ...Option) error { function Ext4Resize (line 102) | func Ext4Resize(ctx context.Context, partname string) error { function Ext4Repair (line 117) | func Ext4Repair(ctx context.Context, partname string) error { function handleTarArchive (line 128) | func handleTarArchive(ctx context.Context, sourceDir string, w io.WriteC... FILE: pkg/makefs/ext4_test.go function TestExt4Reproducibility (line 21) | func TestExt4Reproducibility(t *testing.T) { function TestExt4Resize (line 84) | func TestExt4Resize(t *testing.T) { FILE: pkg/makefs/makefs.go type Option (line 15) | type Option type Options (line 18) | type Options struct function WithLabel (line 30) | func WithLabel(label string) Option { function WithForce (line 37) | func WithForce(force bool) Option { function WithReproducible (line 45) | func WithReproducible(reproducible bool) Option { function WithUnsupportedFSOption (line 52) | func WithUnsupportedFSOption(unsupported bool) Option { function WithConfigFile (line 59) | func WithConfigFile(configFile string) Option { function WithSourceDirectory (line 66) | func WithSourceDirectory(sourceDir string) Option { function WithPrintf (line 73) | func WithPrintf(printf func(string, ...any)) Option { function NewDefaultOptions (line 80) | func NewDefaultOptions(setters ...Option) Options { function GUIDFromLabel (line 96) | func GUIDFromLabel(label string) uuid.UUID { FILE: pkg/makefs/makefs_test.go function TestPartitionGUIDFromLabel (line 19) | func TestPartitionGUIDFromLabel(t *testing.T) { function populateTestDir (line 52) | func populateTestDir(t *testing.T, dir string, files []string) { FILE: pkg/makefs/protofile.go function GenerateProtofile (line 22) | func GenerateProtofile(sourcePath string) (io.Reader, error) { function statToProtoStr (line 52) | func statToProtoStr(info fs.FileInfo) string { function statToExtra (line 94) | func statToExtra(info fs.FileInfo, fullpath string) (string, error) { function walkTree (line 126) | func walkTree(w io.Writer, path string, depth int) error { FILE: pkg/makefs/protofile_test.go function TestGenerateProtofile (line 21) | func TestGenerateProtofile(t *testing.T) { function TestProtofileRejectsSpaces (line 105) | func TestProtofileRejectsSpaces(t *testing.T) { function TestProtofileErrorCases (line 119) | func TestProtofileErrorCases(t *testing.T) { FILE: pkg/makefs/vfat.go constant FilesystemTypeVFAT (line 18) | FilesystemTypeVFAT = "vfat" function VFAT (line 22) | func VFAT(ctx context.Context, partname string, setters ...Option) error { function populateVFAT (line 54) | func populateVFAT(ctx context.Context, partname, sourceDir string) error { FILE: pkg/makefs/vfat_test.go function TestVFATWithSourceDirectory (line 19) | func TestVFATWithSourceDirectory(t *testing.T) { FILE: pkg/makefs/xfs.go constant FilesystemTypeXFS (line 20) | FilesystemTypeXFS = "xfs" function XFSGrow (line 25) | func XFSGrow(ctx context.Context, partname string) error { function XFSRepair (line 35) | func XFSRepair(ctx context.Context, partname string) error { function XFS (line 47) | func XFS(ctx context.Context, partname string, setters ...Option) error { FILE: pkg/makefs/xfs_test.go function TestXFSInfo (line 23) | func TestXFSInfo(t *testing.T) { //nolint:tparallel function TestXFSReproducibility (line 119) | func TestXFSReproducibility(t *testing.T) { FILE: pkg/minimal/limits.go function Memory (line 17) | func Memory(typ machine.Type) (minimum, recommended uint64, err error) { function DiskSize (line 36) | func DiskSize() uint64 { FILE: pkg/provision/access/access_test.go function TestEmpty (line 9) | func TestEmpty(t *testing.T) { FILE: pkg/provision/access/adapter.go type Adapter (line 14) | type Adapter struct type infoWrapper (line 22) | type infoWrapper struct method Nodes (line 28) | func (wrapper *infoWrapper) Nodes() []cluster.NodeInfo { method NodesByType (line 32) | func (wrapper *infoWrapper) NodesByType(t machine.Type) []cluster.Node... function NewAdapter (line 37) | func NewAdapter(clusterInfo provision.Cluster, opts ...provision.Option)... FILE: pkg/provision/internal/cniutils/cniutils.go function FilterBySandbox (line 30) | func FilterBySandbox(sandbox string, ifaces ...*types100.Interface) (in,... function IfacesWithName (line 43) | func IfacesWithName(name string, ifaces ...*types100.Interface) []*types... function VMTapPair (line 58) | func VMTapPair(result *types100.Result, vmID string) (vmIface, tapIface ... FILE: pkg/provision/internal/inmemhttp/inmemhttp.go type Server (line 18) | type Server interface type server (line 27) | type server struct method AddFile (line 57) | func (s *server) AddFile(filename string, contents []byte) error { method AddHandler (line 78) | func (s *server) AddHandler(pattern string, handler http.Handler) { method GetAddr (line 82) | func (s *server) GetAddr() net.Addr { method Serve (line 86) | func (s *server) Serve() { method Shutdown (line 90) | func (s *server) Shutdown(ctx context.Context) error { function NewServer (line 36) | func NewServer(ctx context.Context, address string) (Server, error) { FILE: pkg/provision/internal/inmemhttp/inmemhttp_test.go function TestServer (line 18) | func TestServer(t *testing.T) { FILE: pkg/provision/options.go type Option (line 17) | type Option function WithLogWriter (line 20) | func WithLogWriter(w io.Writer) Option { function WithKubernetesEndpoint (line 29) | func WithKubernetesEndpoint(endpoint string) Option { function WithTalosConfig (line 38) | func WithTalosConfig(talosConfig *clientconfig.Config) Option { function WithTalosClient (line 47) | func WithTalosClient(client *client.Client) Option { function WithBootlader (line 56) | func WithBootlader(enabled bool) Option { function WithUEFI (line 65) | func WithUEFI(enabled bool) Option { function WithTPM1_2 (line 74) | func WithTPM1_2(enabled bool) Option { function WithTPM2 (line 83) | func WithTPM2(enabled bool) Option { function WithDebugShell (line 92) | func WithDebugShell(enabled bool) Option { function WithIOMMU (line 101) | func WithIOMMU(enabled bool) Option { function WithExtraUEFISearchPaths (line 110) | func WithExtraUEFISearchPaths(extraUEFISearchPaths []string) Option { function WithTargetArch (line 119) | func WithTargetArch(arch string) Option { function WithDockerPorts (line 128) | func WithDockerPorts(ports []string) Option { function WithDockerPortsHostIP (line 137) | func WithDockerPortsHostIP(hostIP string) Option { function WithDeleteOnErr (line 146) | func WithDeleteOnErr(v bool) Option { function WithSaveSupportArchivePath (line 155) | func WithSaveSupportArchivePath(path string) Option { function WithSaveClusterLogsArchivePath (line 164) | func WithSaveClusterLogsArchivePath(path string) Option { function WithKMS (line 173) | func WithKMS(endpoint string) Option { function WithJSONLogs (line 182) | func WithJSONLogs(endpoint string) Option { function WithSiderolinkAgent (line 191) | func WithSiderolinkAgent(v bool) Option { function WithSkipInjectingExtraCmdline (line 200) | func WithSkipInjectingExtraCmdline(v bool) Option { type Options (line 209) | type Options struct function DefaultOptions (line 249) | func DefaultOptions() Options { FILE: pkg/provision/providers/docker/create.go method Create (line 17) | func (p *provisioner) Create(ctx context.Context, request provision.Clus... FILE: pkg/provision/providers/docker/destroy.go method Destroy (line 24) | func (p *provisioner) Destroy(ctx context.Context, cluster provision.Clu... method saveContainerLogs (line 76) | func (p *provisioner) saveContainerLogs(ctx context.Context, cluster pro... FILE: pkg/provision/providers/docker/docker.go type provisioner (line 24) | type provisioner struct method Close (line 81) | func (p *provisioner) Close() error { method GenOptions (line 90) | func (p *provisioner) GenOptions(networkReq provision.NetworkRequest, ... method GetInClusterKubernetesControlPlaneEndpoint (line 111) | func (p *provisioner) GetInClusterKubernetesControlPlaneEndpoint(netwo... method GetExternalKubernetesControlPlaneEndpoint (line 117) | func (p *provisioner) GetExternalKubernetesControlPlaneEndpoint(provis... method GetTalosAPIEndpoints (line 123) | func (p *provisioner) GetTalosAPIEndpoints(provision.NetworkRequest) [... method UserDiskName (line 129) | func (p *provisioner) UserDiskName(index int) string { method GetFirstInterface (line 134) | func (p *provisioner) GetFirstInterface() v1alpha1.IfaceSelector { method GetFirstInterfaceName (line 139) | func (p *provisioner) GetFirstInterfaceName() string { function getAvailableTCPPort (line 30) | func getAvailableTCPPort(ctx context.Context) (int, error) { function NewProvisioner (line 57) | func NewProvisioner(ctx context.Context) (provision.Provisioner, error) { FILE: pkg/provision/providers/docker/docker_test.go function TestEmpty (line 9) | func TestEmpty(t *testing.T) { FILE: pkg/provision/providers/docker/image.go method ensureImageExists (line 18) | func (p *provisioner) ensureImageExists(ctx context.Context, containerIm... FILE: pkg/provision/providers/docker/network.go method createNetwork (line 21) | func (p *provisioner) createNetwork(ctx context.Context, req provision.N... method listNetworks (line 59) | func (p *provisioner) listNetworks(ctx context.Context, name string) ([]... method destroyNetwork (line 76) | func (p *provisioner) destroyNetwork(ctx context.Context, name string) e... FILE: pkg/provision/providers/docker/node.go type portMap (line 29) | type portMap struct method createNodes (line 34) | func (p *provisioner) createNodes( method createNode (line 90) | func (p *provisioner) createNode(ctx context.Context, clusterReq provisi... method listNodes (line 246) | func (p *provisioner) listNodes(ctx context.Context, clusterName string)... method destroyNodes (line 259) | func (p *provisioner) destroyNodes(ctx context.Context, clusterName stri... function genPortMap (line 286) | func genPortMap(portList []string, defaultHostIP string) (portMap, error) { FILE: pkg/provision/providers/docker/reflect.go method Reflect (line 22) | func (p *provisioner) Reflect(ctx context.Context, clusterName, stateDir... FILE: pkg/provision/providers/docker/result.go type result (line 13) | type result struct method Provisioner (line 19) | func (res *result) Provisioner() string { method Info (line 23) | func (res *result) Info() provision.ClusterInfo { method StatePath (line 27) | func (res *result) StatePath() (string, error) { FILE: pkg/provision/providers/factory.go constant QemuProviderName (line 17) | QemuProviderName = "qemu" constant DockerProviderName (line 19) | DockerProviderName = "docker" function Factory (line 23) | func Factory(ctx context.Context, name string) (provision.Provisioner, e... function IsValidProvider (line 39) | func IsValidProvider(name string) error { FILE: pkg/provision/providers/qemu.go function newQemu (line 16) | func newQemu(ctx context.Context) (provision.Provisioner, error) { FILE: pkg/provision/providers/qemu/arch.go type Arch (line 15) | type Arch method Valid (line 24) | func (arch Arch) Valid() error { method QemuArch (line 34) | func (arch Arch) QemuArch() string { method QemuMachine (line 46) | func (arch Arch) QemuMachine() string { method Console (line 58) | func (arch Arch) Console() string { method PFlash (line 76) | func (arch Arch) PFlash(uefiEnabled bool, extraUEFISearchPaths []strin... method QemuExecutable (line 209) | func (arch Arch) QemuExecutable() string { method TPMDeviceArgs (line 226) | func (arch Arch) TPMDeviceArgs(socketPath string) []string { method getMachineArgs (line 245) | func (arch Arch) getMachineArgs(iommu bool) []string { constant ArchAmd64 (line 19) | ArchAmd64 Arch = "amd64" constant ArchArm64 (line 20) | ArchArm64 Arch = "arm64" type PFlash (line 70) | type PFlash struct function generateUEFIPFlashList (line 188) | func generateUEFIPFlashList(uefiSourcePathPrefixes, uefiSourceFiles, uef... FILE: pkg/provision/providers/qemu/arch_darwin.go constant accelerator (line 9) | accelerator = "hvf" method acceleratorAvailable (line 11) | func (arch Arch) acceleratorAvailable() bool { FILE: pkg/provision/providers/qemu/arch_linux.go constant accelerator (line 9) | accelerator = "kvm" method acceleratorAvailable (line 11) | func (arch Arch) acceleratorAvailable() bool { FILE: pkg/provision/providers/qemu/controller.go type PowerState (line 14) | type PowerState constant PoweredOn (line 18) | PoweredOn PowerState = "on" constant PoweredOff (line 19) | PoweredOff PowerState = "off" type VMCommand (line 23) | type VMCommand constant VMCommandStart (line 27) | VMCommandStart VMCommand = "start" constant VMCommandStop (line 28) | VMCommandStop VMCommand = "stop" type Controller (line 32) | type Controller struct method PowerOn (line 50) | func (c *Controller) PowerOn() error { method PowerOff (line 68) | func (c *Controller) PowerOff() error { method Reboot (line 86) | func (c *Controller) Reboot() error { method PXEBootOnce (line 107) | func (c *Controller) PXEBootOnce() error { method Status (line 117) | func (c *Controller) Status() vm.Status { method PowerState (line 124) | func (c *Controller) PowerState() PowerState { method ForcePXEBoot (line 132) | func (c *Controller) ForcePXEBoot() bool { method CommandsCh (line 146) | func (c *Controller) CommandsCh() <-chan VMCommand { function NewController (line 42) | func NewController() *Controller { FILE: pkg/provision/providers/qemu/create.go method Create (line 19) | func (p *provisioner) Create(ctx context.Context, request provision.Clus... function hasVirtiofsDisk (line 182) | func hasVirtiofsDisk(nodes []provision.NodeRequest) bool { FILE: pkg/provision/providers/qemu/destroy.go method Destroy (line 19) | func (p *provisioner) Destroy(ctx context.Context, cluster provision.Clu... FILE: pkg/provision/providers/qemu/launch.go type LaunchConfig (line 30) | type LaunchConfig struct type networkConfigBase (line 89) | type networkConfigBase struct type tpmConfig (line 99) | type tpmConfig struct function launchVM (line 109) | func launchVM(config *LaunchConfig) error { function Launch (line 439) | func Launch() error { function patchKernelArgs (line 493) | func patchKernelArgs(config *LaunchConfig, httpServerAddr net.Addr) error { function waitForFileToExist (line 513) | func waitForFileToExist(path string, timeout time.Duration) error { function dumpIpam (line 531) | func dumpIpam(config LaunchConfig) error { function checkPartitions (line 567) | func checkPartitions(config *LaunchConfig) (bool, error) { FILE: pkg/provision/providers/qemu/launch_darwin.go type networkConfig (line 17) | type networkConfig struct function getLaunchNetworkConfig (line 23) | func getLaunchNetworkConfig(state *provision.State, clusterReq provision... function getNetdevParams (line 36) | func getNetdevParams(networkConfig networkConfig, id string) string { function getConfigServerAddr (line 48) | func getConfigServerAddr(hostAddrs net.Addr, config LaunchConfig) (netip... function withNetworkContext (line 58) | func withNetworkContext(ctx context.Context, config *LaunchConfig, f fun... function startQemuCmd (line 63) | func startQemuCmd(_ *LaunchConfig, cmd *exec.Cmd) error { FILE: pkg/provision/providers/qemu/launch_linux.go type networkConfig (line 34) | type networkConfig struct function getLaunchNetworkConfig (line 49) | func getLaunchNetworkConfig(state *provision.State, clusterReq provision... function getNetdevParams (line 59) | func getNetdevParams(networkConfig networkConfig, id string) string { function getConfigServerAddr (line 63) | func getConfigServerAddr(hostAddrs net.Addr, _ LaunchConfig) (net.Addr, ... function withCNIOperationLocked (line 70) | func withCNIOperationLocked[T any](config *LaunchConfig, f func() (T, er... function withCNIOperationLockedNoResult (line 92) | func withCNIOperationLockedNoResult(config *LaunchConfig, f func() error... function withNetworkContext (line 104) | func withNetworkContext(ctx context.Context, config *LaunchConfig, f fun... function startQemuCmd (line 212) | func startQemuCmd(config *LaunchConfig, cmd *exec.Cmd) error { FILE: pkg/provision/providers/qemu/node.go method createNode (line 36) | func (p *provisioner) createNode(ctx context.Context, state *provision.S... method createNodes (line 285) | func (p *provisioner) createNodes( method populateSystemDisk (line 323) | func (p *provisioner) populateSystemDisk(disks []string, clusterReq prov... method destroySHMFiles (line 333) | func (p *provisioner) destroySHMFiles(state *provision.State) error { method handleOptionalZSTDDiskImage (line 349) | func (p *provisioner) handleOptionalZSTDDiskImage(provisionerDisk, diskI... method createMetalConfigISO (line 382) | func (p *provisioner) createMetalConfigISO(ctx context.Context, state *p... function getLaunchNetworkConfigBase (line 404) | func getLaunchNetworkConfigBase(state *provision.State, clusterReq provi... function getRandomMacAddress (line 417) | func getRandomMacAddress() string { FILE: pkg/provision/providers/qemu/node_darwin.go method findAPIBindAddrs (line 16) | func (p *provisioner) findAPIBindAddrs(_ context.Context, _ provision.Cl... FILE: pkg/provision/providers/qemu/node_linux.go method findAPIBindAddrs (line 14) | func (p *provisioner) findAPIBindAddrs(ctx context.Context, clusterReq p... FILE: pkg/provision/providers/qemu/pflash.go method createPFlashImages (line 18) | func (p *provisioner) createPFlashImages(state *provision.State, nodeNam... FILE: pkg/provision/providers/qemu/preflight.go method preflightChecks (line 16) | func (p *provisioner) preflightChecks(ctx context.Context, request provi... type preflightCheckContext (line 36) | type preflightCheckContext struct method verifyRoot (line 42) | func (check *preflightCheckContext) verifyRoot(context.Context) error { method qemuExecutable (line 50) | func (check *preflightCheckContext) qemuExecutable(context.Context) er... method checkFlashImages (line 58) | func (check *preflightCheckContext) checkFlashImages(context.Context) ... FILE: pkg/provision/providers/qemu/preflight_darwin.go method verifyPlatformSpecific (line 13) | func (check *preflightCheckContext) verifyPlatformSpecific(ctx context.C... method verifyAppleMachine (line 17) | func (check *preflightCheckContext) verifyAppleMachine(context.Context) ... FILE: pkg/provision/providers/qemu/preflight_linux.go method verifyPlatformSpecific (line 24) | func (check *preflightCheckContext) verifyPlatformSpecific(ctx context.C... method cniDirectories (line 40) | func (check *preflightCheckContext) cniDirectories(ctx context.Context) ... method cniBundle (line 69) | func (check *preflightCheckContext) cniBundle(ctx context.Context) error { method checkIptables (line 120) | func (check *preflightCheckContext) checkIptables(ctx context.Context) e... method swtpmExecutable (line 129) | func (check *preflightCheckContext) swtpmExecutable(ctx context.Context)... method checkKVM (line 139) | func (check *preflightCheckContext) checkKVM(ctx context.Context) error { function checkKVM (line 149) | func checkKVM() error { FILE: pkg/provision/providers/qemu/qemu.go type provisioner (line 25) | type provisioner struct method Close (line 41) | func (p *provisioner) Close() error { method GenOptions (line 46) | func (p *provisioner) GenOptions(networkReq provision.NetworkRequest, ... method GetInClusterKubernetesControlPlaneEndpoint (line 120) | func (p *provisioner) GetInClusterKubernetesControlPlaneEndpoint(netwo... method GetExternalKubernetesControlPlaneEndpoint (line 126) | func (p *provisioner) GetExternalKubernetesControlPlaneEndpoint(networ... method GetTalosAPIEndpoints (line 132) | func (p *provisioner) GetTalosAPIEndpoints(provision.NetworkRequest) [... method GetFirstInterface (line 138) | func (p *provisioner) GetFirstInterface() v1alpha1.IfaceSelector { method GetFirstInterfaceName (line 145) | func (p *provisioner) GetFirstInterfaceName() string { function NewProvisioner (line 30) | func NewProvisioner(ctx context.Context) (provision.Provisioner, error) { FILE: pkg/provision/providers/qemu/tpm2.go method createVirtualTPMState (line 18) | func (p *provisioner) createVirtualTPMState(state *provision.State, node... method destroyVirtualTPMs (line 33) | func (p *provisioner) destroyVirtualTPMs(cluster provision.ClusterInfo) ... method destroyVirtualTPM (line 63) | func (p *provisioner) destroyVirtualTPM(pid string) error { FILE: pkg/provision/providers/qemu_other.go function newQemu (line 16) | func newQemu(ctx context.Context) (provision.Provisioner, error) { FILE: pkg/provision/providers/vm/controller.go type Controller (line 8) | type Controller interface type Status (line 17) | type Status struct FILE: pkg/provision/providers/vm/dhcpd.go function handlerDHCP4 (line 32) | func handlerDHCP4(serverIP net.IP, statePath string) server4.Handler { function handlerDHCP6 (line 130) | func handlerDHCP6(serverHwAddr net.HardwareAddr, statePath string) serve... function netipAddrsToIPs (line 217) | func netipAddrsToIPs(addrs []netip.Addr) []net.IP { function DHCPd (line 224) | func DHCPd(ifName string, ips []net.IP, statePath string) error { constant dhcpPid (line 274) | dhcpPid = "dhcpd.pid" constant dhcpLog (line 275) | dhcpLog = "dhcpd.log" method startDHCPd (line 279) | func (p *Provisioner) startDHCPd(state *provision.State, clusterReq prov... method DestroyDHCPd (line 323) | func (p *Provisioner) DestroyDHCPd(state *provision.State) error { FILE: pkg/provision/providers/vm/dhcpd_darwin.go method CreateDHCPd (line 25) | func (p *Provisioner) CreateDHCPd(ctx context.Context, state *provision.... function waitForInterface (line 61) | func waitForInterface(ctx context.Context, interfaceName string) error { function waitForDHCPServerUp (line 78) | func waitForDHCPServerUp(ctx context.Context, state *provision.State) er... FILE: pkg/provision/providers/vm/dhcpd_linux.go method CreateDHCPd (line 14) | func (p *Provisioner) CreateDHCPd(ctx context.Context, state *provision.... FILE: pkg/provision/providers/vm/disk.go method UserDiskName (line 18) | func (p *Provisioner) UserDiskName(index int) string { method CreateDisks (line 29) | func (p *Provisioner) CreateDisks(state *provision.State, nodeReq provis... FILE: pkg/provision/providers/vm/dnsd.go function DNSd (line 20) | func DNSd(ips []net.IP, resolvConfPath string) error { constant dnsPid (line 65) | dnsPid = "dnsd.pid" constant dnsLog (line 66) | dnsLog = "dnsd.log" method CreateDNSd (line 70) | func (p *Provisioner) CreateDNSd(state *State, clusterReq provision.Clus... method DestroyDNSd (line 75) | func (p *Provisioner) DestroyDNSd(state *State) error { function forwardHandler (line 79) | func forwardHandler(mode string, log *slog.Logger, config *dns.ClientCon... FILE: pkg/provision/providers/vm/dnsd_darwin.go method startDNSd (line 11) | func (p *Provisioner) startDNSd(_ *State, _ provision.ClusterRequest) er... method stopDNSd (line 15) | func (p *Provisioner) stopDNSd(_ *State) error { FILE: pkg/provision/providers/vm/dnsd_linux.go method startDNSd (line 21) | func (p *Provisioner) startDNSd(state *State, clusterReq provision.Clust... method stopDNSd (line 57) | func (p *Provisioner) stopDNSd(state *State) error { FILE: pkg/provision/providers/vm/image_cache.go constant imageCachePid (line 22) | imageCachePid = "image-cache.pid" constant imageCacheLog (line 23) | imageCacheLog = "image-cache.log" method CreateImageCache (line 27) | func (p *Provisioner) CreateImageCache(state *State, clusterReq provisio... method DestroyImageCache (line 67) | func (p *Provisioner) DestroyImageCache(state *State) error { FILE: pkg/provision/providers/vm/internal/ethtool/ethtool_linux.go constant SIOCETHTOOL (line 21) | SIOCETHTOOL = 0x8946 constant ETHTOOL_GTXCSUM (line 22) | ETHTOOL_GTXCSUM = 0x00000016 constant ETHTOOL_STXCSUM (line 23) | ETHTOOL_STXCSUM = 0x00000017 constant IFNAMSIZ (line 24) | IFNAMSIZ = 16 type ifReqData (line 28) | type ifReqData struct type ethtoolValue (line 34) | type ethtoolValue struct function ioctlEthtool (line 39) | func ioctlEthtool(fd int, argp uintptr) error { function TXOff (line 49) | func TXOff(name string) error { FILE: pkg/provision/providers/vm/internal/ethtool/ethtool_other.go function TXOff (line 12) | func TXOff(name string) error { FILE: pkg/provision/providers/vm/internal/ipxe/ipxe.go function TFTPHandler (line 26) | func TFTPHandler(next string) func(filename string, rf io.ReaderFrom) er... function patchScript (line 127) | func patchScript(contents, script []byte) ([]byte, error) { FILE: pkg/provision/providers/vm/ipam.go type IPAMRecord (line 19) | type IPAMRecord struct type IPAMDatabase (line 33) | type IPAMDatabase constant dbFile (line 35) | dbFile = "ipam.db" function DumpIPAMRecord (line 38) | func DumpIPAMRecord(statePath string, record IPAMRecord) error { function LoadIPAMRecords (line 58) | func LoadIPAMRecords(statePath string) (IPAMDatabase, error) { FILE: pkg/provision/providers/vm/json-logs.go constant jsonLogsPid (line 20) | jsonLogsPid = "json-logs.pid" constant jsonLogsLog (line 21) | jsonLogsLog = "json-logs.log" method CreateJSONLogs (line 25) | func (p *Provisioner) CreateJSONLogs(state *provision.State, clusterReq ... method DestroyJSONLogs (line 64) | func (p *Provisioner) DestroyJSONLogs(state *provision.State) error { FILE: pkg/provision/providers/vm/kms.go constant kmsPid (line 21) | kmsPid = "kms.pid" constant kmsLog (line 22) | kmsLog = "kms.log" method CreateKMS (line 26) | func (p *Provisioner) CreateKMS(state *provision.State, clusterReq provi... method DestroyKMS (line 66) | func (p *Provisioner) DestroyKMS(state *provision.State) error { FILE: pkg/provision/providers/vm/launch.go function ReadConfig (line 24) | func ReadConfig(config any) error { function ConfigureSignals (line 38) | func ConfigureSignals() chan os.Signal { function httpPostWrapper (line 47) | func httpPostWrapper(f func() error) http.Handler { function httpGetWrapper (line 75) | func httpGetWrapper(f func(w io.Writer)) http.Handler { function NewHTTPServer (line 100) | func NewHTTPServer(ctx context.Context, gatewayAddr netip.Addr, port int... FILE: pkg/provision/providers/vm/loadbalancer.go constant lbPid (line 21) | lbPid = "lb.pid" constant lbLog (line 22) | lbLog = "lb.log" method CreateLoadBalancer (line 26) | func (p *Provisioner) CreateLoadBalancer(state *provision.State, cluster... method DestroyLoadBalancer (line 68) | func (p *Provisioner) DestroyLoadBalancer(state *provision.State) error { FILE: pkg/provision/providers/vm/loadbalancer_darwin.go function getLbBindIP (line 12) | func getLbBindIP(_ netip.Addr) string { FILE: pkg/provision/providers/vm/loadbalancer_linux.go function getLbBindIP (line 10) | func getLbBindIP(gateway netip.Addr) string { FILE: pkg/provision/providers/vm/network.go function GetVmnetInterfaceName (line 15) | func GetVmnetInterfaceName(allCurrentInterfaces []string) (string, error) { FILE: pkg/provision/providers/vm/network_darwin.go method CreateNetwork (line 18) | func (p *Provisioner) CreateNetwork(ctx context.Context, state *provisio... method DestroyNetwork (line 37) | func (p *Provisioner) DestroyNetwork(state *provision.State) error { FILE: pkg/provision/providers/vm/network_linux.go method CreateNetwork (line 41) | func (p *Provisioner) CreateNetwork(ctx context.Context, state *provisio... method allowBridgeTraffic (line 162) | func (p *Provisioner) allowBridgeTraffic(bridgeName string) error { method dropBridgeTrafficRule (line 186) | func (p *Provisioner) dropBridgeTrafficRule(bridgeName string) error { function getTicksInUsec (line 208) | func getTicksInUsec() (float64, error) { method configureNetworkChaos (line 239) | func (p *Provisioner) configureNetworkChaos(network provision.NetworkReq... method DestroyNetwork (line 346) | func (p *Provisioner) DestroyNetwork(state *provision.State) error { constant bridgeTemplate (line 368) | bridgeTemplate = ` constant networkTemplate (line 384) | networkTemplate = ` FILE: pkg/provision/providers/vm/network_test.go function TestGetVmnetInterfaceNameNoVmnetInterface (line 15) | func TestGetVmnetInterfaceNameNoVmnetInterface(t *testing.T) { function TestGetVmnetInterfaceNameWithExistingVmnetInterfaces (line 25) | func TestGetVmnetInterfaceNameWithExistingVmnetInterfaces(t *testing.T) { FILE: pkg/provision/providers/vm/node.go method DestroyNodes (line 17) | func (p *Provisioner) DestroyNodes(cluster provision.ClusterInfo, option... method DestroyNode (line 40) | func (p *Provisioner) DestroyNode(node provision.NodeInfo) error { FILE: pkg/provision/providers/vm/process.go function StopProcessByPidfile (line 19) | func StopProcessByPidfile(pidPath string) error { FILE: pkg/provision/providers/vm/reflect.go method Reflect (line 15) | func (p *Provisioner) Reflect(ctx context.Context, clusterName, stateDir... FILE: pkg/provision/providers/vm/siderolink-agent.go constant siderolinkAgentPid (line 19) | siderolinkAgentPid = "siderolink-agent.pid" constant siderolinkAgentLog (line 20) | siderolinkAgentLog = "siderolink-agent.log" constant siderolinkCert (line 21) | siderolinkCert = "siderolink-agent-cert.pem" constant siderolinkKey (line 22) | siderolinkKey = "siderolink-agent-key.pem" method CreateSiderolinkAgent (line 26) | func (p *Provisioner) CreateSiderolinkAgent(state *provision.State, clus... method DestroySiderolinkAgent (line 83) | func (p *Provisioner) DestroySiderolinkAgent(state *provision.State) err... FILE: pkg/provision/providers/vm/tftpd.go function TFTPd (line 18) | func TFTPd(ips []net.IP, nextHandler string) error { FILE: pkg/provision/providers/vm/virtiofsd.go constant virtiofsdPid (line 21) | virtiofsdPid = "virtiofsd.pid" constant virtiofsdLog (line 22) | virtiofsdLog = "virtiofsd.log" method FindVirtiofsd (line 26) | func (p *Provisioner) FindVirtiofsd() (string, error) { function Virtiofsd (line 32) | func Virtiofsd(ctx context.Context, virtiofsdBin, share, socket string) ... function runVirtiofsd (line 66) | func runVirtiofsd(ctx context.Context, share, virtiofsdBin string, args ... function printPipe (line 103) | func printPipe(prefix string, wr io.Writer, r io.Reader) { method CreateVirtiofsd (line 121) | func (p *Provisioner) CreateVirtiofsd(state *State, clusterReq provision... method DestroyVirtiofsd (line 126) | func (p *Provisioner) DestroyVirtiofsd(state *State) error { FILE: pkg/provision/providers/vm/virtiofsd_darwin.go method findVirtiofsd (line 11) | func (p *Provisioner) findVirtiofsd() (string, error) { method startVirtiofsd (line 15) | func (p *Provisioner) startVirtiofsd(_ *State, _ provision.ClusterReques... method stopVirtiofsd (line 19) | func (p *Provisioner) stopVirtiofsd(_ *State) error { FILE: pkg/provision/providers/vm/virtiofsd_linux.go method findVirtiofsd (line 18) | func (p *Provisioner) findVirtiofsd() (string, error) { method startVirtiofsd (line 33) | func (p *Provisioner) startVirtiofsd(state *State, clusterReq provision.... method stopVirtiofsd (line 84) | func (p *Provisioner) stopVirtiofsd(state *State) error { FILE: pkg/provision/providers/vm/vm.go type Provisioner (line 9) | type Provisioner struct FILE: pkg/provision/provision.go type Provisioner (line 20) | type Provisioner interface FILE: pkg/provision/provision_test.go function TestEmpty (line 9) | func TestEmpty(t *testing.T) { FILE: pkg/provision/request.go type ClusterRequest (line 23) | type ClusterRequest struct type CNIConfig (line 54) | type CNIConfig struct type NetworkRequest (line 63) | type NetworkRequest struct type NodeRequests (line 100) | type NodeRequests method FindInitNode (line 103) | func (reqs NodeRequests) FindInitNode() (req NodeRequest, err error) { method ControlPlaneNodes (line 131) | func (reqs NodeRequests) ControlPlaneNodes() (nodes []NodeRequest) { method WorkerNodes (line 142) | func (reqs NodeRequests) WorkerNodes() (nodes []NodeRequest) { method PXENodes (line 153) | func (reqs NodeRequests) PXENodes() (nodes []NodeRequest) { type Disk (line 164) | type Disk struct type ConfigInjectionMethod (line 182) | type ConfigInjectionMethod constant ConfigInjectionMethodHTTP (line 186) | ConfigInjectionMethodHTTP ConfigInjectionMethod = iota constant ConfigInjectionMethodMetalISO (line 188) | ConfigInjectionMethodMetalISO type NodeRequest (line 192) | type NodeRequest struct type SiderolinkRequest (line 247) | type SiderolinkRequest struct method GetAddr (line 258) | func (sr *SiderolinkRequest) GetAddr(u *uuid.UUID) (netip.Addr, bool) { type SiderolinkBind (line 267) | type SiderolinkBind struct FILE: pkg/provision/result.go type Cluster (line 16) | type Cluster interface type ClusterInfo (line 26) | type ClusterInfo struct type NetworkInfo (line 40) | type NetworkInfo struct type NodeInfo (line 49) | type NodeInfo struct FILE: pkg/provision/state.go constant StateFileName (line 20) | StateFileName = "state.yaml" type State (line 23) | type State struct method Provisioner (line 97) | func (s *State) Provisioner() string { method Info (line 102) | func (s *State) Info() ClusterInfo { method StatePath (line 107) | func (s *State) StatePath() (string, error) { method Save (line 116) | func (s *State) Save() error { method GetRelativePath (line 133) | func (s *State) GetRelativePath(path string) string { method GetShmPath (line 138) | func (s *State) GetShmPath(path string) string { function NewState (line 35) | func NewState(statePath, provisionerName, clusterName string) (*State, e... function ReadState (line 62) | func ReadState(ctx context.Context, clusterName, stateDirectory string) ... FILE: pkg/provision/state_linux.go constant defaultContainerShmSize (line 15) | defaultContainerShmSize = 64 * 1024 * 1024 method isDevShmAvailable (line 17) | func (s *State) isDevShmAvailable() bool { FILE: pkg/provision/state_other.go method isDevShmAvailable (line 9) | func (s *State) isDevShmAvailable() bool { FILE: pkg/reporter/reporter.go type Status (line 22) | type Status constant StatusError (line 26) | StatusError Status = iota constant StatusRunning (line 28) | StatusRunning constant StatusSucceeded (line 30) | StatusSucceeded constant StatusSkip (line 32) | StatusSkip type Update (line 38) | type Update struct type Reporter (line 44) | type Reporter struct method IsColorized (line 118) | func (r *Reporter) IsColorized() bool { method Report (line 125) | func (r *Reporter) Report(update Update) { type OutputMode (line 54) | type OutputMode method String (line 57) | func (o OutputMode) String() string { constant OutputModeAuto (line 73) | OutputModeAuto OutputMode = iota constant OutputModePlain (line 76) | OutputModePlain function NewOutputModeFlag (line 80) | func NewOutputModeFlag() flags.PflagExtended[OutputMode] { type Option (line 89) | type Option function WithOutputMode (line 92) | func WithOutputMode(mode OutputMode) Option { function New (line 104) | func New(opts ...Option) *Reporter { FILE: pkg/rotate/pki/internal/helpers/helpers.go function MapToInternalIP (line 31) | func MapToInternalIP(in []cluster.NodeInfo) []string { function PatchNodeConfig (line 38) | func PatchNodeConfig(ctx context.Context, c *client.Client, node string,... function PatchNodeConfigWithKubeletRestart (line 57) | func PatchNodeConfigWithKubeletRestart(ctx context.Context, c *client.Cl... function patchNodeConfigInternal (line 132) | func patchNodeConfigInternal(ctx context.Context, c *client.Client, node... FILE: pkg/rotate/pki/kubernetes/kubernetes.go type Options (line 34) | type Options struct type rotator (line 58) | type rotator struct method rotate (line 102) | func (r *rotator) rotate(ctx context.Context) error { method printIntro (line 148) | func (r *rotator) printIntro() { method fetchClient (line 164) | func (r *rotator) fetchClient(ctx context.Context, clientPtr **cluster... method fetchCurrentCA (line 185) | func (r *rotator) fetchCurrentCA(ctx context.Context) error { method printNewCA (line 213) | func (r *rotator) printNewCA() error { method verifyConnectivity (line 229) | func (r *rotator) verifyConnectivity(ctx context.Context, client *clus... method addNewCAAccepted (line 278) | func (r *rotator) addNewCAAccepted(ctx context.Context) error { method swapCAs (line 298) | func (r *rotator) swapCAs(ctx context.Context) error { method dropOldCA (line 329) | func (r *rotator) dropOldCA(ctx context.Context) error { method patchAllNodes (line 346) | func (r *rotator) patchAllNodes(ctx context.Context, patchFunc func(ma... function Rotate (line 79) | func Rotate(ctx context.Context, opts Options) error { FILE: pkg/rotate/pki/talos/talos.go type Options (line 36) | type Options struct type rotator (line 62) | type rotator struct method rotate (line 106) | func (r *rotator) rotate(ctx context.Context) error { method printIntro (line 152) | func (r *rotator) printIntro() { method fetchCurrentCA (line 170) | func (r *rotator) fetchCurrentCA(ctx context.Context) error { method printNewCA (line 198) | func (r *rotator) printNewCA() error { method generateClients (line 214) | func (r *rotator) generateClients(ctx context.Context) error { method verifyConnectivity (line 259) | func (r *rotator) verifyConnectivity(ctx context.Context, c *client.Cl... method addNewCAAccepted (line 296) | func (r *rotator) addNewCAAccepted(ctx context.Context) error { method swapCAs (line 316) | func (r *rotator) swapCAs(ctx context.Context) error { method dropOldCA (line 347) | func (r *rotator) dropOldCA(ctx context.Context) error { method patchAllNodes (line 364) | func (r *rotator) patchAllNodes(ctx context.Context, c *client.Client,... function Rotate (line 85) | func Rotate(ctx context.Context, opts Options) (*clientconfig.Config, er... FILE: pkg/safepath/safepath.go function CleanPath (line 19) | func CleanPath(path string) string { FILE: pkg/safepath/safepath_test.go function TestCleanPath (line 13) | func TestCleanPath(t *testing.T) { FILE: pkg/splash/splash.go function GetBootImage (line 16) | func GetBootImage() []byte { FILE: pkg/startup/maxprocs.go function LimitMaxProcs (line 13) | func LimitMaxProcs(maxProcs int) { FILE: pkg/xfs/fsopen/fsopen_linux.go type FS (line 30) | type FS struct method Open (line 78) | func (fs *FS) Open() (int, error) { method new (line 89) | func (fs *FS) new() (err error) { method Close (line 149) | func (fs *FS) Close() error { method Repair (line 161) | func (fs *FS) Repair(ctx context.Context) error { method MountAt (line 183) | func (fs *FS) MountAt(path string) (string, error) { method mountAt (line 196) | func (fs *FS) mountAt(path string) error { method UnmountFrom (line 203) | func (fs *FS) UnmountFrom(path string) error { method Source (line 208) | func (fs *FS) Source() string { method FSType (line 213) | func (fs *FS) FSType() string { function New (line 48) | func New(fstype string, opts ...Option) *FS { function defaultOpts (line 64) | func defaultOpts(fstype string, opts ...Option) []Option { FILE: pkg/xfs/fsopen/options_linux.go type Option (line 10) | type Option struct function WithSource (line 15) | func WithSource(source string) Option { function WithMountFlags (line 24) | func WithMountFlags(flag int) Option { function WithProjectQuota (line 33) | func WithProjectQuota(enabled bool) Option { function WithStringParameter (line 50) | func WithStringParameter(param, value string) Option { function WithBoolParameter (line 63) | func WithBoolParameter(param string) Option { function WithBinaryParameters (line 76) | func WithBinaryParameters(param string, value []byte) Option { FILE: pkg/xfs/fsopen_test.go function TestFsopen (line 19) | func TestFsopen(t *testing.T) { FILE: pkg/xfs/helpers_linux.go function AsOSFile (line 18) | func AsOSFile(f fs.File, name string) (*os.File, error) { FILE: pkg/xfs/opentree/opentree_linux.go type FS (line 26) | type FS struct method Open (line 54) | func (fs *FS) Open() (int, error) { method new (line 69) | func (fs *FS) new(flags uint) error { method Close (line 81) | func (fs *FS) Close() error { method Repair (line 94) | func (fs *FS) Repair(context.Context) error { method Source (line 99) | func (fs *FS) Source() string { method FSType (line 104) | func (fs *FS) FSType() string { function NewFromPath (line 37) | func NewFromPath(path string) *FS { function NewFromFd (line 45) | func NewFromFd(fd int) *FS { FILE: pkg/xfs/opentree_test.go function TestOpentree (line 21) | func TestOpentree(t *testing.T) { FILE: pkg/xfs/osroot.go type OSRoot (line 15) | type OSRoot struct method OpenFS (line 25) | func (root *OSRoot) OpenFS() error { method Close (line 30) | func (root *OSRoot) Close() error { method RepairFS (line 35) | func (root *OSRoot) RepairFS(context.Context) error { method Fd (line 40) | func (root *OSRoot) Fd() (int, error) { method Mkdir (line 45) | func (root *OSRoot) Mkdir(name string, perm os.FileMode) error { method Open (line 50) | func (root *OSRoot) Open(name string) (fs.File, error) { method OpenFile (line 55) | func (root *OSRoot) OpenFile(name string, flags int, perm os.FileMode)... method Remove (line 60) | func (root *OSRoot) Remove(name string) error { method Rename (line 65) | func (root *OSRoot) Rename(oldname, newname string) error { method Source (line 70) | func (root *OSRoot) Source() string { method FSType (line 75) | func (root *OSRoot) FSType() string { FILE: pkg/xfs/osroot_test.go function TestOs (line 15) | func TestOs(t *testing.T) { FILE: pkg/xfs/root.go type FS (line 25) | type FS interface type Root (line 37) | type Root interface type File (line 55) | type File interface function ReadFile (line 70) | func ReadFile(root Root, name string) ([]byte, error) { function ReadDir (line 75) | func ReadDir(root Root, name string) ([]fs.DirEntry, error) { function Stat (line 80) | func Stat(root Root, name string) (fs.FileInfo, error) { function WriteFile (line 85) | func WriteFile(root Root, name string, data []byte, perm os.FileMode) er... function Open (line 100) | func Open(root Root, name string) (fs.File, error) { function OpenFile (line 105) | func OpenFile(root Root, name string, flags int, perm os.FileMode) (File... function Mkdir (line 110) | func Mkdir(root Root, name string, perm os.FileMode) error { function MkdirAll (line 115) | func MkdirAll(root Root, name string, perm os.FileMode) error { function MkdirTemp (line 135) | func MkdirTemp(root Root, dir, pattern string) (string, error) { function Remove (line 176) | func Remove(root Root, name string) error { function RemoveAll (line 181) | func RemoveAll(root Root, name string) (err error) { function Rename (line 222) | func Rename(root Root, oldname, newname string) error { function SplitPath (line 227) | func SplitPath(path string) []string { FILE: pkg/xfs/root_linux.go type UnixRoot (line 20) | type UnixRoot struct method OpenFS (line 33) | func (root *UnixRoot) OpenFS() error { method Close (line 49) | func (root *UnixRoot) Close() error { method RepairFS (line 60) | func (root *UnixRoot) RepairFS(ctx context.Context) error { method Fd (line 67) | func (root *UnixRoot) Fd() (int, error) { method Mkdir (line 76) | func (root *UnixRoot) Mkdir(name string, perm os.FileMode) error { method Open (line 81) | func (root *UnixRoot) Open(name string) (fs.File, error) { method OpenFile (line 86) | func (root *UnixRoot) OpenFile(name string, flags int, perm os.FileMod... method Remove (line 96) | func (root *UnixRoot) Remove(name string) error { method Rename (line 112) | func (root *UnixRoot) Rename(oldname, newname string) error { method stat (line 116) | func (root *UnixRoot) stat(name string) (os.FileInfo, error) { method Source (line 127) | func (root *UnixRoot) Source() string { method FSType (line 132) | func (root *UnixRoot) FSType() string { FILE: pkg/xfs/root_test.go constant testDir (line 18) | testDir = "testdir" function testFilesystem (line 22) | func testFilesystem(t *testing.T, rwRoot xfs.Root, roRoot xfs.Root) { function writeFile (line 233) | func writeFile(tb testing.TB, root xfs.Root, name string, content []byte) { function touchTree (line 240) | func touchTree(tb testing.TB, root xfs.Root, tree string) { function testIsDir (line 268) | func testIsDir(tb testing.TB, root xfs.Root, name string) { FILE: tools/docgen/main.go type Doc (line 126) | type Doc struct type Struct (line 135) | type Struct struct type Appearance (line 142) | type Appearance struct type Example (line 147) | type Example struct type Field (line 152) | type Field struct type Text (line 162) | type Text struct function in (line 174) | func in(p string) (string, error) { function out (line 178) | func out(p string) (*os.File, error) { type packageType (line 187) | type packageType struct type structType (line 194) | type structType struct type aliasType (line 201) | type aliasType struct function collectStructs (line 206) | func collectStructs(node ast.Node) ([]*structType, map[string]aliasType) { function parseComment (line 281) | func parseComment(comment []byte) *Text { function getFieldType (line 324) | func getFieldType(p any) string { function formatFieldType (line 343) | func formatFieldType(p any) string { function escape (line 366) | func escape(value string) string { function collectFields (line 373) | func collectFields(s *structType, aliases map[string]aliasType) (fields ... function renderDoc (line 448) | func renderDoc(doc *Doc, dest string) { function processFiles (line 475) | func processFiles(inputFiles []string, outputFile, schemaOutputFile, ver... function packageToDoc (line 548) | func packageToDoc(pkg *packageType, aliases map[string]aliasType) *Doc { function sourcesWithJSONSchema (line 614) | func sourcesWithJSONSchema(dir string) []string { function determineFiles (line 639) | func determineFiles(generateSchemaFromDir string, args []string) []string { function main (line 661) | func main() { FILE: tools/docgen/main_test.go function TestProcessFile (line 13) | func TestProcessFile(t *testing.T) { FILE: tools/docgen/schema.go constant ConfigSchemaURLFormat (line 24) | ConfigSchemaURLFormat = "https://talos.dev/%s/schemas/%s" type SchemaWrapper (line 27) | type SchemaWrapper struct method UnmarshalYAML (line 35) | func (t *SchemaWrapper) UnmarshalYAML(unmarshal func(any) error) error { type SchemaTypeInfo (line 51) | type SchemaTypeInfo struct type SchemaDefinitionInfo (line 56) | type SchemaDefinitionInfo struct function goTypeToTypeInfo (line 63) | func goTypeToTypeInfo(pkg, goType string) *SchemaTypeInfo { function fieldToDefinitionInfo (line 76) | func fieldToDefinitionInfo(pkg string, field *Field) SchemaDefinitionInfo { function typeInfoToSchema (line 111) | func typeInfoToSchema(typeInfo *SchemaTypeInfo) *jsonschema.Schema { function fieldToSchema (line 125) | func fieldToSchema(pkg string, field *Field) *jsonschema.Schema { function populateDescriptionFields (line 176) | func populateDescriptionFields(description string, schema *jsonschema.Sc... function structToSchema (line 209) | func structToSchema(pkg string, st *Struct, allStructs []*Struct) *jsons... function docsToSchema (line 299) | func docsToSchema(docs []*Doc, schemaURL string) *jsonschema.Schema { function renderSchema (line 323) | func renderSchema(docs []*Doc, destinationFile, versionTagFile string) { function validateSchema (line 350) | func validateSchema(schema, schemaURL string) { function normalizeDescription (line 367) | func normalizeDescription(description string) string { function readMajorMinorVersion (line 375) | func readMajorMinorVersion(filePath string) string { FILE: tools/gotagsrewrite/ast.go function parseAst (line 14) | func parseAst(fset *token.FileSet, path string) (*ast.File, error) { function findAllStructs (line 24) | func findAllStructs(f ast.Node) []*ast.TypeSpec { function typeSpecFilter (line 58) | func typeSpecFilter(n ast.Spec) (*ast.TypeSpec, bool) { function isTarget (line 80) | func isTarget(doc *ast.CommentGroup) bool { function filter (line 94) | func filter[T, V any](slc []T, f func(n T) (V, bool)) []V { FILE: tools/gotagsrewrite/main.go function main (line 38) | func main() { function Run (line 47) | func Run(path string) error { function updateStructs (line 82) | func updateStructs(filesAndStructs map[string]fileStruct, tokenSet *toke... function findGoFiles (line 108) | func findGoFiles(dir string) ([]string, error) { type fileStruct (line 134) | type fileStruct struct function updateProtoTags (line 140) | func updateProtoTags(t *ast.TypeSpec) error { function findHighestProtoNum (line 179) | func findHighestProtoNum(structNode *ast.StructType) (int, error) { function forEachFieldTag (line 205) | func forEachFieldTag(structNode *ast.StructType, fn func(tags *structtag... function isCapitalCase (line 252) | func isCapitalCase(s string) bool { constant fileMode (line 256) | fileMode = 0o644 function CopyFile (line 259) | func CopyFile(src, dst string) (err error) { function panicOnErr (line 301) | func panicOnErr(err error) { function wrapErr (line 307) | func wrapErr(e *error, c func() error) { FILE: tools/gotagsrewrite/main_test.go function TestRun (line 15) | func TestRun(t *testing.T) { function must (line 47) | func must[V any](v V, err error) func(t *testing.T) V { FILE: tools/structprotogen/ast/ast.go function FindAllTaggedStructs (line 21) | func FindAllTaggedStructs(pkgs []*packages.Package) TaggedStructs { type TaggedStructs (line 41) | type TaggedStructs method Get (line 50) | func (t TaggedStructs) Get(pkg, name string) (TaggedStruct, bool) { method Add (line 57) | func (t TaggedStructs) Add(pkg, name string, structData TaggedStruct) { type TaggedStruct (line 44) | type TaggedStruct struct function findAllStructs (line 62) | func findAllStructs(f ast.Node) []structData { type structData (line 117) | type structData struct function typeSpecFilter (line 123) | func typeSpecFilter(n ast.Spec) (*ast.TypeSpec, bool) { function isCapitalCase (line 146) | func isCapitalCase(s string) bool { function isTarget (line 150) | func isTarget(doc *ast.CommentGroup) bool { function isTargetComment (line 164) | func isTargetComment(str string) bool { function filter (line 168) | func filter[T, V any](slc []T, f func(n T) (V, bool)) []V { type StructDecl (line 182) | type StructDecl struct function formatComments (line 187) | func formatComments(comment *ast.CommentGroup) []string { type Fields (line 210) | type Fields function getStructFieldsWithTags (line 213) | func getStructFieldsWithTags(structDecl *ast.TypeSpec) Fields { FILE: tools/structprotogen/consts/consts.go constant tag (line 22) | tag = "structprotogen:gen_enum" function FindIn (line 27) | func FindIn(pkgs []*packages.Package) (ConstBlocks, error) { function getValue (line 93) | func getValue(obj types.Object) (string, error) { function findGenDecls (line 104) | func findGenDecls(decl []ast.Decl) []*ast.GenDecl { function findInStrings (line 128) | func findInStrings(strs []string, find string) int { function getTypeData (line 138) | func getTypeData(files []*ast.File, t types.Type) (typeData, error) { type typeData (line 157) | type typeData struct function findTypeComment (line 164) | func findTypeComment(files []*ast.File, typeName string) (*ast.CommentGr... function commentToStrings (line 191) | func commentToStrings(doc *ast.CommentGroup) []string { type ConstBlock (line 205) | type ConstBlock struct method ProtoMessageName (line 214) | func (b *ConstBlock) ProtoMessageName() string { type Constant (line 219) | type Constant struct type ConstBlocks (line 226) | type ConstBlocks method FormatProtoFile (line 229) | func (b *ConstBlocks) FormatProtoFile(w io.Writer) error { method HaveType (line 271) | func (b *ConstBlocks) HaveType(pkgPath, typeName string) bool { method Get (line 278) | func (b *ConstBlocks) Get(pkgPath, typeName string) (ConstBlock, bool) { function hasDuplicates (line 288) | func hasDuplicates[T any, K comparable](slc []T, fn func(T) K) bool { function toCapitalSnakeCase (line 304) | func toCapitalSnakeCase(str string) string { function filter (line 322) | func filter[T, V any](slc []T, f func(n T) (V, bool)) []V { FILE: tools/structprotogen/loader/loader.go function LoadPackages (line 17) | func LoadPackages(pkgPath string) ([]*packages.Package, error) { function collectErrors (line 40) | func collectErrors(pkgs []*packages.Package) error { FILE: tools/structprotogen/main.go function main (line 40) | func main() { function run (line 50) | func run(pkgPath, dst string) error { function printFoundStructs (line 143) | func printFoundStructs(structs ast.TaggedStructs) { function withFile (line 149) | func withFile(filename string, fn func(f *os.File) error) error { FILE: tools/structprotogen/proto/proto.go type Pkg (line 23) | type Pkg struct method init (line 36) | func (p *Pkg) init() { method Defs (line 45) | func (p *Pkg) Defs() *slices.Sorted[*protoDef] { method Imports (line 52) | func (p *Pkg) Imports() *slices.Sorted[string] { method WriteDebug (line 59) | func (p *Pkg) WriteDebug(w io.Writer) { method Format (line 87) | func (p *Pkg) Format(w io.Writer) { function protoPkgsCmp (line 32) | func protoPkgsCmp(left, right *Pkg) int { type protoDef (line 114) | type protoDef struct method init (line 128) | func (p *protoDef) init() { method Fields (line 135) | func (p *protoDef) Fields() *slices.Sorted[protoField] { method WriteDebug (line 141) | func (p *protoDef) WriteDebug(w io.Writer) { method Format (line 156) | func (p *protoDef) Format(w io.Writer) { function protoDefCmp (line 124) | func protoDefCmp(left, right *protoDef) int { type protoField (line 171) | type protoField struct method WriteDebug (line 198) | func (pf protoField) WriteDebug(w io.Writer) { method Format (line 202) | func (pf protoField) Format(w io.Writer) { function protoFieldCmp (line 179) | func protoFieldCmp(left, right protoField) int { function PrepareProtoData (line 209) | func PrepareProtoData(pkgsTypes slices.Sorted[*types.Type], constants co... function mustFormatTypeName (line 352) | func mustFormatTypeName(fieldTypePkg string, fieldType string, declPkg s... function formatTypeName (line 361) | func formatTypeName(fieldTypePkg string, fieldType string, declPkg strin... function mustFormatBasicTypeName (line 421) | func mustFormatBasicTypeName(fieldTypePkg string, fieldType string) (str... function IsSupportedExternalType (line 435) | func IsSupportedExternalType(typ types.ExternalType) bool { function formatBasicTypeName (line 448) | func formatBasicTypeName(typPkg string, typ string) (importPath, fullNam... function getProtoBasicName (line 476) | func getProtoBasicName(typ string) string { function ToSnakeCase (line 503) | func ToSnakeCase(str string) string { FILE: tools/structprotogen/sliceutil/sliceutils.go function GetOrAdd (line 11) | func GetOrAdd[T any](slc *slices.Sorted[T], v T) T { function AddIfNotFound (line 21) | func AddIfNotFound[T any](slc *slices.Sorted[T], v T) { FILE: tools/structprotogen/types/types.go type PkgDecl (line 24) | type PkgDecl struct function pkgCmp (line 30) | func pkgCmp(left, right *PkgDecl) int { return strings.Compare(left.path... function FindPkgDecls (line 33) | func FindPkgDecls(taggedStructs ast.TaggedStructs, loadedPkgs []*package... function forEachTaggedStruct (line 53) | func forEachTaggedStruct(taggedStructs ast.TaggedStructs, pkg *packages.... type Type (line 74) | type Type struct method PkgName (line 84) | func (t *Type) PkgName() string { method Fields (line 89) | func (t *Type) Fields() *slices.Sorted[FieldData] { function pkgTypeCmp (line 98) | func pkgTypeCmp(left, right *Type) int { type FieldData (line 108) | type FieldData struct function fieldCmp (line 114) | func fieldCmp(left, right FieldData) int { return strings.Compare(left.N... function ParseDeclsData (line 117) | func ParseDeclsData(sortedPkgs slices.Sorted[*PkgDecl], taggedStructs as... type ExternalType (line 162) | type ExternalType struct method String (line 168) | func (e ExternalType) String() string { function externalTypesCmp (line 172) | func externalTypesCmp(left, right ExternalType) int { function FindExternalTypes (line 182) | func FindExternalTypes(pkgsTypes slices.Sorted[*Type], taggedStructs ast... function TypeInfo (line 230) | func TypeInfo(t types.Type) TypeInfoData { function makeSliceType (line 263) | func makeSliceType(td TypeInfoData) TypeInfoData { function makeType (line 281) | func makeType[T Basic | Complex](pkg string, name string) TypeInfoData { function makeMapType (line 285) | func makeMapType(key, elem TypeInfoData) TypeInfoData { function MakeTypeData (line 295) | func MakeTypeData[T Basic | Complex | Map | Slice](v T) TypeInfoData { function MatchTypeData (line 300) | func MatchTypeData[T Basic | Complex | Map | Slice](d TypeInfoData) (T, ... type TypeInfoData (line 307) | type TypeInfoData struct method typeName (line 309) | func (td TypeInfoData) typeName() string { method typePkg (line 324) | func (td TypeInfoData) typePkg() string { type Basic (line 340) | type Basic struct type Complex (line 346) | type Complex struct type Slice (line 352) | type Slice struct type Map (line 359) | type Map struct