cri

package
v1.9.0-beta.0 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2024 License: MPL-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_resource_definitions_cri_cri_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ImageCacheConfigSpec

type ImageCacheConfigSpec struct {
	Status     enums.CriImageCacheStatus     `protobuf:"varint,1,opt,name=status,proto3,enum=talos.resource.definitions.enums.CriImageCacheStatus" json:"status,omitempty"`
	Roots      []string                      `protobuf:"bytes,2,rep,name=roots,proto3" json:"roots,omitempty"`
	CopyStatus enums.CriImageCacheCopyStatus `` /* 154-byte string literal not displayed */
	// contains filtered or unexported fields
}

ImageCacheConfigSpec represents the ImageCacheConfig.

func (*ImageCacheConfigSpec) Descriptor deprecated

func (*ImageCacheConfigSpec) Descriptor() ([]byte, []int)

Deprecated: Use ImageCacheConfigSpec.ProtoReflect.Descriptor instead.

func (*ImageCacheConfigSpec) GetCopyStatus

func (*ImageCacheConfigSpec) GetRoots

func (x *ImageCacheConfigSpec) GetRoots() []string

func (*ImageCacheConfigSpec) GetStatus

func (*ImageCacheConfigSpec) MarshalToSizedBufferVT

func (m *ImageCacheConfigSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ImageCacheConfigSpec) MarshalToVT

func (m *ImageCacheConfigSpec) MarshalToVT(dAtA []byte) (int, error)

func (*ImageCacheConfigSpec) MarshalVT

func (m *ImageCacheConfigSpec) MarshalVT() (dAtA []byte, err error)

func (*ImageCacheConfigSpec) ProtoMessage

func (*ImageCacheConfigSpec) ProtoMessage()

func (*ImageCacheConfigSpec) ProtoReflect

func (x *ImageCacheConfigSpec) ProtoReflect() protoreflect.Message

func (*ImageCacheConfigSpec) Reset

func (x *ImageCacheConfigSpec) Reset()

func (*ImageCacheConfigSpec) SizeVT

func (m *ImageCacheConfigSpec) SizeVT() (n int)

func (*ImageCacheConfigSpec) String

func (x *ImageCacheConfigSpec) String() string

func (*ImageCacheConfigSpec) UnmarshalVT

func (m *ImageCacheConfigSpec) UnmarshalVT(dAtA []byte) error

type RegistriesConfigSpec

type RegistriesConfigSpec struct {
	RegistryMirrors map[string]*RegistryMirrorConfig `` /* 194-byte string literal not displayed */
	RegistryConfig  map[string]*RegistryConfig       `` /* 191-byte string literal not displayed */
	// contains filtered or unexported fields
}

RegistriesConfigSpec describes status of rendered secrets.

func (*RegistriesConfigSpec) Descriptor deprecated

func (*RegistriesConfigSpec) Descriptor() ([]byte, []int)

Deprecated: Use RegistriesConfigSpec.ProtoReflect.Descriptor instead.

func (*RegistriesConfigSpec) GetRegistryConfig

func (x *RegistriesConfigSpec) GetRegistryConfig() map[string]*RegistryConfig

func (*RegistriesConfigSpec) GetRegistryMirrors

func (x *RegistriesConfigSpec) GetRegistryMirrors() map[string]*RegistryMirrorConfig

func (*RegistriesConfigSpec) MarshalToSizedBufferVT

func (m *RegistriesConfigSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RegistriesConfigSpec) MarshalToVT

func (m *RegistriesConfigSpec) MarshalToVT(dAtA []byte) (int, error)

func (*RegistriesConfigSpec) MarshalVT

func (m *RegistriesConfigSpec) MarshalVT() (dAtA []byte, err error)

func (*RegistriesConfigSpec) ProtoMessage

func (*RegistriesConfigSpec) ProtoMessage()

func (*RegistriesConfigSpec) ProtoReflect

func (x *RegistriesConfigSpec) ProtoReflect() protoreflect.Message

func (*RegistriesConfigSpec) Reset

func (x *RegistriesConfigSpec) Reset()

func (*RegistriesConfigSpec) SizeVT

func (m *RegistriesConfigSpec) SizeVT() (n int)

func (*RegistriesConfigSpec) String

func (x *RegistriesConfigSpec) String() string

func (*RegistriesConfigSpec) UnmarshalVT

func (m *RegistriesConfigSpec) UnmarshalVT(dAtA []byte) error

type RegistryAuthConfig

type RegistryAuthConfig struct {
	RegistryUsername      string `protobuf:"bytes,1,opt,name=registry_username,json=registryUsername,proto3" json:"registry_username,omitempty"`
	RegistryPassword      string `protobuf:"bytes,2,opt,name=registry_password,json=registryPassword,proto3" json:"registry_password,omitempty"`
	RegistryAuth          string `protobuf:"bytes,3,opt,name=registry_auth,json=registryAuth,proto3" json:"registry_auth,omitempty"`
	RegistryIdentityToken string `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

RegistryAuthConfig specifies authentication configuration for a registry.

func (*RegistryAuthConfig) Descriptor deprecated

func (*RegistryAuthConfig) Descriptor() ([]byte, []int)

Deprecated: Use RegistryAuthConfig.ProtoReflect.Descriptor instead.

func (*RegistryAuthConfig) GetRegistryAuth

func (x *RegistryAuthConfig) GetRegistryAuth() string

func (*RegistryAuthConfig) GetRegistryIdentityToken

func (x *RegistryAuthConfig) GetRegistryIdentityToken() string

func (*RegistryAuthConfig) GetRegistryPassword

func (x *RegistryAuthConfig) GetRegistryPassword() string

func (*RegistryAuthConfig) GetRegistryUsername

func (x *RegistryAuthConfig) GetRegistryUsername() string

func (*RegistryAuthConfig) MarshalToSizedBufferVT

func (m *RegistryAuthConfig) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RegistryAuthConfig) MarshalToVT

func (m *RegistryAuthConfig) MarshalToVT(dAtA []byte) (int, error)

func (*RegistryAuthConfig) MarshalVT

func (m *RegistryAuthConfig) MarshalVT() (dAtA []byte, err error)

func (*RegistryAuthConfig) ProtoMessage

func (*RegistryAuthConfig) ProtoMessage()

func (*RegistryAuthConfig) ProtoReflect

func (x *RegistryAuthConfig) ProtoReflect() protoreflect.Message

func (*RegistryAuthConfig) Reset

func (x *RegistryAuthConfig) Reset()

func (*RegistryAuthConfig) SizeVT

func (m *RegistryAuthConfig) SizeVT() (n int)

func (*RegistryAuthConfig) String

func (x *RegistryAuthConfig) String() string

func (*RegistryAuthConfig) UnmarshalVT

func (m *RegistryAuthConfig) UnmarshalVT(dAtA []byte) error

type RegistryConfig

type RegistryConfig struct {
	RegistryTls  *RegistryTLSConfig  `protobuf:"bytes,1,opt,name=registry_tls,json=registryTls,proto3" json:"registry_tls,omitempty"`
	RegistryAuth *RegistryAuthConfig `protobuf:"bytes,2,opt,name=registry_auth,json=registryAuth,proto3" json:"registry_auth,omitempty"`
	// contains filtered or unexported fields
}

RegistryConfig specifies auth & TLS config per registry.

func (*RegistryConfig) Descriptor deprecated

func (*RegistryConfig) Descriptor() ([]byte, []int)

Deprecated: Use RegistryConfig.ProtoReflect.Descriptor instead.

func (*RegistryConfig) GetRegistryAuth

func (x *RegistryConfig) GetRegistryAuth() *RegistryAuthConfig

func (*RegistryConfig) GetRegistryTls

func (x *RegistryConfig) GetRegistryTls() *RegistryTLSConfig

func (*RegistryConfig) MarshalToSizedBufferVT

func (m *RegistryConfig) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RegistryConfig) MarshalToVT

func (m *RegistryConfig) MarshalToVT(dAtA []byte) (int, error)

func (*RegistryConfig) MarshalVT

func (m *RegistryConfig) MarshalVT() (dAtA []byte, err error)

func (*RegistryConfig) ProtoMessage

func (*RegistryConfig) ProtoMessage()

func (*RegistryConfig) ProtoReflect

func (x *RegistryConfig) ProtoReflect() protoreflect.Message

func (*RegistryConfig) Reset

func (x *RegistryConfig) Reset()

func (*RegistryConfig) SizeVT

func (m *RegistryConfig) SizeVT() (n int)

func (*RegistryConfig) String

func (x *RegistryConfig) String() string

func (*RegistryConfig) UnmarshalVT

func (m *RegistryConfig) UnmarshalVT(dAtA []byte) error

type RegistryMirrorConfig

type RegistryMirrorConfig struct {
	MirrorEndpoints    []string `protobuf:"bytes,1,rep,name=mirror_endpoints,json=mirrorEndpoints,proto3" json:"mirror_endpoints,omitempty"`
	MirrorOverridePath bool     `protobuf:"varint,2,opt,name=mirror_override_path,json=mirrorOverridePath,proto3" json:"mirror_override_path,omitempty"`
	MirrorSkipFallback bool     `protobuf:"varint,3,opt,name=mirror_skip_fallback,json=mirrorSkipFallback,proto3" json:"mirror_skip_fallback,omitempty"`
	// contains filtered or unexported fields
}

RegistryMirrorConfig represents mirror configuration for a registry.

func (*RegistryMirrorConfig) Descriptor deprecated

func (*RegistryMirrorConfig) Descriptor() ([]byte, []int)

Deprecated: Use RegistryMirrorConfig.ProtoReflect.Descriptor instead.

func (*RegistryMirrorConfig) GetMirrorEndpoints

func (x *RegistryMirrorConfig) GetMirrorEndpoints() []string

func (*RegistryMirrorConfig) GetMirrorOverridePath

func (x *RegistryMirrorConfig) GetMirrorOverridePath() bool

func (*RegistryMirrorConfig) GetMirrorSkipFallback

func (x *RegistryMirrorConfig) GetMirrorSkipFallback() bool

func (*RegistryMirrorConfig) MarshalToSizedBufferVT

func (m *RegistryMirrorConfig) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RegistryMirrorConfig) MarshalToVT

func (m *RegistryMirrorConfig) MarshalToVT(dAtA []byte) (int, error)

func (*RegistryMirrorConfig) MarshalVT

func (m *RegistryMirrorConfig) MarshalVT() (dAtA []byte, err error)

func (*RegistryMirrorConfig) ProtoMessage

func (*RegistryMirrorConfig) ProtoMessage()

func (*RegistryMirrorConfig) ProtoReflect

func (x *RegistryMirrorConfig) ProtoReflect() protoreflect.Message

func (*RegistryMirrorConfig) Reset

func (x *RegistryMirrorConfig) Reset()

func (*RegistryMirrorConfig) SizeVT

func (m *RegistryMirrorConfig) SizeVT() (n int)

func (*RegistryMirrorConfig) String

func (x *RegistryMirrorConfig) String() string

func (*RegistryMirrorConfig) UnmarshalVT

func (m *RegistryMirrorConfig) UnmarshalVT(dAtA []byte) error

type RegistryTLSConfig

type RegistryTLSConfig struct {
	TlsClientIdentity     *common.PEMEncodedCertificateAndKey `protobuf:"bytes,1,opt,name=tls_client_identity,json=tlsClientIdentity,proto3" json:"tls_client_identity,omitempty"`
	Tlsca                 []byte                              `protobuf:"bytes,2,opt,name=tlsca,proto3" json:"tlsca,omitempty"`
	TlsInsecureSkipVerify bool                                `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

RegistryTLSConfig specifies TLS config for HTTPS registries.

func (*RegistryTLSConfig) Descriptor deprecated

func (*RegistryTLSConfig) Descriptor() ([]byte, []int)

Deprecated: Use RegistryTLSConfig.ProtoReflect.Descriptor instead.

func (*RegistryTLSConfig) GetTlsClientIdentity

func (x *RegistryTLSConfig) GetTlsClientIdentity() *common.PEMEncodedCertificateAndKey

func (*RegistryTLSConfig) GetTlsInsecureSkipVerify

func (x *RegistryTLSConfig) GetTlsInsecureSkipVerify() bool

func (*RegistryTLSConfig) GetTlsca

func (x *RegistryTLSConfig) GetTlsca() []byte

func (*RegistryTLSConfig) MarshalToSizedBufferVT

func (m *RegistryTLSConfig) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RegistryTLSConfig) MarshalToVT

func (m *RegistryTLSConfig) MarshalToVT(dAtA []byte) (int, error)

func (*RegistryTLSConfig) MarshalVT

func (m *RegistryTLSConfig) MarshalVT() (dAtA []byte, err error)

func (*RegistryTLSConfig) ProtoMessage

func (*RegistryTLSConfig) ProtoMessage()

func (*RegistryTLSConfig) ProtoReflect

func (x *RegistryTLSConfig) ProtoReflect() protoreflect.Message

func (*RegistryTLSConfig) Reset

func (x *RegistryTLSConfig) Reset()

func (*RegistryTLSConfig) SizeVT

func (m *RegistryTLSConfig) SizeVT() (n int)

func (*RegistryTLSConfig) String

func (x *RegistryTLSConfig) String() string

func (*RegistryTLSConfig) UnmarshalVT

func (m *RegistryTLSConfig) UnmarshalVT(dAtA []byte) error

type SeccompProfileSpec

type SeccompProfileSpec struct {
	Name  string           `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Value *structpb.Struct `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

SeccompProfileSpec represents the SeccompProfile.

func (*SeccompProfileSpec) Descriptor deprecated

func (*SeccompProfileSpec) Descriptor() ([]byte, []int)

Deprecated: Use SeccompProfileSpec.ProtoReflect.Descriptor instead.

func (*SeccompProfileSpec) GetName

func (x *SeccompProfileSpec) GetName() string

func (*SeccompProfileSpec) GetValue

func (x *SeccompProfileSpec) GetValue() *structpb.Struct

func (*SeccompProfileSpec) MarshalToSizedBufferVT

func (m *SeccompProfileSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SeccompProfileSpec) MarshalToVT

func (m *SeccompProfileSpec) MarshalToVT(dAtA []byte) (int, error)

func (*SeccompProfileSpec) MarshalVT

func (m *SeccompProfileSpec) MarshalVT() (dAtA []byte, err error)

func (*SeccompProfileSpec) ProtoMessage

func (*SeccompProfileSpec) ProtoMessage()

func (*SeccompProfileSpec) ProtoReflect

func (x *SeccompProfileSpec) ProtoReflect() protoreflect.Message

func (*SeccompProfileSpec) Reset

func (x *SeccompProfileSpec) Reset()

func (*SeccompProfileSpec) SizeVT

func (m *SeccompProfileSpec) SizeVT() (n int)

func (*SeccompProfileSpec) String

func (x *SeccompProfileSpec) String() string

func (*SeccompProfileSpec) UnmarshalVT

func (m *SeccompProfileSpec) UnmarshalVT(dAtA []byte) error

Jump to

Keyboard shortcuts

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