Documentation ¶
Index ¶
Constants ¶
View Source
const ( // CgroupKey is the string used in resources map to represent cgroup resource CgroupKey = "cgroup" // DockerVolumeKey is the string used in resources map to represent docker volume DockerVolumeKey = "dockerVolume" // ASMAuthKey is the string used in resources map to represent asm auth ASMAuthKey = asmauthres.ResourceName // SSMSecretKey is the string used in resources map to represent ssm secret SSMSecretKey = ssmsecretres.ResourceName // ASMSecretKey is the string used in resources map to represent asm secret ASMSecretKey = asmsecretres.ResourceName )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourcesMap ¶
type ResourcesMap map[string][]taskresource.TaskResource
ResourcesMap represents the map of resource type to the corresponding resource objects
func (*ResourcesMap) UnmarshalJSON ¶
func (rm *ResourcesMap) UnmarshalJSON(data []byte) error
UnmarshalJSON unmarshals ResourcesMap object
Click to show internal directories.
Click to hide internal directories.