Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Use 3.1.1 instead of 3.1.0
  • Loading branch information
dongjoon-hyun committed Apr 30, 2021
commit c405cab30e2cb7a729192b8a121a43a18324a5ca
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ object KubernetesUtils extends Logging {
isLocalDependency(Utils.resolveURI(resource))
}

@Since("3.1.0")
@Since("3.1.1")
def renameMainAppResource(
resource: String,
conf: Option[SparkConf] = None,
Expand Down Expand Up @@ -365,7 +365,7 @@ object KubernetesUtils extends Logging {

// Add a OwnerReference to the given resources making the pod an owner of them so when
// the pod is deleted, the resources are garbage collected.
@Since("3.1.0")
@Since("3.1.1")
def addOwnerReference(pod: Pod, resources: Seq[HasMetadata]): Unit = {
if (pod != null) {
val reference = new OwnerReferenceBuilder()
Expand Down