Versions in this module Expand all Collapse all v1 v1.4.2 Nov 6, 2024 v1.4.1 Oct 15, 2024 Changes in this version + var ErrIntOverflowCloudinit = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthCloudinit = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupCloudinit = fmt.Errorf("proto: unexpected end of group") + func RegisterCloudInitServiceServer(s *grpc.Server, srv CloudInitServiceServer) + type BuildImageRequest struct + AvailabilityZone string + Cloudname string + Domain string + Hostname string + MachineName string + OutputFile string + Platform string + Region string + Subplatform string + Timezone string + UserConfig []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BuildImageRequest) Descriptor() ([]byte, []int) + func (*BuildImageRequest) ProtoMessage() + func (m *BuildImageRequest) GetAvailabilityZone() string + func (m *BuildImageRequest) GetCloudname() string + func (m *BuildImageRequest) GetDomain() string + func (m *BuildImageRequest) GetHostname() string + func (m *BuildImageRequest) GetMachineName() string + func (m *BuildImageRequest) GetOutputFile() string + func (m *BuildImageRequest) GetPlatform() string + func (m *BuildImageRequest) GetRegion() string + func (m *BuildImageRequest) GetSubplatform() string + func (m *BuildImageRequest) GetTimezone() string + func (m *BuildImageRequest) GetUserConfig() []byte + func (m *BuildImageRequest) Marshal() (dAtA []byte, err error) + func (m *BuildImageRequest) MarshalTo(dAtA []byte) (int, error) + func (m *BuildImageRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *BuildImageRequest) Reset() + func (m *BuildImageRequest) Size() (n int) + func (m *BuildImageRequest) String() string + func (m *BuildImageRequest) Unmarshal(dAtA []byte) error + func (m *BuildImageRequest) XXX_DiscardUnknown() + func (m *BuildImageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BuildImageRequest) XXX_Merge(src proto.Message) + func (m *BuildImageRequest) XXX_Size() int + func (m *BuildImageRequest) XXX_Unmarshal(b []byte) error + type BuildImageResponse struct + OutputFile string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BuildImageResponse) Descriptor() ([]byte, []int) + func (*BuildImageResponse) ProtoMessage() + func (m *BuildImageResponse) GetOutputFile() string + func (m *BuildImageResponse) Marshal() (dAtA []byte, err error) + func (m *BuildImageResponse) MarshalTo(dAtA []byte) (int, error) + func (m *BuildImageResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *BuildImageResponse) Reset() + func (m *BuildImageResponse) Size() (n int) + func (m *BuildImageResponse) String() string + func (m *BuildImageResponse) Unmarshal(dAtA []byte) error + func (m *BuildImageResponse) XXX_DiscardUnknown() + func (m *BuildImageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BuildImageResponse) XXX_Merge(src proto.Message) + func (m *BuildImageResponse) XXX_Size() int + func (m *BuildImageResponse) XXX_Unmarshal(b []byte) error + type CloudInitServiceClient interface + BuildImage func(ctx context.Context, in *BuildImageRequest, opts ...grpc.CallOption) (*BuildImageResponse, error) + func NewCloudInitServiceClient(cc *grpc.ClientConn) CloudInitServiceClient + type CloudInitServiceServer interface + BuildImage func(context.Context, *BuildImageRequest) (*BuildImageResponse, error) + type UnimplementedCloudInitServiceServer struct + func (*UnimplementedCloudInitServiceServer) BuildImage(ctx context.Context, req *BuildImageRequest) (*BuildImageResponse, error)