Skip to content

Commit

Permalink
Added namespace details fabric8io#969
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush-garg committed Jan 24, 2018
1 parent 69a10a0 commit fad278f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,10 @@ public PodSecurityPolicyOperationsImpl(OkHttpClient client, Config config, Strin
public PodSecurityPolicyOperationsImpl(OkHttpClient client, Config config, String apiVersion, String namespace, String name, Boolean cascading,PodSecurityPolicy item, String resourceVersion, Boolean reloadingFromServer, long gracePeriodSeconds, Map<String, String> labels, Map<String, String> labelsNot, Map<String, String[]> labelsIn, Map<String, String[]> labelsNotIn, Map<String, String> fields) {
super(client, config, "extensions", apiVersion, "podsecuritypolicies", namespace, name, cascading, item, resourceVersion, reloadingFromServer, gracePeriodSeconds, labels, labelsNot, labelsIn, labelsNotIn, fields);
}

@Override
public boolean isResourceNamespaced() {
return false;
}

}

0 comments on commit fad278f

Please sign in to comment.