All Downloads are FREE. Search and download functionalities are using the official Maven repository.

annotations.io.fabric8.openshift.api.model.WebHookTriggerFluent Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package io.fabric8.openshift.api.model;

import io.fabric8.kubernetes.api.builder.Fluent;
import java.lang.Boolean;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.lang.String;
import java.lang.Object;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonIgnore;

public interface WebHookTriggerFluent> extends Fluent{


    public Boolean isAllowEnv();
    public A withAllowEnv(Boolean allowEnv);
    public String getSecret();
    public A withSecret(String secret);



}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy