class Google::Apis::RunV1::LocalObjectReference

Not supported by Cloud Run LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.

Attributes

name[RW]

(Optional) Name of the referent. More info: kubernetes.io/docs/ concepts/overview/working-with-objects/names/#names Corresponds to the JSON property `name` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/run_v1/classes.rb, line 1441
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/run_v1/classes.rb, line 1446
def update!(**args)
  @name = args[:name] if args.key?(:name)
end