# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
STATE_FALSE means that the state of the condition is false.
STATE_TRUE means that the state of the condition is true.
STATE_UNKNOWN means that the state of the condition is unknown.
No description provided by the author
No description provided by the author
No description provided by the author
buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX.
# Variables
No description provided by the author
No description provided by the author
Enum value maps for Condition_State.
Enum value maps for Condition_State.
optional hashicorp.consul.resource.ResourceTypeSpec spec = 8500;.
No description provided by the author
No description provided by the author
No description provided by the author
ResourceService_ServiceDesc is the grpc.ServiceDesc for ResourceService service.
No description provided by the author
Enum value maps for Scope.
Enum value maps for Scope.
# Structs
CloningResourceServiceClient implements the ResourceServiceClient interface by wrapping another implementation and copying all protobuf messages that pass through the client.
Condition represents a discreet observation about a resource in relation to the current state of the system.
DeleteRequest contains the parameters to the Delete endpoint.
DeleteResponse contains the results of calling the Delete endpoint.
ID uniquely identifies a resource.
ListByOwnerRequest contains the parameters to the ListByOwner endpoint.
ListByOwnerResponse contains the results of calling the ListByOwner endpoint.
ListRequest contains the parameters to the List endpoint.
ListResponse contains the results of calling the List endpoint.
MutateAndValidateRequest contains the parameters to the MutateAndValidate endpoint.
MutateAndValidateResponse contains the results of calling the MutateAndValidate endpoint.
ReadRequest contains the parameters to the Read endpoint.
ReadResponse contains the results of calling the Read endpoint.
Reference identifies which resource a condition relates to, when it is not the core resource itself.
Resource describes a resource of a known type managed by Consul.
No description provided by the author
Status is used by controllers to communicate the result of attempting to reconcile and apply a resource (e.g.
Tenancy describes the tenancy units in which the resource resides.
Tombstone represents a promise to delete all of a resource's immediately owned (child) resources, if any.
Type describes a resource's type.
UnimplementedResourceServiceServer should be embedded to have forward compatible implementations.
WatchEvent is emitted on the WatchList stream when a resource changes.
Delete indicates that the resource was deleted.
No description provided by the author
EndOfSnapshot is sent to indicate that the initial snapshot events have been sent and future events will modify that set.
No description provided by the author
Upsert indicates that the resource was written (i.e.
No description provided by the author
WatchListRequest contains the parameters to the WatchList endpoint.
WriteRequest contains the parameters to the Write endpoint.
WriteResponse contains the results of calling the Write endpoint.
WriteStatusRequest contains the parameters to the WriteStatus endpoint.
WriteStatusResponse contains the results of calling the WriteStatus endpoint.
# Interfaces
IsCloningResourceServiceClient is an interface that can be used to detect that a ResourceServiceClient is using the in-memory transport and has already been wrapped with a with a CloningResourceServiceClient.
No description provided by the author
No description provided by the author
ResourceServiceClient is the client API for ResourceService service.
ResourceServiceServer is the server API for ResourceService service.
UnsafeResourceServiceServer may be embedded to opt out of forward compatibility for this service.
# Type aliases
State represents the state of the condition (i.e.
No description provided by the author