ServiceTemplateSpec class
───────────────────────────────────────────────────────────────────────────── ServiceTemplateSpec ─────────────────────────────────────────────────────────────────────────────
Constructors
-
ServiceTemplateSpec.new({String version = 'v1', String kind = 'ServiceTemplate', List<
ServiceTemplateVariable> ? variables, List<ServiceTemplateEnvironmentVariable> ? environment, required String name, String? image, String? description, List<ServicePortSpec> ? ports, String? command, String role = 'agent', List<String> ? secrets, String? roomStoragePath, String? roomStorageSubpath}) -
ServiceTemplateSpec.fromJson(Map<
String, dynamic> json) -
factory
Properties
- command → String?
-
final
- description → String?
-
final
-
environment
→ List<
ServiceTemplateEnvironmentVariable> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- image → String?
-
final
- kind → String
-
final
- name → String
-
final
-
ports
→ List<
ServicePortSpec> -
final
- role → String
-
final
- roomStoragePath → String?
-
final
- roomStorageSubpath → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
secrets
→ List<
String> -
final
-
variables
→ List<
ServiceTemplateVariable> ? -
final
- version → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited