Reference documentation and code samples for the Config Delivery V1 API class Google::Cloud::ConfigDelivery::V1::Fleet.
The fleet where the FleetPackage
should be deployed.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#project
def project() -> ::String
Returns
-
(::String) — Required. The host project for the GKE fleet. Format is
projects/{project}
.
#project=
def project=(value) -> ::String
Parameter
-
value (::String) — Required. The host project for the GKE fleet. Format is
projects/{project}
.
Returns
-
(::String) — Required. The host project for the GKE fleet. Format is
projects/{project}
.
#selector
def selector() -> ::Google::Cloud::ConfigDelivery::V1::Fleet::LabelSelector
Returns
- (::Google::Cloud::ConfigDelivery::V1::Fleet::LabelSelector) — Optional. selector allows targeting a subset of fleet members using their labels.
#selector=
def selector=(value) -> ::Google::Cloud::ConfigDelivery::V1::Fleet::LabelSelector
Parameter
- value (::Google::Cloud::ConfigDelivery::V1::Fleet::LabelSelector) — Optional. selector allows targeting a subset of fleet members using their labels.
Returns
- (::Google::Cloud::ConfigDelivery::V1::Fleet::LabelSelector) — Optional. selector allows targeting a subset of fleet members using their labels.