public static interface SkaffoldModules.SkaffoldGitSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
Optional.
|
com.google.protobuf.ByteString |
getPathBytes()
Optional.
|
String |
getRef()
Optional.
|
com.google.protobuf.ByteString |
getRefBytes()
Optional.
|
String |
getRepo()
Required.
|
com.google.protobuf.ByteString |
getRepoBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getRepo()
Required. Git repository the package should be cloned from.
string repo = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getRepoBytes()
Required. Git repository the package should be cloned from.
string repo = 1 [(.google.api.field_behavior) = REQUIRED];String getPath()
Optional. Relative path from the repository root to the Skaffold file.
string path = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getPathBytes()
Optional. Relative path from the repository root to the Skaffold file.
string path = 2 [(.google.api.field_behavior) = OPTIONAL];String getRef()
Optional. Git ref the package should be cloned from.
string ref = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getRefBytes()
Optional. Git ref the package should be cloned from.
string ref = 3 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2024 Google LLC. All rights reserved.