forked from TrueCloudLab/frostfs-api-go
Recompile protobuf files from neofs-api v2.1.1
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
5395988efc
commit
adb681878b
5 changed files with 46 additions and 10 deletions
4
v2/container/grpc/types.pb.go
generated
4
v2/container/grpc/types.pb.go
generated
|
@ -130,7 +130,9 @@ func (x *Container) GetPlacementPolicy() *grpc1.PlacementPolicy {
|
|||
// container. Container attributes are immutable. They are set at container
|
||||
// creation and can never be added or updated.
|
||||
//
|
||||
// Key name must be a valid UTF-8 string. Value can't be empty.
|
||||
// Key name must be a container-unique valid UTF-8 string. Value can't be
|
||||
// empty. Containers with duplicated attribute names or attributes with empty
|
||||
// values will be considered invalid.
|
||||
//
|
||||
// There are some "well-known" attributes affecting system behaviour:
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue