Config Delivery V1 API - Class Google::Cloud::ConfigDelivery::V1::FleetPackage (v0.1.0)

Reference documentation and code samples for the Config Delivery V1 API class Google::Cloud::ConfigDelivery::V1::FleetPackage.

A FleetPackage resource in the Config Delivery API.

A FleetPackage defines a package through which kubernetes configuration is deployed to a fleet of kubernetes clusters.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#deletion_propagation_policy

def deletion_propagation_policy() -> ::Google::Cloud::ConfigDelivery::V1::DeletionPropagationPolicy
Returns

#deletion_propagation_policy=

def deletion_propagation_policy=(value) -> ::Google::Cloud::ConfigDelivery::V1::DeletionPropagationPolicy
Parameter
Returns

#info

def info() -> ::Google::Cloud::ConfigDelivery::V1::FleetPackageInfo
Returns

#labels

def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. Labels are attributes that can be set and used by both the user and by Config Delivery. Labels must meet the following constraints:

    • Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes.
    • All characters must use UTF-8 encoding, and international characters are allowed.
    • Keys must start with a lowercase letter or international character.
    • Each resource is limited to a maximum of 64 labels.

    Both keys and values are additionally constrained to be <= 128 bytes.

#labels=

def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — Optional. Labels are attributes that can be set and used by both the user and by Config Delivery. Labels must meet the following constraints:

    • Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes.
    • All characters must use UTF-8 encoding, and international characters are allowed.
    • Keys must start with a lowercase letter or international character.
    • Each resource is limited to a maximum of 64 labels.

    Both keys and values are additionally constrained to be <= 128 bytes.

Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. Labels are attributes that can be set and used by both the user and by Config Delivery. Labels must meet the following constraints:

    • Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes.
    • All characters must use UTF-8 encoding, and international characters are allowed.
    • Keys must start with a lowercase letter or international character.
    • Each resource is limited to a maximum of 64 labels.

    Both keys and values are additionally constrained to be <= 128 bytes.

#name

def name() -> ::String
Returns
  • (::String) — Identifier. Name of the FleetPackage. Format is projects/{project}/locations/{location}/fleetPackages/{fleetPackage}. The fleetPackage component must match [a-z][a-z0-9\-]{0,62}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Identifier. Name of the FleetPackage. Format is projects/{project}/locations/{location}/fleetPackages/{fleetPackage}. The fleetPackage component must match [a-z][a-z0-9\-]{0,62}
Returns
  • (::String) — Identifier. Name of the FleetPackage. Format is projects/{project}/locations/{location}/fleetPackages/{fleetPackage}. The fleetPackage component must match [a-z][a-z0-9\-]{0,62}

#resource_bundle_selector

def resource_bundle_selector() -> ::Google::Cloud::ConfigDelivery::V1::FleetPackage::ResourceBundleSelector
Returns

#resource_bundle_selector=

def resource_bundle_selector=(value) -> ::Google::Cloud::ConfigDelivery::V1::FleetPackage::ResourceBundleSelector
Parameter
Returns

#rollout_strategy

def rollout_strategy() -> ::Google::Cloud::ConfigDelivery::V1::RolloutStrategy
Returns

#rollout_strategy=

def rollout_strategy=(value) -> ::Google::Cloud::ConfigDelivery::V1::RolloutStrategy
Parameter
Returns

#state

def state() -> ::Google::Cloud::ConfigDelivery::V1::FleetPackage::State
Returns

#state=

def state=(value) -> ::Google::Cloud::ConfigDelivery::V1::FleetPackage::State
Parameter
Returns

#target

def target() -> ::Google::Cloud::ConfigDelivery::V1::FleetPackage::Target
Returns

#target=

def target=(value) -> ::Google::Cloud::ConfigDelivery::V1::FleetPackage::Target
Parameter
Returns

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns

#variant_selector

def variant_selector() -> ::Google::Cloud::ConfigDelivery::V1::FleetPackage::VariantSelector
Returns

#variant_selector=

def variant_selector=(value) -> ::Google::Cloud::ConfigDelivery::V1::FleetPackage::VariantSelector
Parameter
Returns